-
Notifications
You must be signed in to change notification settings - Fork 30
/
_reset.scss
70 lines (56 loc) · 1007 Bytes
/
_reset.scss
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
// Reset CSS
// Simple and customizer version of Normalize.css
// =================================================================================
body,
figure {
margin: 0;
}
article, aside, details, figcaption, figure, footer,
header, hgroup, nav, section, summary {
display: block;
}
audio, canvas, video {
@include inline-block;
}
audio:not([controls]),
[hidden] {
display: none;
height: 0;
}
a:focus {
outline: thin dotted;
}
a:active,
a:hover {
outline: 0;
}
q {
quotes: "\201C" "\201D" "\2018" "\2019";
}
img {
border: 0;
max-width: 100%;
-ms-interpolation-mode: bicubic;
}
svg:not(:root) {
overflow: hidden;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
button[disabled],
input[disabled] {
cursor: default;
}
input[type="radio"] {
vertical-align: text-bottom;
}
input[type="checkbox"] {
vertical-align: text-bottom;
}
table {
border-collapse: collapse;
border-spacing: 0;
}