-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwake.sass
146 lines (111 loc) · 2.3 KB
/
wake.sass
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
////////////////////////////////////////////////////
// Root Reset
////////////////////////////////////////////////////
:root
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
font-size: 16px
font-weight: normal
line-height: 1
//////////////////////////
// General Resets
//////////////////////////
*
margin: 0 // 1
padding: 0
font-size: inherit
font-weight: inherit
line-height: inherit
box-sizing: inherit
border: 0
background-repeat: no-repeat
&,
&::before,
&::after
box-sizing: inherit
html
-ms-text-size-adjust: 100%
-webkit-text-size-adjust: 100%
box-sizing: border-box
scroll-behavior: auto
//////////////////////////
// Typography
//////////////////////////
body
font-size: 1rem
-moz-osx-font-smooothing: grayscale
-webkit-font-smoothing: antialiased
h1,
h2,
h3,
h4,
h5,
h6
font-size: inherit
font-weight: inherit
a
display: inline-block
text-decoration: none
color: inherit
background-color: transaparent
ul,
ol
list-style: none
//////////////////////////
// Form Elements
//////////////////////////
button,
input,
optgroup,
select,
textarea
-webkit-appearance: none
-moz-appearance: none
appearance: none
overflow: visible
vertical-align: top
font: inherit
-webkit-font-smoothing: inherit
letter-spacing: inherit
border: 0
outline: 0
color: inherit
background: inherit
box-shadow: none
option
background-color: inherit
input
&:-webkit-autofill,
&:-webkit-autofill:hover,
&:-webkit-autofill:focus,
&:-webkit-autofill:active
-webkit-transition: "color 9999s ease-out, background-color 9999s ease-out"
-webkit-transition-delay: 9999s
textarea
resize: none
a,
input[type="button"],
button
cursor: pointer
button[disabled],
html input[disabled]
cursor: default
//////////////////////////
// Media Elements
//////////////////////////
img,
video
display: block
max-width: 100%
height: auto
border-style: none
iframe
border: 0
//////////////////////////
// Table Elements
//////////////////////////
table
border-collapse: collapse
border-spacing: 0
td,
th
padding: 0