aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap-reboot.css
diff options
context:
space:
mode:
Diffstat (limited to 'dist/css/bootstrap-reboot.css')
-rw-r--r--dist/css/bootstrap-reboot.css331
1 files changed, 331 insertions, 0 deletions
diff --git a/dist/css/bootstrap-reboot.css b/dist/css/bootstrap-reboot.css
new file mode 100644
index 00000000..09cf9869
--- /dev/null
+++ b/dist/css/bootstrap-reboot.css
@@ -0,0 +1,331 @@
1/*!
2 * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
3 * Copyright 2011-2019 The Bootstrap Authors
4 * Copyright 2011-2019 Twitter, Inc.
5 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
6 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
7 */
8*,
9*::before,
10*::after {
11 box-sizing: border-box;
12}
13
14html {
15 font-family: sans-serif;
16 line-height: 1.15;
17 -webkit-text-size-adjust: 100%;
18 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
19}
20
21article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
22 display: block;
23}
24
25body {
26 margin: 0;
27 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
28 font-size: 1rem;
29 font-weight: 400;
30 line-height: 1.5;
31 color: #212529;
32 text-align: left;
33 background-color: #fff;
34}
35
36[tabindex="-1"]:focus {
37 outline: 0 !important;
38}
39
40hr {
41 box-sizing: content-box;
42 height: 0;
43 overflow: visible;
44}
45
46h1, h2, h3, h4, h5, h6 {
47 margin-top: 0;
48 margin-bottom: 0.5rem;
49}
50
51p {
52 margin-top: 0;
53 margin-bottom: 1rem;
54}
55
56abbr[title],
57abbr[data-original-title] {
58 text-decoration: underline;
59 -webkit-text-decoration: underline dotted;
60 text-decoration: underline dotted;
61 cursor: help;
62 border-bottom: 0;
63 -webkit-text-decoration-skip-ink: none;
64 text-decoration-skip-ink: none;
65}
66
67address {
68 margin-bottom: 1rem;
69 font-style: normal;
70 line-height: inherit;
71}
72
73ol,
74ul,
75dl {
76 margin-top: 0;
77 margin-bottom: 1rem;
78}
79
80ol ol,
81ul ul,
82ol ul,
83ul ol {
84 margin-bottom: 0;
85}
86
87dt {
88 font-weight: 700;
89}
90
91dd {
92 margin-bottom: .5rem;
93 margin-left: 0;
94}
95
96blockquote {
97 margin: 0 0 1rem;
98}
99
100b,
101strong {
102 font-weight: bolder;
103}
104
105small {
106 font-size: 80%;
107}
108
109sub,
110sup {
111 position: relative;
112 font-size: 75%;
113 line-height: 0;
114 vertical-align: baseline;
115}
116
117sub {
118 bottom: -.25em;
119}
120
121sup {
122 top: -.5em;
123}
124
125a {
126 color: #007bff;
127 text-decoration: none;
128 background-color: transparent;
129}
130
131a:hover {
132 color: #0056b3;
133 text-decoration: underline;
134}
135
136a:not([href]):not([tabindex]) {
137 color: inherit;
138 text-decoration: none;
139}
140
141a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
142 color: inherit;
143 text-decoration: none;
144}
145
146a:not([href]):not([tabindex]):focus {
147 outline: 0;
148}
149
150pre,
151code,
152kbd,
153samp {
154 font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
155 font-size: 1em;
156}
157
158pre {
159 margin-top: 0;
160 margin-bottom: 1rem;
161 overflow: auto;
162}
163
164figure {
165 margin: 0 0 1rem;
166}
167
168img {
169 vertical-align: middle;
170 border-style: none;
171}
172
173svg {
174 overflow: hidden;
175 vertical-align: middle;
176}
177
178table {
179 border-collapse: collapse;
180}
181
182caption {
183 padding-top: 0.75rem;
184 padding-bottom: 0.75rem;
185 color: #6c757d;
186 text-align: left;
187 caption-side: bottom;
188}
189
190th {
191 text-align: inherit;
192}
193
194label {
195 display: inline-block;
196 margin-bottom: 0.5rem;
197}
198
199button {
200 border-radius: 0;
201}
202
203button:focus {
204 outline: 1px dotted;
205 outline: 5px auto -webkit-focus-ring-color;
206}
207
208input,
209button,
210select,
211optgroup,
212textarea {
213 margin: 0;
214 font-family: inherit;
215 font-size: inherit;
216 line-height: inherit;
217}
218
219button,
220input {
221 overflow: visible;
222}
223
224button,
225select {
226 text-transform: none;
227}
228
229select {
230 word-wrap: normal;
231}
232
233button,
234[type="button"],
235[type="reset"],
236[type="submit"] {
237 -webkit-appearance: button;
238}
239
240button:not(:disabled),
241[type="button"]:not(:disabled),
242[type="reset"]:not(:disabled),
243[type="submit"]:not(:disabled) {
244 cursor: pointer;
245}
246
247button::-moz-focus-inner,
248[type="button"]::-moz-focus-inner,
249[type="reset"]::-moz-focus-inner,
250[type="submit"]::-moz-focus-inner {
251 padding: 0;
252 border-style: none;
253}
254
255input[type="radio"],
256input[type="checkbox"] {
257 box-sizing: border-box;
258 padding: 0;
259}
260
261input[type="date"],
262input[type="time"],
263input[type="datetime-local"],
264input[type="month"] {
265 -webkit-appearance: listbox;
266}
267
268textarea {
269 overflow: auto;
270 resize: vertical;
271}
272
273fieldset {
274 min-width: 0;
275 padding: 0;
276 margin: 0;
277 border: 0;
278}
279
280legend {
281 display: block;
282 width: 100%;
283 max-width: 100%;
284 padding: 0;
285 margin-bottom: .5rem;
286 font-size: 1.5rem;
287 line-height: inherit;
288 color: inherit;
289 white-space: normal;
290}
291
292progress {
293 vertical-align: baseline;
294}
295
296[type="number"]::-webkit-inner-spin-button,
297[type="number"]::-webkit-outer-spin-button {
298 height: auto;
299}
300
301[type="search"] {
302 outline-offset: -2px;
303 -webkit-appearance: none;
304}
305
306[type="search"]::-webkit-search-decoration {
307 -webkit-appearance: none;
308}
309
310::-webkit-file-upload-button {
311 font: inherit;
312 -webkit-appearance: button;
313}
314
315output {
316 display: inline-block;
317}
318
319summary {
320 display: list-item;
321 cursor: pointer;
322}
323
324template {
325 display: none;
326}
327
328[hidden] {
329 display: none !important;
330}
331/*# sourceMappingURL=bootstrap-reboot.css.map */ \ No newline at end of file