@mapbox/assembly 1.12.0 → 1.12.2

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,10 +2763,18 @@ 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 { display: inline !important; }
2767
- .block { display: block !important; }
2768
- .inline-block { display: inline-block !important; }
2769
- .none { display: none !important; }
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
+ }
2770
2778
  /** @endgroup */
2771
2779
 
2772
2780
  /**
@@ -2793,11 +2801,21 @@ textarea {
2793
2801
  * -->
2794
2802
  * </div>
2795
2803
  */
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; }
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
+ }
2801
2819
  /** @endgroup */
2802
2820
 
2803
2821
  /**
@@ -2813,10 +2831,18 @@ textarea {
2813
2831
  * <div class="absolute bg-darken10 top left right align-center">top left right</div>
2814
2832
  * </div>
2815
2833
  */
2816
- .top { top: 0 !important; }
2817
- .right { right: 0 !important; }
2818
- .left { left: 0 !important; }
2819
- .bottom { bottom: 0 !important; }
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
+ }
2820
2846
  /** @endgroup */
2821
2847
 
2822
2848
  /**
@@ -2832,13 +2858,27 @@ textarea {
2832
2858
  * <div class="absolute z1-neg1 bg-blue px6 py6 mt24 ml60">z-neg1</div>
2833
2859
  * </div>
2834
2860
  */
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; }
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
+ }
2842
2882
  /** @endgroup */
2843
2883
 
2844
2884
  /**
@@ -2854,7 +2894,7 @@ textarea {
2854
2894
  */
2855
2895
 
2856
2896
  /**
2857
- * Set `auto` margins on left and right. This pattern is useful for horizontally centering block elements
2897
+ * Set `auto` margins on left and right. This pattern is useful for horizontally centering block elements
2858
2898
  * or aligning block elements to the start or end of their container.
2859
2899
  *
2860
2900
  * @example
@@ -2863,9 +2903,16 @@ textarea {
2863
2903
  * <div class='mr-auto w60 bg-darken10'>mr-auto</div>
2864
2904
  * @memberof Margins
2865
2905
  */
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; }
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
+ }
2869
2916
 
2870
2917
  /**
2871
2918
  * All padding classes fit the following pattern: `m<side><size>`.
@@ -2905,8 +2952,12 @@ textarea {
2905
2952
  * <div class='bg-darken10 flex'>flex</div>
2906
2953
  * <div class='bg-darken10 inline-flex'>inline-flex</div>
2907
2954
  */
2908
- .flex { display: flex !important; }
2909
- .inline-flex { display: inline-flex !important; }
2955
+ .flex {
2956
+ display: flex !important;
2957
+ }
2958
+ .inline-flex {
2959
+ display: inline-flex !important;
2960
+ }
2910
2961
  /** @endgroup */
2911
2962
 
2912
2963
  /**
@@ -2920,7 +2971,9 @@ textarea {
2920
2971
  * <span>3</span>
2921
2972
  * </div>
2922
2973
  */
2923
- .flex--column { flex-direction: column !important; }
2974
+ .flex--column {
2975
+ flex-direction: column !important;
2976
+ }
2924
2977
 
2925
2978
  /**
2926
2979
  * Set the direction of the main axis to bottom-to-top (default is left-to-right).
@@ -2933,7 +2986,9 @@ textarea {
2933
2986
  * <span>3</span>
2934
2987
  * </div>
2935
2988
  */
2936
- .flex--column-reverse { flex-direction: column-reverse !important; }
2989
+ .flex--column-reverse {
2990
+ flex-direction: column-reverse !important;
2991
+ }
2937
2992
 
2938
2993
  /**
2939
2994
  * Set the direction of the main axis to left-to-right (the default value of `flex`).
@@ -2946,7 +3001,9 @@ textarea {
2946
3001
  * <span>3</span>
2947
3002
  * </div>
2948
3003
  */
2949
- .flex--row { flex-direction: row !important; }
3004
+ .flex--row {
3005
+ flex-direction: row !important;
3006
+ }
2950
3007
 
2951
3008
  /**
2952
3009
  * Set the direction of the main axis to right-to-left (default is left-to-right).
@@ -2959,7 +3016,9 @@ textarea {
2959
3016
  * <span>3</span>
2960
3017
  * </div>
2961
3018
  */
2962
- .flex--row-reverse { flex-direction: row-reverse !important; }
3019
+ .flex--row-reverse {
3020
+ flex-direction: row-reverse !important;
3021
+ }
2963
3022
 
2964
3023
  /**
2965
3024
  * Center an element's children on the main axis.
@@ -2970,7 +3029,9 @@ textarea {
2970
3029
  * <div class='bg-darken10'>child</div>
2971
3030
  * </div>
2972
3031
  */
2973
- .flex--center-main { justify-content: center !important; }
3032
+ .flex--center-main {
3033
+ justify-content: center !important;
3034
+ }
2974
3035
 
2975
3036
  /**
2976
3037
  * Center an element's children on the cross axis.
@@ -2981,7 +3042,9 @@ textarea {
2981
3042
  * <div class='bg-darken10'>child</div>
2982
3043
  * </div>
2983
3044
  */
2984
- .flex--center-cross { align-items: center !important; }
3045
+ .flex--center-cross {
3046
+ align-items: center !important;
3047
+ }
2985
3048
 
2986
3049
  /**
2987
3050
  * Align an element's children to the start of the cross axis.
@@ -2993,7 +3056,9 @@ textarea {
2993
3056
  * <div class='bg-darken10'>child</div>
2994
3057
  * </div>
2995
3058
  */
2996
- .flex--start-cross { align-items: flex-start !important; }
3059
+ .flex--start-cross {
3060
+ align-items: flex-start !important;
3061
+ }
2997
3062
 
2998
3063
  /**
2999
3064
  * Align an element's children to the start of the main axis.
@@ -3004,7 +3069,9 @@ textarea {
3004
3069
  * <div class='bg-darken10'>child</div>
3005
3070
  * </div>
3006
3071
  */
3007
- .flex--start-main { justify-content: flex-start !important; }
3072
+ .flex--start-main {
3073
+ justify-content: flex-start !important;
3074
+ }
3008
3075
 
3009
3076
  /**
3010
3077
  * Align an element's children to the end of the cross axis.
@@ -3016,7 +3083,9 @@ textarea {
3016
3083
  * <div class='bg-darken10'>child</div>
3017
3084
  * </div>
3018
3085
  */
3019
- .flex--end-cross { align-items: flex-end !important; }
3086
+ .flex--end-cross {
3087
+ align-items: flex-end !important;
3088
+ }
3020
3089
 
3021
3090
  /**
3022
3091
  * Align an element's children to the end of the main axis.
@@ -3027,7 +3096,9 @@ textarea {
3027
3096
  * <div class='bg-darken10'>child</div>
3028
3097
  * </div>
3029
3098
  */
3030
- .flex--end-main { justify-content: flex-end !important; }
3099
+ .flex--end-main {
3100
+ justify-content: flex-end !important;
3101
+ }
3031
3102
 
3032
3103
  /**
3033
3104
  * Allow children to wrap. By default, they are all forced onto one line.
@@ -3039,7 +3110,9 @@ textarea {
3039
3110
  * <div class='bg-darken10 w600'>child</div>
3040
3111
  * </div>
3041
3112
  */
3042
- .flex--wrap { flex-wrap: wrap !important; }
3113
+ .flex--wrap {
3114
+ flex-wrap: wrap !important;
3115
+ }
3043
3116
 
3044
3117
  /**
3045
3118
  * Stretch children to fill the parent container along the cross axis.
@@ -3050,7 +3123,9 @@ textarea {
3050
3123
  * <div class='bg-darken10'>child</div>
3051
3124
  * </div>
3052
3125
  */
3053
- .flex--stretch-cross { align-items: stretch !important; }
3126
+ .flex--stretch-cross {
3127
+ align-items: stretch !important;
3128
+ }
3054
3129
 
3055
3130
  /**
3056
3131
  * Evenly distribute children across the line, so first child is at the start
@@ -3063,7 +3138,9 @@ textarea {
3063
3138
  * <div class='bg-darken10'>child</div>
3064
3139
  * </div>
3065
3140
  */
3066
- .flex--space-between-main { justify-content: space-between !important; }
3141
+ .flex--space-between-main {
3142
+ justify-content: space-between !important;
3143
+ }
3067
3144
 
3068
3145
  /**
3069
3146
  * Make a child to grow to fill whatever space is available in the main axis of the parent container.
@@ -3170,9 +3247,15 @@ textarea {
3170
3247
  * <div class='bg-darken10'> without .clearfix </div>
3171
3248
  * <div class='fl unfloat'>unfloat</div>
3172
3249
  */
3173
- .fl { float: left !important; }
3174
- .fr { float: right !important; }
3175
- .unfloat { float: none !important; }
3250
+ .fl {
3251
+ float: left !important;
3252
+ }
3253
+ .fr {
3254
+ float: right !important;
3255
+ }
3256
+ .unfloat {
3257
+ float: none !important;
3258
+ }
3176
3259
  .clearfix::after {
3177
3260
  content: '' !important;
3178
3261
  display: block !important;
@@ -15339,42 +15422,115 @@ input:checked + .switch--dot-transparent::after {
15339
15422
  flex: auto;
15340
15423
  flex-basis: 0;
15341
15424
  }
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; }
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
+ }
15378
15534
  .flex-child-grow-mm {
15379
15535
  flex-grow: 1 !important;
15380
15536
  min-width: 0;
@@ -15399,9 +15555,15 @@ input:checked + .switch--dot-transparent::after {
15399
15555
  margin-left: 0;
15400
15556
  margin-right: 0;
15401
15557
  }
15402
- .fl-mm { float: left !important; }
15403
- .fr-mm { float: right !important; }
15404
- .unfloat-mm { float: none !important; }
15558
+ .fl-mm {
15559
+ float: left !important;
15560
+ }
15561
+ .fr-mm {
15562
+ float: right !important;
15563
+ }
15564
+ .unfloat-mm {
15565
+ float: none !important;
15566
+ }
15405
15567
  .border-mm {
15406
15568
  border-style: solid;
15407
15569
  border-width: 1px;
@@ -15533,42 +15695,115 @@ input:checked + .switch--dot-transparent::after {
15533
15695
  flex: auto;
15534
15696
  flex-basis: 0;
15535
15697
  }
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; }
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
+ }
15572
15807
  .flex-child-grow-ml {
15573
15808
  flex-grow: 1 !important;
15574
15809
  min-width: 0;
@@ -15593,9 +15828,15 @@ input:checked + .switch--dot-transparent::after {
15593
15828
  margin-left: 0;
15594
15829
  margin-right: 0;
15595
15830
  }
15596
- .fl-ml { float: left !important; }
15597
- .fr-ml { float: right !important; }
15598
- .unfloat-ml { float: none !important; }
15831
+ .fl-ml {
15832
+ float: left !important;
15833
+ }
15834
+ .fr-ml {
15835
+ float: right !important;
15836
+ }
15837
+ .unfloat-ml {
15838
+ float: none !important;
15839
+ }
15599
15840
  .border-ml {
15600
15841
  border-style: solid;
15601
15842
  border-width: 1px;
@@ -15727,42 +15968,115 @@ input:checked + .switch--dot-transparent::after {
15727
15968
  flex: auto;
15728
15969
  flex-basis: 0;
15729
15970
  }
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; }
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
+ }
15766
16080
  .flex-child-grow-mxl {
15767
16081
  flex-grow: 1 !important;
15768
16082
  min-width: 0;
@@ -15787,9 +16101,15 @@ input:checked + .switch--dot-transparent::after {
15787
16101
  margin-left: 0;
15788
16102
  margin-right: 0;
15789
16103
  }
15790
- .fl-mxl { float: left !important; }
15791
- .fr-mxl { float: right !important; }
15792
- .unfloat-mxl { float: none !important; }
16104
+ .fl-mxl {
16105
+ float: left !important;
16106
+ }
16107
+ .fr-mxl {
16108
+ float: right !important;
16109
+ }
16110
+ .unfloat-mxl {
16111
+ float: none !important;
16112
+ }
15793
16113
  .border-mxl {
15794
16114
  border-style: solid;
15795
16115
  border-width: 1px;