Revize 295437cb
Přidáno uživatelem Jan Čarnogurský před asi 5 roky(ů)
templetes/css/bootstrap-grid.css | ||
---|---|---|
1 |
/*! |
|
2 |
* Bootstrap Grid v4.4.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 |
*/ |
|
7 |
html { |
|
8 |
box-sizing: border-box; |
|
9 |
-ms-overflow-style: scrollbar; |
|
10 |
} |
|
11 |
|
|
12 |
*, |
|
13 |
*::before, |
|
14 |
*::after { |
|
15 |
box-sizing: inherit; |
|
16 |
} |
|
17 |
|
|
18 |
.container { |
|
19 |
width: 100%; |
|
20 |
padding-right: 15px; |
|
21 |
padding-left: 15px; |
|
22 |
margin-right: auto; |
|
23 |
margin-left: auto; |
|
24 |
} |
|
25 |
|
|
26 |
@media (min-width: 576px) { |
|
27 |
.container { |
|
28 |
max-width: 540px; |
|
29 |
} |
|
30 |
} |
|
31 |
|
|
32 |
@media (min-width: 768px) { |
|
33 |
.container { |
|
34 |
max-width: 720px; |
|
35 |
} |
|
36 |
} |
|
37 |
|
|
38 |
@media (min-width: 992px) { |
|
39 |
.container { |
|
40 |
max-width: 960px; |
|
41 |
} |
|
42 |
} |
|
43 |
|
|
44 |
@media (min-width: 1200px) { |
|
45 |
.container { |
|
46 |
max-width: 1140px; |
|
47 |
} |
|
48 |
} |
|
49 |
|
|
50 |
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl { |
|
51 |
width: 100%; |
|
52 |
padding-right: 15px; |
|
53 |
padding-left: 15px; |
|
54 |
margin-right: auto; |
|
55 |
margin-left: auto; |
|
56 |
} |
|
57 |
|
|
58 |
@media (min-width: 576px) { |
|
59 |
.container, .container-sm { |
|
60 |
max-width: 540px; |
|
61 |
} |
|
62 |
} |
|
63 |
|
|
64 |
@media (min-width: 768px) { |
|
65 |
.container, .container-sm, .container-md { |
|
66 |
max-width: 720px; |
|
67 |
} |
|
68 |
} |
|
69 |
|
|
70 |
@media (min-width: 992px) { |
|
71 |
.container, .container-sm, .container-md, .container-lg { |
|
72 |
max-width: 960px; |
|
73 |
} |
|
74 |
} |
|
75 |
|
|
76 |
@media (min-width: 1200px) { |
|
77 |
.container, .container-sm, .container-md, .container-lg, .container-xl { |
|
78 |
max-width: 1140px; |
|
79 |
} |
|
80 |
} |
|
81 |
|
|
82 |
.row { |
|
83 |
display: -ms-flexbox; |
|
84 |
display: flex; |
|
85 |
-ms-flex-wrap: wrap; |
|
86 |
flex-wrap: wrap; |
|
87 |
margin-right: -15px; |
|
88 |
margin-left: -15px; |
|
89 |
} |
|
90 |
|
|
91 |
.no-gutters { |
|
92 |
margin-right: 0; |
|
93 |
margin-left: 0; |
|
94 |
} |
|
95 |
|
|
96 |
.no-gutters > .col, |
|
97 |
.no-gutters > [class*="col-"] { |
|
98 |
padding-right: 0; |
|
99 |
padding-left: 0; |
|
100 |
} |
|
101 |
|
|
102 |
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, |
|
103 |
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, |
|
104 |
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, |
|
105 |
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, |
|
106 |
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, |
|
107 |
.col-xl-auto { |
|
108 |
position: relative; |
|
109 |
width: 100%; |
|
110 |
padding-right: 15px; |
|
111 |
padding-left: 15px; |
|
112 |
} |
|
113 |
|
|
114 |
.col { |
|
115 |
-ms-flex-preferred-size: 0; |
|
116 |
flex-basis: 0; |
|
117 |
-ms-flex-positive: 1; |
|
118 |
flex-grow: 1; |
|
119 |
max-width: 100%; |
|
120 |
} |
|
121 |
|
|
122 |
.row-cols-1 > * { |
|
123 |
-ms-flex: 0 0 100%; |
|
124 |
flex: 0 0 100%; |
|
125 |
max-width: 100%; |
|
126 |
} |
|
127 |
|
|
128 |
.row-cols-2 > * { |
|
129 |
-ms-flex: 0 0 50%; |
|
130 |
flex: 0 0 50%; |
|
131 |
max-width: 50%; |
|
132 |
} |
|
133 |
|
|
134 |
.row-cols-3 > * { |
|
135 |
-ms-flex: 0 0 33.333333%; |
|
136 |
flex: 0 0 33.333333%; |
|
137 |
max-width: 33.333333%; |
|
138 |
} |
|
139 |
|
|
140 |
.row-cols-4 > * { |
|
141 |
-ms-flex: 0 0 25%; |
|
142 |
flex: 0 0 25%; |
|
143 |
max-width: 25%; |
|
144 |
} |
|
145 |
|
|
146 |
.row-cols-5 > * { |
|
147 |
-ms-flex: 0 0 20%; |
|
148 |
flex: 0 0 20%; |
|
149 |
max-width: 20%; |
|
150 |
} |
|
151 |
|
|
152 |
.row-cols-6 > * { |
|
153 |
-ms-flex: 0 0 16.666667%; |
|
154 |
flex: 0 0 16.666667%; |
|
155 |
max-width: 16.666667%; |
|
156 |
} |
|
157 |
|
|
158 |
.col-auto { |
|
159 |
-ms-flex: 0 0 auto; |
|
160 |
flex: 0 0 auto; |
|
161 |
width: auto; |
|
162 |
max-width: 100%; |
|
163 |
} |
|
164 |
|
|
165 |
.col-1 { |
|
166 |
-ms-flex: 0 0 8.333333%; |
|
167 |
flex: 0 0 8.333333%; |
|
168 |
max-width: 8.333333%; |
|
169 |
} |
|
170 |
|
|
171 |
.col-2 { |
|
172 |
-ms-flex: 0 0 16.666667%; |
|
173 |
flex: 0 0 16.666667%; |
|
174 |
max-width: 16.666667%; |
|
175 |
} |
|
176 |
|
|
177 |
.col-3 { |
|
178 |
-ms-flex: 0 0 25%; |
|
179 |
flex: 0 0 25%; |
|
180 |
max-width: 25%; |
|
181 |
} |
|
182 |
|
|
183 |
.col-4 { |
|
184 |
-ms-flex: 0 0 33.333333%; |
|
185 |
flex: 0 0 33.333333%; |
|
186 |
max-width: 33.333333%; |
|
187 |
} |
|
188 |
|
|
189 |
.col-5 { |
|
190 |
-ms-flex: 0 0 41.666667%; |
|
191 |
flex: 0 0 41.666667%; |
|
192 |
max-width: 41.666667%; |
|
193 |
} |
|
194 |
|
|
195 |
.col-6 { |
|
196 |
-ms-flex: 0 0 50%; |
|
197 |
flex: 0 0 50%; |
|
198 |
max-width: 50%; |
|
199 |
} |
|
200 |
|
|
201 |
.col-7 { |
|
202 |
-ms-flex: 0 0 58.333333%; |
|
203 |
flex: 0 0 58.333333%; |
|
204 |
max-width: 58.333333%; |
|
205 |
} |
|
206 |
|
|
207 |
.col-8 { |
|
208 |
-ms-flex: 0 0 66.666667%; |
|
209 |
flex: 0 0 66.666667%; |
|
210 |
max-width: 66.666667%; |
|
211 |
} |
|
212 |
|
|
213 |
.col-9 { |
|
214 |
-ms-flex: 0 0 75%; |
|
215 |
flex: 0 0 75%; |
|
216 |
max-width: 75%; |
|
217 |
} |
|
218 |
|
|
219 |
.col-10 { |
|
220 |
-ms-flex: 0 0 83.333333%; |
|
221 |
flex: 0 0 83.333333%; |
|
222 |
max-width: 83.333333%; |
|
223 |
} |
|
224 |
|
|
225 |
.col-11 { |
|
226 |
-ms-flex: 0 0 91.666667%; |
|
227 |
flex: 0 0 91.666667%; |
|
228 |
max-width: 91.666667%; |
|
229 |
} |
|
230 |
|
|
231 |
.col-12 { |
|
232 |
-ms-flex: 0 0 100%; |
|
233 |
flex: 0 0 100%; |
|
234 |
max-width: 100%; |
|
235 |
} |
|
236 |
|
|
237 |
.order-first { |
|
238 |
-ms-flex-order: -1; |
|
239 |
order: -1; |
|
240 |
} |
|
241 |
|
|
242 |
.order-last { |
|
243 |
-ms-flex-order: 13; |
|
244 |
order: 13; |
|
245 |
} |
|
246 |
|
|
247 |
.order-0 { |
|
248 |
-ms-flex-order: 0; |
|
249 |
order: 0; |
|
250 |
} |
|
251 |
|
|
252 |
.order-1 { |
|
253 |
-ms-flex-order: 1; |
|
254 |
order: 1; |
|
255 |
} |
|
256 |
|
|
257 |
.order-2 { |
|
258 |
-ms-flex-order: 2; |
|
259 |
order: 2; |
|
260 |
} |
|
261 |
|
|
262 |
.order-3 { |
|
263 |
-ms-flex-order: 3; |
|
264 |
order: 3; |
|
265 |
} |
|
266 |
|
|
267 |
.order-4 { |
|
268 |
-ms-flex-order: 4; |
|
269 |
order: 4; |
|
270 |
} |
|
271 |
|
|
272 |
.order-5 { |
|
273 |
-ms-flex-order: 5; |
|
274 |
order: 5; |
|
275 |
} |
|
276 |
|
|
277 |
.order-6 { |
|
278 |
-ms-flex-order: 6; |
|
279 |
order: 6; |
|
280 |
} |
|
281 |
|
|
282 |
.order-7 { |
|
283 |
-ms-flex-order: 7; |
|
284 |
order: 7; |
|
285 |
} |
|
286 |
|
|
287 |
.order-8 { |
|
288 |
-ms-flex-order: 8; |
|
289 |
order: 8; |
|
290 |
} |
|
291 |
|
|
292 |
.order-9 { |
|
293 |
-ms-flex-order: 9; |
|
294 |
order: 9; |
|
295 |
} |
|
296 |
|
|
297 |
.order-10 { |
|
298 |
-ms-flex-order: 10; |
|
299 |
order: 10; |
|
300 |
} |
|
301 |
|
|
302 |
.order-11 { |
|
303 |
-ms-flex-order: 11; |
|
304 |
order: 11; |
|
305 |
} |
|
306 |
|
|
307 |
.order-12 { |
|
308 |
-ms-flex-order: 12; |
|
309 |
order: 12; |
|
310 |
} |
|
311 |
|
|
312 |
.offset-1 { |
|
313 |
margin-left: 8.333333%; |
|
314 |
} |
|
315 |
|
|
316 |
.offset-2 { |
|
317 |
margin-left: 16.666667%; |
|
318 |
} |
|
319 |
|
|
320 |
.offset-3 { |
|
321 |
margin-left: 25%; |
|
322 |
} |
|
323 |
|
|
324 |
.offset-4 { |
|
325 |
margin-left: 33.333333%; |
|
326 |
} |
|
327 |
|
|
328 |
.offset-5 { |
|
329 |
margin-left: 41.666667%; |
|
330 |
} |
|
331 |
|
|
332 |
.offset-6 { |
|
333 |
margin-left: 50%; |
|
334 |
} |
|
335 |
|
|
336 |
.offset-7 { |
|
337 |
margin-left: 58.333333%; |
|
338 |
} |
|
339 |
|
|
340 |
.offset-8 { |
|
341 |
margin-left: 66.666667%; |
|
342 |
} |
|
343 |
|
|
344 |
.offset-9 { |
|
345 |
margin-left: 75%; |
|
346 |
} |
|
347 |
|
|
348 |
.offset-10 { |
|
349 |
margin-left: 83.333333%; |
|
350 |
} |
|
351 |
|
|
352 |
.offset-11 { |
|
353 |
margin-left: 91.666667%; |
|
354 |
} |
|
355 |
|
|
356 |
@media (min-width: 576px) { |
|
357 |
.col-sm { |
|
358 |
-ms-flex-preferred-size: 0; |
|
359 |
flex-basis: 0; |
|
360 |
-ms-flex-positive: 1; |
|
361 |
flex-grow: 1; |
|
362 |
max-width: 100%; |
|
363 |
} |
|
364 |
.row-cols-sm-1 > * { |
|
365 |
-ms-flex: 0 0 100%; |
|
366 |
flex: 0 0 100%; |
|
367 |
max-width: 100%; |
|
368 |
} |
|
369 |
.row-cols-sm-2 > * { |
|
370 |
-ms-flex: 0 0 50%; |
|
371 |
flex: 0 0 50%; |
|
372 |
max-width: 50%; |
|
373 |
} |
|
374 |
.row-cols-sm-3 > * { |
|
375 |
-ms-flex: 0 0 33.333333%; |
|
376 |
flex: 0 0 33.333333%; |
|
377 |
max-width: 33.333333%; |
|
378 |
} |
|
379 |
.row-cols-sm-4 > * { |
|
380 |
-ms-flex: 0 0 25%; |
|
381 |
flex: 0 0 25%; |
|
382 |
max-width: 25%; |
|
383 |
} |
|
384 |
.row-cols-sm-5 > * { |
|
385 |
-ms-flex: 0 0 20%; |
|
386 |
flex: 0 0 20%; |
|
387 |
max-width: 20%; |
|
388 |
} |
|
389 |
.row-cols-sm-6 > * { |
|
390 |
-ms-flex: 0 0 16.666667%; |
|
391 |
flex: 0 0 16.666667%; |
|
392 |
max-width: 16.666667%; |
|
393 |
} |
|
394 |
.col-sm-auto { |
|
395 |
-ms-flex: 0 0 auto; |
|
396 |
flex: 0 0 auto; |
|
397 |
width: auto; |
|
398 |
max-width: 100%; |
|
399 |
} |
|
400 |
.col-sm-1 { |
|
401 |
-ms-flex: 0 0 8.333333%; |
|
402 |
flex: 0 0 8.333333%; |
|
403 |
max-width: 8.333333%; |
|
404 |
} |
|
405 |
.col-sm-2 { |
|
406 |
-ms-flex: 0 0 16.666667%; |
|
407 |
flex: 0 0 16.666667%; |
|
408 |
max-width: 16.666667%; |
|
409 |
} |
|
410 |
.col-sm-3 { |
|
411 |
-ms-flex: 0 0 25%; |
|
412 |
flex: 0 0 25%; |
|
413 |
max-width: 25%; |
|
414 |
} |
|
415 |
.col-sm-4 { |
|
416 |
-ms-flex: 0 0 33.333333%; |
|
417 |
flex: 0 0 33.333333%; |
|
418 |
max-width: 33.333333%; |
|
419 |
} |
|
420 |
.col-sm-5 { |
|
421 |
-ms-flex: 0 0 41.666667%; |
|
422 |
flex: 0 0 41.666667%; |
|
423 |
max-width: 41.666667%; |
|
424 |
} |
|
425 |
.col-sm-6 { |
|
426 |
-ms-flex: 0 0 50%; |
|
427 |
flex: 0 0 50%; |
|
428 |
max-width: 50%; |
|
429 |
} |
|
430 |
.col-sm-7 { |
|
431 |
-ms-flex: 0 0 58.333333%; |
|
432 |
flex: 0 0 58.333333%; |
|
433 |
max-width: 58.333333%; |
|
434 |
} |
|
435 |
.col-sm-8 { |
|
436 |
-ms-flex: 0 0 66.666667%; |
|
437 |
flex: 0 0 66.666667%; |
|
438 |
max-width: 66.666667%; |
|
439 |
} |
|
440 |
.col-sm-9 { |
|
441 |
-ms-flex: 0 0 75%; |
|
442 |
flex: 0 0 75%; |
|
443 |
max-width: 75%; |
|
444 |
} |
|
445 |
.col-sm-10 { |
|
446 |
-ms-flex: 0 0 83.333333%; |
|
447 |
flex: 0 0 83.333333%; |
|
448 |
max-width: 83.333333%; |
|
449 |
} |
|
450 |
.col-sm-11 { |
|
451 |
-ms-flex: 0 0 91.666667%; |
|
452 |
flex: 0 0 91.666667%; |
|
453 |
max-width: 91.666667%; |
|
454 |
} |
|
455 |
.col-sm-12 { |
|
456 |
-ms-flex: 0 0 100%; |
|
457 |
flex: 0 0 100%; |
|
458 |
max-width: 100%; |
|
459 |
} |
|
460 |
.order-sm-first { |
|
461 |
-ms-flex-order: -1; |
|
462 |
order: -1; |
|
463 |
} |
|
464 |
.order-sm-last { |
|
465 |
-ms-flex-order: 13; |
|
466 |
order: 13; |
|
467 |
} |
|
468 |
.order-sm-0 { |
|
469 |
-ms-flex-order: 0; |
|
470 |
order: 0; |
|
471 |
} |
|
472 |
.order-sm-1 { |
|
473 |
-ms-flex-order: 1; |
|
474 |
order: 1; |
|
475 |
} |
|
476 |
.order-sm-2 { |
|
477 |
-ms-flex-order: 2; |
|
478 |
order: 2; |
|
479 |
} |
|
480 |
.order-sm-3 { |
|
481 |
-ms-flex-order: 3; |
|
482 |
order: 3; |
|
483 |
} |
|
484 |
.order-sm-4 { |
|
485 |
-ms-flex-order: 4; |
|
486 |
order: 4; |
|
487 |
} |
|
488 |
.order-sm-5 { |
|
489 |
-ms-flex-order: 5; |
|
490 |
order: 5; |
|
491 |
} |
|
492 |
.order-sm-6 { |
|
493 |
-ms-flex-order: 6; |
|
494 |
order: 6; |
|
495 |
} |
|
496 |
.order-sm-7 { |
|
497 |
-ms-flex-order: 7; |
|
498 |
order: 7; |
|
499 |
} |
|
500 |
.order-sm-8 { |
|
501 |
-ms-flex-order: 8; |
|
502 |
order: 8; |
|
503 |
} |
|
504 |
.order-sm-9 { |
|
505 |
-ms-flex-order: 9; |
|
506 |
order: 9; |
|
507 |
} |
|
508 |
.order-sm-10 { |
|
509 |
-ms-flex-order: 10; |
|
510 |
order: 10; |
|
511 |
} |
|
512 |
.order-sm-11 { |
|
513 |
-ms-flex-order: 11; |
|
514 |
order: 11; |
|
515 |
} |
|
516 |
.order-sm-12 { |
|
517 |
-ms-flex-order: 12; |
|
518 |
order: 12; |
|
519 |
} |
|
520 |
.offset-sm-0 { |
|
521 |
margin-left: 0; |
|
522 |
} |
|
523 |
.offset-sm-1 { |
|
524 |
margin-left: 8.333333%; |
|
525 |
} |
|
526 |
.offset-sm-2 { |
|
527 |
margin-left: 16.666667%; |
|
528 |
} |
|
529 |
.offset-sm-3 { |
|
530 |
margin-left: 25%; |
|
531 |
} |
|
532 |
.offset-sm-4 { |
|
533 |
margin-left: 33.333333%; |
|
534 |
} |
|
535 |
.offset-sm-5 { |
|
536 |
margin-left: 41.666667%; |
|
537 |
} |
|
538 |
.offset-sm-6 { |
|
539 |
margin-left: 50%; |
|
540 |
} |
|
541 |
.offset-sm-7 { |
|
542 |
margin-left: 58.333333%; |
|
543 |
} |
|
544 |
.offset-sm-8 { |
|
545 |
margin-left: 66.666667%; |
|
546 |
} |
|
547 |
.offset-sm-9 { |
|
548 |
margin-left: 75%; |
|
549 |
} |
|
550 |
.offset-sm-10 { |
|
551 |
margin-left: 83.333333%; |
|
552 |
} |
|
553 |
.offset-sm-11 { |
|
554 |
margin-left: 91.666667%; |
|
555 |
} |
|
556 |
} |
|
557 |
|
|
558 |
@media (min-width: 768px) { |
|
559 |
.col-md { |
|
560 |
-ms-flex-preferred-size: 0; |
|
561 |
flex-basis: 0; |
|
562 |
-ms-flex-positive: 1; |
|
563 |
flex-grow: 1; |
|
564 |
max-width: 100%; |
|
565 |
} |
|
566 |
.row-cols-md-1 > * { |
|
567 |
-ms-flex: 0 0 100%; |
|
568 |
flex: 0 0 100%; |
|
569 |
max-width: 100%; |
|
570 |
} |
|
571 |
.row-cols-md-2 > * { |
|
572 |
-ms-flex: 0 0 50%; |
|
573 |
flex: 0 0 50%; |
|
574 |
max-width: 50%; |
|
575 |
} |
|
576 |
.row-cols-md-3 > * { |
|
577 |
-ms-flex: 0 0 33.333333%; |
|
578 |
flex: 0 0 33.333333%; |
|
579 |
max-width: 33.333333%; |
|
580 |
} |
|
581 |
.row-cols-md-4 > * { |
|
582 |
-ms-flex: 0 0 25%; |
|
583 |
flex: 0 0 25%; |
|
584 |
max-width: 25%; |
|
585 |
} |
|
586 |
.row-cols-md-5 > * { |
|
587 |
-ms-flex: 0 0 20%; |
|
588 |
flex: 0 0 20%; |
|
589 |
max-width: 20%; |
|
590 |
} |
|
591 |
.row-cols-md-6 > * { |
|
592 |
-ms-flex: 0 0 16.666667%; |
|
593 |
flex: 0 0 16.666667%; |
|
594 |
max-width: 16.666667%; |
|
595 |
} |
|
596 |
.col-md-auto { |
|
597 |
-ms-flex: 0 0 auto; |
|
598 |
flex: 0 0 auto; |
|
599 |
width: auto; |
|
600 |
max-width: 100%; |
|
601 |
} |
|
602 |
.col-md-1 { |
|
603 |
-ms-flex: 0 0 8.333333%; |
|
604 |
flex: 0 0 8.333333%; |
|
605 |
max-width: 8.333333%; |
|
606 |
} |
|
607 |
.col-md-2 { |
|
608 |
-ms-flex: 0 0 16.666667%; |
|
609 |
flex: 0 0 16.666667%; |
|
610 |
max-width: 16.666667%; |
|
611 |
} |
|
612 |
.col-md-3 { |
|
613 |
-ms-flex: 0 0 25%; |
|
614 |
flex: 0 0 25%; |
|
615 |
max-width: 25%; |
|
616 |
} |
|
617 |
.col-md-4 { |
|
618 |
-ms-flex: 0 0 33.333333%; |
|
619 |
flex: 0 0 33.333333%; |
|
620 |
max-width: 33.333333%; |
|
621 |
} |
|
622 |
.col-md-5 { |
|
623 |
-ms-flex: 0 0 41.666667%; |
|
624 |
flex: 0 0 41.666667%; |
|
625 |
max-width: 41.666667%; |
|
626 |
} |
|
627 |
.col-md-6 { |
|
628 |
-ms-flex: 0 0 50%; |
|
629 |
flex: 0 0 50%; |
|
630 |
max-width: 50%; |
|
631 |
} |
|
632 |
.col-md-7 { |
|
633 |
-ms-flex: 0 0 58.333333%; |
|
634 |
flex: 0 0 58.333333%; |
|
635 |
max-width: 58.333333%; |
|
636 |
} |
|
637 |
.col-md-8 { |
|
638 |
-ms-flex: 0 0 66.666667%; |
|
639 |
flex: 0 0 66.666667%; |
|
640 |
max-width: 66.666667%; |
|
641 |
} |
|
642 |
.col-md-9 { |
|
643 |
-ms-flex: 0 0 75%; |
|
644 |
flex: 0 0 75%; |
|
645 |
max-width: 75%; |
|
646 |
} |
|
647 |
.col-md-10 { |
|
648 |
-ms-flex: 0 0 83.333333%; |
|
649 |
flex: 0 0 83.333333%; |
|
650 |
max-width: 83.333333%; |
|
651 |
} |
|
652 |
.col-md-11 { |
|
653 |
-ms-flex: 0 0 91.666667%; |
|
654 |
flex: 0 0 91.666667%; |
|
655 |
max-width: 91.666667%; |
|
656 |
} |
|
657 |
.col-md-12 { |
|
658 |
-ms-flex: 0 0 100%; |
|
659 |
flex: 0 0 100%; |
|
660 |
max-width: 100%; |
|
661 |
} |
|
662 |
.order-md-first { |
|
663 |
-ms-flex-order: -1; |
|
664 |
order: -1; |
|
665 |
} |
|
666 |
.order-md-last { |
|
667 |
-ms-flex-order: 13; |
|
668 |
order: 13; |
|
669 |
} |
|
670 |
.order-md-0 { |
|
671 |
-ms-flex-order: 0; |
|
672 |
order: 0; |
|
673 |
} |
|
674 |
.order-md-1 { |
|
675 |
-ms-flex-order: 1; |
|
676 |
order: 1; |
|
677 |
} |
|
678 |
.order-md-2 { |
|
679 |
-ms-flex-order: 2; |
|
680 |
order: 2; |
|
681 |
} |
|
682 |
.order-md-3 { |
|
683 |
-ms-flex-order: 3; |
|
684 |
order: 3; |
|
685 |
} |
|
686 |
.order-md-4 { |
|
687 |
-ms-flex-order: 4; |
|
688 |
order: 4; |
|
689 |
} |
|
690 |
.order-md-5 { |
|
691 |
-ms-flex-order: 5; |
|
692 |
order: 5; |
|
693 |
} |
|
694 |
.order-md-6 { |
|
695 |
-ms-flex-order: 6; |
|
696 |
order: 6; |
|
697 |
} |
|
698 |
.order-md-7 { |
|
699 |
-ms-flex-order: 7; |
|
700 |
order: 7; |
|
701 |
} |
|
702 |
.order-md-8 { |
|
703 |
-ms-flex-order: 8; |
|
704 |
order: 8; |
|
705 |
} |
|
706 |
.order-md-9 { |
|
707 |
-ms-flex-order: 9; |
|
708 |
order: 9; |
|
709 |
} |
|
710 |
.order-md-10 { |
|
711 |
-ms-flex-order: 10; |
|
712 |
order: 10; |
|
713 |
} |
|
714 |
.order-md-11 { |
|
715 |
-ms-flex-order: 11; |
|
716 |
order: 11; |
|
717 |
} |
|
718 |
.order-md-12 { |
|
719 |
-ms-flex-order: 12; |
|
720 |
order: 12; |
|
721 |
} |
|
722 |
.offset-md-0 { |
|
723 |
margin-left: 0; |
|
724 |
} |
|
725 |
.offset-md-1 { |
|
726 |
margin-left: 8.333333%; |
|
727 |
} |
|
728 |
.offset-md-2 { |
|
729 |
margin-left: 16.666667%; |
|
730 |
} |
|
731 |
.offset-md-3 { |
|
732 |
margin-left: 25%; |
|
733 |
} |
|
734 |
.offset-md-4 { |
|
735 |
margin-left: 33.333333%; |
|
736 |
} |
|
737 |
.offset-md-5 { |
|
738 |
margin-left: 41.666667%; |
|
739 |
} |
|
740 |
.offset-md-6 { |
|
741 |
margin-left: 50%; |
|
742 |
} |
|
743 |
.offset-md-7 { |
|
744 |
margin-left: 58.333333%; |
|
745 |
} |
|
746 |
.offset-md-8 { |
|
747 |
margin-left: 66.666667%; |
|
748 |
} |
|
749 |
.offset-md-9 { |
|
750 |
margin-left: 75%; |
|
751 |
} |
|
752 |
.offset-md-10 { |
|
753 |
margin-left: 83.333333%; |
|
754 |
} |
|
755 |
.offset-md-11 { |
|
756 |
margin-left: 91.666667%; |
|
757 |
} |
|
758 |
} |
|
759 |
|
|
760 |
@media (min-width: 992px) { |
|
761 |
.col-lg { |
|
762 |
-ms-flex-preferred-size: 0; |
|
763 |
flex-basis: 0; |
|
764 |
-ms-flex-positive: 1; |
|
765 |
flex-grow: 1; |
|
766 |
max-width: 100%; |
|
767 |
} |
|
768 |
.row-cols-lg-1 > * { |
|
769 |
-ms-flex: 0 0 100%; |
|
770 |
flex: 0 0 100%; |
|
771 |
max-width: 100%; |
|
772 |
} |
|
773 |
.row-cols-lg-2 > * { |
|
774 |
-ms-flex: 0 0 50%; |
|
775 |
flex: 0 0 50%; |
|
776 |
max-width: 50%; |
|
777 |
} |
|
778 |
.row-cols-lg-3 > * { |
|
779 |
-ms-flex: 0 0 33.333333%; |
|
780 |
flex: 0 0 33.333333%; |
|
781 |
max-width: 33.333333%; |
|
782 |
} |
|
783 |
.row-cols-lg-4 > * { |
|
784 |
-ms-flex: 0 0 25%; |
|
785 |
flex: 0 0 25%; |
|
786 |
max-width: 25%; |
|
787 |
} |
|
788 |
.row-cols-lg-5 > * { |
|
789 |
-ms-flex: 0 0 20%; |
|
790 |
flex: 0 0 20%; |
|
791 |
max-width: 20%; |
|
792 |
} |
|
793 |
.row-cols-lg-6 > * { |
|
794 |
-ms-flex: 0 0 16.666667%; |
|
795 |
flex: 0 0 16.666667%; |
|
796 |
max-width: 16.666667%; |
|
797 |
} |
|
798 |
.col-lg-auto { |
|
799 |
-ms-flex: 0 0 auto; |
|
800 |
flex: 0 0 auto; |
|
801 |
width: auto; |
|
802 |
max-width: 100%; |
|
803 |
} |
|
804 |
.col-lg-1 { |
|
805 |
-ms-flex: 0 0 8.333333%; |
|
806 |
flex: 0 0 8.333333%; |
|
807 |
max-width: 8.333333%; |
|
808 |
} |
|
809 |
.col-lg-2 { |
|
810 |
-ms-flex: 0 0 16.666667%; |
|
811 |
flex: 0 0 16.666667%; |
|
812 |
max-width: 16.666667%; |
|
813 |
} |
|
814 |
.col-lg-3 { |
|
815 |
-ms-flex: 0 0 25%; |
|
816 |
flex: 0 0 25%; |
|
817 |
max-width: 25%; |
|
818 |
} |
|
819 |
.col-lg-4 { |
|
820 |
-ms-flex: 0 0 33.333333%; |
|
821 |
flex: 0 0 33.333333%; |
|
822 |
max-width: 33.333333%; |
|
823 |
} |
|
824 |
.col-lg-5 { |
|
825 |
-ms-flex: 0 0 41.666667%; |
|
826 |
flex: 0 0 41.666667%; |
|
827 |
max-width: 41.666667%; |
|
828 |
} |
|
829 |
.col-lg-6 { |
|
830 |
-ms-flex: 0 0 50%; |
|
831 |
flex: 0 0 50%; |
|
832 |
max-width: 50%; |
|
833 |
} |
|
834 |
.col-lg-7 { |
|
835 |
-ms-flex: 0 0 58.333333%; |
|
836 |
flex: 0 0 58.333333%; |
|
837 |
max-width: 58.333333%; |
|
838 |
} |
|
839 |
.col-lg-8 { |
|
840 |
-ms-flex: 0 0 66.666667%; |
|
841 |
flex: 0 0 66.666667%; |
|
842 |
max-width: 66.666667%; |
|
843 |
} |
|
844 |
.col-lg-9 { |
|
845 |
-ms-flex: 0 0 75%; |
|
846 |
flex: 0 0 75%; |
|
847 |
max-width: 75%; |
|
848 |
} |
|
849 |
.col-lg-10 { |
|
850 |
-ms-flex: 0 0 83.333333%; |
|
851 |
flex: 0 0 83.333333%; |
|
852 |
max-width: 83.333333%; |
|
853 |
} |
|
854 |
.col-lg-11 { |
|
855 |
-ms-flex: 0 0 91.666667%; |
|
856 |
flex: 0 0 91.666667%; |
|
857 |
max-width: 91.666667%; |
|
858 |
} |
|
859 |
.col-lg-12 { |
|
860 |
-ms-flex: 0 0 100%; |
|
861 |
flex: 0 0 100%; |
|
862 |
max-width: 100%; |
|
863 |
} |
|
864 |
.order-lg-first { |
|
865 |
-ms-flex-order: -1; |
|
866 |
order: -1; |
|
867 |
} |
|
868 |
.order-lg-last { |
|
869 |
-ms-flex-order: 13; |
|
870 |
order: 13; |
|
871 |
} |
|
872 |
.order-lg-0 { |
|
873 |
-ms-flex-order: 0; |
|
874 |
order: 0; |
|
875 |
} |
|
876 |
.order-lg-1 { |
|
877 |
-ms-flex-order: 1; |
|
878 |
order: 1; |
|
879 |
} |
|
880 |
.order-lg-2 { |
|
881 |
-ms-flex-order: 2; |
|
882 |
order: 2; |
|
883 |
} |
|
884 |
.order-lg-3 { |
|
885 |
-ms-flex-order: 3; |
|
886 |
order: 3; |
|
887 |
} |
|
888 |
.order-lg-4 { |
|
889 |
-ms-flex-order: 4; |
|
890 |
order: 4; |
|
891 |
} |
|
892 |
.order-lg-5 { |
|
893 |
-ms-flex-order: 5; |
|
894 |
order: 5; |
|
895 |
} |
|
896 |
.order-lg-6 { |
|
897 |
-ms-flex-order: 6; |
|
898 |
order: 6; |
|
899 |
} |
|
900 |
.order-lg-7 { |
|
901 |
-ms-flex-order: 7; |
|
902 |
order: 7; |
|
903 |
} |
|
904 |
.order-lg-8 { |
|
905 |
-ms-flex-order: 8; |
|
906 |
order: 8; |
|
907 |
} |
|
908 |
.order-lg-9 { |
|
909 |
-ms-flex-order: 9; |
|
910 |
order: 9; |
|
911 |
} |
|
912 |
.order-lg-10 { |
|
913 |
-ms-flex-order: 10; |
|
914 |
order: 10; |
|
915 |
} |
|
916 |
.order-lg-11 { |
|
917 |
-ms-flex-order: 11; |
|
918 |
order: 11; |
|
919 |
} |
|
920 |
.order-lg-12 { |
|
921 |
-ms-flex-order: 12; |
|
922 |
order: 12; |
|
923 |
} |
|
924 |
.offset-lg-0 { |
|
925 |
margin-left: 0; |
|
926 |
} |
|
927 |
.offset-lg-1 { |
|
928 |
margin-left: 8.333333%; |
|
929 |
} |
|
930 |
.offset-lg-2 { |
|
931 |
margin-left: 16.666667%; |
|
932 |
} |
|
933 |
.offset-lg-3 { |
|
934 |
margin-left: 25%; |
|
935 |
} |
|
936 |
.offset-lg-4 { |
|
937 |
margin-left: 33.333333%; |
|
938 |
} |
|
939 |
.offset-lg-5 { |
|
940 |
margin-left: 41.666667%; |
|
941 |
} |
|
942 |
.offset-lg-6 { |
|
943 |
margin-left: 50%; |
|
944 |
} |
|
945 |
.offset-lg-7 { |
|
946 |
margin-left: 58.333333%; |
|
947 |
} |
|
948 |
.offset-lg-8 { |
|
949 |
margin-left: 66.666667%; |
|
950 |
} |
|
951 |
.offset-lg-9 { |
|
952 |
margin-left: 75%; |
|
953 |
} |
|
954 |
.offset-lg-10 { |
|
955 |
margin-left: 83.333333%; |
|
956 |
} |
|
957 |
.offset-lg-11 { |
|
958 |
margin-left: 91.666667%; |
|
959 |
} |
|
960 |
} |
|
961 |
|
|
962 |
@media (min-width: 1200px) { |
|
963 |
.col-xl { |
|
964 |
-ms-flex-preferred-size: 0; |
|
965 |
flex-basis: 0; |
|
966 |
-ms-flex-positive: 1; |
|
967 |
flex-grow: 1; |
|
968 |
max-width: 100%; |
|
969 |
} |
|
970 |
.row-cols-xl-1 > * { |
|
971 |
-ms-flex: 0 0 100%; |
|
972 |
flex: 0 0 100%; |
|
973 |
max-width: 100%; |
|
974 |
} |
|
975 |
.row-cols-xl-2 > * { |
|
976 |
-ms-flex: 0 0 50%; |
|
977 |
flex: 0 0 50%; |
|
978 |
max-width: 50%; |
|
979 |
} |
|
980 |
.row-cols-xl-3 > * { |
|
981 |
-ms-flex: 0 0 33.333333%; |
|
982 |
flex: 0 0 33.333333%; |
|
983 |
max-width: 33.333333%; |
|
984 |
} |
|
985 |
.row-cols-xl-4 > * { |
|
986 |
-ms-flex: 0 0 25%; |
|
987 |
flex: 0 0 25%; |
|
988 |
max-width: 25%; |
|
989 |
} |
|
990 |
.row-cols-xl-5 > * { |
|
991 |
-ms-flex: 0 0 20%; |
|
992 |
flex: 0 0 20%; |
|
993 |
max-width: 20%; |
|
994 |
} |
|
995 |
.row-cols-xl-6 > * { |
|
996 |
-ms-flex: 0 0 16.666667%; |
|
997 |
flex: 0 0 16.666667%; |
|
998 |
max-width: 16.666667%; |
|
999 |
} |
|
1000 |
.col-xl-auto { |
|
1001 |
-ms-flex: 0 0 auto; |
|
1002 |
flex: 0 0 auto; |
|
1003 |
width: auto; |
|
1004 |
max-width: 100%; |
|
1005 |
} |
|
1006 |
.col-xl-1 { |
|
1007 |
-ms-flex: 0 0 8.333333%; |
|
1008 |
flex: 0 0 8.333333%; |
|
1009 |
max-width: 8.333333%; |
|
1010 |
} |
|
1011 |
.col-xl-2 { |
|
1012 |
-ms-flex: 0 0 16.666667%; |
|
1013 |
flex: 0 0 16.666667%; |
|
1014 |
max-width: 16.666667%; |
|
1015 |
} |
|
1016 |
.col-xl-3 { |
|
1017 |
-ms-flex: 0 0 25%; |
|
1018 |
flex: 0 0 25%; |
|
1019 |
max-width: 25%; |
|
1020 |
} |
|
1021 |
.col-xl-4 { |
|
1022 |
-ms-flex: 0 0 33.333333%; |
|
1023 |
flex: 0 0 33.333333%; |
|
1024 |
max-width: 33.333333%; |
|
1025 |
} |
|
1026 |
.col-xl-5 { |
|
1027 |
-ms-flex: 0 0 41.666667%; |
|
1028 |
flex: 0 0 41.666667%; |
|
1029 |
max-width: 41.666667%; |
|
1030 |
} |
|
1031 |
.col-xl-6 { |
|
1032 |
-ms-flex: 0 0 50%; |
|
1033 |
flex: 0 0 50%; |
|
1034 |
max-width: 50%; |
|
1035 |
} |
|
1036 |
.col-xl-7 { |
|
1037 |
-ms-flex: 0 0 58.333333%; |
|
1038 |
flex: 0 0 58.333333%; |
|
1039 |
max-width: 58.333333%; |
|
1040 |
} |
|
1041 |
.col-xl-8 { |
|
1042 |
-ms-flex: 0 0 66.666667%; |
|
1043 |
flex: 0 0 66.666667%; |
|
1044 |
max-width: 66.666667%; |
|
1045 |
} |
|
1046 |
.col-xl-9 { |
|
1047 |
-ms-flex: 0 0 75%; |
|
1048 |
flex: 0 0 75%; |
|
1049 |
max-width: 75%; |
|
1050 |
} |
|
1051 |
.col-xl-10 { |
|
1052 |
-ms-flex: 0 0 83.333333%; |
|
1053 |
flex: 0 0 83.333333%; |
|
1054 |
max-width: 83.333333%; |
|
1055 |
} |
|
1056 |
.col-xl-11 { |
|
1057 |
-ms-flex: 0 0 91.666667%; |
|
1058 |
flex: 0 0 91.666667%; |
|
1059 |
max-width: 91.666667%; |
|
1060 |
} |
|
1061 |
.col-xl-12 { |
|
1062 |
-ms-flex: 0 0 100%; |
|
1063 |
flex: 0 0 100%; |
|
1064 |
max-width: 100%; |
|
1065 |
} |
|
1066 |
.order-xl-first { |
|
1067 |
-ms-flex-order: -1; |
|
1068 |
order: -1; |
|
1069 |
} |
|
1070 |
.order-xl-last { |
|
1071 |
-ms-flex-order: 13; |
|
1072 |
order: 13; |
|
1073 |
} |
|
1074 |
.order-xl-0 { |
|
1075 |
-ms-flex-order: 0; |
|
1076 |
order: 0; |
|
1077 |
} |
|
1078 |
.order-xl-1 { |
|
1079 |
-ms-flex-order: 1; |
|
1080 |
order: 1; |
|
1081 |
} |
|
1082 |
.order-xl-2 { |
|
1083 |
-ms-flex-order: 2; |
|
1084 |
order: 2; |
|
1085 |
} |
|
1086 |
.order-xl-3 { |
|
1087 |
-ms-flex-order: 3; |
|
1088 |
order: 3; |
|
1089 |
} |
|
1090 |
.order-xl-4 { |
|
1091 |
-ms-flex-order: 4; |
|
1092 |
order: 4; |
|
1093 |
} |
|
1094 |
.order-xl-5 { |
|
1095 |
-ms-flex-order: 5; |
|
1096 |
order: 5; |
|
1097 |
} |
|
1098 |
.order-xl-6 { |
|
1099 |
-ms-flex-order: 6; |
|
1100 |
order: 6; |
|
1101 |
} |
|
1102 |
.order-xl-7 { |
|
1103 |
-ms-flex-order: 7; |
|
1104 |
order: 7; |
|
1105 |
} |
|
1106 |
.order-xl-8 { |
|
1107 |
-ms-flex-order: 8; |
|
1108 |
order: 8; |
|
1109 |
} |
|
1110 |
.order-xl-9 { |
|
1111 |
-ms-flex-order: 9; |
|
1112 |
order: 9; |
|
1113 |
} |
|
1114 |
.order-xl-10 { |
|
1115 |
-ms-flex-order: 10; |
|
1116 |
order: 10; |
|
1117 |
} |
|
1118 |
.order-xl-11 { |
|
1119 |
-ms-flex-order: 11; |
|
1120 |
order: 11; |
|
1121 |
} |
|
1122 |
.order-xl-12 { |
|
1123 |
-ms-flex-order: 12; |
|
1124 |
order: 12; |
|
1125 |
} |
|
1126 |
.offset-xl-0 { |
|
1127 |
margin-left: 0; |
|
1128 |
} |
|
1129 |
.offset-xl-1 { |
|
1130 |
margin-left: 8.333333%; |
|
1131 |
} |
|
1132 |
.offset-xl-2 { |
|
1133 |
margin-left: 16.666667%; |
|
1134 |
} |
|
1135 |
.offset-xl-3 { |
|
1136 |
margin-left: 25%; |
|
1137 |
} |
|
1138 |
.offset-xl-4 { |
|
1139 |
margin-left: 33.333333%; |
|
1140 |
} |
|
1141 |
.offset-xl-5 { |
|
1142 |
margin-left: 41.666667%; |
|
1143 |
} |
|
1144 |
.offset-xl-6 { |
|
1145 |
margin-left: 50%; |
|
1146 |
} |
|
1147 |
.offset-xl-7 { |
|
1148 |
margin-left: 58.333333%; |
|
1149 |
} |
|
1150 |
.offset-xl-8 { |
|
1151 |
margin-left: 66.666667%; |
|
1152 |
} |
|
1153 |
.offset-xl-9 { |
|
1154 |
margin-left: 75%; |
|
1155 |
} |
|
1156 |
.offset-xl-10 { |
|
1157 |
margin-left: 83.333333%; |
|
1158 |
} |
|
1159 |
.offset-xl-11 { |
|
1160 |
margin-left: 91.666667%; |
|
1161 |
} |
|
1162 |
} |
|
1163 |
|
|
1164 |
.d-none { |
|
1165 |
display: none !important; |
|
1166 |
} |
|
1167 |
|
|
1168 |
.d-inline { |
|
1169 |
display: inline !important; |
|
1170 |
} |
|
1171 |
|
|
1172 |
.d-inline-block { |
|
1173 |
display: inline-block !important; |
|
1174 |
} |
|
1175 |
|
|
1176 |
.d-block { |
|
1177 |
display: block !important; |
|
1178 |
} |
|
1179 |
|
|
1180 |
.d-table { |
|
1181 |
display: table !important; |
|
1182 |
} |
|
1183 |
|
|
1184 |
.d-table-row { |
|
1185 |
display: table-row !important; |
|
1186 |
} |
|
1187 |
|
|
1188 |
.d-table-cell { |
|
1189 |
display: table-cell !important; |
|
1190 |
} |
|
1191 |
|
|
1192 |
.d-flex { |
|
1193 |
display: -ms-flexbox !important; |
|
1194 |
display: flex !important; |
|
1195 |
} |
|
1196 |
|
|
1197 |
.d-inline-flex { |
|
1198 |
display: -ms-inline-flexbox !important; |
|
1199 |
display: inline-flex !important; |
|
1200 |
} |
|
1201 |
|
|
1202 |
@media (min-width: 576px) { |
|
1203 |
.d-sm-none { |
|
1204 |
display: none !important; |
|
1205 |
} |
|
1206 |
.d-sm-inline { |
|
1207 |
display: inline !important; |
|
1208 |
} |
|
1209 |
.d-sm-inline-block { |
|
1210 |
display: inline-block !important; |
|
1211 |
} |
|
1212 |
.d-sm-block { |
|
1213 |
display: block !important; |
|
1214 |
} |
|
1215 |
.d-sm-table { |
|
1216 |
display: table !important; |
|
1217 |
} |
|
1218 |
.d-sm-table-row { |
|
1219 |
display: table-row !important; |
|
1220 |
} |
|
1221 |
.d-sm-table-cell { |
|
1222 |
display: table-cell !important; |
|
1223 |
} |
|
1224 |
.d-sm-flex { |
|
1225 |
display: -ms-flexbox !important; |
|
1226 |
display: flex !important; |
|
1227 |
} |
|
1228 |
.d-sm-inline-flex { |
|
1229 |
display: -ms-inline-flexbox !important; |
|
1230 |
display: inline-flex !important; |
|
1231 |
} |
|
1232 |
} |
|
1233 |
|
|
1234 |
@media (min-width: 768px) { |
|
1235 |
.d-md-none { |
|
1236 |
display: none !important; |
|
1237 |
} |
|
1238 |
.d-md-inline { |
|
1239 |
display: inline !important; |
|
1240 |
} |
|
1241 |
.d-md-inline-block { |
|
1242 |
display: inline-block !important; |
|
1243 |
} |
|
1244 |
.d-md-block { |
|
1245 |
display: block !important; |
|
1246 |
} |
|
1247 |
.d-md-table { |
|
1248 |
display: table !important; |
|
1249 |
} |
|
1250 |
.d-md-table-row { |
|
1251 |
display: table-row !important; |
|
1252 |
} |
|
1253 |
.d-md-table-cell { |
|
1254 |
display: table-cell !important; |
|
1255 |
} |
|
1256 |
.d-md-flex { |
|
1257 |
display: -ms-flexbox !important; |
|
1258 |
display: flex !important; |
|
1259 |
} |
|
1260 |
.d-md-inline-flex { |
|
1261 |
display: -ms-inline-flexbox !important; |
|
1262 |
display: inline-flex !important; |
|
1263 |
} |
|
1264 |
} |
|
1265 |
|
|
1266 |
@media (min-width: 992px) { |
|
1267 |
.d-lg-none { |
|
1268 |
display: none !important; |
|
1269 |
} |
|
1270 |
.d-lg-inline { |
|
1271 |
display: inline !important; |
|
1272 |
} |
|
1273 |
.d-lg-inline-block { |
|
1274 |
display: inline-block !important; |
|
1275 |
} |
|
1276 |
.d-lg-block { |
|
1277 |
display: block !important; |
|
1278 |
} |
|
1279 |
.d-lg-table { |
|
1280 |
display: table !important; |
|
1281 |
} |
|
1282 |
.d-lg-table-row { |
|
1283 |
display: table-row !important; |
|
1284 |
} |
|
1285 |
.d-lg-table-cell { |
|
1286 |
display: table-cell !important; |
|
1287 |
} |
|
1288 |
.d-lg-flex { |
|
1289 |
display: -ms-flexbox !important; |
|
1290 |
display: flex !important; |
|
1291 |
} |
|
1292 |
.d-lg-inline-flex { |
|
1293 |
display: -ms-inline-flexbox !important; |
|
1294 |
display: inline-flex !important; |
|
1295 |
} |
|
1296 |
} |
|
1297 |
|
|
1298 |
@media (min-width: 1200px) { |
|
1299 |
.d-xl-none { |
|
1300 |
display: none !important; |
|
1301 |
} |
|
1302 |
.d-xl-inline { |
|
1303 |
display: inline !important; |
|
1304 |
} |
|
1305 |
.d-xl-inline-block { |
|
1306 |
display: inline-block !important; |
|
1307 |
} |
|
1308 |
.d-xl-block { |
|
1309 |
display: block !important; |
|
1310 |
} |
|
1311 |
.d-xl-table { |
|
1312 |
display: table !important; |
|
1313 |
} |
|
1314 |
.d-xl-table-row { |
|
1315 |
display: table-row !important; |
|
1316 |
} |
|
1317 |
.d-xl-table-cell { |
|
1318 |
display: table-cell !important; |
|
1319 |
} |
|
1320 |
.d-xl-flex { |
|
1321 |
display: -ms-flexbox !important; |
|
1322 |
display: flex !important; |
|
1323 |
} |
|
1324 |
.d-xl-inline-flex { |
|
1325 |
display: -ms-inline-flexbox !important; |
|
1326 |
display: inline-flex !important; |
|
1327 |
} |
|
1328 |
} |
|
1329 |
|
|
1330 |
@media print { |
|
1331 |
.d-print-none { |
|
1332 |
display: none !important; |
|
1333 |
} |
|
1334 |
.d-print-inline { |
|
1335 |
display: inline !important; |
|
1336 |
} |
|
1337 |
.d-print-inline-block { |
|
1338 |
display: inline-block !important; |
|
1339 |
} |
|
1340 |
.d-print-block { |
|
1341 |
display: block !important; |
|
1342 |
} |
|
1343 |
.d-print-table { |
|
1344 |
display: table !important; |
|
1345 |
} |
|
1346 |
.d-print-table-row { |
|
1347 |
display: table-row !important; |
|
1348 |
} |
|
1349 |
.d-print-table-cell { |
|
1350 |
display: table-cell !important; |
|
1351 |
} |
|
1352 |
.d-print-flex { |
|
1353 |
display: -ms-flexbox !important; |
|
1354 |
display: flex !important; |
|
1355 |
} |
|
1356 |
.d-print-inline-flex { |
|
1357 |
display: -ms-inline-flexbox !important; |
|
1358 |
display: inline-flex !important; |
|
1359 |
} |
|
1360 |
} |
|
1361 |
|
|
1362 |
.flex-row { |
|
1363 |
-ms-flex-direction: row !important; |
|
1364 |
flex-direction: row !important; |
|
1365 |
} |
|
1366 |
|
|
1367 |
.flex-column { |
|
1368 |
-ms-flex-direction: column !important; |
|
1369 |
flex-direction: column !important; |
|
1370 |
} |
|
1371 |
|
|
1372 |
.flex-row-reverse { |
|
1373 |
-ms-flex-direction: row-reverse !important; |
|
1374 |
flex-direction: row-reverse !important; |
|
1375 |
} |
|
1376 |
|
|
1377 |
.flex-column-reverse { |
|
1378 |
-ms-flex-direction: column-reverse !important; |
|
1379 |
flex-direction: column-reverse !important; |
|
1380 |
} |
|
1381 |
|
|
1382 |
.flex-wrap { |
|
1383 |
-ms-flex-wrap: wrap !important; |
|
1384 |
flex-wrap: wrap !important; |
|
1385 |
} |
|
1386 |
|
|
1387 |
.flex-nowrap { |
|
1388 |
-ms-flex-wrap: nowrap !important; |
|
1389 |
flex-wrap: nowrap !important; |
|
1390 |
} |
|
1391 |
|
|
1392 |
.flex-wrap-reverse { |
|
1393 |
-ms-flex-wrap: wrap-reverse !important; |
|
1394 |
flex-wrap: wrap-reverse !important; |
|
1395 |
} |
|
1396 |
|
|
1397 |
.flex-fill { |
|
1398 |
-ms-flex: 1 1 auto !important; |
|
1399 |
flex: 1 1 auto !important; |
|
1400 |
} |
|
1401 |
|
|
1402 |
.flex-grow-0 { |
|
1403 |
-ms-flex-positive: 0 !important; |
|
1404 |
flex-grow: 0 !important; |
|
1405 |
} |
|
1406 |
|
|
1407 |
.flex-grow-1 { |
|
1408 |
-ms-flex-positive: 1 !important; |
|
1409 |
flex-grow: 1 !important; |
|
1410 |
} |
|
1411 |
|
|
1412 |
.flex-shrink-0 { |
|
1413 |
-ms-flex-negative: 0 !important; |
|
1414 |
flex-shrink: 0 !important; |
|
1415 |
} |
|
1416 |
|
|
1417 |
.flex-shrink-1 { |
|
1418 |
-ms-flex-negative: 1 !important; |
|
1419 |
flex-shrink: 1 !important; |
|
1420 |
} |
|
1421 |
|
|
1422 |
.justify-content-start { |
|
1423 |
-ms-flex-pack: start !important; |
|
1424 |
justify-content: flex-start !important; |
|
1425 |
} |
|
1426 |
|
|
1427 |
.justify-content-end { |
|
1428 |
-ms-flex-pack: end !important; |
|
1429 |
justify-content: flex-end !important; |
|
1430 |
} |
|
1431 |
|
|
1432 |
.justify-content-center { |
|
1433 |
-ms-flex-pack: center !important; |
|
1434 |
justify-content: center !important; |
|
1435 |
} |
|
1436 |
|
|
1437 |
.justify-content-between { |
|
1438 |
-ms-flex-pack: justify !important; |
|
1439 |
justify-content: space-between !important; |
|
1440 |
} |
|
1441 |
|
|
1442 |
.justify-content-around { |
|
1443 |
-ms-flex-pack: distribute !important; |
|
1444 |
justify-content: space-around !important; |
|
1445 |
} |
|
1446 |
|
|
1447 |
.align-items-start { |
|
1448 |
-ms-flex-align: start !important; |
|
1449 |
align-items: flex-start !important; |
|
1450 |
} |
|
1451 |
|
|
1452 |
.align-items-end { |
|
1453 |
-ms-flex-align: end !important; |
|
1454 |
align-items: flex-end !important; |
|
1455 |
} |
|
1456 |
|
|
1457 |
.align-items-center { |
|
1458 |
-ms-flex-align: center !important; |
|
1459 |
align-items: center !important; |
|
1460 |
} |
|
1461 |
|
|
1462 |
.align-items-baseline { |
|
1463 |
-ms-flex-align: baseline !important; |
|
1464 |
align-items: baseline !important; |
|
1465 |
} |
|
1466 |
|
|
1467 |
.align-items-stretch { |
|
1468 |
-ms-flex-align: stretch !important; |
|
1469 |
align-items: stretch !important; |
|
1470 |
} |
|
1471 |
|
|
1472 |
.align-content-start { |
|
1473 |
-ms-flex-line-pack: start !important; |
|
1474 |
align-content: flex-start !important; |
|
1475 |
} |
|
1476 |
|
|
1477 |
.align-content-end { |
|
1478 |
-ms-flex-line-pack: end !important; |
|
1479 |
align-content: flex-end !important; |
|
1480 |
} |
|
1481 |
|
|
1482 |
.align-content-center { |
|
1483 |
-ms-flex-line-pack: center !important; |
|
1484 |
align-content: center !important; |
|
1485 |
} |
|
1486 |
|
|
1487 |
.align-content-between { |
|
1488 |
-ms-flex-line-pack: justify !important; |
|
1489 |
align-content: space-between !important; |
Také k dispozici: Unified diff
re #7773 Added template for "Přehled sestav"