forked from jgthms/marksheet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbase.scss
More file actions
23 lines (19 loc) · 768 Bytes
/
Copy pathbase.scss
File metadata and controls
23 lines (19 loc) · 768 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
html{ @include scrollbar(5px, 10px); background: white; font-size: 14px; min-width: 320px; overflow: hidden; overflow-y: scroll;
@include on($laptop) {
font-size: 16px;
}
}
body{ color: $dark; @include display(flex); @include flex-direction(column); font-size: 1rem; font-weight: 400; line-height: 1.5; min-height: 100vh; position: relative; text-rendering: optimizeLegibility;}
a{ color: $link; cursor: pointer; text-decoration: none; transition: 86ms ease-out;}
a:visited{ color: $visited;}
input[type="checkbox"]{ vertical-align: baseline;}
strong{ color: $black; font-weight: 700;}
pre{ white-space: pre; word-wrap: normal;}
body,
button,
input,
textarea{ font-family: $sans-serif;}
h1,
h2{ font-family: $serif;}
code,
pre{ font-family: $monospace;}