forked from adamlaska/circleci-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_navgoco.scss
More file actions
89 lines (74 loc) · 1.31 KB
/
_navgoco.scss
File metadata and controls
89 lines (74 loc) · 1.31 KB
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
.nav, .nav ul, .nav li {
list-style: none;
}
.nav ul {
padding: 0;
margin: 0 0 0 0px;
}
/* This is commented out because it's causing issues with our theme.*/
/*.nav {
padding: 4px;
margin: 0px;
}*/
/* This is commented out because it's causing issues with our theme.*/
/*.nav > li {
margin: 4px 0;
}
*/
.nav > li li {
margin: 2px 0;
font-family: 'Roboto';
}
.nav li h3 {
font-family: 'Roboto';
}
.nav a {
color: #333;
display: block;
outline: none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
text-decoration: none;
font-family: 'Roboto';
}
.nav li > a > span {
position: absolute;
right: 0;
font-size: 19px;
font-weight: bolder;
font-family: 'Roboto';
}
.nav li > a.header > span {
margin-top: 27px;
}
.nav li > a:hover {
color: #7f7f7f;
}
.nav li > a > span:after {
content: '\25be';
}
.nav li.open > a > span:after {
content: '\25b4';
}
.nav a:hover {
color: #7f7f7f;
}
.nav li.active > a {
color: #000000;
}
.nav > li.active > a {
background-color: #eeeeee;
color: #000000;
font-weight: bolder;
}
.nav li a {
font-size: 12px;
line-height: 18px;
padding: 2px 10px;
}
.nav > li > a {
font-size: 14px;
line-height: 20px;
padding: 4px 10px;
}