forked from jgthms/marksheet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbase.sass
More file actions
49 lines (42 loc) · 761 Bytes
/
Copy pathbase.sass
File metadata and controls
49 lines (42 loc) · 761 Bytes
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
html
// +scrollbar(5px, 10px)
background: $link
font-size: 16px
min-width: 320px
overflow: hidden
overflow-y: scroll
body
color: $text
+display(flex)
+flex-direction(column)
font-size: 1rem
-moz-osx-font-smoothing: grayscale
-webkit-font-smoothing: antialiased
font-weight: 400
line-height: 1.4
min-height: 100vh
position: relative
text-rendering: optimizeLegibility
a
color: $link
cursor: pointer
text-decoration: none
&:visited
color: $visited
input[type="checkbox"]
vertical-align: baseline
strong
color: $strong
font-weight: 600
pre
white-space: pre
word-wrap: normal
body,
button,
input,
textarea
font-family: $family-sans-serif
code,
pre
font-family: $family-monospace
font-weight: 400