-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
48 lines (45 loc) · 1.12 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
/*
Theme Name: Act WordPress course
Theme URI: https://actit.ps
Author: Abdalsalaam Halawa
Author URI: https://github.com/abdalsalaam
Description: Bussiness theme etc ect ..
Tags: bussiness, startup
Version: 1.0
Requires at least: 5.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: actcourse
*/
.service-details ul li::before{
content: "\f26b";
display: inline-block;
font-family: bootstrap-icons !important;
font-style: normal;
font-weight: normal !important;
font-variant: normal;
text-transform: none;
line-height: 1;
vertical-align: -.125em;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 20px;
margin-right: 8px;
color: var(--accent-color);
}
nav.pagination .page-number{
padding: 10px;
border: solid 1px #f1f1f1;
margin-right: 10px;
}
#load-more{
background: var(--accent-color);
color: var(--contrast-color);
border: 0;
border-radius: 20px;
padding: 10px;
width: 200px;
margin: 50px auto auto auto;
}