@bagelink/vue 0.0.322 → 0.0.331

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