forked from jgthms/css-reference
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbase.sass
More file actions
70 lines (59 loc) · 1.06 KB
/
base.sass
File metadata and controls
70 lines (59 loc) · 1.06 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
html
background: #fff
font-size: 16px
-moz-osx-font-smoothing: grayscale
-webkit-font-smoothing: antialiased
max-width: 100vw
min-width: 300px
overflow-x: hidden
text-rendering: optimizeLegibility
body
color: $text
font-family: $family-primary
font-size: 1rem
line-height: 1.6
a,
button,
input,
textarea
outline: none
a
color: $link
cursor: pointer
text-decoration: none
transition-duration: $speed
transition-property: background, border-bottom-color, color
code
font-family: $family-monospace
font-size: 0.8em
img
max-height: 100%
max-width: 100%
strong
color: $text-strong
pre
white-space: pre
word-wrap: normal
code
font-size: 1em
padding: 0
textarea
max-height: 100%
max-width: 100%
html
\::-moz-selection
background: $primary
color: $primary-invert
\::selection
background: $primary
color: $primary-invert
.container
margin-left: auto
margin-right: auto
max-width: 700px
+desktop
html
font-size: 18px
padding-left: $menu-width
&.is-index
padding-left: 0