UNPKG

3.71 kBCSSView Raw
1/* stylelint-disable */
2html,
3body {
4 width: 100%;
5 height: 100%;
6}
7input::-ms-clear,
8input::-ms-reveal {
9 display: none;
10}
11*,
12*::before,
13*::after {
14 box-sizing: border-box;
15}
16html {
17 font-family: sans-serif;
18 line-height: 1.15;
19 -webkit-text-size-adjust: 100%;
20 -ms-text-size-adjust: 100%;
21 -ms-overflow-style: scrollbar;
22 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
23}
24@-ms-viewport {
25 width: device-width;
26}
27body {
28 margin: 0;
29}
30[tabindex='-1']:focus {
31 outline: none;
32}
33hr {
34 box-sizing: content-box;
35 height: 0;
36 overflow: visible;
37}
38h1,
39h2,
40h3,
41h4,
42h5,
43h6 {
44 margin-top: 0;
45 margin-bottom: 0.5em;
46 font-weight: 500;
47}
48p {
49 margin-top: 0;
50 margin-bottom: 1em;
51}
52abbr[title],
53abbr[data-original-title] {
54 -webkit-text-decoration: underline dotted;
55 text-decoration: underline;
56 text-decoration: underline dotted;
57 border-bottom: 0;
58 cursor: help;
59}
60address {
61 margin-bottom: 1em;
62 font-style: normal;
63 line-height: inherit;
64}
65input[type='text'],
66input[type='password'],
67input[type='number'],
68textarea {
69 -webkit-appearance: none;
70}
71ol,
72ul,
73dl {
74 margin-top: 0;
75 margin-bottom: 1em;
76}
77ol ol,
78ul ul,
79ol ul,
80ul ol {
81 margin-bottom: 0;
82}
83dt {
84 font-weight: 500;
85}
86dd {
87 margin-bottom: 0.5em;
88 margin-left: 0;
89}
90blockquote {
91 margin: 0 0 1em;
92}
93dfn {
94 font-style: italic;
95}
96b,
97strong {
98 font-weight: bolder;
99}
100small {
101 font-size: 80%;
102}
103sub,
104sup {
105 position: relative;
106 font-size: 75%;
107 line-height: 0;
108 vertical-align: baseline;
109}
110sub {
111 bottom: -0.25em;
112}
113sup {
114 top: -0.5em;
115}
116pre,
117code,
118kbd,
119samp {
120 font-size: 1em;
121 font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
122}
123pre {
124 margin-top: 0;
125 margin-bottom: 1em;
126 overflow: auto;
127}
128figure {
129 margin: 0 0 1em;
130}
131img {
132 vertical-align: middle;
133 border-style: none;
134}
135a,
136area,
137button,
138[role='button'],
139input:not([type='range']),
140label,
141select,
142summary,
143textarea {
144 touch-action: manipulation;
145}
146table {
147 border-collapse: collapse;
148}
149caption {
150 padding-top: 0.75em;
151 padding-bottom: 0.3em;
152 text-align: left;
153 caption-side: bottom;
154}
155input,
156button,
157select,
158optgroup,
159textarea {
160 margin: 0;
161 color: inherit;
162 font-size: inherit;
163 font-family: inherit;
164 line-height: inherit;
165}
166button,
167input {
168 overflow: visible;
169}
170button,
171select {
172 text-transform: none;
173}
174button,
175html [type='button'],
176[type='reset'],
177[type='submit'] {
178 -webkit-appearance: button;
179}
180button::-moz-focus-inner,
181[type='button']::-moz-focus-inner,
182[type='reset']::-moz-focus-inner,
183[type='submit']::-moz-focus-inner {
184 padding: 0;
185 border-style: none;
186}
187input[type='radio'],
188input[type='checkbox'] {
189 box-sizing: border-box;
190 padding: 0;
191}
192input[type='date'],
193input[type='time'],
194input[type='datetime-local'],
195input[type='month'] {
196 -webkit-appearance: listbox;
197}
198textarea {
199 overflow: auto;
200 resize: vertical;
201}
202fieldset {
203 min-width: 0;
204 margin: 0;
205 padding: 0;
206 border: 0;
207}
208legend {
209 display: block;
210 width: 100%;
211 max-width: 100%;
212 margin-bottom: 0.5em;
213 padding: 0;
214 color: inherit;
215 font-size: 1.5em;
216 line-height: inherit;
217 white-space: normal;
218}
219progress {
220 vertical-align: baseline;
221}
222[type='number']::-webkit-inner-spin-button,
223[type='number']::-webkit-outer-spin-button {
224 height: auto;
225}
226[type='search'] {
227 outline-offset: -2px;
228 -webkit-appearance: none;
229}
230[type='search']::-webkit-search-cancel-button,
231[type='search']::-webkit-search-decoration {
232 -webkit-appearance: none;
233}
234::-webkit-file-upload-button {
235 font: inherit;
236 -webkit-appearance: button;
237}
238output {
239 display: inline-block;
240}
241summary {
242 display: list-item;
243}
244template {
245 display: none;
246}
247[hidden] {
248 display: none !important;
249}
250mark {
251 padding: 0.2em;
252 background-color: #feffe6;
253}