@bagelink/vue 0.0.805 → 0.0.809
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.
- package/dist/components/BglVideo.vue.d.ts.map +1 -1
- package/dist/components/DataPreview.vue.d.ts +9 -3
- package/dist/components/DataPreview.vue.d.ts.map +1 -1
- package/dist/components/MapEmbed.vue.d.ts.map +1 -1
- package/dist/components/ModalForm.vue.d.ts +9 -3
- package/dist/components/ModalForm.vue.d.ts.map +1 -1
- package/dist/components/NavBar.vue.d.ts.map +1 -1
- package/dist/components/TableSchema.vue.d.ts +3 -1
- package/dist/components/TableSchema.vue.d.ts.map +1 -1
- package/dist/components/Zoomer.vue.d.ts.map +1 -1
- package/dist/components/form/BglField.vue.d.ts +3 -1
- package/dist/components/form/BglField.vue.d.ts.map +1 -1
- package/dist/components/form/BglForm.vue.d.ts +9 -3
- package/dist/components/form/BglForm.vue.d.ts.map +1 -1
- package/dist/components/form/BglMultiStepForm.vue.d.ts +3 -1
- package/dist/components/form/BglMultiStepForm.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/ColorPicker.vue.d.ts +6 -2
- package/dist/components/form/inputs/ColorPicker.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/DatePicker.vue.d.ts +6 -2
- package/dist/components/form/inputs/DatePicker.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/FileUpload.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/PasswordInput.vue.d.ts +3 -1
- package/dist/components/form/inputs/PasswordInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/RichText2/formatting.d.ts.map +1 -1
- package/dist/components/form/inputs/SelectInput.vue.d.ts +6 -2
- package/dist/components/form/inputs/SelectInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/TableField.vue.d.ts +6 -2
- package/dist/components/form/inputs/TableField.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/TextInput.vue.d.ts +6 -2
- package/dist/components/form/inputs/TextInput.vue.d.ts.map +1 -1
- package/dist/components/layout/BottomMenu.vue.d.ts.map +1 -1
- package/dist/components/lightbox/Lightbox.vue.d.ts.map +1 -1
- package/dist/components/lightbox/index.d.ts.map +1 -1
- package/dist/composables/index.d.ts +3 -1
- package/dist/composables/index.d.ts.map +1 -1
- package/dist/index.cjs +153 -144
- package/dist/index.mjs +153 -144
- package/dist/plugins/modal.d.ts +12 -4
- package/dist/plugins/modal.d.ts.map +1 -1
- package/dist/style.css +3077 -398
- package/dist/types/BagelForm.d.ts +27 -9
- package/dist/types/BagelForm.d.ts.map +1 -1
- package/dist/types/index.d.ts +3 -1
- package/dist/types/index.d.ts.map +1 -1
- package/dist/utils/BagelFormUtils.d.ts +45 -15
- package/dist/utils/BagelFormUtils.d.ts.map +1 -1
- package/dist/utils/allCountries.d.ts +1 -1
- package/dist/utils/allCountries.d.ts.map +1 -1
- package/dist/utils/index.d.ts +6 -2
- package/dist/utils/index.d.ts.map +1 -1
- package/dist/utils/lang.d.ts +3 -1
- package/dist/utils/lang.d.ts.map +1 -1
- package/dist/utils/strings.d.ts.map +1 -1
- package/package.json +6 -6
- package/src/components/Accordion.vue +1 -1
- package/src/components/AccordionItem.vue +4 -4
- package/src/components/AddressSearch.vue +1 -1
- package/src/components/BglVideo.vue +1 -2
- package/src/components/DataPreview.vue +1 -1
- package/src/components/MapEmbed.vue +4 -6
- package/src/components/ModalForm.vue +3 -3
- package/src/components/NavBar.vue +6 -3
- package/src/components/TableSchema.vue +6 -6
- package/src/components/Zoomer.vue +7 -8
- package/src/components/dashboard/Lineart.vue +3 -3
- package/src/components/form/BglField.vue +2 -2
- package/src/components/form/BglFieldSet.vue +1 -1
- package/src/components/form/BglForm.vue +2 -2
- package/src/components/form/inputs/CheckInput.vue +1 -1
- package/src/components/form/inputs/ColorPicker.vue +1 -1
- package/src/components/form/inputs/DatePicker.vue +1 -1
- package/src/components/form/inputs/FileUpload.vue +10 -10
- package/src/components/form/inputs/OTP.vue +6 -6
- package/src/components/form/inputs/PasswordInput.vue +1 -1
- package/src/components/form/inputs/RadioPillsInput.vue +1 -1
- package/src/components/form/inputs/RichText.vue +1 -1
- package/src/components/form/inputs/RichText2/Toolbar.vue +2 -2
- package/src/components/form/inputs/RichText2/formatting.ts +5 -3
- package/src/components/form/inputs/RichText2/index.vue +1 -1
- package/src/components/form/inputs/SelectInput.vue +50 -39
- package/src/components/form/inputs/SignaturePad.vue +2 -2
- package/src/components/form/inputs/TableField.vue +5 -5
- package/src/components/form/inputs/TelInput.vue +4 -4
- package/src/components/form/inputs/TextInput.vue +1 -1
- package/src/components/form/inputs/ToggleInput.vue +1 -1
- package/src/components/formkit/FileUploader.vue +1 -1
- package/src/components/formkit/MiscFields.vue +1 -1
- package/src/components/layout/BottomMenu.vue +2 -2
- package/src/components/layout/Layout.vue +2 -2
- package/src/components/layout/Tabs.vue +2 -2
- package/src/components/layout/TabsNav.vue +1 -1
- package/src/components/layout/tabsManager.ts +1 -1
- package/src/components/lightbox/Lightbox.vue +2 -2
- package/src/components/lightbox/index.ts +13 -7
- package/src/composables/index.ts +2 -2
- package/src/plugins/modal.ts +7 -7
- package/src/styles/appearance.css +36 -0
- package/src/styles/layout.css +1563 -60
- package/src/styles/mobilLayout.css +1519 -30
- package/src/styles/theme.css +1 -1
- package/src/styles/transitions.css +5 -2
- package/src/types/BagelForm.ts +9 -9
- package/src/types/index.ts +1 -1
- package/src/utils/BagelFormUtils.ts +1 -1
- package/src/utils/allCountries.ts +1 -1
- package/src/utils/index.ts +7 -7
- package/src/utils/lang.ts +1 -1
- package/src/utils/strings.ts +1 -2
- package/vite.config.ts +1 -1
|
@@ -247,111 +247,138 @@
|
|
|
247
247
|
width: 98%;
|
|
248
248
|
}
|
|
249
249
|
|
|
250
|
-
.m_w10
|
|
250
|
+
.m_w10,
|
|
251
|
+
.m_10px {
|
|
251
252
|
max-width: 10px;
|
|
252
253
|
}
|
|
253
254
|
|
|
254
|
-
.m_w20
|
|
255
|
+
.m_w20,
|
|
256
|
+
.m_20px {
|
|
255
257
|
max-width: 20px;
|
|
256
258
|
}
|
|
257
259
|
|
|
258
|
-
.m_w20
|
|
260
|
+
.m_w20,
|
|
261
|
+
.m_20px {
|
|
259
262
|
max-width: 20px;
|
|
260
263
|
}
|
|
261
264
|
|
|
262
|
-
.m_w30
|
|
265
|
+
.m_w30,
|
|
266
|
+
.m_30px {
|
|
263
267
|
max-width: 30px;
|
|
264
268
|
}
|
|
265
269
|
|
|
266
|
-
.m_w40
|
|
270
|
+
.m_w40,
|
|
271
|
+
.m_40px {
|
|
267
272
|
max-width: 40px;
|
|
268
273
|
}
|
|
269
274
|
|
|
270
|
-
.m_w50
|
|
275
|
+
.m_w50,
|
|
276
|
+
.m_50px {
|
|
271
277
|
max-width: 50px;
|
|
272
278
|
}
|
|
273
279
|
|
|
274
|
-
.m_w60
|
|
280
|
+
.m_w60,
|
|
281
|
+
.m_60px {
|
|
275
282
|
max-width: 60px;
|
|
276
283
|
}
|
|
277
284
|
|
|
278
|
-
.m_w70
|
|
285
|
+
.m_w70,
|
|
286
|
+
.m_70px {
|
|
279
287
|
max-width: 70px;
|
|
280
288
|
}
|
|
281
289
|
|
|
282
|
-
.m_w80
|
|
290
|
+
.m_w80,
|
|
291
|
+
.m_80px {
|
|
283
292
|
max-width: 80px;
|
|
284
293
|
}
|
|
285
294
|
|
|
286
|
-
.m_w90
|
|
295
|
+
.m_w90,
|
|
296
|
+
.m_90px {
|
|
287
297
|
max-width: 90px;
|
|
288
298
|
}
|
|
289
299
|
|
|
290
|
-
.m_w100
|
|
300
|
+
.m_w100,
|
|
301
|
+
.m_100px {
|
|
291
302
|
max-width: 100px;
|
|
292
303
|
}
|
|
293
304
|
|
|
294
|
-
.m_w150
|
|
305
|
+
.m_w150,
|
|
306
|
+
.m_150px {
|
|
295
307
|
max-width: 150px;
|
|
296
308
|
}
|
|
297
309
|
|
|
298
|
-
.m_w200
|
|
310
|
+
.m_w200,
|
|
311
|
+
.m_200px {
|
|
299
312
|
max-width: 200px;
|
|
300
313
|
}
|
|
301
314
|
|
|
302
|
-
.m_w250
|
|
315
|
+
.m_w250,
|
|
316
|
+
.m_250px {
|
|
303
317
|
max-width: 250px;
|
|
304
318
|
}
|
|
305
319
|
|
|
306
|
-
.m_w300
|
|
320
|
+
.m_w300,
|
|
321
|
+
.m_300px {
|
|
307
322
|
max-width: 300px;
|
|
308
323
|
}
|
|
309
324
|
|
|
310
|
-
.m_w350
|
|
325
|
+
.m_w350,
|
|
326
|
+
.m_350px {
|
|
311
327
|
max-width: 350px;
|
|
312
328
|
}
|
|
313
329
|
|
|
314
|
-
.m_w400
|
|
330
|
+
.m_w400,
|
|
331
|
+
.m_400px {
|
|
315
332
|
max-width: 400px;
|
|
316
333
|
}
|
|
317
334
|
|
|
318
|
-
.m_w450
|
|
335
|
+
.m_w450,
|
|
336
|
+
.m_450px {
|
|
319
337
|
max-width: 450px;
|
|
320
338
|
}
|
|
321
339
|
|
|
322
|
-
.m_w500
|
|
340
|
+
.m_w500,
|
|
341
|
+
.m_500px {
|
|
323
342
|
max-width: 500px;
|
|
324
343
|
}
|
|
325
344
|
|
|
326
|
-
.m_w550
|
|
345
|
+
.m_w550,
|
|
346
|
+
.m_550px {
|
|
327
347
|
max-width: 550px;
|
|
328
348
|
}
|
|
329
349
|
|
|
330
|
-
.m_w600
|
|
350
|
+
.m_w600,
|
|
351
|
+
.m_600px {
|
|
331
352
|
max-width: 600px;
|
|
332
353
|
}
|
|
333
354
|
|
|
334
|
-
.m_w650
|
|
355
|
+
.m_w650,
|
|
356
|
+
.m_650px {
|
|
335
357
|
max-width: 650px;
|
|
336
358
|
}
|
|
337
359
|
|
|
338
|
-
.m_w700
|
|
360
|
+
.m_w700,
|
|
361
|
+
.m_700px {
|
|
339
362
|
max-width: 700px;
|
|
340
363
|
}
|
|
341
364
|
|
|
342
|
-
.m_w750
|
|
365
|
+
.m_w750,
|
|
366
|
+
.m_750px {
|
|
343
367
|
max-width: 750px;
|
|
344
368
|
}
|
|
345
369
|
|
|
346
|
-
.m_w770
|
|
370
|
+
.m_w770,
|
|
371
|
+
.m_770px {
|
|
347
372
|
max-width: 770px;
|
|
348
373
|
}
|
|
349
374
|
|
|
350
|
-
.m_w800
|
|
375
|
+
.m_w800,
|
|
376
|
+
.m_800px {
|
|
351
377
|
max-width: 800px;
|
|
352
378
|
}
|
|
353
379
|
|
|
354
|
-
.m_w850
|
|
380
|
+
.m_w850,
|
|
381
|
+
.m_850px {
|
|
355
382
|
max-width: 850px;
|
|
356
383
|
}
|
|
357
384
|
|
|
@@ -452,6 +479,26 @@
|
|
|
452
479
|
gap: 5rem;
|
|
453
480
|
}
|
|
454
481
|
|
|
482
|
+
.m_gap-6 {
|
|
483
|
+
gap: 6rem;
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
.m_gap-7 {
|
|
487
|
+
gap: 7rem;
|
|
488
|
+
}
|
|
489
|
+
|
|
490
|
+
.m_gap-8 {
|
|
491
|
+
gap: 8rem;
|
|
492
|
+
}
|
|
493
|
+
|
|
494
|
+
.m_gap-9 {
|
|
495
|
+
gap: 9rem;
|
|
496
|
+
}
|
|
497
|
+
|
|
498
|
+
.m_gap-10 {
|
|
499
|
+
gap: 10rem;
|
|
500
|
+
}
|
|
501
|
+
|
|
455
502
|
.m_gap-col-0,
|
|
456
503
|
.m_col-gap-0 {
|
|
457
504
|
column-gap: 0rem;
|
|
@@ -497,6 +544,31 @@
|
|
|
497
544
|
column-gap: 5rem;
|
|
498
545
|
}
|
|
499
546
|
|
|
547
|
+
.m_gap-col-6,
|
|
548
|
+
.m_col-gap-6 {
|
|
549
|
+
column-gap: 6rem;
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
.m_gap-col-7,
|
|
553
|
+
.m_col-gap-7 {
|
|
554
|
+
column-gap: 7rem;
|
|
555
|
+
}
|
|
556
|
+
|
|
557
|
+
.m_gap-col-8,
|
|
558
|
+
.m_col-gap-8 {
|
|
559
|
+
column-gap: 8rem;
|
|
560
|
+
}
|
|
561
|
+
|
|
562
|
+
.m_gap-col-9,
|
|
563
|
+
.m_col-gap-9 {
|
|
564
|
+
column-gap: 9rem;
|
|
565
|
+
}
|
|
566
|
+
|
|
567
|
+
.m_gap-col-10,
|
|
568
|
+
.m_col-gap-10 {
|
|
569
|
+
column-gap: 10rem;
|
|
570
|
+
}
|
|
571
|
+
|
|
500
572
|
.m_gap-row-0,
|
|
501
573
|
.m_row-gap-0 {
|
|
502
574
|
row-gap: 0rem;
|
|
@@ -542,6 +614,31 @@
|
|
|
542
614
|
row-gap: 5rem;
|
|
543
615
|
}
|
|
544
616
|
|
|
617
|
+
.m_gap-row-6,
|
|
618
|
+
.m_row-gap-6 {
|
|
619
|
+
row-gap: 6rem;
|
|
620
|
+
}
|
|
621
|
+
|
|
622
|
+
.m_gap-row-7,
|
|
623
|
+
.m_row-gap-7 {
|
|
624
|
+
row-gap: 7rem;
|
|
625
|
+
}
|
|
626
|
+
|
|
627
|
+
.m_gap-row-8,
|
|
628
|
+
.m_row-gap-8 {
|
|
629
|
+
row-gap: 8rem;
|
|
630
|
+
}
|
|
631
|
+
|
|
632
|
+
.m_gap-row-9,
|
|
633
|
+
.m_row-gap-9 {
|
|
634
|
+
row-gap: 9rem;
|
|
635
|
+
}
|
|
636
|
+
|
|
637
|
+
.m_gap-row-10,
|
|
638
|
+
.m_row-gap-10 {
|
|
639
|
+
row-gap: 10rem;
|
|
640
|
+
}
|
|
641
|
+
|
|
545
642
|
.m_flex-wrap {
|
|
546
643
|
flex-wrap: wrap;
|
|
547
644
|
}
|
|
@@ -638,6 +735,43 @@
|
|
|
638
735
|
margin-bottom: 1.5rem !important;
|
|
639
736
|
}
|
|
640
737
|
|
|
738
|
+
.m_mb-2-5 {
|
|
739
|
+
margin-bottom: 2.5rem !important;
|
|
740
|
+
}
|
|
741
|
+
|
|
742
|
+
.m_mb-3-5 {
|
|
743
|
+
margin-bottom: 3.5rem !important;
|
|
744
|
+
}
|
|
745
|
+
|
|
746
|
+
.m_mb-4-5 {
|
|
747
|
+
margin-bottom: 4.5rem !important;
|
|
748
|
+
}
|
|
749
|
+
|
|
750
|
+
.m_mb-5-5 {
|
|
751
|
+
margin-bottom: 5.5rem !important;
|
|
752
|
+
}
|
|
753
|
+
|
|
754
|
+
.m_mb-6-5 {
|
|
755
|
+
margin-bottom: 6.5rem !important;
|
|
756
|
+
}
|
|
757
|
+
|
|
758
|
+
.m_mb-7-5 {
|
|
759
|
+
margin-bottom: 7.5rem !important;
|
|
760
|
+
}
|
|
761
|
+
|
|
762
|
+
.m_mb-8-5 {
|
|
763
|
+
margin-bottom: 8.5rem !important;
|
|
764
|
+
}
|
|
765
|
+
|
|
766
|
+
.m_mb-9-5 {
|
|
767
|
+
margin-bottom: 9.5rem !important;
|
|
768
|
+
}
|
|
769
|
+
|
|
770
|
+
.m_mb-10-5 {
|
|
771
|
+
margin-bottom: 10.5rem !important;
|
|
772
|
+
}
|
|
773
|
+
|
|
774
|
+
|
|
641
775
|
.m_mb-2 {
|
|
642
776
|
margin-bottom: 2rem !important;
|
|
643
777
|
}
|
|
@@ -650,6 +784,30 @@
|
|
|
650
784
|
margin-bottom: 4rem !important;
|
|
651
785
|
}
|
|
652
786
|
|
|
787
|
+
.m_mb-5 {
|
|
788
|
+
margin-bottom: 5rem !important;
|
|
789
|
+
}
|
|
790
|
+
|
|
791
|
+
.m_mb-6 {
|
|
792
|
+
margin-bottom: 6rem !important;
|
|
793
|
+
}
|
|
794
|
+
|
|
795
|
+
.m_mb-7 {
|
|
796
|
+
margin-bottom: 7rem !important;
|
|
797
|
+
}
|
|
798
|
+
|
|
799
|
+
.m_mb-8 {
|
|
800
|
+
margin-bottom: 8rem !important;
|
|
801
|
+
}
|
|
802
|
+
|
|
803
|
+
.m_mb-9 {
|
|
804
|
+
margin-bottom: 9rem !important;
|
|
805
|
+
}
|
|
806
|
+
|
|
807
|
+
.m_mb-10 {
|
|
808
|
+
margin-bottom: 10rem !important;
|
|
809
|
+
}
|
|
810
|
+
|
|
653
811
|
.m_mt-auto {
|
|
654
812
|
margin-top: auto !important;
|
|
655
813
|
}
|
|
@@ -678,6 +836,43 @@
|
|
|
678
836
|
margin-top: 1.5rem !important;
|
|
679
837
|
}
|
|
680
838
|
|
|
839
|
+
.m_mt-2-5 {
|
|
840
|
+
margin-top: 2.5rem !important;
|
|
841
|
+
}
|
|
842
|
+
|
|
843
|
+
.m_mt-3-5 {
|
|
844
|
+
margin-top: 3.5rem !important;
|
|
845
|
+
}
|
|
846
|
+
|
|
847
|
+
.m_mt-4-5 {
|
|
848
|
+
margin-top: 4.5rem !important;
|
|
849
|
+
}
|
|
850
|
+
|
|
851
|
+
.m_mt-5-5 {
|
|
852
|
+
margin-top: 5.5rem !important;
|
|
853
|
+
}
|
|
854
|
+
|
|
855
|
+
.m_mt-6-5 {
|
|
856
|
+
margin-top: 6.5rem !important;
|
|
857
|
+
}
|
|
858
|
+
|
|
859
|
+
.m_mt-7-5 {
|
|
860
|
+
margin-top: 7.5rem !important;
|
|
861
|
+
}
|
|
862
|
+
|
|
863
|
+
.m_mt-8-5 {
|
|
864
|
+
margin-top: 8.5rem !important;
|
|
865
|
+
}
|
|
866
|
+
|
|
867
|
+
.m_mt-9-5 {
|
|
868
|
+
margin-top: 9.5rem !important;
|
|
869
|
+
}
|
|
870
|
+
|
|
871
|
+
.m_mt-10-5 {
|
|
872
|
+
margin-top: 10.5rem !important;
|
|
873
|
+
}
|
|
874
|
+
|
|
875
|
+
|
|
681
876
|
|
|
682
877
|
.m_mt-2 {
|
|
683
878
|
margin-top: 2rem !important;
|
|
@@ -691,6 +886,30 @@
|
|
|
691
886
|
margin-top: 4rem !important;
|
|
692
887
|
}
|
|
693
888
|
|
|
889
|
+
.m_mt-5 {
|
|
890
|
+
margin-top: 5rem !important;
|
|
891
|
+
}
|
|
892
|
+
|
|
893
|
+
.m_mt-6 {
|
|
894
|
+
margin-top: 6rem !important;
|
|
895
|
+
}
|
|
896
|
+
|
|
897
|
+
.m_mt-7 {
|
|
898
|
+
margin-top: 7rem !important;
|
|
899
|
+
}
|
|
900
|
+
|
|
901
|
+
.m_mt-8 {
|
|
902
|
+
margin-top: 8rem !important;
|
|
903
|
+
}
|
|
904
|
+
|
|
905
|
+
.m_mt-9 {
|
|
906
|
+
margin-top: 9rem !important;
|
|
907
|
+
}
|
|
908
|
+
|
|
909
|
+
.m_mt-10 {
|
|
910
|
+
margin-top: 10rem !important;
|
|
911
|
+
}
|
|
912
|
+
|
|
694
913
|
.m_my-auto {
|
|
695
914
|
margin-top: auto !important;
|
|
696
915
|
margin-bottom: auto !important;
|
|
@@ -726,6 +945,52 @@
|
|
|
726
945
|
margin-bottom: 1.5rem !important;
|
|
727
946
|
}
|
|
728
947
|
|
|
948
|
+
.m_my-2-5 {
|
|
949
|
+
margin-top: 2.5rem !important;
|
|
950
|
+
margin-bottom: 2.5rem !important;
|
|
951
|
+
}
|
|
952
|
+
|
|
953
|
+
.m_my-3-5 {
|
|
954
|
+
margin-top: 3.5rem !important;
|
|
955
|
+
margin-bottom: 3.5rem !important;
|
|
956
|
+
}
|
|
957
|
+
|
|
958
|
+
.m_my-4-5 {
|
|
959
|
+
margin-top: 4.5rem !important;
|
|
960
|
+
margin-bottom: 4.5rem !important;
|
|
961
|
+
}
|
|
962
|
+
|
|
963
|
+
.m_my-5-5 {
|
|
964
|
+
margin-top: 5.5rem !important;
|
|
965
|
+
margin-bottom: 5.5rem !important;
|
|
966
|
+
}
|
|
967
|
+
|
|
968
|
+
.m_my-6-5 {
|
|
969
|
+
margin-top: 6.5rem !important;
|
|
970
|
+
margin-bottom: 6.5rem !important;
|
|
971
|
+
}
|
|
972
|
+
|
|
973
|
+
.m_my-7-5 {
|
|
974
|
+
margin-top: 7.5rem !important;
|
|
975
|
+
margin-bottom: 7.5rem !important;
|
|
976
|
+
}
|
|
977
|
+
|
|
978
|
+
.m_my-8-5 {
|
|
979
|
+
margin-top: 8.5rem !important;
|
|
980
|
+
margin-bottom: 8.5rem !important;
|
|
981
|
+
}
|
|
982
|
+
|
|
983
|
+
.m_my-9-5 {
|
|
984
|
+
margin-top: 9.5rem !important;
|
|
985
|
+
margin-bottom: 9.5rem !important;
|
|
986
|
+
}
|
|
987
|
+
|
|
988
|
+
.m_my-10-5 {
|
|
989
|
+
margin-top: 10.5rem !important;
|
|
990
|
+
margin-bottom: 10.5rem !important;
|
|
991
|
+
}
|
|
992
|
+
|
|
993
|
+
|
|
729
994
|
.m_my-2 {
|
|
730
995
|
margin-top: 2rem !important;
|
|
731
996
|
margin-bottom: 2rem !important;
|
|
@@ -741,6 +1006,36 @@
|
|
|
741
1006
|
margin-bottom: 4rem !important;
|
|
742
1007
|
}
|
|
743
1008
|
|
|
1009
|
+
.m_my-5 {
|
|
1010
|
+
margin-top: 5rem !important;
|
|
1011
|
+
margin-bottom: 5rem !important;
|
|
1012
|
+
}
|
|
1013
|
+
|
|
1014
|
+
.m_my-6 {
|
|
1015
|
+
margin-top: 6rem !important;
|
|
1016
|
+
margin-bottom: 6rem !important;
|
|
1017
|
+
}
|
|
1018
|
+
|
|
1019
|
+
.m_my-7 {
|
|
1020
|
+
margin-top: 7rem !important;
|
|
1021
|
+
margin-bottom: 7rem !important;
|
|
1022
|
+
}
|
|
1023
|
+
|
|
1024
|
+
.m_my-8 {
|
|
1025
|
+
margin-top: 8rem !important;
|
|
1026
|
+
margin-bottom: 8rem !important;
|
|
1027
|
+
}
|
|
1028
|
+
|
|
1029
|
+
.m_my-9 {
|
|
1030
|
+
margin-top: 9rem !important;
|
|
1031
|
+
margin-bottom: 9rem !important;
|
|
1032
|
+
}
|
|
1033
|
+
|
|
1034
|
+
.m_my-10 {
|
|
1035
|
+
margin-top: 10rem !important;
|
|
1036
|
+
margin-bottom: 10rem !important;
|
|
1037
|
+
}
|
|
1038
|
+
|
|
744
1039
|
.m_ms-auto {
|
|
745
1040
|
margin-inline-start: auto !important;
|
|
746
1041
|
}
|
|
@@ -769,6 +1064,43 @@
|
|
|
769
1064
|
margin-inline-start: 1.5rem !important;
|
|
770
1065
|
}
|
|
771
1066
|
|
|
1067
|
+
.m_ms-2-5 {
|
|
1068
|
+
margin-inline-start: 2.5rem !important;
|
|
1069
|
+
}
|
|
1070
|
+
|
|
1071
|
+
.m_ms-3-5 {
|
|
1072
|
+
margin-inline-start: 3.5rem !important;
|
|
1073
|
+
}
|
|
1074
|
+
|
|
1075
|
+
.m_ms-4-5 {
|
|
1076
|
+
margin-inline-start: 4.5rem !important;
|
|
1077
|
+
}
|
|
1078
|
+
|
|
1079
|
+
.m_ms-5-5 {
|
|
1080
|
+
margin-inline-start: 5.5rem !important;
|
|
1081
|
+
}
|
|
1082
|
+
|
|
1083
|
+
.m_ms-6-5 {
|
|
1084
|
+
margin-inline-start: 6.5rem !important;
|
|
1085
|
+
}
|
|
1086
|
+
|
|
1087
|
+
.m_ms-7-5 {
|
|
1088
|
+
margin-inline-start: 7.5rem !important;
|
|
1089
|
+
}
|
|
1090
|
+
|
|
1091
|
+
.m_ms-8-5 {
|
|
1092
|
+
margin-inline-start: 8.5rem !important;
|
|
1093
|
+
}
|
|
1094
|
+
|
|
1095
|
+
.m_ms-9-5 {
|
|
1096
|
+
margin-inline-start: 9.5rem !important;
|
|
1097
|
+
}
|
|
1098
|
+
|
|
1099
|
+
.m_ms-10-5 {
|
|
1100
|
+
margin-inline-start: 10.5rem !important;
|
|
1101
|
+
}
|
|
1102
|
+
|
|
1103
|
+
|
|
772
1104
|
.m_ms-2 {
|
|
773
1105
|
margin-inline-start: 2rem !important;
|
|
774
1106
|
}
|
|
@@ -781,6 +1113,30 @@
|
|
|
781
1113
|
margin-inline-start: 4rem !important;
|
|
782
1114
|
}
|
|
783
1115
|
|
|
1116
|
+
.m_ms-5 {
|
|
1117
|
+
margin-inline-start: 5rem !important;
|
|
1118
|
+
}
|
|
1119
|
+
|
|
1120
|
+
.m_ms-6 {
|
|
1121
|
+
margin-inline-start: 6rem !important;
|
|
1122
|
+
}
|
|
1123
|
+
|
|
1124
|
+
.m_ms-7 {
|
|
1125
|
+
margin-inline-start: 7rem !important;
|
|
1126
|
+
}
|
|
1127
|
+
|
|
1128
|
+
.m_ms-8 {
|
|
1129
|
+
margin-inline-start: 8rem !important;
|
|
1130
|
+
}
|
|
1131
|
+
|
|
1132
|
+
.m_ms-9 {
|
|
1133
|
+
margin-inline-start: 9rem !important;
|
|
1134
|
+
}
|
|
1135
|
+
|
|
1136
|
+
.m_ms-10 {
|
|
1137
|
+
margin-inline-start: 10rem !important;
|
|
1138
|
+
}
|
|
1139
|
+
|
|
784
1140
|
.m_me-auto {
|
|
785
1141
|
margin-inline-end: auto !important;
|
|
786
1142
|
}
|
|
@@ -809,6 +1165,42 @@
|
|
|
809
1165
|
margin-inline-end: 1.5rem !important;
|
|
810
1166
|
}
|
|
811
1167
|
|
|
1168
|
+
.m_me-2-5 {
|
|
1169
|
+
margin-inline-end: 2.5rem !important;
|
|
1170
|
+
}
|
|
1171
|
+
|
|
1172
|
+
.m_me-3-5 {
|
|
1173
|
+
margin-inline-end: 3.5rem !important;
|
|
1174
|
+
}
|
|
1175
|
+
|
|
1176
|
+
.m_me-4-5 {
|
|
1177
|
+
margin-inline-end: 4.5rem !important;
|
|
1178
|
+
}
|
|
1179
|
+
|
|
1180
|
+
.m_me-5-5 {
|
|
1181
|
+
margin-inline-end: 5.5rem !important;
|
|
1182
|
+
}
|
|
1183
|
+
|
|
1184
|
+
.m_me-6-5 {
|
|
1185
|
+
margin-inline-end: 6.5rem !important;
|
|
1186
|
+
}
|
|
1187
|
+
|
|
1188
|
+
.m_me-7-5 {
|
|
1189
|
+
margin-inline-end: 7.5rem !important;
|
|
1190
|
+
}
|
|
1191
|
+
|
|
1192
|
+
.m_me-8-5 {
|
|
1193
|
+
margin-inline-end: 8.5rem !important;
|
|
1194
|
+
}
|
|
1195
|
+
|
|
1196
|
+
.m_me-9-5 {
|
|
1197
|
+
margin-inline-end: 9.5rem !important;
|
|
1198
|
+
}
|
|
1199
|
+
|
|
1200
|
+
.m_me-10-5 {
|
|
1201
|
+
margin-inline-end: 10.5rem !important;
|
|
1202
|
+
}
|
|
1203
|
+
|
|
812
1204
|
.m_me-2 {
|
|
813
1205
|
margin-inline-end: 2rem !important;
|
|
814
1206
|
}
|
|
@@ -821,6 +1213,30 @@
|
|
|
821
1213
|
margin-inline-end: 4rem !important;
|
|
822
1214
|
}
|
|
823
1215
|
|
|
1216
|
+
.m_me-5 {
|
|
1217
|
+
margin-inline-end: 5rem !important;
|
|
1218
|
+
}
|
|
1219
|
+
|
|
1220
|
+
.m_me-6 {
|
|
1221
|
+
margin-inline-end: 6rem !important;
|
|
1222
|
+
}
|
|
1223
|
+
|
|
1224
|
+
.m_me-7 {
|
|
1225
|
+
margin-inline-end: 7rem !important;
|
|
1226
|
+
}
|
|
1227
|
+
|
|
1228
|
+
.m_me-8 {
|
|
1229
|
+
margin-inline-end: 8rem !important;
|
|
1230
|
+
}
|
|
1231
|
+
|
|
1232
|
+
.m_me-9 {
|
|
1233
|
+
margin-inline-end: 9rem !important;
|
|
1234
|
+
}
|
|
1235
|
+
|
|
1236
|
+
.m_me-10 {
|
|
1237
|
+
margin-inline-end: 10rem !important;
|
|
1238
|
+
}
|
|
1239
|
+
|
|
824
1240
|
.mx-auto,
|
|
825
1241
|
.m_margin-auto {
|
|
826
1242
|
margin-inline-start: auto !important;
|
|
@@ -857,6 +1273,51 @@
|
|
|
857
1273
|
margin-inline-end: 1.5rem !important;
|
|
858
1274
|
}
|
|
859
1275
|
|
|
1276
|
+
.m_mx-2-5 {
|
|
1277
|
+
margin-inline-start: 2.5rem !important;
|
|
1278
|
+
margin-inline-end: 2.5rem !important;
|
|
1279
|
+
}
|
|
1280
|
+
|
|
1281
|
+
.m_mx-3-5 {
|
|
1282
|
+
margin-inline-start: 3.5rem !important;
|
|
1283
|
+
margin-inline-end: 3.5rem !important;
|
|
1284
|
+
}
|
|
1285
|
+
|
|
1286
|
+
.m_mx-4-5 {
|
|
1287
|
+
margin-inline-start: 4.5rem !important;
|
|
1288
|
+
margin-inline-end: 4.5rem !important;
|
|
1289
|
+
}
|
|
1290
|
+
|
|
1291
|
+
.m_mx-5-5 {
|
|
1292
|
+
margin-inline-start: 5.5rem !important;
|
|
1293
|
+
margin-inline-end: 5.5rem !important;
|
|
1294
|
+
}
|
|
1295
|
+
|
|
1296
|
+
.m_mx-6-5 {
|
|
1297
|
+
margin-inline-start: 6.5rem !important;
|
|
1298
|
+
margin-inline-end: 6.5rem !important;
|
|
1299
|
+
}
|
|
1300
|
+
|
|
1301
|
+
.m_mx-7-5 {
|
|
1302
|
+
margin-inline-start: 7.5rem !important;
|
|
1303
|
+
margin-inline-end: 7.5rem !important;
|
|
1304
|
+
}
|
|
1305
|
+
|
|
1306
|
+
.m_mx-8-5 {
|
|
1307
|
+
margin-inline-start: 8.5rem !important;
|
|
1308
|
+
margin-inline-end: 8.5rem !important;
|
|
1309
|
+
}
|
|
1310
|
+
|
|
1311
|
+
.m_mx-9-5 {
|
|
1312
|
+
margin-inline-start: 9.5rem !important;
|
|
1313
|
+
margin-inline-end: 9.5rem !important;
|
|
1314
|
+
}
|
|
1315
|
+
|
|
1316
|
+
.m_mx-10-5 {
|
|
1317
|
+
margin-inline-start: 10.5rem !important;
|
|
1318
|
+
margin-inline-end: 10.5rem !important;
|
|
1319
|
+
}
|
|
1320
|
+
|
|
860
1321
|
.m_mx-2 {
|
|
861
1322
|
margin-inline-start: 2rem !important;
|
|
862
1323
|
margin-inline-end: 2rem !important;
|
|
@@ -872,6 +1333,36 @@
|
|
|
872
1333
|
margin-inline-end: 4rem !important;
|
|
873
1334
|
}
|
|
874
1335
|
|
|
1336
|
+
.m_mx-5 {
|
|
1337
|
+
margin-inline-start: 5rem !important;
|
|
1338
|
+
margin-inline-end: 5rem !important;
|
|
1339
|
+
}
|
|
1340
|
+
|
|
1341
|
+
.m_mx-6 {
|
|
1342
|
+
margin-inline-start: 6rem !important;
|
|
1343
|
+
margin-inline-end: 6rem !important;
|
|
1344
|
+
}
|
|
1345
|
+
|
|
1346
|
+
.m_mx-7 {
|
|
1347
|
+
margin-inline-start: 7rem !important;
|
|
1348
|
+
margin-inline-end: 7rem !important;
|
|
1349
|
+
}
|
|
1350
|
+
|
|
1351
|
+
.m_mx-8 {
|
|
1352
|
+
margin-inline-start: 8rem !important;
|
|
1353
|
+
margin-inline-end: 8rem !important;
|
|
1354
|
+
}
|
|
1355
|
+
|
|
1356
|
+
.m_mx-9 {
|
|
1357
|
+
margin-inline-start: 9rem !important;
|
|
1358
|
+
margin-inline-end: 9rem !important;
|
|
1359
|
+
}
|
|
1360
|
+
|
|
1361
|
+
.m_mx-10 {
|
|
1362
|
+
margin-inline-start: 10rem !important;
|
|
1363
|
+
margin-inline-end: 10rem !important;
|
|
1364
|
+
}
|
|
1365
|
+
|
|
875
1366
|
.m_m-auto {
|
|
876
1367
|
margin: auto !important;
|
|
877
1368
|
}
|
|
@@ -900,6 +1391,42 @@
|
|
|
900
1391
|
margin: 1.5rem !important;
|
|
901
1392
|
}
|
|
902
1393
|
|
|
1394
|
+
.m_m-2-5 {
|
|
1395
|
+
margin: 2.5rem !important;
|
|
1396
|
+
}
|
|
1397
|
+
|
|
1398
|
+
.m_m-3-5 {
|
|
1399
|
+
margin: 3.5rem !important;
|
|
1400
|
+
}
|
|
1401
|
+
|
|
1402
|
+
.m_m-4-5 {
|
|
1403
|
+
margin: 4.5rem !important;
|
|
1404
|
+
}
|
|
1405
|
+
|
|
1406
|
+
.m_m-5-5 {
|
|
1407
|
+
margin: 5.5rem !important;
|
|
1408
|
+
}
|
|
1409
|
+
|
|
1410
|
+
.m_m-6-5 {
|
|
1411
|
+
margin: 6.5rem !important;
|
|
1412
|
+
}
|
|
1413
|
+
|
|
1414
|
+
.m_m-7-5 {
|
|
1415
|
+
margin: 7.5rem !important;
|
|
1416
|
+
}
|
|
1417
|
+
|
|
1418
|
+
.m_m-8-5 {
|
|
1419
|
+
margin: 8.5rem !important;
|
|
1420
|
+
}
|
|
1421
|
+
|
|
1422
|
+
.m_m-9-5 {
|
|
1423
|
+
margin: 9.5rem !important;
|
|
1424
|
+
}
|
|
1425
|
+
|
|
1426
|
+
.m_m-10-5 {
|
|
1427
|
+
margin: 10.5rem !important;
|
|
1428
|
+
}
|
|
1429
|
+
|
|
903
1430
|
.m_m-2 {
|
|
904
1431
|
margin: 2rem !important;
|
|
905
1432
|
}
|
|
@@ -912,6 +1439,30 @@
|
|
|
912
1439
|
margin: 4rem !important;
|
|
913
1440
|
}
|
|
914
1441
|
|
|
1442
|
+
.m_m-5 {
|
|
1443
|
+
margin: 5rem !important;
|
|
1444
|
+
}
|
|
1445
|
+
|
|
1446
|
+
.m_m-6 {
|
|
1447
|
+
margin: 6rem !important;
|
|
1448
|
+
}
|
|
1449
|
+
|
|
1450
|
+
.m_m-7 {
|
|
1451
|
+
margin: 7rem !important;
|
|
1452
|
+
}
|
|
1453
|
+
|
|
1454
|
+
.m_m-8 {
|
|
1455
|
+
margin: 8rem !important;
|
|
1456
|
+
}
|
|
1457
|
+
|
|
1458
|
+
.m_m-9 {
|
|
1459
|
+
margin: 9rem !important;
|
|
1460
|
+
}
|
|
1461
|
+
|
|
1462
|
+
.m_m-10 {
|
|
1463
|
+
margin: 10rem !important;
|
|
1464
|
+
}
|
|
1465
|
+
|
|
915
1466
|
.m_-mb-025 {
|
|
916
1467
|
margin-bottom: -0.25rem !important;
|
|
917
1468
|
}
|
|
@@ -932,6 +1483,42 @@
|
|
|
932
1483
|
margin-bottom: -1.5rem !important;
|
|
933
1484
|
}
|
|
934
1485
|
|
|
1486
|
+
.m_-mb-2-5 {
|
|
1487
|
+
margin-bottom: -2.5rem !important;
|
|
1488
|
+
}
|
|
1489
|
+
|
|
1490
|
+
.m_-mb-3-5 {
|
|
1491
|
+
margin-bottom: -3.5rem !important;
|
|
1492
|
+
}
|
|
1493
|
+
|
|
1494
|
+
.m_-mb-4-5 {
|
|
1495
|
+
margin-bottom: -4.5rem !important;
|
|
1496
|
+
}
|
|
1497
|
+
|
|
1498
|
+
.m_-mb-5-5 {
|
|
1499
|
+
margin-bottom: -5.5rem !important;
|
|
1500
|
+
}
|
|
1501
|
+
|
|
1502
|
+
.m_-mb-6-5 {
|
|
1503
|
+
margin-bottom: -6.5rem !important;
|
|
1504
|
+
}
|
|
1505
|
+
|
|
1506
|
+
.m_-mb-7-5 {
|
|
1507
|
+
margin-bottom: -7.5rem !important;
|
|
1508
|
+
}
|
|
1509
|
+
|
|
1510
|
+
.m_-mb-8-5 {
|
|
1511
|
+
margin-bottom: -8.5rem !important;
|
|
1512
|
+
}
|
|
1513
|
+
|
|
1514
|
+
.m_-mb-9-5 {
|
|
1515
|
+
margin-bottom: -9.5rem !important;
|
|
1516
|
+
}
|
|
1517
|
+
|
|
1518
|
+
.m_-mb-10-5 {
|
|
1519
|
+
margin-bottom: -10.5rem !important;
|
|
1520
|
+
}
|
|
1521
|
+
|
|
935
1522
|
.m_-mb-2 {
|
|
936
1523
|
margin-bottom: -2rem !important;
|
|
937
1524
|
}
|
|
@@ -944,6 +1531,30 @@
|
|
|
944
1531
|
margin-bottom: -4rem !important;
|
|
945
1532
|
}
|
|
946
1533
|
|
|
1534
|
+
.m_-mb-5 {
|
|
1535
|
+
margin-bottom: -5rem !important;
|
|
1536
|
+
}
|
|
1537
|
+
|
|
1538
|
+
.m_-mb-6 {
|
|
1539
|
+
margin-bottom: -6rem !important;
|
|
1540
|
+
}
|
|
1541
|
+
|
|
1542
|
+
.m_-mb-7 {
|
|
1543
|
+
margin-bottom: -7rem !important;
|
|
1544
|
+
}
|
|
1545
|
+
|
|
1546
|
+
.m_-mb-8 {
|
|
1547
|
+
margin-bottom: -8rem !important;
|
|
1548
|
+
}
|
|
1549
|
+
|
|
1550
|
+
.m_-mb-9 {
|
|
1551
|
+
margin-bottom: -9rem !important;
|
|
1552
|
+
}
|
|
1553
|
+
|
|
1554
|
+
.m_-mb-10 {
|
|
1555
|
+
margin-bottom: -10rem !important;
|
|
1556
|
+
}
|
|
1557
|
+
|
|
947
1558
|
.m_-mt-025 {
|
|
948
1559
|
margin-top: -0.25rem !important;
|
|
949
1560
|
}
|
|
@@ -964,6 +1575,42 @@
|
|
|
964
1575
|
margin-top: -1.5rem !important;
|
|
965
1576
|
}
|
|
966
1577
|
|
|
1578
|
+
.m_-mt-2-5 {
|
|
1579
|
+
margin-top: -2.5rem !important;
|
|
1580
|
+
}
|
|
1581
|
+
|
|
1582
|
+
.m_-mt-3-5 {
|
|
1583
|
+
margin-top: -3.5rem !important;
|
|
1584
|
+
}
|
|
1585
|
+
|
|
1586
|
+
.m_-mt-4-5 {
|
|
1587
|
+
margin-top: -4.5rem !important;
|
|
1588
|
+
}
|
|
1589
|
+
|
|
1590
|
+
.m_-mt-5-5 {
|
|
1591
|
+
margin-top: -5.5rem !important;
|
|
1592
|
+
}
|
|
1593
|
+
|
|
1594
|
+
.m_-mt-6-5 {
|
|
1595
|
+
margin-top: -6.5rem !important;
|
|
1596
|
+
}
|
|
1597
|
+
|
|
1598
|
+
.m_-mt-7-5 {
|
|
1599
|
+
margin-top: -7.5rem !important;
|
|
1600
|
+
}
|
|
1601
|
+
|
|
1602
|
+
.m_-mt-8-5 {
|
|
1603
|
+
margin-top: -8.5rem !important;
|
|
1604
|
+
}
|
|
1605
|
+
|
|
1606
|
+
.m_-mt-9-5 {
|
|
1607
|
+
margin-top: -9.5rem !important;
|
|
1608
|
+
}
|
|
1609
|
+
|
|
1610
|
+
.m_-mt-10-5 {
|
|
1611
|
+
margin-top: -10.5rem !important;
|
|
1612
|
+
}
|
|
1613
|
+
|
|
967
1614
|
.m_-mt-2 {
|
|
968
1615
|
margin-top: -2rem !important;
|
|
969
1616
|
}
|
|
@@ -976,6 +1623,30 @@
|
|
|
976
1623
|
margin-top: -4rem !important;
|
|
977
1624
|
}
|
|
978
1625
|
|
|
1626
|
+
.m_-mt-5 {
|
|
1627
|
+
margin-top: -5rem !important;
|
|
1628
|
+
}
|
|
1629
|
+
|
|
1630
|
+
.m_-mt-6 {
|
|
1631
|
+
margin-top: -6rem !important;
|
|
1632
|
+
}
|
|
1633
|
+
|
|
1634
|
+
.m_-mt-7 {
|
|
1635
|
+
margin-top: -7rem !important;
|
|
1636
|
+
}
|
|
1637
|
+
|
|
1638
|
+
.m_-mt-8 {
|
|
1639
|
+
margin-top: -8rem !important;
|
|
1640
|
+
}
|
|
1641
|
+
|
|
1642
|
+
.m_-mt-9 {
|
|
1643
|
+
margin-top: -9rem !important;
|
|
1644
|
+
}
|
|
1645
|
+
|
|
1646
|
+
.m_-mt-10 {
|
|
1647
|
+
margin-top: -10rem !important;
|
|
1648
|
+
}
|
|
1649
|
+
|
|
979
1650
|
.m_-my-025 {
|
|
980
1651
|
margin-top: -0.25rem !important;
|
|
981
1652
|
margin-bottom: -0.25rem !important;
|
|
@@ -1001,6 +1672,51 @@
|
|
|
1001
1672
|
margin-bottom: -1.5rem !important;
|
|
1002
1673
|
}
|
|
1003
1674
|
|
|
1675
|
+
.m_-my-2-5 {
|
|
1676
|
+
margin-top: -2.5rem !important;
|
|
1677
|
+
margin-bottom: -2.5rem !important;
|
|
1678
|
+
}
|
|
1679
|
+
|
|
1680
|
+
.m_-my-3-5 {
|
|
1681
|
+
margin-top: -3.5rem !important;
|
|
1682
|
+
margin-bottom: -3.5rem !important;
|
|
1683
|
+
}
|
|
1684
|
+
|
|
1685
|
+
.m_-my-4-5 {
|
|
1686
|
+
margin-top: -4.5rem !important;
|
|
1687
|
+
margin-bottom: -4.5rem !important;
|
|
1688
|
+
}
|
|
1689
|
+
|
|
1690
|
+
.m_-my-5-5 {
|
|
1691
|
+
margin-top: -5.5rem !important;
|
|
1692
|
+
margin-bottom: -5.5rem !important;
|
|
1693
|
+
}
|
|
1694
|
+
|
|
1695
|
+
.m_-my-6-5 {
|
|
1696
|
+
margin-top: -6.5rem !important;
|
|
1697
|
+
margin-bottom: -6.5rem !important;
|
|
1698
|
+
}
|
|
1699
|
+
|
|
1700
|
+
.m_-my-7-5 {
|
|
1701
|
+
margin-top: -7.5rem !important;
|
|
1702
|
+
margin-bottom: -7.5rem !important;
|
|
1703
|
+
}
|
|
1704
|
+
|
|
1705
|
+
.m_-my-8-5 {
|
|
1706
|
+
margin-top: -8.5rem !important;
|
|
1707
|
+
margin-bottom: -8.5rem !important;
|
|
1708
|
+
}
|
|
1709
|
+
|
|
1710
|
+
.m_-my-9-5 {
|
|
1711
|
+
margin-top: -9.5rem !important;
|
|
1712
|
+
margin-bottom: -9.5rem !important;
|
|
1713
|
+
}
|
|
1714
|
+
|
|
1715
|
+
.m_-my-10-5 {
|
|
1716
|
+
margin-top: -10.5rem !important;
|
|
1717
|
+
margin-bottom: -10.5rem !important;
|
|
1718
|
+
}
|
|
1719
|
+
|
|
1004
1720
|
.m_-my-2 {
|
|
1005
1721
|
margin-top: -2rem !important;
|
|
1006
1722
|
margin-bottom: -2rem !important;
|
|
@@ -1016,6 +1732,36 @@
|
|
|
1016
1732
|
margin-bottom: -4rem !important;
|
|
1017
1733
|
}
|
|
1018
1734
|
|
|
1735
|
+
.m_-my-5 {
|
|
1736
|
+
margin-top: -5rem !important;
|
|
1737
|
+
margin-bottom: -5rem !important;
|
|
1738
|
+
}
|
|
1739
|
+
|
|
1740
|
+
.m_-my-6 {
|
|
1741
|
+
margin-top: -6rem !important;
|
|
1742
|
+
margin-bottom: -6rem !important;
|
|
1743
|
+
}
|
|
1744
|
+
|
|
1745
|
+
.m_-my-7 {
|
|
1746
|
+
margin-top: -7rem !important;
|
|
1747
|
+
margin-bottom: -7rem !important;
|
|
1748
|
+
}
|
|
1749
|
+
|
|
1750
|
+
.m_-my-8 {
|
|
1751
|
+
margin-top: -8rem !important;
|
|
1752
|
+
margin-bottom: -8rem !important;
|
|
1753
|
+
}
|
|
1754
|
+
|
|
1755
|
+
.m_-my-9 {
|
|
1756
|
+
margin-top: -9rem !important;
|
|
1757
|
+
margin-bottom: -9rem !important;
|
|
1758
|
+
}
|
|
1759
|
+
|
|
1760
|
+
.m_-my-10 {
|
|
1761
|
+
margin-top: -10rem !important;
|
|
1762
|
+
margin-bottom: -10rem !important;
|
|
1763
|
+
}
|
|
1764
|
+
|
|
1019
1765
|
.m_-ms-025 {
|
|
1020
1766
|
margin-inline-start: -0.25rem !important;
|
|
1021
1767
|
}
|
|
@@ -1036,6 +1782,43 @@
|
|
|
1036
1782
|
margin-inline-start: -1.5rem !important;
|
|
1037
1783
|
}
|
|
1038
1784
|
|
|
1785
|
+
.m_-ms-2-5 {
|
|
1786
|
+
margin-inline-start: -2.5rem !important;
|
|
1787
|
+
}
|
|
1788
|
+
|
|
1789
|
+
.m_-ms-3-5 {
|
|
1790
|
+
margin-inline-start: -3.5rem !important;
|
|
1791
|
+
}
|
|
1792
|
+
|
|
1793
|
+
.m_-ms-4-5 {
|
|
1794
|
+
margin-inline-start: -4.5rem !important;
|
|
1795
|
+
}
|
|
1796
|
+
|
|
1797
|
+
.m_-ms-5-5 {
|
|
1798
|
+
margin-inline-start: -5.5rem !important;
|
|
1799
|
+
}
|
|
1800
|
+
|
|
1801
|
+
.m_-ms-6-5 {
|
|
1802
|
+
margin-inline-start: -6.5rem !important;
|
|
1803
|
+
}
|
|
1804
|
+
|
|
1805
|
+
.m_-ms-7-5 {
|
|
1806
|
+
margin-inline-start: -7.5rem !important;
|
|
1807
|
+
}
|
|
1808
|
+
|
|
1809
|
+
.m_-ms-8-5 {
|
|
1810
|
+
margin-inline-start: -8.5rem !important;
|
|
1811
|
+
}
|
|
1812
|
+
|
|
1813
|
+
.m_-ms-9-5 {
|
|
1814
|
+
margin-inline-start: -9.5rem !important;
|
|
1815
|
+
}
|
|
1816
|
+
|
|
1817
|
+
.m_-ms-10-5 {
|
|
1818
|
+
margin-inline-start: -10.5rem !important;
|
|
1819
|
+
}
|
|
1820
|
+
|
|
1821
|
+
|
|
1039
1822
|
.m_-ms-2 {
|
|
1040
1823
|
margin-inline-start: -2rem !important;
|
|
1041
1824
|
}
|
|
@@ -1048,6 +1831,30 @@
|
|
|
1048
1831
|
margin-inline-start: -4rem !important;
|
|
1049
1832
|
}
|
|
1050
1833
|
|
|
1834
|
+
.m_-ms-5 {
|
|
1835
|
+
margin-inline-start: -5rem !important;
|
|
1836
|
+
}
|
|
1837
|
+
|
|
1838
|
+
.m_-ms-6 {
|
|
1839
|
+
margin-inline-start: -6rem !important;
|
|
1840
|
+
}
|
|
1841
|
+
|
|
1842
|
+
.m_-ms-7 {
|
|
1843
|
+
margin-inline-start: -7rem !important;
|
|
1844
|
+
}
|
|
1845
|
+
|
|
1846
|
+
.m_-ms-8 {
|
|
1847
|
+
margin-inline-start: -8rem !important;
|
|
1848
|
+
}
|
|
1849
|
+
|
|
1850
|
+
.m_-ms-9 {
|
|
1851
|
+
margin-inline-start: -9rem !important;
|
|
1852
|
+
}
|
|
1853
|
+
|
|
1854
|
+
.m_-ms-10 {
|
|
1855
|
+
margin-inline-start: -10rem !important;
|
|
1856
|
+
}
|
|
1857
|
+
|
|
1051
1858
|
.m_-me-025 {
|
|
1052
1859
|
margin-inline-end: -0.25rem !important;
|
|
1053
1860
|
}
|
|
@@ -1068,6 +1875,42 @@
|
|
|
1068
1875
|
margin-inline-end: -1.5rem !important;
|
|
1069
1876
|
}
|
|
1070
1877
|
|
|
1878
|
+
.m_-me-2-5 {
|
|
1879
|
+
margin-inline-end: -2.5rem !important;
|
|
1880
|
+
}
|
|
1881
|
+
|
|
1882
|
+
.m_-me-3-5 {
|
|
1883
|
+
margin-inline-end: -3.5rem !important;
|
|
1884
|
+
}
|
|
1885
|
+
|
|
1886
|
+
.m_-me-4-5 {
|
|
1887
|
+
margin-inline-end: -4.5rem !important;
|
|
1888
|
+
}
|
|
1889
|
+
|
|
1890
|
+
.m_-me-5-5 {
|
|
1891
|
+
margin-inline-end: -5.5rem !important;
|
|
1892
|
+
}
|
|
1893
|
+
|
|
1894
|
+
.m_-me-6-5 {
|
|
1895
|
+
margin-inline-end: -6.5rem !important;
|
|
1896
|
+
}
|
|
1897
|
+
|
|
1898
|
+
.m_-me-7-5 {
|
|
1899
|
+
margin-inline-end: -7.5rem !important;
|
|
1900
|
+
}
|
|
1901
|
+
|
|
1902
|
+
.m_-me-8-5 {
|
|
1903
|
+
margin-inline-end: -8.5rem !important;
|
|
1904
|
+
}
|
|
1905
|
+
|
|
1906
|
+
.m_-me-9-5 {
|
|
1907
|
+
margin-inline-end: -9.5rem !important;
|
|
1908
|
+
}
|
|
1909
|
+
|
|
1910
|
+
.m_-me-10-5 {
|
|
1911
|
+
margin-inline-end: -10.5rem !important;
|
|
1912
|
+
}
|
|
1913
|
+
|
|
1071
1914
|
.m_-me-2 {
|
|
1072
1915
|
margin-inline-end: -2rem !important;
|
|
1073
1916
|
}
|
|
@@ -1080,6 +1923,34 @@
|
|
|
1080
1923
|
margin-inline-end: -4rem !important;
|
|
1081
1924
|
}
|
|
1082
1925
|
|
|
1926
|
+
.m_-me-4 {
|
|
1927
|
+
margin-inline-end: -4rem !important;
|
|
1928
|
+
}
|
|
1929
|
+
|
|
1930
|
+
.m_-me-5 {
|
|
1931
|
+
margin-inline-end: -5rem !important;
|
|
1932
|
+
}
|
|
1933
|
+
|
|
1934
|
+
.m_-me-6 {
|
|
1935
|
+
margin-inline-end: -6rem !important;
|
|
1936
|
+
}
|
|
1937
|
+
|
|
1938
|
+
.m_-me-7 {
|
|
1939
|
+
margin-inline-end: -7rem !important;
|
|
1940
|
+
}
|
|
1941
|
+
|
|
1942
|
+
.m_-me-8 {
|
|
1943
|
+
margin-inline-end: -8rem !important;
|
|
1944
|
+
}
|
|
1945
|
+
|
|
1946
|
+
.m_-me-9 {
|
|
1947
|
+
margin-inline-end: -9rem !important;
|
|
1948
|
+
}
|
|
1949
|
+
|
|
1950
|
+
.m_-me-10 {
|
|
1951
|
+
margin-inline-end: -10rem !important;
|
|
1952
|
+
}
|
|
1953
|
+
|
|
1083
1954
|
.m_pb-0 {
|
|
1084
1955
|
padding-bottom: 0rem !important;
|
|
1085
1956
|
}
|
|
@@ -1092,6 +1963,42 @@
|
|
|
1092
1963
|
padding-bottom: 1.5rem !important;
|
|
1093
1964
|
}
|
|
1094
1965
|
|
|
1966
|
+
.m_pb-2-5 {
|
|
1967
|
+
padding-bottom: 2.5rem !important;
|
|
1968
|
+
}
|
|
1969
|
+
|
|
1970
|
+
.m_pb-3-5 {
|
|
1971
|
+
padding-bottom: 3.5rem !important;
|
|
1972
|
+
}
|
|
1973
|
+
|
|
1974
|
+
.m_pb-4-5 {
|
|
1975
|
+
padding-bottom: 4.5rem !important;
|
|
1976
|
+
}
|
|
1977
|
+
|
|
1978
|
+
.m_pb-5-5 {
|
|
1979
|
+
padding-bottom: 5.5rem !important;
|
|
1980
|
+
}
|
|
1981
|
+
|
|
1982
|
+
.m_pb-6-5 {
|
|
1983
|
+
padding-bottom: 6.5rem !important;
|
|
1984
|
+
}
|
|
1985
|
+
|
|
1986
|
+
.m_pb-7-5 {
|
|
1987
|
+
padding-bottom: 7.5rem !important;
|
|
1988
|
+
}
|
|
1989
|
+
|
|
1990
|
+
.m_pb-8-5 {
|
|
1991
|
+
padding-bottom: 8.5rem !important;
|
|
1992
|
+
}
|
|
1993
|
+
|
|
1994
|
+
.m_pb-9-5 {
|
|
1995
|
+
padding-bottom: 9.5rem !important;
|
|
1996
|
+
}
|
|
1997
|
+
|
|
1998
|
+
.m_pb-10-5 {
|
|
1999
|
+
padding-bottom: 10.5rem !important;
|
|
2000
|
+
}
|
|
2001
|
+
|
|
1095
2002
|
.m_pb-2 {
|
|
1096
2003
|
padding-bottom: 2rem !important;
|
|
1097
2004
|
}
|
|
@@ -1104,6 +2011,30 @@
|
|
|
1104
2011
|
padding-bottom: 4rem !important;
|
|
1105
2012
|
}
|
|
1106
2013
|
|
|
2014
|
+
.m_pb-5 {
|
|
2015
|
+
padding-bottom: 5rem !important;
|
|
2016
|
+
}
|
|
2017
|
+
|
|
2018
|
+
.m_pb-6 {
|
|
2019
|
+
padding-bottom: 6rem !important;
|
|
2020
|
+
}
|
|
2021
|
+
|
|
2022
|
+
.m_pb-7 {
|
|
2023
|
+
padding-bottom: 7rem !important;
|
|
2024
|
+
}
|
|
2025
|
+
|
|
2026
|
+
.m_pb-8 {
|
|
2027
|
+
padding-bottom: 8rem !important;
|
|
2028
|
+
}
|
|
2029
|
+
|
|
2030
|
+
.m_pb-9 {
|
|
2031
|
+
padding-bottom: 9rem !important;
|
|
2032
|
+
}
|
|
2033
|
+
|
|
2034
|
+
.m_pb-10 {
|
|
2035
|
+
padding-bottom: 10rem !important;
|
|
2036
|
+
}
|
|
2037
|
+
|
|
1107
2038
|
.m_pb-075 {
|
|
1108
2039
|
padding-bottom: 0.75rem !important;
|
|
1109
2040
|
}
|
|
@@ -1124,10 +2055,47 @@
|
|
|
1124
2055
|
padding-top: 1rem !important;
|
|
1125
2056
|
}
|
|
1126
2057
|
|
|
1127
|
-
.m_pt-1-5 {
|
|
1128
|
-
padding-top: 1.5rem !important;
|
|
2058
|
+
.m_pt-1-5 {
|
|
2059
|
+
padding-top: 1.5rem !important;
|
|
2060
|
+
}
|
|
2061
|
+
|
|
2062
|
+
.m_pt-2-5 {
|
|
2063
|
+
padding-top: 2.5rem !important;
|
|
2064
|
+
}
|
|
2065
|
+
|
|
2066
|
+
.m_pt-3-5 {
|
|
2067
|
+
padding-top: 3.5rem !important;
|
|
2068
|
+
}
|
|
2069
|
+
|
|
2070
|
+
.m_pt-4-5 {
|
|
2071
|
+
padding-top: 4.5rem !important;
|
|
2072
|
+
}
|
|
2073
|
+
|
|
2074
|
+
.m_pt-5-5 {
|
|
2075
|
+
padding-top: 5.5rem !important;
|
|
2076
|
+
}
|
|
2077
|
+
|
|
2078
|
+
.m_pt-6-5 {
|
|
2079
|
+
padding-top: 6.5rem !important;
|
|
2080
|
+
}
|
|
2081
|
+
|
|
2082
|
+
.m_pt-7-5 {
|
|
2083
|
+
padding-top: 7.5rem !important;
|
|
2084
|
+
}
|
|
2085
|
+
|
|
2086
|
+
.m_pt-8-5 {
|
|
2087
|
+
padding-top: 8.5rem !important;
|
|
2088
|
+
}
|
|
2089
|
+
|
|
2090
|
+
.m_pt-9-5 {
|
|
2091
|
+
padding-top: 9.5rem !important;
|
|
2092
|
+
}
|
|
2093
|
+
|
|
2094
|
+
.m_pt-10-5 {
|
|
2095
|
+
padding-top: 10.5rem !important;
|
|
1129
2096
|
}
|
|
1130
2097
|
|
|
2098
|
+
|
|
1131
2099
|
.m_pt-2 {
|
|
1132
2100
|
padding-top: 2rem !important;
|
|
1133
2101
|
}
|
|
@@ -1140,6 +2108,30 @@
|
|
|
1140
2108
|
padding-top: 4rem !important;
|
|
1141
2109
|
}
|
|
1142
2110
|
|
|
2111
|
+
.m_pt-5 {
|
|
2112
|
+
padding-top: 5rem !important;
|
|
2113
|
+
}
|
|
2114
|
+
|
|
2115
|
+
.m_pt-6 {
|
|
2116
|
+
padding-top: 6rem !important;
|
|
2117
|
+
}
|
|
2118
|
+
|
|
2119
|
+
.m_pt-7 {
|
|
2120
|
+
padding-top: 7rem !important;
|
|
2121
|
+
}
|
|
2122
|
+
|
|
2123
|
+
.m_pt-8 {
|
|
2124
|
+
padding-top: 8rem !important;
|
|
2125
|
+
}
|
|
2126
|
+
|
|
2127
|
+
.m_pt-9 {
|
|
2128
|
+
padding-top: 9rem !important;
|
|
2129
|
+
}
|
|
2130
|
+
|
|
2131
|
+
.m_pt-10 {
|
|
2132
|
+
padding-top: 10rem !important;
|
|
2133
|
+
}
|
|
2134
|
+
|
|
1143
2135
|
.m_pt-075 {
|
|
1144
2136
|
padding-top: 0.75rem !important;
|
|
1145
2137
|
}
|
|
@@ -1164,6 +2156,42 @@
|
|
|
1164
2156
|
padding-inline-start: 1.5rem !important;
|
|
1165
2157
|
}
|
|
1166
2158
|
|
|
2159
|
+
.m_ps-2-5 {
|
|
2160
|
+
padding-inline-start: 2.5rem !important;
|
|
2161
|
+
}
|
|
2162
|
+
|
|
2163
|
+
.m_ps-3-5 {
|
|
2164
|
+
padding-inline-start: 3.5rem !important;
|
|
2165
|
+
}
|
|
2166
|
+
|
|
2167
|
+
.m_ps-4-5 {
|
|
2168
|
+
padding-inline-start: 4.5rem !important;
|
|
2169
|
+
}
|
|
2170
|
+
|
|
2171
|
+
.m_ps-5-5 {
|
|
2172
|
+
padding-inline-start: 5.5rem !important;
|
|
2173
|
+
}
|
|
2174
|
+
|
|
2175
|
+
.m_ps-6-5 {
|
|
2176
|
+
padding-inline-start: 6.5rem !important;
|
|
2177
|
+
}
|
|
2178
|
+
|
|
2179
|
+
.m_ps-7-5 {
|
|
2180
|
+
padding-inline-start: 7.5rem !important;
|
|
2181
|
+
}
|
|
2182
|
+
|
|
2183
|
+
.m_ps-8-5 {
|
|
2184
|
+
padding-inline-start: 8.5rem !important;
|
|
2185
|
+
}
|
|
2186
|
+
|
|
2187
|
+
.m_ps-9-5 {
|
|
2188
|
+
padding-inline-start: 9.5rem !important;
|
|
2189
|
+
}
|
|
2190
|
+
|
|
2191
|
+
.m_ps-10-5 {
|
|
2192
|
+
padding-inline-start: 10.5rem !important;
|
|
2193
|
+
}
|
|
2194
|
+
|
|
1167
2195
|
.m_ps-2 {
|
|
1168
2196
|
padding-inline-start: 2rem !important;
|
|
1169
2197
|
}
|
|
@@ -1176,6 +2204,30 @@
|
|
|
1176
2204
|
padding-inline-start: 4rem !important;
|
|
1177
2205
|
}
|
|
1178
2206
|
|
|
2207
|
+
.m_ps-5 {
|
|
2208
|
+
padding-inline-start: 5rem !important;
|
|
2209
|
+
}
|
|
2210
|
+
|
|
2211
|
+
.m_ps-6 {
|
|
2212
|
+
padding-inline-start: 6rem !important;
|
|
2213
|
+
}
|
|
2214
|
+
|
|
2215
|
+
.m_ps-7 {
|
|
2216
|
+
padding-inline-start: 7rem !important;
|
|
2217
|
+
}
|
|
2218
|
+
|
|
2219
|
+
.m_ps-8 {
|
|
2220
|
+
padding-inline-start: 8rem !important;
|
|
2221
|
+
}
|
|
2222
|
+
|
|
2223
|
+
.m_ps-9 {
|
|
2224
|
+
padding-inline-start: 9rem !important;
|
|
2225
|
+
}
|
|
2226
|
+
|
|
2227
|
+
.m_ps-10 {
|
|
2228
|
+
padding-inline-start: 10rem !important;
|
|
2229
|
+
}
|
|
2230
|
+
|
|
1179
2231
|
.m_ps-075 {
|
|
1180
2232
|
padding-inline-start: 0.75rem !important;
|
|
1181
2233
|
}
|
|
@@ -1200,6 +2252,43 @@
|
|
|
1200
2252
|
padding-inline-end: 1.5rem !important;
|
|
1201
2253
|
}
|
|
1202
2254
|
|
|
2255
|
+
.m_pe-2-5 {
|
|
2256
|
+
padding-inline-end: 2.5rem !important;
|
|
2257
|
+
}
|
|
2258
|
+
|
|
2259
|
+
.m_pe-3-5 {
|
|
2260
|
+
padding-inline-end: 3.5rem !important;
|
|
2261
|
+
}
|
|
2262
|
+
|
|
2263
|
+
.m_pe-4-5 {
|
|
2264
|
+
padding-inline-end: 4.5rem !important;
|
|
2265
|
+
}
|
|
2266
|
+
|
|
2267
|
+
.m_pe-5-5 {
|
|
2268
|
+
padding-inline-end: 5.5rem !important;
|
|
2269
|
+
}
|
|
2270
|
+
|
|
2271
|
+
.m_pe-6-5 {
|
|
2272
|
+
padding-inline-end: 6.5rem !important;
|
|
2273
|
+
}
|
|
2274
|
+
|
|
2275
|
+
.m_pe-7-5 {
|
|
2276
|
+
padding-inline-end: 7.5rem !important;
|
|
2277
|
+
}
|
|
2278
|
+
|
|
2279
|
+
.m_pe-8-5 {
|
|
2280
|
+
padding-inline-end: 8.5rem !important;
|
|
2281
|
+
}
|
|
2282
|
+
|
|
2283
|
+
.m_pe-9-5 {
|
|
2284
|
+
padding-inline-end: 9.5rem !important;
|
|
2285
|
+
}
|
|
2286
|
+
|
|
2287
|
+
.m_pe-10-5 {
|
|
2288
|
+
padding-inline-end: 10.5rem !important;
|
|
2289
|
+
}
|
|
2290
|
+
|
|
2291
|
+
|
|
1203
2292
|
.m_pe-2 {
|
|
1204
2293
|
padding-inline-end: 2rem !important;
|
|
1205
2294
|
}
|
|
@@ -1212,6 +2301,30 @@
|
|
|
1212
2301
|
padding-inline-end: 4rem !important;
|
|
1213
2302
|
}
|
|
1214
2303
|
|
|
2304
|
+
.m_pe-5 {
|
|
2305
|
+
padding-inline-end: 5rem !important;
|
|
2306
|
+
}
|
|
2307
|
+
|
|
2308
|
+
.m_pe-6 {
|
|
2309
|
+
padding-inline-end: 6rem !important;
|
|
2310
|
+
}
|
|
2311
|
+
|
|
2312
|
+
.m_pe-7 {
|
|
2313
|
+
padding-inline-end: 7rem !important;
|
|
2314
|
+
}
|
|
2315
|
+
|
|
2316
|
+
.m_pe-8 {
|
|
2317
|
+
padding-inline-end: 8rem !important;
|
|
2318
|
+
}
|
|
2319
|
+
|
|
2320
|
+
.m_pe-9 {
|
|
2321
|
+
padding-inline-end: 9rem !important;
|
|
2322
|
+
}
|
|
2323
|
+
|
|
2324
|
+
.m_pe-10 {
|
|
2325
|
+
padding-inline-end: 10rem !important;
|
|
2326
|
+
}
|
|
2327
|
+
|
|
1215
2328
|
.m_pe-075 {
|
|
1216
2329
|
padding-inline-end: 0.75rem !important;
|
|
1217
2330
|
}
|
|
@@ -1235,8 +2348,53 @@
|
|
|
1235
2348
|
}
|
|
1236
2349
|
|
|
1237
2350
|
.m_px-1-5 {
|
|
1238
|
-
padding-inline-end: 1.5rem !important;
|
|
1239
2351
|
padding-inline-start: 1.5rem !important;
|
|
2352
|
+
padding-inline-end: 1.5rem !important;
|
|
2353
|
+
}
|
|
2354
|
+
|
|
2355
|
+
.m_px-2-5 {
|
|
2356
|
+
padding-inline-start: 2.5rem !important;
|
|
2357
|
+
padding-inline-end: 2.5rem !important;
|
|
2358
|
+
}
|
|
2359
|
+
|
|
2360
|
+
.m_px-3-5 {
|
|
2361
|
+
padding-inline-start: 3.5rem !important;
|
|
2362
|
+
padding-inline-end: 3.5rem !important;
|
|
2363
|
+
}
|
|
2364
|
+
|
|
2365
|
+
.m_px-4-5 {
|
|
2366
|
+
padding-inline-start: 4.5rem !important;
|
|
2367
|
+
padding-inline-end: 4.5rem !important;
|
|
2368
|
+
}
|
|
2369
|
+
|
|
2370
|
+
.m_px-5-5 {
|
|
2371
|
+
padding-inline-start: 5.5rem !important;
|
|
2372
|
+
padding-inline-end: 5.5rem !important;
|
|
2373
|
+
}
|
|
2374
|
+
|
|
2375
|
+
.m_px-6-5 {
|
|
2376
|
+
padding-inline-start: 6.5rem !important;
|
|
2377
|
+
padding-inline-end: 6.5rem !important;
|
|
2378
|
+
}
|
|
2379
|
+
|
|
2380
|
+
.m_px-7-5 {
|
|
2381
|
+
padding-inline-start: 7.5rem !important;
|
|
2382
|
+
padding-inline-end: 7.5rem !important;
|
|
2383
|
+
}
|
|
2384
|
+
|
|
2385
|
+
.m_px-8-5 {
|
|
2386
|
+
padding-inline-start: 8.5rem !important;
|
|
2387
|
+
padding-inline-end: 8.5rem !important;
|
|
2388
|
+
}
|
|
2389
|
+
|
|
2390
|
+
.m_px-9-5 {
|
|
2391
|
+
padding-inline-start: 9.5rem !important;
|
|
2392
|
+
padding-inline-end: 9.5rem !important;
|
|
2393
|
+
}
|
|
2394
|
+
|
|
2395
|
+
.m_px-10-5 {
|
|
2396
|
+
padding-inline-start: 10.5rem !important;
|
|
2397
|
+
padding-inline-end: 10.5rem !important;
|
|
1240
2398
|
}
|
|
1241
2399
|
|
|
1242
2400
|
.m_px-2 {
|
|
@@ -1254,6 +2412,36 @@
|
|
|
1254
2412
|
padding-inline-start: 4rem !important;
|
|
1255
2413
|
}
|
|
1256
2414
|
|
|
2415
|
+
.m_px-5 {
|
|
2416
|
+
padding-inline-end: 5rem !important;
|
|
2417
|
+
padding-inline-start: 5rem !important;
|
|
2418
|
+
}
|
|
2419
|
+
|
|
2420
|
+
.m_px-6 {
|
|
2421
|
+
padding-inline-end: 6rem !important;
|
|
2422
|
+
padding-inline-start: 6rem !important;
|
|
2423
|
+
}
|
|
2424
|
+
|
|
2425
|
+
.m_px-7 {
|
|
2426
|
+
padding-inline-end: 7rem !important;
|
|
2427
|
+
padding-inline-start: 7rem !important;
|
|
2428
|
+
}
|
|
2429
|
+
|
|
2430
|
+
.m_px-8 {
|
|
2431
|
+
padding-inline-end: 8rem !important;
|
|
2432
|
+
padding-inline-start: 8rem !important;
|
|
2433
|
+
}
|
|
2434
|
+
|
|
2435
|
+
.m_px-9 {
|
|
2436
|
+
padding-inline-end: 9rem !important;
|
|
2437
|
+
padding-inline-start: 9rem !important;
|
|
2438
|
+
}
|
|
2439
|
+
|
|
2440
|
+
.m_px-10 {
|
|
2441
|
+
padding-inline-end: 10rem !important;
|
|
2442
|
+
padding-inline-start: 10rem !important;
|
|
2443
|
+
}
|
|
2444
|
+
|
|
1257
2445
|
.m_px-075 {
|
|
1258
2446
|
padding-inline-end: 0.75rem !important;
|
|
1259
2447
|
padding-inline-start: 0.75rem !important;
|
|
@@ -1284,6 +2472,51 @@
|
|
|
1284
2472
|
padding-bottom: 1.5rem !important;
|
|
1285
2473
|
}
|
|
1286
2474
|
|
|
2475
|
+
.m_py-2-5 {
|
|
2476
|
+
padding-top: 2.5rem !important;
|
|
2477
|
+
padding-bottom: 2.5rem !important;
|
|
2478
|
+
}
|
|
2479
|
+
|
|
2480
|
+
.m_py-3-5 {
|
|
2481
|
+
padding-top: 3.5rem !important;
|
|
2482
|
+
padding-bottom: 3.5rem !important;
|
|
2483
|
+
}
|
|
2484
|
+
|
|
2485
|
+
.m_py-4-5 {
|
|
2486
|
+
padding-top: 4.5rem !important;
|
|
2487
|
+
padding-bottom: 4.5rem !important;
|
|
2488
|
+
}
|
|
2489
|
+
|
|
2490
|
+
.m_py-5-5 {
|
|
2491
|
+
padding-top: 5.5rem !important;
|
|
2492
|
+
padding-bottom: 5.5rem !important;
|
|
2493
|
+
}
|
|
2494
|
+
|
|
2495
|
+
.m_py-6-5 {
|
|
2496
|
+
padding-top: 6.5rem !important;
|
|
2497
|
+
padding-bottom: 6.5rem !important;
|
|
2498
|
+
}
|
|
2499
|
+
|
|
2500
|
+
.m_py-7-5 {
|
|
2501
|
+
padding-top: 7.5rem !important;
|
|
2502
|
+
padding-bottom: 7.5rem !important;
|
|
2503
|
+
}
|
|
2504
|
+
|
|
2505
|
+
.m_py-8-5 {
|
|
2506
|
+
padding-top: 8.5rem !important;
|
|
2507
|
+
padding-bottom: 8.5rem !important;
|
|
2508
|
+
}
|
|
2509
|
+
|
|
2510
|
+
.m_py-9-5 {
|
|
2511
|
+
padding-top: 9.5rem !important;
|
|
2512
|
+
padding-bottom: 9.5rem !important;
|
|
2513
|
+
}
|
|
2514
|
+
|
|
2515
|
+
.m_py-10-5 {
|
|
2516
|
+
padding-top: 10.5rem !important;
|
|
2517
|
+
padding-bottom: 10.5rem !important;
|
|
2518
|
+
}
|
|
2519
|
+
|
|
1287
2520
|
.m_py-2 {
|
|
1288
2521
|
padding-top: 2rem !important;
|
|
1289
2522
|
padding-bottom: 2rem !important;
|
|
@@ -1299,6 +2532,36 @@
|
|
|
1299
2532
|
padding-bottom: 4rem !important;
|
|
1300
2533
|
}
|
|
1301
2534
|
|
|
2535
|
+
.m_py-5 {
|
|
2536
|
+
padding-top: 5rem !important;
|
|
2537
|
+
padding-bottom: 5rem !important;
|
|
2538
|
+
}
|
|
2539
|
+
|
|
2540
|
+
.m_py-6 {
|
|
2541
|
+
padding-top: 6rem !important;
|
|
2542
|
+
padding-bottom: 6rem !important;
|
|
2543
|
+
}
|
|
2544
|
+
|
|
2545
|
+
.m_py-7 {
|
|
2546
|
+
padding-top: 7rem !important;
|
|
2547
|
+
padding-bottom: 7rem !important;
|
|
2548
|
+
}
|
|
2549
|
+
|
|
2550
|
+
.m_py-8 {
|
|
2551
|
+
padding-top: 8rem !important;
|
|
2552
|
+
padding-bottom: 8rem !important;
|
|
2553
|
+
}
|
|
2554
|
+
|
|
2555
|
+
.m_py-9 {
|
|
2556
|
+
padding-top: 9rem !important;
|
|
2557
|
+
padding-bottom: 9rem !important;
|
|
2558
|
+
}
|
|
2559
|
+
|
|
2560
|
+
.m_py-10 {
|
|
2561
|
+
padding-top: 10rem !important;
|
|
2562
|
+
padding-bottom: 10rem !important;
|
|
2563
|
+
}
|
|
2564
|
+
|
|
1302
2565
|
.m_py-075 {
|
|
1303
2566
|
padding-top: 0.75rem !important;
|
|
1304
2567
|
padding-bottom: 0.75rem !important;
|
|
@@ -1326,6 +2589,43 @@
|
|
|
1326
2589
|
padding: 1.5rem !important;
|
|
1327
2590
|
}
|
|
1328
2591
|
|
|
2592
|
+
.m_p-2-5 {
|
|
2593
|
+
padding: 2.5rem !important;
|
|
2594
|
+
}
|
|
2595
|
+
|
|
2596
|
+
.m_p-3-5 {
|
|
2597
|
+
padding: 3.5rem !important;
|
|
2598
|
+
}
|
|
2599
|
+
|
|
2600
|
+
.m_p-4-5 {
|
|
2601
|
+
padding: 4.5rem !important;
|
|
2602
|
+
}
|
|
2603
|
+
|
|
2604
|
+
.m_p-5-5 {
|
|
2605
|
+
padding: 5.5rem !important;
|
|
2606
|
+
}
|
|
2607
|
+
|
|
2608
|
+
.m_p-6-5 {
|
|
2609
|
+
padding: 6.5rem !important;
|
|
2610
|
+
}
|
|
2611
|
+
|
|
2612
|
+
.m_p-7-5 {
|
|
2613
|
+
padding: 7.5rem !important;
|
|
2614
|
+
}
|
|
2615
|
+
|
|
2616
|
+
.m_p-8-5 {
|
|
2617
|
+
padding: 8.5rem !important;
|
|
2618
|
+
}
|
|
2619
|
+
|
|
2620
|
+
.m_p-9-5 {
|
|
2621
|
+
padding: 9.5rem !important;
|
|
2622
|
+
}
|
|
2623
|
+
|
|
2624
|
+
.m_p-10-5 {
|
|
2625
|
+
padding: 10.5rem !important;
|
|
2626
|
+
}
|
|
2627
|
+
|
|
2628
|
+
|
|
1329
2629
|
.m_p-2 {
|
|
1330
2630
|
padding: 2rem !important;
|
|
1331
2631
|
}
|
|
@@ -1338,6 +2638,30 @@
|
|
|
1338
2638
|
padding: 4rem !important;
|
|
1339
2639
|
}
|
|
1340
2640
|
|
|
2641
|
+
.m_p-5 {
|
|
2642
|
+
padding: 5rem !important;
|
|
2643
|
+
}
|
|
2644
|
+
|
|
2645
|
+
.m_p-6 {
|
|
2646
|
+
padding: 6rem !important;
|
|
2647
|
+
}
|
|
2648
|
+
|
|
2649
|
+
.m_p-7 {
|
|
2650
|
+
padding: 7rem !important;
|
|
2651
|
+
}
|
|
2652
|
+
|
|
2653
|
+
.m_p-8 {
|
|
2654
|
+
padding: 8rem !important;
|
|
2655
|
+
}
|
|
2656
|
+
|
|
2657
|
+
.m_p-9 {
|
|
2658
|
+
padding: 9rem !important;
|
|
2659
|
+
}
|
|
2660
|
+
|
|
2661
|
+
.m_p-10 {
|
|
2662
|
+
padding: 10rem !important;
|
|
2663
|
+
}
|
|
2664
|
+
|
|
1341
2665
|
.m_p-075 {
|
|
1342
2666
|
padding: 0.75rem !important;
|
|
1343
2667
|
}
|
|
@@ -1436,6 +2760,20 @@
|
|
|
1436
2760
|
align-self: start;
|
|
1437
2761
|
}
|
|
1438
2762
|
|
|
2763
|
+
.m_sticky-9,
|
|
2764
|
+
.m_position-sticky-9 {
|
|
2765
|
+
position: sticky !important;
|
|
2766
|
+
top: 9rem;
|
|
2767
|
+
align-self: start;
|
|
2768
|
+
}
|
|
2769
|
+
|
|
2770
|
+
.m_sticky-10,
|
|
2771
|
+
.m_position-sticky-10 {
|
|
2772
|
+
position: sticky !important;
|
|
2773
|
+
top: 10rem;
|
|
2774
|
+
align-self: start;
|
|
2775
|
+
}
|
|
2776
|
+
|
|
1439
2777
|
.m_flex-stretch {
|
|
1440
2778
|
display: flex;
|
|
1441
2779
|
align-items: stretch;
|
|
@@ -1803,6 +3141,26 @@
|
|
|
1803
3141
|
height: max-content;
|
|
1804
3142
|
}
|
|
1805
3143
|
|
|
3144
|
+
.m_grid-wrap-9 {
|
|
3145
|
+
grid-template-columns: repeat(9, 1fr);
|
|
3146
|
+
height: max-content;
|
|
3147
|
+
}
|
|
3148
|
+
|
|
3149
|
+
.m_grid-wrap-10 {
|
|
3150
|
+
grid-template-columns: repeat(10, 1fr);
|
|
3151
|
+
height: max-content;
|
|
3152
|
+
}
|
|
3153
|
+
|
|
3154
|
+
.m_grid-wrap-11 {
|
|
3155
|
+
grid-template-columns: repeat(11, 1fr);
|
|
3156
|
+
height: max-content;
|
|
3157
|
+
}
|
|
3158
|
+
|
|
3159
|
+
.m_grid-wrap-12 {
|
|
3160
|
+
grid-template-columns: repeat(12, 1fr);
|
|
3161
|
+
height: max-content;
|
|
3162
|
+
}
|
|
3163
|
+
|
|
1806
3164
|
.m_grid-span-1 {
|
|
1807
3165
|
grid-column: span 1;
|
|
1808
3166
|
}
|
|
@@ -1827,6 +3185,30 @@
|
|
|
1827
3185
|
grid-column: span 6;
|
|
1828
3186
|
}
|
|
1829
3187
|
|
|
3188
|
+
.m_grid-span-7 {
|
|
3189
|
+
grid-column: span 7;
|
|
3190
|
+
}
|
|
3191
|
+
|
|
3192
|
+
.m_grid-span-8 {
|
|
3193
|
+
grid-column: span 8;
|
|
3194
|
+
}
|
|
3195
|
+
|
|
3196
|
+
.m_grid-span-9 {
|
|
3197
|
+
grid-column: span 9;
|
|
3198
|
+
}
|
|
3199
|
+
|
|
3200
|
+
.m_grid-span-10 {
|
|
3201
|
+
grid-column: span 10;
|
|
3202
|
+
}
|
|
3203
|
+
|
|
3204
|
+
.m_grid-span-11 {
|
|
3205
|
+
grid-column: span 11;
|
|
3206
|
+
}
|
|
3207
|
+
|
|
3208
|
+
.m_grid-span-12 {
|
|
3209
|
+
grid-column: span 12;
|
|
3210
|
+
}
|
|
3211
|
+
|
|
1830
3212
|
.m_grid-span-row-1 {
|
|
1831
3213
|
grid-row: span 1;
|
|
1832
3214
|
}
|
|
@@ -1851,6 +3233,30 @@
|
|
|
1851
3233
|
grid-row: span 6;
|
|
1852
3234
|
}
|
|
1853
3235
|
|
|
3236
|
+
.m_grid-span-row-7 {
|
|
3237
|
+
grid-row: span 7;
|
|
3238
|
+
}
|
|
3239
|
+
|
|
3240
|
+
.m_grid-span-row-8 {
|
|
3241
|
+
grid-row: span 8;
|
|
3242
|
+
}
|
|
3243
|
+
|
|
3244
|
+
.m_grid-span-row-9 {
|
|
3245
|
+
grid-row: span 9;
|
|
3246
|
+
}
|
|
3247
|
+
|
|
3248
|
+
.m_grid-span-row-10 {
|
|
3249
|
+
grid-row: span 10;
|
|
3250
|
+
}
|
|
3251
|
+
|
|
3252
|
+
.m_grid-span-row-11 {
|
|
3253
|
+
grid-row: span 11;
|
|
3254
|
+
}
|
|
3255
|
+
|
|
3256
|
+
.m_grid-span-row-12 {
|
|
3257
|
+
grid-row: span 12;
|
|
3258
|
+
}
|
|
3259
|
+
|
|
1854
3260
|
.m_overflow-hidden {
|
|
1855
3261
|
overflow: hidden;
|
|
1856
3262
|
}
|
|
@@ -1946,6 +3352,15 @@
|
|
|
1946
3352
|
inset-inline-start: 8rem !important;
|
|
1947
3353
|
}
|
|
1948
3354
|
|
|
3355
|
+
.m_start-9 {
|
|
3356
|
+
inset-inline-start: 9rem;
|
|
3357
|
+
}
|
|
3358
|
+
|
|
3359
|
+
.m_start-10 {
|
|
3360
|
+
inset-inline-start: 10rem;
|
|
3361
|
+
}
|
|
3362
|
+
|
|
3363
|
+
|
|
1949
3364
|
.m_-start-1 {
|
|
1950
3365
|
inset-inline-start: -1rem !important;
|
|
1951
3366
|
}
|
|
@@ -1978,6 +3393,15 @@
|
|
|
1978
3393
|
inset-inline-start: -8rem !important;
|
|
1979
3394
|
}
|
|
1980
3395
|
|
|
3396
|
+
.m_-start-9 {
|
|
3397
|
+
inset-inline-start: -9rem;
|
|
3398
|
+
}
|
|
3399
|
+
|
|
3400
|
+
.m_-start-10 {
|
|
3401
|
+
inset-inline-start: -10rem;
|
|
3402
|
+
}
|
|
3403
|
+
|
|
3404
|
+
|
|
1981
3405
|
.m_inset-inline-end,
|
|
1982
3406
|
.m_end {
|
|
1983
3407
|
inset-inline-end: 0 !important;
|
|
@@ -2015,6 +3439,14 @@
|
|
|
2015
3439
|
inset-inline-end: 8rem !important;
|
|
2016
3440
|
}
|
|
2017
3441
|
|
|
3442
|
+
.m_end-9 {
|
|
3443
|
+
inset-inline-end: 9rem;
|
|
3444
|
+
}
|
|
3445
|
+
|
|
3446
|
+
.m_end-10 {
|
|
3447
|
+
inset-inline-end: 10rem;
|
|
3448
|
+
}
|
|
3449
|
+
|
|
2018
3450
|
.m_-end-1 {
|
|
2019
3451
|
inset-inline-end: -1rem !important;
|
|
2020
3452
|
}
|
|
@@ -2047,6 +3479,15 @@
|
|
|
2047
3479
|
inset-inline-end: -8rem !important;
|
|
2048
3480
|
}
|
|
2049
3481
|
|
|
3482
|
+
.m_-end-9 {
|
|
3483
|
+
inset-inline-end: -9rem;
|
|
3484
|
+
}
|
|
3485
|
+
|
|
3486
|
+
.m_-end-10 {
|
|
3487
|
+
inset-inline-end: -10rem;
|
|
3488
|
+
}
|
|
3489
|
+
|
|
3490
|
+
|
|
2050
3491
|
.m_top,
|
|
2051
3492
|
.m_top-0 {
|
|
2052
3493
|
top: 0 !important;
|
|
@@ -2084,6 +3525,14 @@
|
|
|
2084
3525
|
top: 8rem !important;
|
|
2085
3526
|
}
|
|
2086
3527
|
|
|
3528
|
+
.m_top-9 {
|
|
3529
|
+
top: 9rem;
|
|
3530
|
+
}
|
|
3531
|
+
|
|
3532
|
+
.m_top-10 {
|
|
3533
|
+
top: 10rem;
|
|
3534
|
+
}
|
|
3535
|
+
|
|
2087
3536
|
.m_-top-1 {
|
|
2088
3537
|
top: -1rem !important;
|
|
2089
3538
|
}
|
|
@@ -2116,6 +3565,14 @@
|
|
|
2116
3565
|
top: -8rem !important;
|
|
2117
3566
|
}
|
|
2118
3567
|
|
|
3568
|
+
.m_-top-9 {
|
|
3569
|
+
top: -9rem;
|
|
3570
|
+
}
|
|
3571
|
+
|
|
3572
|
+
.m_-top-10 {
|
|
3573
|
+
top: -10rem;
|
|
3574
|
+
}
|
|
3575
|
+
|
|
2119
3576
|
.m_bottom,
|
|
2120
3577
|
.m_bottom-0 {
|
|
2121
3578
|
bottom: 0 !important;
|
|
@@ -2153,6 +3610,14 @@
|
|
|
2153
3610
|
bottom: 8rem !important;
|
|
2154
3611
|
}
|
|
2155
3612
|
|
|
3613
|
+
.m_bottom-9 {
|
|
3614
|
+
bottom: 9rem;
|
|
3615
|
+
}
|
|
3616
|
+
|
|
3617
|
+
.m_bottom-10 {
|
|
3618
|
+
bottom: 10rem;
|
|
3619
|
+
}
|
|
3620
|
+
|
|
2156
3621
|
.m_-bottom-1 {
|
|
2157
3622
|
bottom: -1rem !important;
|
|
2158
3623
|
}
|
|
@@ -2185,6 +3650,14 @@
|
|
|
2185
3650
|
bottom: -8rem !important;
|
|
2186
3651
|
}
|
|
2187
3652
|
|
|
3653
|
+
.m_-bottom-9 {
|
|
3654
|
+
bottom: -9rem;
|
|
3655
|
+
}
|
|
3656
|
+
|
|
3657
|
+
.m_-bottom-10 {
|
|
3658
|
+
bottom: -10rem;
|
|
3659
|
+
}
|
|
3660
|
+
|
|
2188
3661
|
.m_inset-0,
|
|
2189
3662
|
.m_inset {
|
|
2190
3663
|
inset: 0;
|
|
@@ -2213,4 +3686,20 @@
|
|
|
2213
3686
|
.m_inset-6 {
|
|
2214
3687
|
inset: 6rem;
|
|
2215
3688
|
}
|
|
3689
|
+
|
|
3690
|
+
.m_inset-7 {
|
|
3691
|
+
inset: 7rem;
|
|
3692
|
+
}
|
|
3693
|
+
|
|
3694
|
+
.m_inset-8 {
|
|
3695
|
+
inset: 8rem;
|
|
3696
|
+
}
|
|
3697
|
+
|
|
3698
|
+
.m_inset-9 {
|
|
3699
|
+
inset: 9rem;
|
|
3700
|
+
}
|
|
3701
|
+
|
|
3702
|
+
.m_inset-10 {
|
|
3703
|
+
inset: 10rem;
|
|
3704
|
+
}
|
|
2216
3705
|
}
|