-
Notifications
You must be signed in to change notification settings - Fork 1
/
navigation.css
73 lines (55 loc) · 987 Bytes
/
navigation.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
.support-footer {
margin-bottom: 10px;
width: 100%;
height: max-content;
display: flex;
justify-content: center;
}
.support-footer-box {
width: 1139px;
height: 100%;
display: flex;
flex-direction: row;
border-bottom: #ccc solid 1px;
margin-bottom: 40px;
}
.navigation {
width: calc(33.333333% - 43px);
height: max-content;
float: left;
margin: 0 43px 0 0;
}
.navigation-title {
margin: 40px 0px 8px 0px;
text-transform: uppercase;
font-weight: 600;
font-size: 14px;
}
.navigation-list-box {
padding: 0;
display: flex;
width: 100%;
margin: 0px;
}
.navigation-list-box li {
width: 50%;
list-style: none;
position: relative;
padding: 11px 15px;
}
.navigation-list-box a {
font-weight: 300;
font-size: 14px;
color: rgba(0,0,0,0.5);
text-decoration: none;
}
.navigation-list-box a:hover {
color: #0689BA;
}
.navigation-icon {
opacity: 0.3;
position: absolute;
top: 15.4px;
left: 0px;
font-size: 0.7em !important;
}