infinity-forge 13.7.1 → 13.7.3

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