Skip to content

Commit a56d237

Browse files
committed
Changed assets
1 parent efcf17f commit a56d237

31 files changed

+474
-18
lines changed

β€Ž.DS_Storeβ€Ž

6 KB
Binary file not shown.

β€Žassets/css/Brands.cssβ€Ž

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
.brands {
2+
color: #313437;
3+
background-color: #fff;
4+
}
5+
6+
.brands a {
7+
display: block;
8+
text-align: center;
9+
padding: 40px 0;
10+
}
11+
12+
@media (max-width:767px) {
13+
.brands a {
14+
padding: 30px 0;
15+
}
16+
}
17+
18+
.brands a img {
19+
display: inline-block;
20+
margin: 10px 20px;
21+
vertical-align: middle;
22+
}
23+
24+
a {
25+
color: #c11f20;
26+
}
27+
28+
a:hover {
29+
color: #ad1616;
30+
}
31+
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
.features-boxed {
2+
color: #313437;
3+
background-color: #eef4f7;
4+
}
5+
6+
.features-boxed p {
7+
color: #7d8285;
8+
}
9+
10+
.features-boxed h2 {
11+
font-weight: bold;
12+
margin-bottom: 40px;
13+
padding-top: 40px;
14+
color: inherit;
15+
}
16+
17+
@media (max-width:767px) {
18+
.features-boxed h2 {
19+
margin-bottom: 25px;
20+
padding-top: 25px;
21+
font-size: 24px;
22+
}
23+
}
24+
25+
.features-boxed .intro {
26+
font-size: 16px;
27+
max-width: 500px;
28+
margin: 0 auto;
29+
}
30+
31+
.features-boxed .intro p {
32+
margin-bottom: 0;
33+
}
34+
35+
.features-boxed .features {
36+
padding: 50px 0;
37+
}
38+
39+
.features-boxed .item {
40+
text-align: center;
41+
}
42+
43+
.features-boxed .item .box {
44+
text-align: center;
45+
padding: 30px;
46+
background-color: #fff;
47+
margin-bottom: 30px;
48+
}
49+
50+
.features-boxed .item .icon {
51+
font-size: 60px;
52+
color: #1485ee;
53+
margin-top: 20px;
54+
margin-bottom: 35px;
55+
}
56+
57+
.features-boxed .item .name {
58+
font-weight: bold;
59+
font-size: 18px;
60+
margin-bottom: 8px;
61+
margin-top: 0;
62+
color: inherit;
63+
}
64+
65+
.features-boxed .item .description {
66+
font-size: 15px;
67+
margin-top: 15px;
68+
margin-bottom: 20px;
69+
}
70+
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
.features-clean {
2+
color: #313437;
3+
background-color: #fff;
4+
padding-bottom: 30px;
5+
}
6+
7+
@media (max-width:767px) {
8+
.features-clean {
9+
padding-bottom: 10px;
10+
}
11+
}
12+
13+
.features-clean p {
14+
color: #7d8285;
15+
}
16+
17+
.features-clean h2 {
18+
font-weight: bold;
19+
margin-bottom: 40px;
20+
padding-top: 40px;
21+
color: inherit;
22+
}
23+
24+
@media (max-width:767px) {
25+
.features-clean h2 {
26+
margin-bottom: 25px;
27+
padding-top: 25px;
28+
font-size: 24px;
29+
}
30+
}
31+
32+
.features-clean .intro {
33+
font-size: 16px;
34+
max-width: 500px;
35+
margin: 0 auto 60px;
36+
}
37+
38+
@media (max-width:767px) {
39+
.features-clean .intro {
40+
margin-bottom: 40px;
41+
}
42+
}
43+
44+
.features-clean .item {
45+
min-height: 100px;
46+
padding-left: 80px;
47+
margin-bottom: 40px;
48+
}
49+
50+
@media (max-width:767px) {
51+
.features-clean .item {
52+
min-height: 0;
53+
}
54+
}
55+
56+
.features-clean .item .name {
57+
font-size: 20px;
58+
font-weight: bold;
59+
margin-top: 0;
60+
margin-bottom: 20px;
61+
color: inherit;
62+
}
63+
64+
.features-clean .item .description {
65+
font-size: 15px;
66+
margin-bottom: 0;
67+
}
68+
69+
.features-clean .item .icon {
70+
font-size: 40px;
71+
color: #1485ee;
72+
float: left;
73+
margin-left: -65px;
74+
}
75+
Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
.navigation-clean {
2+
background: #fff;
3+
padding-top: .75rem;
4+
padding-bottom: .75rem;
5+
color: #333;
6+
border-radius: 0;
7+
box-shadow: none;
8+
border: none;
9+
margin-bottom: 0;
10+
}
11+
12+
@media (min-width:768px) {
13+
.navigation-clean {
14+
padding-top: 1rem;
15+
padding-bottom: 1rem;
16+
}
17+
}
18+
19+
.navigation-clean .navbar-brand {
20+
font-weight: bold;
21+
color: inherit;
22+
}
23+
24+
.navigation-clean .navbar-brand:hover {
25+
color: #222;
26+
}
27+
28+
.navigation-clean .navbar-toggler {
29+
border-color: #ddd;
30+
}
31+
32+
.navigation-clean .navbar-toggler:hover, .navigation-clean .navbar-toggler:focus {
33+
background: none;
34+
}
35+
36+
.navigation-clean .navbar-toggler {
37+
color: #888;
38+
}
39+
40+
.navigation-clean.navbar-light .navbar-nav .nav-link.active, .navigation-clean.navbar-light .navbar-nav .nav-link.active:focus, .navigation-clean.navbar-light .navbar-nav .nav-link.active:hover {
41+
color: #8f8f8f;
42+
box-shadow: none;
43+
background: none;
44+
pointer-events: none;
45+
}
46+
47+
.navigation-clean.navbar .navbar-nav .nav-link {
48+
padding-left: 18px;
49+
padding-right: 18px;
50+
}
51+
52+
.navigation-clean.navbar-light .navbar-nav .nav-link {
53+
color: #465765;
54+
}
55+
56+
.navigation-clean.navbar-light .navbar-nav .nav-link:focus, .navigation-clean.navbar-light .navbar-nav .nav-link:hover {
57+
color: #37434d !important;
58+
background-color: transparent;
59+
}
60+
61+
.navigation-clean .navbar-nav > li > .dropdown-menu {
62+
margin-top: -5px;
63+
box-shadow: none;
64+
background-color: #fff;
65+
border-radius: 2px;
66+
}
67+
68+
.navigation-clean .dropdown-menu .dropdown-item:focus, .navigation-clean .dropdown-menu .dropdown-item {
69+
line-height: 2;
70+
color: #37434d;
71+
}
72+
73+
.navigation-clean .dropdown-menu .dropdown-item:focus, .navigation-clean .dropdown-menu .dropdown-item:hover {
74+
background: #eee;
75+
color: inherit;
76+
}
77+

β€Žassets/css/styles.cssβ€Ž

Whitespace-only changes.
53 KB
Binary file not shown.

β€Žassets/fonts/Simple-Line-Icons.svgβ€Ž

Lines changed: 200 additions & 0 deletions
Loading
52.8 KB
Binary file not shown.
79.4 KB
Binary file not shown.

0 commit comments

Comments
Β (0)