@mapbox/assembly 1.12.2 → 1.13.0

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/assembly.css CHANGED
@@ -2763,18 +2763,10 @@ textarea {
2763
2763
  * <div class="inline-block bg-darken10">inline-block</div>
2764
2764
  * <div class="none bg-darken10">none</div>
2765
2765
  */
2766
- .inline {
2767
- display: inline !important;
2768
- }
2769
- .block {
2770
- display: block !important;
2771
- }
2772
- .inline-block {
2773
- display: inline-block !important;
2774
- }
2775
- .none {
2776
- display: none !important;
2777
- }
2766
+ .inline { display: inline !important; }
2767
+ .block { display: block !important; }
2768
+ .inline-block { display: inline-block !important; }
2769
+ .none { display: none !important; }
2778
2770
  /** @endgroup */
2779
2771
 
2780
2772
  /**
@@ -2801,21 +2793,11 @@ textarea {
2801
2793
  * -->
2802
2794
  * </div>
2803
2795
  */
2804
- .fixed {
2805
- position: fixed !important;
2806
- }
2807
- .absolute {
2808
- position: absolute !important;
2809
- }
2810
- .relative {
2811
- position: relative !important;
2812
- }
2813
- .static {
2814
- position: static !important;
2815
- }
2816
- .sticky {
2817
- position: sticky !important;
2818
- }
2796
+ .fixed { position: fixed !important; }
2797
+ .absolute { position: absolute !important; }
2798
+ .relative { position: relative !important; }
2799
+ .static { position: static !important; }
2800
+ .sticky { position: sticky !important; }
2819
2801
  /** @endgroup */
2820
2802
 
2821
2803
  /**
@@ -2831,18 +2813,10 @@ textarea {
2831
2813
  * <div class="absolute bg-darken10 top left right align-center">top left right</div>
2832
2814
  * </div>
2833
2815
  */
2834
- .top {
2835
- top: 0 !important;
2836
- }
2837
- .right {
2838
- right: 0 !important;
2839
- }
2840
- .left {
2841
- left: 0 !important;
2842
- }
2843
- .bottom {
2844
- bottom: 0 !important;
2845
- }
2816
+ .top { top: 0 !important; }
2817
+ .right { right: 0 !important; }
2818
+ .left { left: 0 !important; }
2819
+ .bottom { bottom: 0 !important; }
2846
2820
  /** @endgroup */
2847
2821
 
2848
2822
  /**
@@ -2858,27 +2832,13 @@ textarea {
2858
2832
  * <div class="absolute z1-neg1 bg-blue px6 py6 mt24 ml60">z-neg1</div>
2859
2833
  * </div>
2860
2834
  */
2861
- .z-neg1 {
2862
- z-index: -1 !important;
2863
- }
2864
- .z0 {
2865
- z-index: 0 !important;
2866
- }
2867
- .z1 {
2868
- z-index: 1 !important;
2869
- }
2870
- .z2 {
2871
- z-index: 2 !important;
2872
- }
2873
- .z3 {
2874
- z-index: 3 !important;
2875
- }
2876
- .z4 {
2877
- z-index: 4 !important;
2878
- }
2879
- .z5 {
2880
- z-index: 5 !important;
2881
- }
2835
+ .z-neg1 { z-index: -1 !important; }
2836
+ .z0 { z-index: 0 !important; }
2837
+ .z1 { z-index: 1 !important; }
2838
+ .z2 { z-index: 2 !important; }
2839
+ .z3 { z-index: 3 !important; }
2840
+ .z4 { z-index: 4 !important; }
2841
+ .z5 { z-index: 5 !important; }
2882
2842
  /** @endgroup */
2883
2843
 
2884
2844
  /**
@@ -2894,7 +2854,7 @@ textarea {
2894
2854
  */
2895
2855
 
2896
2856
  /**
2897
- * Set `auto` margins on left and right. This pattern is useful for horizontally centering block elements
2857
+ * Set `auto` margins on left and right. This pattern is useful for horizontally centering block elements
2898
2858
  * or aligning block elements to the start or end of their container.
2899
2859
  *
2900
2860
  * @example
@@ -2903,16 +2863,9 @@ textarea {
2903
2863
  * <div class='mr-auto w60 bg-darken10'>mr-auto</div>
2904
2864
  * @memberof Margins
2905
2865
  */
2906
- .mx-auto {
2907
- margin-left: auto !important;
2908
- margin-right: auto !important;
2909
- }
2910
- .ml-auto {
2911
- margin-left: auto !important;
2912
- }
2913
- .mr-auto {
2914
- margin-right: auto !important;
2915
- }
2866
+ .mx-auto { margin-left: auto !important; margin-right: auto !important; }
2867
+ .ml-auto { margin-left: auto !important; }
2868
+ .mr-auto { margin-right: auto !important; }
2916
2869
 
2917
2870
  /**
2918
2871
  * All padding classes fit the following pattern: `m<side><size>`.
@@ -2952,12 +2905,8 @@ textarea {
2952
2905
  * <div class='bg-darken10 flex'>flex</div>
2953
2906
  * <div class='bg-darken10 inline-flex'>inline-flex</div>
2954
2907
  */
2955
- .flex {
2956
- display: flex !important;
2957
- }
2958
- .inline-flex {
2959
- display: inline-flex !important;
2960
- }
2908
+ .flex { display: flex !important; }
2909
+ .inline-flex { display: inline-flex !important; }
2961
2910
  /** @endgroup */
2962
2911
 
2963
2912
  /**
@@ -2971,9 +2920,7 @@ textarea {
2971
2920
  * <span>3</span>
2972
2921
  * </div>
2973
2922
  */
2974
- .flex--column {
2975
- flex-direction: column !important;
2976
- }
2923
+ .flex--column { flex-direction: column !important; }
2977
2924
 
2978
2925
  /**
2979
2926
  * Set the direction of the main axis to bottom-to-top (default is left-to-right).
@@ -2986,9 +2933,7 @@ textarea {
2986
2933
  * <span>3</span>
2987
2934
  * </div>
2988
2935
  */
2989
- .flex--column-reverse {
2990
- flex-direction: column-reverse !important;
2991
- }
2936
+ .flex--column-reverse { flex-direction: column-reverse !important; }
2992
2937
 
2993
2938
  /**
2994
2939
  * Set the direction of the main axis to left-to-right (the default value of `flex`).
@@ -3001,9 +2946,7 @@ textarea {
3001
2946
  * <span>3</span>
3002
2947
  * </div>
3003
2948
  */
3004
- .flex--row {
3005
- flex-direction: row !important;
3006
- }
2949
+ .flex--row { flex-direction: row !important; }
3007
2950
 
3008
2951
  /**
3009
2952
  * Set the direction of the main axis to right-to-left (default is left-to-right).
@@ -3016,9 +2959,7 @@ textarea {
3016
2959
  * <span>3</span>
3017
2960
  * </div>
3018
2961
  */
3019
- .flex--row-reverse {
3020
- flex-direction: row-reverse !important;
3021
- }
2962
+ .flex--row-reverse { flex-direction: row-reverse !important; }
3022
2963
 
3023
2964
  /**
3024
2965
  * Center an element's children on the main axis.
@@ -3029,9 +2970,7 @@ textarea {
3029
2970
  * <div class='bg-darken10'>child</div>
3030
2971
  * </div>
3031
2972
  */
3032
- .flex--center-main {
3033
- justify-content: center !important;
3034
- }
2973
+ .flex--center-main { justify-content: center !important; }
3035
2974
 
3036
2975
  /**
3037
2976
  * Center an element's children on the cross axis.
@@ -3042,9 +2981,7 @@ textarea {
3042
2981
  * <div class='bg-darken10'>child</div>
3043
2982
  * </div>
3044
2983
  */
3045
- .flex--center-cross {
3046
- align-items: center !important;
3047
- }
2984
+ .flex--center-cross { align-items: center !important; }
3048
2985
 
3049
2986
  /**
3050
2987
  * Align an element's children to the start of the cross axis.
@@ -3056,9 +2993,7 @@ textarea {
3056
2993
  * <div class='bg-darken10'>child</div>
3057
2994
  * </div>
3058
2995
  */
3059
- .flex--start-cross {
3060
- align-items: flex-start !important;
3061
- }
2996
+ .flex--start-cross { align-items: flex-start !important; }
3062
2997
 
3063
2998
  /**
3064
2999
  * Align an element's children to the start of the main axis.
@@ -3069,9 +3004,7 @@ textarea {
3069
3004
  * <div class='bg-darken10'>child</div>
3070
3005
  * </div>
3071
3006
  */
3072
- .flex--start-main {
3073
- justify-content: flex-start !important;
3074
- }
3007
+ .flex--start-main { justify-content: flex-start !important; }
3075
3008
 
3076
3009
  /**
3077
3010
  * Align an element's children to the end of the cross axis.
@@ -3083,9 +3016,7 @@ textarea {
3083
3016
  * <div class='bg-darken10'>child</div>
3084
3017
  * </div>
3085
3018
  */
3086
- .flex--end-cross {
3087
- align-items: flex-end !important;
3088
- }
3019
+ .flex--end-cross { align-items: flex-end !important; }
3089
3020
 
3090
3021
  /**
3091
3022
  * Align an element's children to the end of the main axis.
@@ -3096,9 +3027,7 @@ textarea {
3096
3027
  * <div class='bg-darken10'>child</div>
3097
3028
  * </div>
3098
3029
  */
3099
- .flex--end-main {
3100
- justify-content: flex-end !important;
3101
- }
3030
+ .flex--end-main { justify-content: flex-end !important; }
3102
3031
 
3103
3032
  /**
3104
3033
  * Allow children to wrap. By default, they are all forced onto one line.
@@ -3110,9 +3039,7 @@ textarea {
3110
3039
  * <div class='bg-darken10 w600'>child</div>
3111
3040
  * </div>
3112
3041
  */
3113
- .flex--wrap {
3114
- flex-wrap: wrap !important;
3115
- }
3042
+ .flex--wrap { flex-wrap: wrap !important; }
3116
3043
 
3117
3044
  /**
3118
3045
  * Stretch children to fill the parent container along the cross axis.
@@ -3123,9 +3050,7 @@ textarea {
3123
3050
  * <div class='bg-darken10'>child</div>
3124
3051
  * </div>
3125
3052
  */
3126
- .flex--stretch-cross {
3127
- align-items: stretch !important;
3128
- }
3053
+ .flex--stretch-cross { align-items: stretch !important; }
3129
3054
 
3130
3055
  /**
3131
3056
  * Evenly distribute children across the line, so first child is at the start
@@ -3138,9 +3063,7 @@ textarea {
3138
3063
  * <div class='bg-darken10'>child</div>
3139
3064
  * </div>
3140
3065
  */
3141
- .flex--space-between-main {
3142
- justify-content: space-between !important;
3143
- }
3066
+ .flex--space-between-main { justify-content: space-between !important; }
3144
3067
 
3145
3068
  /**
3146
3069
  * Make a child to grow to fill whatever space is available in the main axis of the parent container.
@@ -3247,15 +3170,9 @@ textarea {
3247
3170
  * <div class='bg-darken10'> without .clearfix </div>
3248
3171
  * <div class='fl unfloat'>unfloat</div>
3249
3172
  */
3250
- .fl {
3251
- float: left !important;
3252
- }
3253
- .fr {
3254
- float: right !important;
3255
- }
3256
- .unfloat {
3257
- float: none !important;
3258
- }
3173
+ .fl { float: left !important; }
3174
+ .fr { float: right !important; }
3175
+ .unfloat { float: none !important; }
3259
3176
  .clearfix::after {
3260
3177
  content: '' !important;
3261
3178
  display: block !important;
@@ -15422,115 +15339,42 @@ input:checked + .switch--dot-transparent::after {
15422
15339
  flex: auto;
15423
15340
  flex-basis: 0;
15424
15341
  }
15425
- .inline-mm {
15426
- display: inline !important;
15427
- }
15428
- .block-mm {
15429
- display: block !important;
15430
- }
15431
- .inline-block-mm {
15432
- display: inline-block !important;
15433
- }
15434
- .none-mm {
15435
- display: none !important;
15436
- }
15437
- .fixed-mm {
15438
- position: fixed !important;
15439
- }
15440
- .absolute-mm {
15441
- position: absolute !important;
15442
- }
15443
- .relative-mm {
15444
- position: relative !important;
15445
- }
15446
- .static-mm {
15447
- position: static !important;
15448
- }
15449
- .sticky-mm {
15450
- position: sticky !important;
15451
- }
15452
- .top-mm {
15453
- top: 0 !important;
15454
- }
15455
- .right-mm {
15456
- right: 0 !important;
15457
- }
15458
- .left-mm {
15459
- left: 0 !important;
15460
- }
15461
- .bottom-mm {
15462
- bottom: 0 !important;
15463
- }
15464
- .z-neg1-mm {
15465
- z-index: -1 !important;
15466
- }
15467
- .z0-mm {
15468
- z-index: 0 !important;
15469
- }
15470
- .z1-mm {
15471
- z-index: 1 !important;
15472
- }
15473
- .z2-mm {
15474
- z-index: 2 !important;
15475
- }
15476
- .z3-mm {
15477
- z-index: 3 !important;
15478
- }
15479
- .z4-mm {
15480
- z-index: 4 !important;
15481
- }
15482
- .z5-mm {
15483
- z-index: 5 !important;
15484
- }
15485
- .mx-auto-mm {
15486
- margin-left: auto !important;
15487
- margin-right: auto !important;
15488
- }
15489
- .flex-mm {
15490
- display: flex !important;
15491
- }
15492
- .inline-flex-mm {
15493
- display: inline-flex !important;
15494
- }
15495
- .flex--column-mm {
15496
- flex-direction: column !important;
15497
- }
15498
- .flex--column-reverse-mm {
15499
- flex-direction: column-reverse !important;
15500
- }
15501
- .flex--row-mm {
15502
- flex-direction: row !important;
15503
- }
15504
- .flex--row-reverse-mm {
15505
- flex-direction: row-reverse !important;
15506
- }
15507
- .flex--wrap-mm {
15508
- flex-wrap: wrap !important;
15509
- }
15510
- .flex--start-cross-mm {
15511
- align-items: flex-start !important;
15512
- }
15513
- .flex--start-main-mm {
15514
- justify-content: flex-start !important;
15515
- }
15516
- .flex--end-cross-mm {
15517
- align-items: flex-end !important;
15518
- }
15519
- .flex--end-main-mm {
15520
- justify-content: flex-end !important;
15521
- }
15522
- .flex--center-main-mm {
15523
- justify-content: center !important;
15524
- }
15525
- .flex--center-cross-mm {
15526
- align-items: center !important;
15527
- }
15528
- .flex--stretch-cross-mm {
15529
- align-items: stretch !important;
15530
- }
15531
- .flex--space-between-main-mm {
15532
- justify-content: space-between !important;
15533
- }
15342
+ .inline-mm { display: inline !important; }
15343
+ .block-mm { display: block !important; }
15344
+ .inline-block-mm { display: inline-block !important; }
15345
+ .none-mm { display: none !important; }
15346
+ .fixed-mm { position: fixed !important; }
15347
+ .absolute-mm { position: absolute !important; }
15348
+ .relative-mm { position: relative !important; }
15349
+ .static-mm { position: static !important; }
15350
+ .sticky-mm { position: sticky !important; }
15351
+ .top-mm { top: 0 !important; }
15352
+ .right-mm { right: 0 !important; }
15353
+ .left-mm { left: 0 !important; }
15354
+ .bottom-mm { bottom: 0 !important; }
15355
+ .z-neg1-mm { z-index: -1 !important; }
15356
+ .z0-mm { z-index: 0 !important; }
15357
+ .z1-mm { z-index: 1 !important; }
15358
+ .z2-mm { z-index: 2 !important; }
15359
+ .z3-mm { z-index: 3 !important; }
15360
+ .z4-mm { z-index: 4 !important; }
15361
+ .z5-mm { z-index: 5 !important; }
15362
+ .mx-auto-mm { margin-left: auto !important; margin-right: auto !important; }
15363
+ .flex-mm { display: flex !important; }
15364
+ .inline-flex-mm { display: inline-flex !important; }
15365
+ .flex--column-mm { flex-direction: column !important; }
15366
+ .flex--column-reverse-mm { flex-direction: column-reverse !important; }
15367
+ .flex--row-mm { flex-direction: row !important; }
15368
+ .flex--row-reverse-mm { flex-direction: row-reverse !important; }
15369
+ .flex--wrap-mm { flex-wrap: wrap !important; }
15370
+ .flex--start-cross-mm { align-items: flex-start !important; }
15371
+ .flex--start-main-mm { justify-content: flex-start !important; }
15372
+ .flex--end-cross-mm { align-items: flex-end !important; }
15373
+ .flex--end-main-mm { justify-content: flex-end !important; }
15374
+ .flex--center-main-mm { justify-content: center !important; }
15375
+ .flex--center-cross-mm { align-items: center !important; }
15376
+ .flex--stretch-cross-mm { align-items: stretch !important; }
15377
+ .flex--space-between-main-mm { justify-content: space-between !important; }
15534
15378
  .flex-child-grow-mm {
15535
15379
  flex-grow: 1 !important;
15536
15380
  min-width: 0;
@@ -15555,15 +15399,9 @@ input:checked + .switch--dot-transparent::after {
15555
15399
  margin-left: 0;
15556
15400
  margin-right: 0;
15557
15401
  }
15558
- .fl-mm {
15559
- float: left !important;
15560
- }
15561
- .fr-mm {
15562
- float: right !important;
15563
- }
15564
- .unfloat-mm {
15565
- float: none !important;
15566
- }
15402
+ .fl-mm { float: left !important; }
15403
+ .fr-mm { float: right !important; }
15404
+ .unfloat-mm { float: none !important; }
15567
15405
  .border-mm {
15568
15406
  border-style: solid;
15569
15407
  border-width: 1px;
@@ -15695,115 +15533,42 @@ input:checked + .switch--dot-transparent::after {
15695
15533
  flex: auto;
15696
15534
  flex-basis: 0;
15697
15535
  }
15698
- .inline-ml {
15699
- display: inline !important;
15700
- }
15701
- .block-ml {
15702
- display: block !important;
15703
- }
15704
- .inline-block-ml {
15705
- display: inline-block !important;
15706
- }
15707
- .none-ml {
15708
- display: none !important;
15709
- }
15710
- .fixed-ml {
15711
- position: fixed !important;
15712
- }
15713
- .absolute-ml {
15714
- position: absolute !important;
15715
- }
15716
- .relative-ml {
15717
- position: relative !important;
15718
- }
15719
- .static-ml {
15720
- position: static !important;
15721
- }
15722
- .sticky-ml {
15723
- position: sticky !important;
15724
- }
15725
- .top-ml {
15726
- top: 0 !important;
15727
- }
15728
- .right-ml {
15729
- right: 0 !important;
15730
- }
15731
- .left-ml {
15732
- left: 0 !important;
15733
- }
15734
- .bottom-ml {
15735
- bottom: 0 !important;
15736
- }
15737
- .z-neg1-ml {
15738
- z-index: -1 !important;
15739
- }
15740
- .z0-ml {
15741
- z-index: 0 !important;
15742
- }
15743
- .z1-ml {
15744
- z-index: 1 !important;
15745
- }
15746
- .z2-ml {
15747
- z-index: 2 !important;
15748
- }
15749
- .z3-ml {
15750
- z-index: 3 !important;
15751
- }
15752
- .z4-ml {
15753
- z-index: 4 !important;
15754
- }
15755
- .z5-ml {
15756
- z-index: 5 !important;
15757
- }
15758
- .mx-auto-ml {
15759
- margin-left: auto !important;
15760
- margin-right: auto !important;
15761
- }
15762
- .flex-ml {
15763
- display: flex !important;
15764
- }
15765
- .inline-flex-ml {
15766
- display: inline-flex !important;
15767
- }
15768
- .flex--column-ml {
15769
- flex-direction: column !important;
15770
- }
15771
- .flex--column-reverse-ml {
15772
- flex-direction: column-reverse !important;
15773
- }
15774
- .flex--row-ml {
15775
- flex-direction: row !important;
15776
- }
15777
- .flex--row-reverse-ml {
15778
- flex-direction: row-reverse !important;
15779
- }
15780
- .flex--wrap-ml {
15781
- flex-wrap: wrap !important;
15782
- }
15783
- .flex--start-cross-ml {
15784
- align-items: flex-start !important;
15785
- }
15786
- .flex--start-main-ml {
15787
- justify-content: flex-start !important;
15788
- }
15789
- .flex--end-cross-ml {
15790
- align-items: flex-end !important;
15791
- }
15792
- .flex--end-main-ml {
15793
- justify-content: flex-end !important;
15794
- }
15795
- .flex--center-main-ml {
15796
- justify-content: center !important;
15797
- }
15798
- .flex--center-cross-ml {
15799
- align-items: center !important;
15800
- }
15801
- .flex--stretch-cross-ml {
15802
- align-items: stretch !important;
15803
- }
15804
- .flex--space-between-main-ml {
15805
- justify-content: space-between !important;
15806
- }
15536
+ .inline-ml { display: inline !important; }
15537
+ .block-ml { display: block !important; }
15538
+ .inline-block-ml { display: inline-block !important; }
15539
+ .none-ml { display: none !important; }
15540
+ .fixed-ml { position: fixed !important; }
15541
+ .absolute-ml { position: absolute !important; }
15542
+ .relative-ml { position: relative !important; }
15543
+ .static-ml { position: static !important; }
15544
+ .sticky-ml { position: sticky !important; }
15545
+ .top-ml { top: 0 !important; }
15546
+ .right-ml { right: 0 !important; }
15547
+ .left-ml { left: 0 !important; }
15548
+ .bottom-ml { bottom: 0 !important; }
15549
+ .z-neg1-ml { z-index: -1 !important; }
15550
+ .z0-ml { z-index: 0 !important; }
15551
+ .z1-ml { z-index: 1 !important; }
15552
+ .z2-ml { z-index: 2 !important; }
15553
+ .z3-ml { z-index: 3 !important; }
15554
+ .z4-ml { z-index: 4 !important; }
15555
+ .z5-ml { z-index: 5 !important; }
15556
+ .mx-auto-ml { margin-left: auto !important; margin-right: auto !important; }
15557
+ .flex-ml { display: flex !important; }
15558
+ .inline-flex-ml { display: inline-flex !important; }
15559
+ .flex--column-ml { flex-direction: column !important; }
15560
+ .flex--column-reverse-ml { flex-direction: column-reverse !important; }
15561
+ .flex--row-ml { flex-direction: row !important; }
15562
+ .flex--row-reverse-ml { flex-direction: row-reverse !important; }
15563
+ .flex--wrap-ml { flex-wrap: wrap !important; }
15564
+ .flex--start-cross-ml { align-items: flex-start !important; }
15565
+ .flex--start-main-ml { justify-content: flex-start !important; }
15566
+ .flex--end-cross-ml { align-items: flex-end !important; }
15567
+ .flex--end-main-ml { justify-content: flex-end !important; }
15568
+ .flex--center-main-ml { justify-content: center !important; }
15569
+ .flex--center-cross-ml { align-items: center !important; }
15570
+ .flex--stretch-cross-ml { align-items: stretch !important; }
15571
+ .flex--space-between-main-ml { justify-content: space-between !important; }
15807
15572
  .flex-child-grow-ml {
15808
15573
  flex-grow: 1 !important;
15809
15574
  min-width: 0;
@@ -15828,15 +15593,9 @@ input:checked + .switch--dot-transparent::after {
15828
15593
  margin-left: 0;
15829
15594
  margin-right: 0;
15830
15595
  }
15831
- .fl-ml {
15832
- float: left !important;
15833
- }
15834
- .fr-ml {
15835
- float: right !important;
15836
- }
15837
- .unfloat-ml {
15838
- float: none !important;
15839
- }
15596
+ .fl-ml { float: left !important; }
15597
+ .fr-ml { float: right !important; }
15598
+ .unfloat-ml { float: none !important; }
15840
15599
  .border-ml {
15841
15600
  border-style: solid;
15842
15601
  border-width: 1px;
@@ -15968,115 +15727,42 @@ input:checked + .switch--dot-transparent::after {
15968
15727
  flex: auto;
15969
15728
  flex-basis: 0;
15970
15729
  }
15971
- .inline-mxl {
15972
- display: inline !important;
15973
- }
15974
- .block-mxl {
15975
- display: block !important;
15976
- }
15977
- .inline-block-mxl {
15978
- display: inline-block !important;
15979
- }
15980
- .none-mxl {
15981
- display: none !important;
15982
- }
15983
- .fixed-mxl {
15984
- position: fixed !important;
15985
- }
15986
- .absolute-mxl {
15987
- position: absolute !important;
15988
- }
15989
- .relative-mxl {
15990
- position: relative !important;
15991
- }
15992
- .static-mxl {
15993
- position: static !important;
15994
- }
15995
- .sticky-mxl {
15996
- position: sticky !important;
15997
- }
15998
- .top-mxl {
15999
- top: 0 !important;
16000
- }
16001
- .right-mxl {
16002
- right: 0 !important;
16003
- }
16004
- .left-mxl {
16005
- left: 0 !important;
16006
- }
16007
- .bottom-mxl {
16008
- bottom: 0 !important;
16009
- }
16010
- .z-neg1-mxl {
16011
- z-index: -1 !important;
16012
- }
16013
- .z0-mxl {
16014
- z-index: 0 !important;
16015
- }
16016
- .z1-mxl {
16017
- z-index: 1 !important;
16018
- }
16019
- .z2-mxl {
16020
- z-index: 2 !important;
16021
- }
16022
- .z3-mxl {
16023
- z-index: 3 !important;
16024
- }
16025
- .z4-mxl {
16026
- z-index: 4 !important;
16027
- }
16028
- .z5-mxl {
16029
- z-index: 5 !important;
16030
- }
16031
- .mx-auto-mxl {
16032
- margin-left: auto !important;
16033
- margin-right: auto !important;
16034
- }
16035
- .flex-mxl {
16036
- display: flex !important;
16037
- }
16038
- .inline-flex-mxl {
16039
- display: inline-flex !important;
16040
- }
16041
- .flex--column-mxl {
16042
- flex-direction: column !important;
16043
- }
16044
- .flex--column-reverse-mxl {
16045
- flex-direction: column-reverse !important;
16046
- }
16047
- .flex--row-mxl {
16048
- flex-direction: row !important;
16049
- }
16050
- .flex--row-reverse-mxl {
16051
- flex-direction: row-reverse !important;
16052
- }
16053
- .flex--wrap-mxl {
16054
- flex-wrap: wrap !important;
16055
- }
16056
- .flex--start-cross-mxl {
16057
- align-items: flex-start !important;
16058
- }
16059
- .flex--start-main-mxl {
16060
- justify-content: flex-start !important;
16061
- }
16062
- .flex--end-cross-mxl {
16063
- align-items: flex-end !important;
16064
- }
16065
- .flex--end-main-mxl {
16066
- justify-content: flex-end !important;
16067
- }
16068
- .flex--center-main-mxl {
16069
- justify-content: center !important;
16070
- }
16071
- .flex--center-cross-mxl {
16072
- align-items: center !important;
16073
- }
16074
- .flex--stretch-cross-mxl {
16075
- align-items: stretch !important;
16076
- }
16077
- .flex--space-between-main-mxl {
16078
- justify-content: space-between !important;
16079
- }
15730
+ .inline-mxl { display: inline !important; }
15731
+ .block-mxl { display: block !important; }
15732
+ .inline-block-mxl { display: inline-block !important; }
15733
+ .none-mxl { display: none !important; }
15734
+ .fixed-mxl { position: fixed !important; }
15735
+ .absolute-mxl { position: absolute !important; }
15736
+ .relative-mxl { position: relative !important; }
15737
+ .static-mxl { position: static !important; }
15738
+ .sticky-mxl { position: sticky !important; }
15739
+ .top-mxl { top: 0 !important; }
15740
+ .right-mxl { right: 0 !important; }
15741
+ .left-mxl { left: 0 !important; }
15742
+ .bottom-mxl { bottom: 0 !important; }
15743
+ .z-neg1-mxl { z-index: -1 !important; }
15744
+ .z0-mxl { z-index: 0 !important; }
15745
+ .z1-mxl { z-index: 1 !important; }
15746
+ .z2-mxl { z-index: 2 !important; }
15747
+ .z3-mxl { z-index: 3 !important; }
15748
+ .z4-mxl { z-index: 4 !important; }
15749
+ .z5-mxl { z-index: 5 !important; }
15750
+ .mx-auto-mxl { margin-left: auto !important; margin-right: auto !important; }
15751
+ .flex-mxl { display: flex !important; }
15752
+ .inline-flex-mxl { display: inline-flex !important; }
15753
+ .flex--column-mxl { flex-direction: column !important; }
15754
+ .flex--column-reverse-mxl { flex-direction: column-reverse !important; }
15755
+ .flex--row-mxl { flex-direction: row !important; }
15756
+ .flex--row-reverse-mxl { flex-direction: row-reverse !important; }
15757
+ .flex--wrap-mxl { flex-wrap: wrap !important; }
15758
+ .flex--start-cross-mxl { align-items: flex-start !important; }
15759
+ .flex--start-main-mxl { justify-content: flex-start !important; }
15760
+ .flex--end-cross-mxl { align-items: flex-end !important; }
15761
+ .flex--end-main-mxl { justify-content: flex-end !important; }
15762
+ .flex--center-main-mxl { justify-content: center !important; }
15763
+ .flex--center-cross-mxl { align-items: center !important; }
15764
+ .flex--stretch-cross-mxl { align-items: stretch !important; }
15765
+ .flex--space-between-main-mxl { justify-content: space-between !important; }
16080
15766
  .flex-child-grow-mxl {
16081
15767
  flex-grow: 1 !important;
16082
15768
  min-width: 0;
@@ -16101,15 +15787,9 @@ input:checked + .switch--dot-transparent::after {
16101
15787
  margin-left: 0;
16102
15788
  margin-right: 0;
16103
15789
  }
16104
- .fl-mxl {
16105
- float: left !important;
16106
- }
16107
- .fr-mxl {
16108
- float: right !important;
16109
- }
16110
- .unfloat-mxl {
16111
- float: none !important;
16112
- }
15790
+ .fl-mxl { float: left !important; }
15791
+ .fr-mxl { float: right !important; }
15792
+ .unfloat-mxl { float: none !important; }
16113
15793
  .border-mxl {
16114
15794
  border-style: solid;
16115
15795
  border-width: 1px;