forked from jgthms/html-reference
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.sass
More file actions
112 lines (107 loc) · 1.83 KB
/
Copy pathexample.sass
File metadata and controls
112 lines (107 loc) · 1.83 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
.example
margin-top: 1rem
.example-label
display: flex
font-size: 0.7rem
justify-content: space-between
strong
background: $yellow
color: $yellow-invert
padding: 2px 6px
a
background: $blue
color: $blue-invert
padding: 2px 6px
.example-code
background: #222
overflow: auto
padding: 1rem
pre
font-size: 13px
padding: 0
.example-output
background: #fff
border-color: $yellow
border-style: solid
border-width: 1px 1px 0
color: $text-strong
font-size: 14px
padding: 1rem
a
text-decoration: underline
area:hover
background: black
code,
kbd,
samp
background: $background
border-radius: 2px
padding: 0 4px 2px
position: relative
top: -1px
vertical-align: baseline
h1, h2, h3, h4, h5, h6
font-weight: bold
line-height: 1.2
margin: 1em 0 0.5em
&:first-child
margin-top: 0
&:last-child
margin-bottom: 0
h1
font-size: 2em
h2
font-size: 1.6em
h3
font-size: 1.4em
h4
font-size: 1.2em
h5
font-size: 1.1em
h6
font-size: 1em
p
margin: 0.5em 0
&:first-child
margin-top: 0
&:last-child
margin-bottom: 0
ol,
ul
list-style-position: outside
margin: 0.5em 1.5em
&:first-child
margin-top: 0
&:last-child
margin-bottom: 0
ul
list-style-type: disc
dd
margin-left: 1.5em
main + aside
margin-top: 1em
table
td
border: 1px solid $border
padding: 0.5em
fieldset
padding: 0.5em 1em 1em
iframe
border: inset 2px $border
+mobile
.example
padding: 0 2rem
+desktop
.example
padding: 0 3rem
.example-preview
display: flex
.example-output
border-width: 1px 0 1px 1px
flex-basis: 0
flex-grow: 1
flex-shrink: 1
.example-code
flex-basis: 0
flex-grow: 2
flex-shrink: 2