-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
67 lines (57 loc) · 877 Bytes
/
style.css
File metadata and controls
67 lines (57 loc) · 877 Bytes
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
.icon-nav {
font-size: 120%;
margin: 0 10px;
color: #3662b7;
transition: color 0.2s;
}
.icon-nav:hover,
.icon-nav:active {
color: #0f1c34;
}
.search {
color: #3662b7;
border-color: #3662b7;
}
.search:hover,
.search:active {
background-color: #3662b7;
}
.page-menu {
margin-bottom: 25px;
}
.car-h5 {
color: rgb(51, 50, 50);
}
.car-img {
opacity: 0.7;
}
.shop-cat {
text-align: center;
color: rgb(51, 50, 50);
margin-top: 10px;
}
.col-icons {
font-size: 120%;
}
.background {
background-color: rgb(51, 50, 50);
padding-top: 15px;
}
.background ul li a,
.background ul {
color: rgb(170, 169, 169);
text-decoration: none;
transition: color 0.2s;
}
.background ul li a:hover,
.background ul li a:active {
color: white;
}
.icon-social {
padding: 0 15px;
}
.newsletter {
margin-top: 45px;
margin-bottom: 45px;
width: 60%;
}