forked from auth0/styleguide
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.styl
More file actions
63 lines (54 loc) · 1.26 KB
/
Copy pathindex.styl
File metadata and controls
63 lines (54 loc) · 1.26 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
/*========== Sidebar Box ==========*/
.sidebar-box
max-width: 230px;
border: 1px solid #eee;
border-radius: 3px;
margin-bottom: 20px;
padding: 14px 20px;
list-style: none;
font-size: $font-size-base;
strong
text-transform: uppercase
font-weight: $font-weight-bold;
font-size: $font-size-small;
margin-bottom: 10px;
display: block
letter-spacing: 1px;
color: #999;
ul
padding: 0;
margin: 0;
list-style: none;
a
color: #666;
&:hover
color: black;
li
line-height: 32px;
margin: 0;
li
margin: 0;
i:before
content: "\e16f";
font-family: "budicon-font" !important;
speak: none;
i
width: 10px;
height: 10px;
display: inline-block
font-family: "budicon-font" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
margin-right: 8px;
position: relative;
top: 2px;
height: 14px;
// background: red;
&.selected
a
color: black !important;
// font-weight: $font-weight-bold;