-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcss.styl
98 lines (79 loc) · 1.41 KB
/
css.styl
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
90
91
92
93
94
95
96
97
98
.guides
.example
box-sizing: border-box
.intro
.guides
font-family: "proxima-nova-1","proxima-nova-2",sans-serif
.guides
float: left
position: relative
code
background-color: #F8F8F8
border-radius: 3px
border: 1px solid #DDD
margin: 0
padding: 0
white-space: nowrap
.guide
left: 0
position: absolute
top: 100px
.hidden
display: none
a
color: #4183C4
text-decoration: none
word-break: break-word
&:hover
text-decoration: underline
.intro
a
color: #4183C4
text-decoration: none
&:hover
text-decoration: underline
h1
font-size: 24px
small
color: #888
display: block
font-size: 14px
font-weight: normal
text-transform: uppercase
.example
background: #fff
border: 1px solid #ddd
float: left
margin-right: 3.8%
padding: 12px
position: relative
.key
color: navy
.value
color: #DD1144
.boolean
color: purple
font-weight: 600
a
a:hover
color: #444
display: inline-block
text-decoration: none
font-weight: normal
a:hover
background: #F1F1F1
a.trigger
background: #444
border-radius: 20px
color: #FFF
font-size: 10px
opacity: .5
padding: 5px 10px
position: absolute
right: 12px
top: 12px
transition: opacity 0.5s ease-in-out
&:hover
background: #444
color: #FFF
opacity: 1