infinity-forge 4.5.2 → 4.5.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,760 +1,760 @@
1
- a {
2
- text-decoration: unset;
3
- }
4
-
5
- html {
6
- font-size: 10px !important;
7
- }
8
-
9
- h1,
10
- h2,
11
- h3,
12
- h4,
13
- h5,
14
- p,
15
- span,
16
- strong,
17
- time,
18
- address,
19
- i,
20
- a,
21
- b,
22
- label,
23
- li,
24
- td {
25
- text-rendering: optimizeLegibility !important;
26
- margin-bottom: 0;
27
- }
28
-
29
- /* Transform Classes ------------------------- */
30
- .uppercase {
31
- text-transform: uppercase;
32
- }
33
- .lowercase {
34
- text-transform: lowercase;
35
- }
36
-
37
- /* Font Wheights ------------------ */
38
- [class*='-bold'] {
39
- font-weight: 700;
40
- }
41
- [class*='-semibold'] {
42
- font-weight: 600;
43
- }
44
- [class*='-medium'] {
45
- font-weight: 500;
46
- }
47
- [class*='-regular'] {
48
- font-weight: 400;
49
- }
50
- [class*='-light'] {
51
- font-weight: 300;
52
- }
53
-
54
- /* Font-Sizes -------------------------------- */
55
- [class*='font-80'] {
56
- font-size: 8rem;
57
- }
58
- [class*='font-72'] {
59
- font-size: 7.2rem;
60
- }
61
- [class*='font-70'] {
62
- font-size: 7rem;
63
- }
64
- [class*='font-64'] {
65
- font-size: 6.4rem;
66
- }
67
- [class*='font-50'] {
68
- font-size: 5rem;
69
- }
70
- [class*='font-48'] {
71
- font-size: 4.8rem;
72
- }
73
- [class*='font-40'] {
74
- font-size: 4rem;
75
- }
76
- [class*='font-36'] {
77
- font-size: 3.6rem;
78
- }
79
- [class*='font-32'] {
80
- font-size: 3.2rem;
81
- }
82
- [class*='font-24'] {
83
- font-size: 2.4rem;
84
- }
85
- [class*='font-20'] {
86
- font-size: 2rem;
87
- }
88
- [class*='font-18'] {
89
- font-size: 1.8rem;
90
- }
91
- [class*='font-16'] {
92
- font-size: 1.6rem;
93
- }
94
- [class*='font-15'] {
95
- font-size: 1.5rem;
96
- }
97
- [class*='font-14'] {
98
- font-size: 1.4rem;
99
- }
100
- [class*='font-13'] {
101
- font-size: 1.3rem;
102
- }
103
-
104
- [class*='font-12'] {
105
- font-size: 1.2rem;
106
- }
107
-
108
- @media only screen and (max-width: 1600px) {
109
- [class*='font-80'] {
110
- font-size: 6rem;
111
- }
112
- [class*='font-72'] {
113
- font-size: 5.8rem;
114
- }
115
- [class*='font-70'] {
116
- font-size: 5.5rem;
117
- }
118
- [class*='font-64'] {
119
- font-size: 6rem;
120
- }
121
- [class*='font-50'] {
122
- font-size: 4.8rem;
123
- }
124
- [class*='font-48'] {
125
- font-size: 4.4rem;
126
- }
127
- [class*='font-40'] {
128
- font-size: 3.8rem;
129
- }
130
- [class*='font-32'] {
131
- font-size: 3rem;
132
- }
133
- [class*='font-24'] {
134
- font-size: 2.3rem;
135
- }
136
- [class*='font-20'] {
137
- font-size: 1.9rem;
138
- }
139
- [class*='font-18'] {
140
- font-size: 1.7rem;
141
- }
142
- [class*='font-16'] {
143
- font-size: 1.55rem;
144
- }
145
- }
146
-
147
- @media only screen and (max-width: 1400px) {
148
- [class*='font-80'] {
149
- font-size: 5.4rem;
150
- }
151
- [class*='font-72'] {
152
- font-size: 5.2rem;
153
- }
154
- [class*='font-70'] {
155
- font-size: 4.9rem;
156
- }
157
- [class*='font-64'] {
158
- font-size: 5.6rem;
159
- }
160
- [class*='font-50'] {
161
- font-size: 4.6rem;
162
- }
163
- [class*='font-48'] {
164
- font-size: 4.2rem;
165
- }
166
- [class*='font-40'] {
167
- font-size: 3.6rem;
168
- }
169
- [class*='font-32'] {
170
- font-size: 2.8rem;
171
- }
172
- [class*='font-24'] {
173
- font-size: 2rem;
174
- }
175
- [class*='font-20'] {
176
- font-size: 1.8rem;
177
- }
178
- [class*='font-18'] {
179
- font-size: 1.65rem;
180
- }
181
- [class*='font-16'] {
182
- font-size: 1.5rem;
183
- }
184
- [class*='font-13'] {
185
- font-size: 1.25rem;
186
- }
187
- }
188
-
189
- @media only screen and (max-width: 1200px) {
190
- [class*='font-80'] {
191
- font-size: 5.5rem;
192
- }
193
- [class*='font-72'] {
194
- font-size: 4.8rem;
195
- }
196
- [class*='font-70'] {
197
- font-size: 4.6rem;
198
- }
199
- [class*='font-64'] {
200
- font-size: 5.2rem;
201
- }
202
- [class*='font-50'] {
203
- font-size: 4.2rem;
204
- }
205
- [class*='font-48'] {
206
- font-size: 4rem;
207
- }
208
- [class*='font-40'] {
209
- font-size: 3.2rem;
210
- }
211
- [class*='font-32'] {
212
- font-size: 2.4rem;
213
- }
214
- [class*='font-24'] {
215
- font-size: 1.9rem;
216
- }
217
- [class*='font-20'] {
218
- font-size: 1.75rem;
219
- }
220
- [class*='font-18'] {
221
- font-size: 1.6rem;
222
- }
223
- [class*='font-16'] {
224
- font-size: 1.45rem;
225
- }
226
-
227
- [class*='font-13'] {
228
- font-size: 1.2rem;
229
- }
230
- }
231
-
232
- @media only screen and (max-width: 1024px) {
233
- [class*='font-80'] {
234
- font-size: 5.2rem;
235
- }
236
- [class*='font-72'] {
237
- font-size: 4.5rem;
238
- }
239
- [class*='font-70'] {
240
- font-size: 4.3rem;
241
- }
242
- [class*='font-64'] {
243
- font-size: 4.4rem;
244
- }
245
- [class*='font-50'] {
246
- font-size: 4rem;
247
- }
248
- [class*='font-48'] {
249
- font-size: 3.8rem;
250
- }
251
- [class*='font-40'] {
252
- font-size: 3rem;
253
- }
254
- [class*='font-32'] {
255
- font-size: 2.2rem;
256
- }
257
- [class*='font-24'] {
258
- font-size: 1.8rem;
259
- }
260
- [class*='font-20'] {
261
- font-size: 1.7rem;
262
- }
263
- [class*='font-18'] {
264
- font-size: 1.55rem;
265
- }
266
- [class*='font-16'] {
267
- font-size: 1.35rem;
268
- }
269
- [class*='font-14'] {
270
- font-size: 1.3rem;
271
- }
272
- }
273
-
274
- @media only screen and (max-width: 900px) {
275
- [class*='font-80'] {
276
- font-size: 5rem;
277
- }
278
- [class*='font-72'] {
279
- font-size: 3.8rem;
280
- }
281
- [class*='font-70'] {
282
- font-size: 3.6rem;
283
- }
284
- [class*='font-64'] {
285
- font-size: 3.8rem;
286
- }
287
- [class*='font-48'] {
288
- font-size: 3.6rem;
289
- }
290
- [class*='font-40'] {
291
- font-size: 2.8rem;
292
- }
293
- [class*='font-32'] {
294
- font-size: 2rem;
295
- }
296
- }
297
-
298
- @media only screen and (max-width: 768px) {
299
- [class*='font-80'] {
300
- font-size: 4.5rem;
301
- }
302
- [class*='font-72'] {
303
- font-size: 3.5rem;
304
- }
305
- [class*='font-70'] {
306
- font-size: 3rem;
307
- }
308
- [class*='font-64'] {
309
- font-size: 3.4rem;
310
- }
311
- [class*='font-50'] {
312
- font-size: 3.8rem;
313
- }
314
- [class*='font-48'] {
315
- font-size: 3.4rem;
316
- }
317
- [class*='font-40'] {
318
- font-size: 2.6rem;
319
- }
320
- [class*='font-32'] {
321
- font-size: 1.9rem;
322
- }
323
- [class*='font-24'] {
324
- font-size: 1.7rem;
325
- }
326
- [class*='font-20'] {
327
- font-size: 1.65rem;
328
- }
329
- [class*='font-18'] {
330
- font-size: 1.5rem;
331
- }
332
- [class*='font-16'] {
333
- font-size: 1.35rem;
334
- }
335
- [class*='font-13'] {
336
- font-size: 1.15rem;
337
- }
338
- }
339
-
340
- @media only screen and (max-width: 650px) {
341
- [class*='font-80'] {
342
- font-size: 4rem;
343
- }
344
- [class*='font-64'] {
345
- font-size: 3.2rem;
346
- }
347
- [class*='font-50'] {
348
- font-size: 3.5rem;
349
- }
350
- [class*='font-48'] {
351
- font-size: 3.2rem;
352
- }
353
- [class*='font-40'] {
354
- font-size: 2.5rem;
355
- }
356
- [class*='font-32'] {
357
- font-size: 1.8rem;
358
- }
359
- [class*='font-24'] {
360
- font-size: 1.65rem;
361
- }
362
- [class*='font-18'] {
363
- font-size: 1.4rem;
364
- }
365
- [class*='font-16'] {
366
- font-size: 1.3rem;
367
- }
368
- }
369
-
370
- @media only screen and (max-width: 500px) {
371
- [class*='font-80'] {
372
- font-size: 3.5rem;
373
- }
374
- [class*='font-64'] {
375
- font-size: 2.8rem;
376
- }
377
- [class*='font-50'] {
378
- font-size: 3rem;
379
- }
380
- [class*='font-48'] {
381
- font-size: 2.8rem;
382
- }
383
- [class*='font-40'] {
384
- font-size: 2.3rem;
385
- }
386
- [class*='font-24'] {
387
- font-size: 1.6rem;
388
- }
389
- [class*='font-18'] {
390
- font-size: 1.25rem;
391
- }
392
- [class*='font-16'] {
393
- font-size: 1.2rem;
394
- }
395
- [class*='font-14'] {
396
- font-size: 1.2rem;
397
- }
398
- }
399
-
400
- @media only screen and (max-width: 390px) {
401
- [class*='font-80'] {
402
- font-size: 3rem;
403
- }
404
- [class*='font-72'] {
405
- font-size: 3rem;
406
- }
407
- [class*='font-64'] {
408
- font-size: 2.6rem;
409
- }
410
- [class*='font-50'] {
411
- font-size: 2.8rem;
412
- }
413
- [class*='font-48'] {
414
- font-size: 2.6rem;
415
- }
416
- [class*='font-40'] {
417
- font-size: 2.1rem;
418
- }
419
- [class*='font-32'] {
420
- font-size: 1.7rem;
421
- }
422
- [class*='font-24'] {
423
- font-size: 1.4rem;
424
- }
425
- [class*='font-18'] {
426
- font-size: 1.2rem;
427
- }
428
- }
429
-
430
- /* reset */
431
-
432
- *,
433
- *::before,
434
- *::after {
435
- box-sizing: border-box;
436
- }
437
- html {
438
- font-family: 'Roboto', sans-serif;
439
- line-height: 1.15;
440
- -webkit-text-size-adjust: 100%;
441
- -ms-text-size-adjust: 100%;
442
- -ms-overflow-style: scrollbar;
443
- -webkit-tap-highlight-color: transparent;
444
- }
445
-
446
- @-ms-viewport {
447
- width: device-width;
448
- }
449
-
450
- article,
451
- aside,
452
- dialog,
453
- figcaption,
454
- figure,
455
- footer,
456
- header,
457
- hgroup,
458
- main,
459
- nav,
460
- section {
461
- display: block;
462
- }
463
-
464
- body {
465
- margin: 0;
466
- font-family: 'Roboto', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
467
- sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
468
- font-size: 1rem;
469
- font-weight: normal;
470
- line-height: 1.5;
471
- color: #212529;
472
- text-align: left;
473
- background-color: #fff;
474
- }
475
-
476
- [tabindex='-1']:focus {
477
- outline: none !important;
478
- }
479
-
480
- hr {
481
- box-sizing: content-box;
482
- height: 0;
483
- overflow: visible;
484
- }
485
-
486
- h1,
487
- h2,
488
- h3,
489
- h4,
490
- h5,
491
- h6 {
492
- margin-top: 0;
493
- margin-bottom: 0.5rem;
494
- }
495
-
496
- p {
497
- margin-top: 0;
498
- margin-bottom: 1rem;
499
- }
500
-
501
- abbr[title],
502
- abbr[data-original-title] {
503
- text-decoration: underline;
504
- -webkit-text-decoration: underline dotted;
505
- text-decoration: underline dotted;
506
- cursor: help;
507
- border-bottom: 0;
508
- }
509
- address {
510
- margin-bottom: 1rem;
511
- font-style: normal;
512
- line-height: inherit;
513
- }
514
- ol,
515
- ul,
516
- dl {
517
- margin-top: 0;
518
- margin-bottom: 1rem;
519
- }
520
- ol ol,
521
- ul ul,
522
- ol ul,
523
- ul ol {
524
- margin-bottom: 0;
525
- }
526
- dt {
527
- font-weight: bold;
528
- }
529
- dd {
530
- margin-bottom: 0.5rem;
531
- margin-left: 0;
532
- }
533
- blockquote {
534
- margin: 0 0 1rem;
535
- }
536
- dfn {
537
- font-style: italic;
538
- }
539
- b,
540
- strong {
541
- font-weight: bolder;
542
- }
543
- small {
544
- font-size: 80%;
545
- }
546
- sub,
547
- sup {
548
- position: relative;
549
- font-size: 75%;
550
- line-height: 0;
551
- vertical-align: baseline;
552
- }
553
- sub {
554
- bottom: -0.25em;
555
- }
556
- sup {
557
- top: -0.5em;
558
- }
559
-
560
- a {
561
- color: #007bff;
562
- text-decoration: none;
563
- background-color: transparent;
564
- -webkit-text-decoration-skip: objects;
565
- }
566
- a:hover {
567
- color: #0056b3;
568
- text-decoration: underline;
569
- }
570
-
571
- a:not([href]):not([tabindex]) {
572
- text-decoration: none;
573
- }
574
- a:not([href]):not([tabindex]):focus,
575
- a:not([href]):not([tabindex]):hover {
576
- text-decoration: none;
577
- }
578
- a:not([href]):not([tabindex]):focus {
579
- outline: 0;
580
- }
581
-
582
- pre,
583
- code,
584
- kbd,
585
- samp {
586
- font-family: monospace, monospace;
587
- font-size: 1em;
588
- }
589
- pre {
590
- margin-top: 0;
591
-
592
- margin-bottom: 1rem;
593
- overflow: auto;
594
- -ms-overflow-style: scrollbar;
595
- }
596
-
597
- figure {
598
- margin: 0 0 1rem;
599
- }
600
-
601
- img {
602
- vertical-align: middle;
603
- border-style: none;
604
- }
605
- svg:not(:root) {
606
- overflow: hidden;
607
- }
608
-
609
- a,
610
- area,
611
- button,
612
- [role='button'],
613
- input:not([type='range']),
614
- label,
615
- select,
616
- summary,
617
- textarea {
618
- -ms-touch-action: manipulation;
619
- touch-action: manipulation;
620
- }
621
-
622
- table {
623
- border-collapse: collapse;
624
- }
625
- caption {
626
- padding-top: 0.75rem;
627
- padding-bottom: 0.75rem;
628
- color: #868e96;
629
- text-align: left;
630
- caption-side: bottom;
631
- }
632
- th {
633
- text-align: inherit;
634
- }
635
-
636
- button {
637
- border-radius: 0;
638
- }
639
-
640
- button:focus {
641
- outline: 1px dotted;
642
- outline: 5px auto -webkit-focus-ring-color;
643
- }
644
- input,
645
- button,
646
- select,
647
- optgroup,
648
- textarea {
649
- margin: 0;
650
- font-family: inherit;
651
- font-size: inherit;
652
- line-height: inherit;
653
- }
654
- button,
655
- input {
656
- overflow: visible;
657
- }
658
- button,
659
- select {
660
- text-transform: none;
661
- }
662
-
663
- button,
664
- html [type='button'],
665
- [type='reset'],
666
- [type='submit'] {
667
- -webkit-appearance: button;
668
- }
669
-
670
- button::-moz-focus-inner,
671
- [type='button']::-moz-focus-inner,
672
- [type='reset']::-moz-focus-inner,
673
- [type='submit']::-moz-focus-inner {
674
- padding: 0;
675
- border-style: none;
676
- }
677
- input[type='radio'],
678
- input[type='checkbox'] {
679
- box-sizing: border-box;
680
- padding: 0;
681
- }
682
- input[type='date'],
683
- input[type='time'],
684
- input[type='datetime-local'],
685
- input[type='month'] {
686
- -webkit-appearance: listbox;
687
- }
688
- textarea {
689
- overflow: auto;
690
- resize: vertical;
691
- }
692
- fieldset {
693
- min-width: 0;
694
- padding: 0;
695
- margin: 0;
696
- border: 0;
697
- }
698
-
699
- legend {
700
- display: block;
701
- width: 100%;
702
- max-width: 100%;
703
- padding: 0;
704
- margin-bottom: 0.5rem;
705
- font-size: 1.5rem;
706
- line-height: inherit;
707
- color: inherit;
708
- white-space: normal;
709
- }
710
- progress {
711
- vertical-align: baseline;
712
- }
713
-
714
- [type='number']::-webkit-inner-spin-button,
715
- [type='number']::-webkit-outer-spin-button {
716
- height: auto;
717
- }
718
- [type='search'] {
719
- outline-offset: -2px;
720
- -webkit-appearance: none;
721
- }
722
-
723
- [type='search']::-webkit-search-cancel-button,
724
- [type='search']::-webkit-search-decoration {
725
- -webkit-appearance: none;
726
- }
727
-
728
- ::-webkit-file-upload-button {
729
- font: inherit;
730
- -webkit-appearance: button;
731
- }
732
-
733
- output {
734
- display: inline-block;
735
- }
736
- summary {
737
- display: list-item;
738
- }
739
- template {
740
- display: none;
741
- }
742
-
743
- [hidden] {
744
- display: none !important;
745
- }
746
-
747
- ul,
748
- ul li {
749
- list-style-type: none;
750
- padding-left: 0;
751
- }
752
-
753
- @keyframes placeHolderShimmer {
754
- 0% {
755
- background-position: 0px 0;
756
- }
757
- 100% {
758
- background-position: 100vw 0;
759
- }
760
- }
1
+ a {
2
+ text-decoration: unset;
3
+ }
4
+
5
+ html {
6
+ font-size: 10px !important;
7
+ }
8
+
9
+ h1,
10
+ h2,
11
+ h3,
12
+ h4,
13
+ h5,
14
+ p,
15
+ span,
16
+ strong,
17
+ time,
18
+ address,
19
+ i,
20
+ a,
21
+ b,
22
+ label,
23
+ li,
24
+ td {
25
+ text-rendering: optimizeLegibility !important;
26
+ margin-bottom: 0;
27
+ }
28
+
29
+ /* Transform Classes ------------------------- */
30
+ .uppercase {
31
+ text-transform: uppercase;
32
+ }
33
+ .lowercase {
34
+ text-transform: lowercase;
35
+ }
36
+
37
+ /* Font Wheights ------------------ */
38
+ [class*='-bold'] {
39
+ font-weight: 700;
40
+ }
41
+ [class*='-semibold'] {
42
+ font-weight: 600;
43
+ }
44
+ [class*='-medium'] {
45
+ font-weight: 500;
46
+ }
47
+ [class*='-regular'] {
48
+ font-weight: 400;
49
+ }
50
+ [class*='-light'] {
51
+ font-weight: 300;
52
+ }
53
+
54
+ /* Font-Sizes -------------------------------- */
55
+ [class*='font-80'] {
56
+ font-size: 8rem;
57
+ }
58
+ [class*='font-72'] {
59
+ font-size: 7.2rem;
60
+ }
61
+ [class*='font-70'] {
62
+ font-size: 7rem;
63
+ }
64
+ [class*='font-64'] {
65
+ font-size: 6.4rem;
66
+ }
67
+ [class*='font-50'] {
68
+ font-size: 5rem;
69
+ }
70
+ [class*='font-48'] {
71
+ font-size: 4.8rem;
72
+ }
73
+ [class*='font-40'] {
74
+ font-size: 4rem;
75
+ }
76
+ [class*='font-36'] {
77
+ font-size: 3.6rem;
78
+ }
79
+ [class*='font-32'] {
80
+ font-size: 3.2rem;
81
+ }
82
+ [class*='font-24'] {
83
+ font-size: 2.4rem;
84
+ }
85
+ [class*='font-20'] {
86
+ font-size: 2rem;
87
+ }
88
+ [class*='font-18'] {
89
+ font-size: 1.8rem;
90
+ }
91
+ [class*='font-16'] {
92
+ font-size: 1.6rem;
93
+ }
94
+ [class*='font-15'] {
95
+ font-size: 1.5rem;
96
+ }
97
+ [class*='font-14'] {
98
+ font-size: 1.4rem;
99
+ }
100
+ [class*='font-13'] {
101
+ font-size: 1.3rem;
102
+ }
103
+
104
+ [class*='font-12'] {
105
+ font-size: 1.2rem;
106
+ }
107
+
108
+ @media only screen and (max-width: 1600px) {
109
+ [class*='font-80'] {
110
+ font-size: 6rem;
111
+ }
112
+ [class*='font-72'] {
113
+ font-size: 5.8rem;
114
+ }
115
+ [class*='font-70'] {
116
+ font-size: 5.5rem;
117
+ }
118
+ [class*='font-64'] {
119
+ font-size: 6rem;
120
+ }
121
+ [class*='font-50'] {
122
+ font-size: 4.8rem;
123
+ }
124
+ [class*='font-48'] {
125
+ font-size: 4.4rem;
126
+ }
127
+ [class*='font-40'] {
128
+ font-size: 3.8rem;
129
+ }
130
+ [class*='font-32'] {
131
+ font-size: 3rem;
132
+ }
133
+ [class*='font-24'] {
134
+ font-size: 2.3rem;
135
+ }
136
+ [class*='font-20'] {
137
+ font-size: 1.9rem;
138
+ }
139
+ [class*='font-18'] {
140
+ font-size: 1.7rem;
141
+ }
142
+ [class*='font-16'] {
143
+ font-size: 1.55rem;
144
+ }
145
+ }
146
+
147
+ @media only screen and (max-width: 1400px) {
148
+ [class*='font-80'] {
149
+ font-size: 5.4rem;
150
+ }
151
+ [class*='font-72'] {
152
+ font-size: 5.2rem;
153
+ }
154
+ [class*='font-70'] {
155
+ font-size: 4.9rem;
156
+ }
157
+ [class*='font-64'] {
158
+ font-size: 5.6rem;
159
+ }
160
+ [class*='font-50'] {
161
+ font-size: 4.6rem;
162
+ }
163
+ [class*='font-48'] {
164
+ font-size: 4.2rem;
165
+ }
166
+ [class*='font-40'] {
167
+ font-size: 3.6rem;
168
+ }
169
+ [class*='font-32'] {
170
+ font-size: 2.8rem;
171
+ }
172
+ [class*='font-24'] {
173
+ font-size: 2rem;
174
+ }
175
+ [class*='font-20'] {
176
+ font-size: 1.8rem;
177
+ }
178
+ [class*='font-18'] {
179
+ font-size: 1.65rem;
180
+ }
181
+ [class*='font-16'] {
182
+ font-size: 1.5rem;
183
+ }
184
+ [class*='font-13'] {
185
+ font-size: 1.25rem;
186
+ }
187
+ }
188
+
189
+ @media only screen and (max-width: 1200px) {
190
+ [class*='font-80'] {
191
+ font-size: 5.5rem;
192
+ }
193
+ [class*='font-72'] {
194
+ font-size: 4.8rem;
195
+ }
196
+ [class*='font-70'] {
197
+ font-size: 4.6rem;
198
+ }
199
+ [class*='font-64'] {
200
+ font-size: 5.2rem;
201
+ }
202
+ [class*='font-50'] {
203
+ font-size: 4.2rem;
204
+ }
205
+ [class*='font-48'] {
206
+ font-size: 4rem;
207
+ }
208
+ [class*='font-40'] {
209
+ font-size: 3.2rem;
210
+ }
211
+ [class*='font-32'] {
212
+ font-size: 2.4rem;
213
+ }
214
+ [class*='font-24'] {
215
+ font-size: 1.9rem;
216
+ }
217
+ [class*='font-20'] {
218
+ font-size: 1.75rem;
219
+ }
220
+ [class*='font-18'] {
221
+ font-size: 1.6rem;
222
+ }
223
+ [class*='font-16'] {
224
+ font-size: 1.45rem;
225
+ }
226
+
227
+ [class*='font-13'] {
228
+ font-size: 1.2rem;
229
+ }
230
+ }
231
+
232
+ @media only screen and (max-width: 1024px) {
233
+ [class*='font-80'] {
234
+ font-size: 5.2rem;
235
+ }
236
+ [class*='font-72'] {
237
+ font-size: 4.5rem;
238
+ }
239
+ [class*='font-70'] {
240
+ font-size: 4.3rem;
241
+ }
242
+ [class*='font-64'] {
243
+ font-size: 4.4rem;
244
+ }
245
+ [class*='font-50'] {
246
+ font-size: 4rem;
247
+ }
248
+ [class*='font-48'] {
249
+ font-size: 3.8rem;
250
+ }
251
+ [class*='font-40'] {
252
+ font-size: 3rem;
253
+ }
254
+ [class*='font-32'] {
255
+ font-size: 2.2rem;
256
+ }
257
+ [class*='font-24'] {
258
+ font-size: 1.8rem;
259
+ }
260
+ [class*='font-20'] {
261
+ font-size: 1.7rem;
262
+ }
263
+ [class*='font-18'] {
264
+ font-size: 1.55rem;
265
+ }
266
+ [class*='font-16'] {
267
+ font-size: 1.35rem;
268
+ }
269
+ [class*='font-14'] {
270
+ font-size: 1.3rem;
271
+ }
272
+ }
273
+
274
+ @media only screen and (max-width: 900px) {
275
+ [class*='font-80'] {
276
+ font-size: 5rem;
277
+ }
278
+ [class*='font-72'] {
279
+ font-size: 3.8rem;
280
+ }
281
+ [class*='font-70'] {
282
+ font-size: 3.6rem;
283
+ }
284
+ [class*='font-64'] {
285
+ font-size: 3.8rem;
286
+ }
287
+ [class*='font-48'] {
288
+ font-size: 3.6rem;
289
+ }
290
+ [class*='font-40'] {
291
+ font-size: 2.8rem;
292
+ }
293
+ [class*='font-32'] {
294
+ font-size: 2rem;
295
+ }
296
+ }
297
+
298
+ @media only screen and (max-width: 768px) {
299
+ [class*='font-80'] {
300
+ font-size: 4.5rem;
301
+ }
302
+ [class*='font-72'] {
303
+ font-size: 3.5rem;
304
+ }
305
+ [class*='font-70'] {
306
+ font-size: 3rem;
307
+ }
308
+ [class*='font-64'] {
309
+ font-size: 3.4rem;
310
+ }
311
+ [class*='font-50'] {
312
+ font-size: 3.8rem;
313
+ }
314
+ [class*='font-48'] {
315
+ font-size: 3.4rem;
316
+ }
317
+ [class*='font-40'] {
318
+ font-size: 2.6rem;
319
+ }
320
+ [class*='font-32'] {
321
+ font-size: 1.9rem;
322
+ }
323
+ [class*='font-24'] {
324
+ font-size: 1.7rem;
325
+ }
326
+ [class*='font-20'] {
327
+ font-size: 1.65rem;
328
+ }
329
+ [class*='font-18'] {
330
+ font-size: 1.5rem;
331
+ }
332
+ [class*='font-16'] {
333
+ font-size: 1.35rem;
334
+ }
335
+ [class*='font-13'] {
336
+ font-size: 1.15rem;
337
+ }
338
+ }
339
+
340
+ @media only screen and (max-width: 650px) {
341
+ [class*='font-80'] {
342
+ font-size: 4rem;
343
+ }
344
+ [class*='font-64'] {
345
+ font-size: 3.2rem;
346
+ }
347
+ [class*='font-50'] {
348
+ font-size: 3.5rem;
349
+ }
350
+ [class*='font-48'] {
351
+ font-size: 3.2rem;
352
+ }
353
+ [class*='font-40'] {
354
+ font-size: 2.5rem;
355
+ }
356
+ [class*='font-32'] {
357
+ font-size: 1.8rem;
358
+ }
359
+ [class*='font-24'] {
360
+ font-size: 1.65rem;
361
+ }
362
+ [class*='font-18'] {
363
+ font-size: 1.4rem;
364
+ }
365
+ [class*='font-16'] {
366
+ font-size: 1.3rem;
367
+ }
368
+ }
369
+
370
+ @media only screen and (max-width: 500px) {
371
+ [class*='font-80'] {
372
+ font-size: 3.5rem;
373
+ }
374
+ [class*='font-64'] {
375
+ font-size: 2.8rem;
376
+ }
377
+ [class*='font-50'] {
378
+ font-size: 3rem;
379
+ }
380
+ [class*='font-48'] {
381
+ font-size: 2.8rem;
382
+ }
383
+ [class*='font-40'] {
384
+ font-size: 2.3rem;
385
+ }
386
+ [class*='font-24'] {
387
+ font-size: 1.6rem;
388
+ }
389
+ [class*='font-18'] {
390
+ font-size: 1.25rem;
391
+ }
392
+ [class*='font-16'] {
393
+ font-size: 1.2rem;
394
+ }
395
+ [class*='font-14'] {
396
+ font-size: 1.2rem;
397
+ }
398
+ }
399
+
400
+ @media only screen and (max-width: 390px) {
401
+ [class*='font-80'] {
402
+ font-size: 3rem;
403
+ }
404
+ [class*='font-72'] {
405
+ font-size: 3rem;
406
+ }
407
+ [class*='font-64'] {
408
+ font-size: 2.6rem;
409
+ }
410
+ [class*='font-50'] {
411
+ font-size: 2.8rem;
412
+ }
413
+ [class*='font-48'] {
414
+ font-size: 2.6rem;
415
+ }
416
+ [class*='font-40'] {
417
+ font-size: 2.1rem;
418
+ }
419
+ [class*='font-32'] {
420
+ font-size: 1.7rem;
421
+ }
422
+ [class*='font-24'] {
423
+ font-size: 1.4rem;
424
+ }
425
+ [class*='font-18'] {
426
+ font-size: 1.2rem;
427
+ }
428
+ }
429
+
430
+ /* reset */
431
+
432
+ *,
433
+ *::before,
434
+ *::after {
435
+ box-sizing: border-box;
436
+ }
437
+ html {
438
+ font-family: 'Roboto', sans-serif;
439
+ line-height: 1.15;
440
+ -webkit-text-size-adjust: 100%;
441
+ -ms-text-size-adjust: 100%;
442
+ -ms-overflow-style: scrollbar;
443
+ -webkit-tap-highlight-color: transparent;
444
+ }
445
+
446
+ @-ms-viewport {
447
+ width: device-width;
448
+ }
449
+
450
+ article,
451
+ aside,
452
+ dialog,
453
+ figcaption,
454
+ figure,
455
+ footer,
456
+ header,
457
+ hgroup,
458
+ main,
459
+ nav,
460
+ section {
461
+ display: block;
462
+ }
463
+
464
+ body {
465
+ margin: 0;
466
+ font-family: 'Roboto', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
467
+ sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
468
+ font-size: 1rem;
469
+ font-weight: normal;
470
+ line-height: 1.5;
471
+ color: #212529;
472
+ text-align: left;
473
+ background-color: #fff;
474
+ }
475
+
476
+ [tabindex='-1']:focus {
477
+ outline: none !important;
478
+ }
479
+
480
+ hr {
481
+ box-sizing: content-box;
482
+ height: 0;
483
+ overflow: visible;
484
+ }
485
+
486
+ h1,
487
+ h2,
488
+ h3,
489
+ h4,
490
+ h5,
491
+ h6 {
492
+ margin-top: 0;
493
+ margin-bottom: 0.5rem;
494
+ }
495
+
496
+ p {
497
+ margin-top: 0;
498
+ margin-bottom: 1rem;
499
+ }
500
+
501
+ abbr[title],
502
+ abbr[data-original-title] {
503
+ text-decoration: underline;
504
+ -webkit-text-decoration: underline dotted;
505
+ text-decoration: underline dotted;
506
+ cursor: help;
507
+ border-bottom: 0;
508
+ }
509
+ address {
510
+ margin-bottom: 1rem;
511
+ font-style: normal;
512
+ line-height: inherit;
513
+ }
514
+ ol,
515
+ ul,
516
+ dl {
517
+ margin-top: 0;
518
+ margin-bottom: 1rem;
519
+ }
520
+ ol ol,
521
+ ul ul,
522
+ ol ul,
523
+ ul ol {
524
+ margin-bottom: 0;
525
+ }
526
+ dt {
527
+ font-weight: bold;
528
+ }
529
+ dd {
530
+ margin-bottom: 0.5rem;
531
+ margin-left: 0;
532
+ }
533
+ blockquote {
534
+ margin: 0 0 1rem;
535
+ }
536
+ dfn {
537
+ font-style: italic;
538
+ }
539
+ b,
540
+ strong {
541
+ font-weight: bolder;
542
+ }
543
+ small {
544
+ font-size: 80%;
545
+ }
546
+ sub,
547
+ sup {
548
+ position: relative;
549
+ font-size: 75%;
550
+ line-height: 0;
551
+ vertical-align: baseline;
552
+ }
553
+ sub {
554
+ bottom: -0.25em;
555
+ }
556
+ sup {
557
+ top: -0.5em;
558
+ }
559
+
560
+ a {
561
+ color: #007bff;
562
+ text-decoration: none;
563
+ background-color: transparent;
564
+ -webkit-text-decoration-skip: objects;
565
+ }
566
+ a:hover {
567
+ color: #0056b3;
568
+ text-decoration: underline;
569
+ }
570
+
571
+ a:not([href]):not([tabindex]) {
572
+ text-decoration: none;
573
+ }
574
+ a:not([href]):not([tabindex]):focus,
575
+ a:not([href]):not([tabindex]):hover {
576
+ text-decoration: none;
577
+ }
578
+ a:not([href]):not([tabindex]):focus {
579
+ outline: 0;
580
+ }
581
+
582
+ pre,
583
+ code,
584
+ kbd,
585
+ samp {
586
+ font-family: monospace, monospace;
587
+ font-size: 1em;
588
+ }
589
+ pre {
590
+ margin-top: 0;
591
+
592
+ margin-bottom: 1rem;
593
+ overflow: auto;
594
+ -ms-overflow-style: scrollbar;
595
+ }
596
+
597
+ figure {
598
+ margin: 0 0 1rem;
599
+ }
600
+
601
+ img {
602
+ vertical-align: middle;
603
+ border-style: none;
604
+ }
605
+ svg:not(:root) {
606
+ overflow: hidden;
607
+ }
608
+
609
+ a,
610
+ area,
611
+ button,
612
+ [role='button'],
613
+ input:not([type='range']),
614
+ label,
615
+ select,
616
+ summary,
617
+ textarea {
618
+ -ms-touch-action: manipulation;
619
+ touch-action: manipulation;
620
+ }
621
+
622
+ table {
623
+ border-collapse: collapse;
624
+ }
625
+ caption {
626
+ padding-top: 0.75rem;
627
+ padding-bottom: 0.75rem;
628
+ color: #868e96;
629
+ text-align: left;
630
+ caption-side: bottom;
631
+ }
632
+ th {
633
+ text-align: inherit;
634
+ }
635
+
636
+ button {
637
+ border-radius: 0;
638
+ }
639
+
640
+ button:focus {
641
+ outline: 1px dotted;
642
+ outline: 5px auto -webkit-focus-ring-color;
643
+ }
644
+ input,
645
+ button,
646
+ select,
647
+ optgroup,
648
+ textarea {
649
+ margin: 0;
650
+ font-family: inherit;
651
+ font-size: inherit;
652
+ line-height: inherit;
653
+ }
654
+ button,
655
+ input {
656
+ overflow: visible;
657
+ }
658
+ button,
659
+ select {
660
+ text-transform: none;
661
+ }
662
+
663
+ button,
664
+ html [type='button'],
665
+ [type='reset'],
666
+ [type='submit'] {
667
+ -webkit-appearance: button;
668
+ }
669
+
670
+ button::-moz-focus-inner,
671
+ [type='button']::-moz-focus-inner,
672
+ [type='reset']::-moz-focus-inner,
673
+ [type='submit']::-moz-focus-inner {
674
+ padding: 0;
675
+ border-style: none;
676
+ }
677
+ input[type='radio'],
678
+ input[type='checkbox'] {
679
+ box-sizing: border-box;
680
+ padding: 0;
681
+ }
682
+ input[type='date'],
683
+ input[type='time'],
684
+ input[type='datetime-local'],
685
+ input[type='month'] {
686
+ -webkit-appearance: listbox;
687
+ }
688
+ textarea {
689
+ overflow: auto;
690
+ resize: vertical;
691
+ }
692
+ fieldset {
693
+ min-width: 0;
694
+ padding: 0;
695
+ margin: 0;
696
+ border: 0;
697
+ }
698
+
699
+ legend {
700
+ display: block;
701
+ width: 100%;
702
+ max-width: 100%;
703
+ padding: 0;
704
+ margin-bottom: 0.5rem;
705
+ font-size: 1.5rem;
706
+ line-height: inherit;
707
+ color: inherit;
708
+ white-space: normal;
709
+ }
710
+ progress {
711
+ vertical-align: baseline;
712
+ }
713
+
714
+ [type='number']::-webkit-inner-spin-button,
715
+ [type='number']::-webkit-outer-spin-button {
716
+ height: auto;
717
+ }
718
+ [type='search'] {
719
+ outline-offset: -2px;
720
+ -webkit-appearance: none;
721
+ }
722
+
723
+ [type='search']::-webkit-search-cancel-button,
724
+ [type='search']::-webkit-search-decoration {
725
+ -webkit-appearance: none;
726
+ }
727
+
728
+ ::-webkit-file-upload-button {
729
+ font: inherit;
730
+ -webkit-appearance: button;
731
+ }
732
+
733
+ output {
734
+ display: inline-block;
735
+ }
736
+ summary {
737
+ display: list-item;
738
+ }
739
+ template {
740
+ display: none;
741
+ }
742
+
743
+ [hidden] {
744
+ display: none !important;
745
+ }
746
+
747
+ ul,
748
+ ul li {
749
+ list-style-type: none;
750
+ padding-left: 0;
751
+ }
752
+
753
+ @keyframes placeHolderShimmer {
754
+ 0% {
755
+ background-position: 0px 0;
756
+ }
757
+ 100% {
758
+ background-position: 100vw 0;
759
+ }
760
+ }