@gitlab/ui 66.15.0 → 66.18.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/CHANGELOG.md +21 -0
- package/dist/components/base/modal/modal.js +1 -1
- package/dist/components/regions/empty_state/empty_state.js +2 -2
- package/dist/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/tokens/css/tokens.css +1 -1
- package/dist/tokens/css/tokens.dark.css +1 -1
- package/dist/tokens/js/tokens.dark.js +1 -1
- package/dist/tokens/js/tokens.js +1 -1
- package/dist/tokens/scss/_tokens.dark.scss +1 -1
- package/dist/tokens/scss/_tokens.scss +1 -1
- package/dist/utility_classes.css +1 -1
- package/dist/utility_classes.css.map +1 -1
- package/package.json +14 -14
- package/src/components/base/modal/modal.scss +1 -3
- package/src/components/base/modal/modal.spec.js +2 -2
- package/src/components/base/modal/modal.vue +2 -2
- package/src/components/regions/empty_state/empty_state.scss +3 -0
- package/src/components/regions/empty_state/empty_state.spec.js +11 -1
- package/src/components/regions/empty_state/empty_state.vue +60 -59
- package/src/scss/components.scss +1 -0
- package/src/scss/mixins.scss +19 -9
- package/src/scss/utilities.scss +350 -92
- package/src/scss/utility-mixins/typography.scss +153 -1
package/src/scss/utilities.scss
CHANGED
|
@@ -8565,377 +8565,635 @@ $gl-animate-skeleton-loader-max-width: 64 * $grid-size;
|
|
|
8565
8565
|
.gl-transition-medium\! {
|
|
8566
8566
|
transition: all $gl-transition-duration-medium ease !important
|
|
8567
8567
|
}
|
|
8568
|
-
.gl-font-monospace
|
|
8568
|
+
.gl-font-monospace{
|
|
8569
8569
|
font-family: $gl-monospace-font;
|
|
8570
8570
|
font-variant-ligatures: none;
|
|
8571
8571
|
}
|
|
8572
8572
|
|
|
8573
|
-
.gl-font-monospace\!
|
|
8573
|
+
.gl-font-monospace\!{
|
|
8574
8574
|
font-family: $gl-monospace-font !important;
|
|
8575
8575
|
font-variant-ligatures: none !important;
|
|
8576
8576
|
}
|
|
8577
8577
|
|
|
8578
|
-
.gl-font-regular
|
|
8578
|
+
.gl-font-regular{
|
|
8579
8579
|
font-family: $gl-regular-font;
|
|
8580
8580
|
}
|
|
8581
8581
|
|
|
8582
|
-
.gl-font-regular\!
|
|
8582
|
+
.gl-font-regular\!{
|
|
8583
8583
|
font-family: $gl-regular-font !important;
|
|
8584
8584
|
}
|
|
8585
8585
|
|
|
8586
|
-
.gl-font-style-italic
|
|
8586
|
+
.gl-font-style-italic{
|
|
8587
8587
|
font-style: italic;
|
|
8588
8588
|
}
|
|
8589
8589
|
|
|
8590
|
-
.gl-font-style-italic\!
|
|
8590
|
+
.gl-font-style-italic\!{
|
|
8591
8591
|
font-style: italic !important;
|
|
8592
8592
|
}
|
|
8593
8593
|
|
|
8594
|
-
.gl-font-style-normal
|
|
8594
|
+
.gl-font-style-normal{
|
|
8595
8595
|
font-style: normal;
|
|
8596
8596
|
}
|
|
8597
8597
|
|
|
8598
|
-
.gl-font-style-normal\!
|
|
8598
|
+
.gl-font-style-normal\!{
|
|
8599
8599
|
font-style: normal !important;
|
|
8600
8600
|
}
|
|
8601
8601
|
|
|
8602
|
-
.gl-
|
|
8602
|
+
.gl-heading-scale-6{
|
|
8603
|
+
@include gl-heading-scale-200;
|
|
8604
|
+
margin-bottom: $gl-mb-heading;
|
|
8605
|
+
}
|
|
8606
|
+
|
|
8607
|
+
.gl-heading-scale-6\!{
|
|
8608
|
+
@include gl-heading-scale-200;
|
|
8609
|
+
margin-bottom: $gl-mb-heading !important;
|
|
8610
|
+
}
|
|
8611
|
+
|
|
8612
|
+
.gl-heading-scale-6-fixed{
|
|
8613
|
+
@include gl-heading-scale-200-fixed;
|
|
8614
|
+
margin-bottom: $gl-mb-heading;
|
|
8615
|
+
}
|
|
8616
|
+
|
|
8617
|
+
.gl-heading-scale-6-fixed\!{
|
|
8618
|
+
@include gl-heading-scale-200-fixed;
|
|
8619
|
+
margin-bottom: $gl-mb-heading !important;
|
|
8620
|
+
}
|
|
8621
|
+
|
|
8622
|
+
.gl-heading-scale-5{
|
|
8623
|
+
@include gl-heading-scale-300;
|
|
8624
|
+
margin-bottom: $gl-mb-heading;
|
|
8625
|
+
}
|
|
8626
|
+
|
|
8627
|
+
.gl-heading-scale-5\!{
|
|
8628
|
+
@include gl-heading-scale-300;
|
|
8629
|
+
margin-bottom: $gl-mb-heading !important;
|
|
8630
|
+
}
|
|
8631
|
+
|
|
8632
|
+
.gl-heading-scale-5-fixed{
|
|
8633
|
+
@include gl-heading-scale-300-fixed;
|
|
8634
|
+
margin-bottom: $gl-mb-heading;
|
|
8635
|
+
}
|
|
8636
|
+
|
|
8637
|
+
.gl-heading-scale-5-fixed\!{
|
|
8638
|
+
@include gl-heading-scale-300-fixed;
|
|
8639
|
+
margin-bottom: $gl-mb-heading !important;
|
|
8640
|
+
}
|
|
8641
|
+
|
|
8642
|
+
.gl-heading-4{
|
|
8643
|
+
@include gl-heading-scale-400;
|
|
8644
|
+
margin-bottom: $gl-mb-heading;
|
|
8645
|
+
}
|
|
8646
|
+
|
|
8647
|
+
.gl-heading-4\!{
|
|
8648
|
+
@include gl-heading-scale-400;
|
|
8649
|
+
margin-bottom: $gl-mb-heading !important;
|
|
8650
|
+
}
|
|
8651
|
+
|
|
8652
|
+
.gl-heading-4-fixed{
|
|
8653
|
+
@include gl-heading-scale-400-fixed;
|
|
8654
|
+
margin-bottom: $gl-mb-heading;
|
|
8655
|
+
}
|
|
8656
|
+
|
|
8657
|
+
.gl-heading-4-fixed\!{
|
|
8658
|
+
@include gl-heading-scale-400-fixed;
|
|
8659
|
+
margin-bottom: $gl-mb-heading !important;
|
|
8660
|
+
}
|
|
8661
|
+
|
|
8662
|
+
.gl-heading-3{
|
|
8663
|
+
@include gl-heading-scale-500;
|
|
8664
|
+
margin-bottom: $gl-mb-heading;
|
|
8665
|
+
}
|
|
8666
|
+
|
|
8667
|
+
.gl-heading-3\!{
|
|
8668
|
+
@include gl-heading-scale-500;
|
|
8669
|
+
margin-bottom: $gl-mb-heading !important;
|
|
8670
|
+
}
|
|
8671
|
+
|
|
8672
|
+
.gl-heading-3-fixed{
|
|
8673
|
+
@include gl-heading-scale-500-fixed;
|
|
8674
|
+
margin-bottom: $gl-mb-heading;
|
|
8675
|
+
}
|
|
8676
|
+
|
|
8677
|
+
.gl-heading-3-fixed\!{
|
|
8678
|
+
@include gl-heading-scale-500-fixed;
|
|
8679
|
+
margin-bottom: $gl-mb-heading !important;
|
|
8680
|
+
}
|
|
8681
|
+
|
|
8682
|
+
.gl-heading-2{
|
|
8683
|
+
@include gl-heading-scale-600;
|
|
8684
|
+
margin-bottom: $gl-mb-heading;
|
|
8685
|
+
}
|
|
8686
|
+
|
|
8687
|
+
.gl-heading-2\!{
|
|
8688
|
+
@include gl-heading-scale-600;
|
|
8689
|
+
margin-bottom: $gl-mb-heading !important;
|
|
8690
|
+
}
|
|
8691
|
+
|
|
8692
|
+
.gl-heading-2-fixed{
|
|
8693
|
+
@include gl-heading-scale-600-fixed;
|
|
8694
|
+
margin-bottom: $gl-mb-heading;
|
|
8695
|
+
}
|
|
8696
|
+
|
|
8697
|
+
.gl-heading-2-fixed\!{
|
|
8698
|
+
@include gl-heading-scale-600-fixed;
|
|
8699
|
+
margin-bottom: $gl-mb-heading !important;
|
|
8700
|
+
}
|
|
8701
|
+
|
|
8702
|
+
.gl-heading-1{
|
|
8703
|
+
@include gl-heading-scale-700;
|
|
8704
|
+
margin-bottom: $gl-mb-heading;
|
|
8705
|
+
}
|
|
8706
|
+
|
|
8707
|
+
.gl-heading-1\!{
|
|
8708
|
+
@include gl-heading-scale-700;
|
|
8709
|
+
margin-bottom: $gl-mb-heading !important;
|
|
8710
|
+
}
|
|
8711
|
+
|
|
8712
|
+
.gl-heading-1-fixed{
|
|
8713
|
+
@include gl-heading-scale-700-fixed;
|
|
8714
|
+
margin-bottom: $gl-mb-heading;
|
|
8715
|
+
}
|
|
8716
|
+
|
|
8717
|
+
.gl-heading-1-fixed\!{
|
|
8718
|
+
@include gl-heading-scale-700-fixed;
|
|
8719
|
+
margin-bottom: $gl-mb-heading !important;
|
|
8720
|
+
}
|
|
8721
|
+
|
|
8722
|
+
.gl-heading-0{
|
|
8723
|
+
@include gl-heading-scale-800;
|
|
8724
|
+
margin-bottom: $gl-mb-heading-display;
|
|
8725
|
+
}
|
|
8726
|
+
|
|
8727
|
+
.gl-heading-0\!{
|
|
8728
|
+
@include gl-heading-scale-800;
|
|
8729
|
+
margin-bottom: $gl-mb-heading-display !important;
|
|
8730
|
+
}
|
|
8731
|
+
|
|
8732
|
+
.gl-heading-scale-100{
|
|
8733
|
+
@include gl-heading-scale(100);
|
|
8734
|
+
}
|
|
8735
|
+
|
|
8736
|
+
.gl-heading-scale-100\!{
|
|
8737
|
+
@include gl-heading-scale(100);
|
|
8738
|
+
}
|
|
8739
|
+
|
|
8740
|
+
.gl-heading-scale-100-fixed{
|
|
8741
|
+
@include gl-heading-scale(100, $fixed: true);
|
|
8742
|
+
}
|
|
8743
|
+
|
|
8744
|
+
.gl-heading-scale-100-fixed\!{
|
|
8745
|
+
@include gl-heading-scale(100, $fixed: true);
|
|
8746
|
+
}
|
|
8747
|
+
|
|
8748
|
+
.gl-heading-scale-200{
|
|
8749
|
+
@include gl-heading-scale(200);
|
|
8750
|
+
}
|
|
8751
|
+
|
|
8752
|
+
.gl-heading-scale-200\!{
|
|
8753
|
+
@include gl-heading-scale(200);
|
|
8754
|
+
}
|
|
8755
|
+
|
|
8756
|
+
.gl-heading-scale-200-fixed{
|
|
8757
|
+
@include gl-heading-scale(200, $fixed: true);
|
|
8758
|
+
}
|
|
8759
|
+
|
|
8760
|
+
.gl-heading-scale-200-fixed\!{
|
|
8761
|
+
@include gl-heading-scale(200, $fixed: true);
|
|
8762
|
+
}
|
|
8763
|
+
|
|
8764
|
+
.gl-heading-scale-300{
|
|
8765
|
+
@include gl-heading-scale(300);
|
|
8766
|
+
}
|
|
8767
|
+
|
|
8768
|
+
.gl-heading-scale-300\!{
|
|
8769
|
+
@include gl-heading-scale(300);
|
|
8770
|
+
}
|
|
8771
|
+
|
|
8772
|
+
.gl-heading-scale-300-fixed{
|
|
8773
|
+
@include gl-heading-scale(300, $fixed: true);
|
|
8774
|
+
}
|
|
8775
|
+
|
|
8776
|
+
.gl-heading-scale-300-fixed\!{
|
|
8777
|
+
@include gl-heading-scale(300, $fixed: true);
|
|
8778
|
+
}
|
|
8779
|
+
|
|
8780
|
+
.gl-heading-scale-400{
|
|
8781
|
+
@include gl-heading-scale(400);
|
|
8782
|
+
}
|
|
8783
|
+
|
|
8784
|
+
.gl-heading-scale-400\!{
|
|
8785
|
+
@include gl-heading-scale(400);
|
|
8786
|
+
}
|
|
8787
|
+
|
|
8788
|
+
.gl-heading-scale-400-fixed{
|
|
8789
|
+
@include gl-heading-scale(400, $fixed: true);
|
|
8790
|
+
}
|
|
8791
|
+
|
|
8792
|
+
.gl-heading-scale-400-fixed\!{
|
|
8793
|
+
@include gl-heading-scale(400, $fixed: true);
|
|
8794
|
+
}
|
|
8795
|
+
|
|
8796
|
+
.gl-heading-scale-500{
|
|
8797
|
+
@include gl-heading-scale(500);
|
|
8798
|
+
}
|
|
8799
|
+
|
|
8800
|
+
.gl-heading-scale-500\!{
|
|
8801
|
+
@include gl-heading-scale(500);
|
|
8802
|
+
}
|
|
8803
|
+
|
|
8804
|
+
.gl-heading-scale-500-fixed{
|
|
8805
|
+
@include gl-heading-scale(500, $fixed: true);
|
|
8806
|
+
}
|
|
8807
|
+
|
|
8808
|
+
.gl-heading-scale-500-fixed\!{
|
|
8809
|
+
@include gl-heading-scale(500, $fixed: true);
|
|
8810
|
+
}
|
|
8811
|
+
|
|
8812
|
+
.gl-heading-scale-600{
|
|
8813
|
+
@include gl-heading-scale(600);
|
|
8814
|
+
}
|
|
8815
|
+
|
|
8816
|
+
.gl-heading-scale-600\!{
|
|
8817
|
+
@include gl-heading-scale(600);
|
|
8818
|
+
}
|
|
8819
|
+
|
|
8820
|
+
.gl-heading-scale-600-fixed{
|
|
8821
|
+
@include gl-heading-scale(600, $fixed: true);
|
|
8822
|
+
}
|
|
8823
|
+
|
|
8824
|
+
.gl-heading-scale-600-fixed\!{
|
|
8825
|
+
@include gl-heading-scale(600, $fixed: true);
|
|
8826
|
+
}
|
|
8827
|
+
|
|
8828
|
+
.gl-heading-scale-700{
|
|
8829
|
+
@include gl-heading-scale(700);
|
|
8830
|
+
}
|
|
8831
|
+
|
|
8832
|
+
.gl-heading-scale-700\!{
|
|
8833
|
+
@include gl-heading-scale(700);
|
|
8834
|
+
}
|
|
8835
|
+
|
|
8836
|
+
.gl-heading-scale-700-fixed{
|
|
8837
|
+
@include gl-heading-scale(700, $fixed: true);
|
|
8838
|
+
}
|
|
8839
|
+
|
|
8840
|
+
.gl-heading-scale-700-fixed\!{
|
|
8841
|
+
@include gl-heading-scale(700, $fixed: true);
|
|
8842
|
+
}
|
|
8843
|
+
|
|
8844
|
+
.gl-heading-scale-800{
|
|
8845
|
+
@include gl-heading-scale(800);
|
|
8846
|
+
}
|
|
8847
|
+
|
|
8848
|
+
.gl-heading-scale-800\!{
|
|
8849
|
+
@include gl-heading-scale(800);
|
|
8850
|
+
}
|
|
8851
|
+
|
|
8852
|
+
.gl-heading-scale-800-fixed{
|
|
8853
|
+
@include gl-heading-scale(800, $fixed: true);
|
|
8854
|
+
}
|
|
8855
|
+
|
|
8856
|
+
.gl-heading-scale-800-fixed\!{
|
|
8857
|
+
@include gl-heading-scale(800, $fixed: true);
|
|
8858
|
+
}
|
|
8859
|
+
|
|
8860
|
+
.gl-font-xs{
|
|
8603
8861
|
font-size: $gl-font-size-xs;
|
|
8604
8862
|
}
|
|
8605
8863
|
|
|
8606
|
-
.gl-font-xs\!
|
|
8864
|
+
.gl-font-xs\!{
|
|
8607
8865
|
font-size: $gl-font-size-xs !important;
|
|
8608
8866
|
}
|
|
8609
8867
|
|
|
8610
|
-
.gl-font-sm
|
|
8868
|
+
.gl-font-sm{
|
|
8611
8869
|
font-size: $gl-font-size-sm;
|
|
8612
8870
|
}
|
|
8613
8871
|
|
|
8614
|
-
.gl-font-sm\!
|
|
8872
|
+
.gl-font-sm\!{
|
|
8615
8873
|
font-size: $gl-font-size-sm !important;
|
|
8616
8874
|
}
|
|
8617
8875
|
|
|
8618
|
-
.gl-font-base
|
|
8876
|
+
.gl-font-base{
|
|
8619
8877
|
font-size: $gl-font-size;
|
|
8620
8878
|
}
|
|
8621
8879
|
|
|
8622
|
-
.gl-font-base\!
|
|
8880
|
+
.gl-font-base\!{
|
|
8623
8881
|
font-size: $gl-font-size !important;
|
|
8624
8882
|
}
|
|
8625
8883
|
|
|
8626
|
-
.gl-font-lg
|
|
8884
|
+
.gl-font-lg{
|
|
8627
8885
|
font-size: $gl-font-size-lg;
|
|
8628
8886
|
}
|
|
8629
8887
|
|
|
8630
|
-
.gl-font-lg\!
|
|
8888
|
+
.gl-font-lg\!{
|
|
8631
8889
|
font-size: $gl-font-size-lg !important;
|
|
8632
8890
|
}
|
|
8633
8891
|
|
|
8634
|
-
.gl-font-size-h-display
|
|
8892
|
+
.gl-font-size-h-display{
|
|
8635
8893
|
font-size: $gl-font-size-h-display;
|
|
8636
8894
|
}
|
|
8637
8895
|
|
|
8638
|
-
.gl-font-size-h-display\!
|
|
8896
|
+
.gl-font-size-h-display\!{
|
|
8639
8897
|
font-size: $gl-font-size-h-display !important;
|
|
8640
8898
|
}
|
|
8641
8899
|
|
|
8642
|
-
.gl-font-size-h1
|
|
8900
|
+
.gl-font-size-h1{
|
|
8643
8901
|
font-size: $gl-font-size-h1;
|
|
8644
8902
|
}
|
|
8645
8903
|
|
|
8646
|
-
.gl-font-size-h1\!
|
|
8904
|
+
.gl-font-size-h1\!{
|
|
8647
8905
|
font-size: $gl-font-size-h1 !important;
|
|
8648
8906
|
}
|
|
8649
8907
|
|
|
8650
|
-
.gl-font-size-h2
|
|
8908
|
+
.gl-font-size-h2{
|
|
8651
8909
|
font-size: $gl-font-size-h2;
|
|
8652
8910
|
}
|
|
8653
8911
|
|
|
8654
|
-
.gl-font-size-h2\!
|
|
8912
|
+
.gl-font-size-h2\!{
|
|
8655
8913
|
font-size: $gl-font-size-h2 !important;
|
|
8656
8914
|
}
|
|
8657
8915
|
|
|
8658
|
-
.gl-font-size-h-display-xl
|
|
8916
|
+
.gl-font-size-h-display-xl{
|
|
8659
8917
|
font-size: $gl-font-size-h-display-xl;
|
|
8660
8918
|
}
|
|
8661
8919
|
|
|
8662
|
-
.gl-font-size-h-display-xl\!
|
|
8920
|
+
.gl-font-size-h-display-xl\!{
|
|
8663
8921
|
font-size: $gl-font-size-h-display-xl !important;
|
|
8664
8922
|
}
|
|
8665
8923
|
|
|
8666
|
-
.gl-font-size-h1-xl
|
|
8924
|
+
.gl-font-size-h1-xl{
|
|
8667
8925
|
font-size: $gl-font-size-h1-xl;
|
|
8668
8926
|
}
|
|
8669
8927
|
|
|
8670
|
-
.gl-font-size-h1-xl\!
|
|
8928
|
+
.gl-font-size-h1-xl\!{
|
|
8671
8929
|
font-size: $gl-font-size-h1-xl !important;
|
|
8672
8930
|
}
|
|
8673
8931
|
|
|
8674
|
-
.gl-font-size-h2-xl
|
|
8932
|
+
.gl-font-size-h2-xl{
|
|
8675
8933
|
font-size: $gl-font-size-h2-xl;
|
|
8676
8934
|
}
|
|
8677
8935
|
|
|
8678
|
-
.gl-font-size-h2-xl\!
|
|
8936
|
+
.gl-font-size-h2-xl\!{
|
|
8679
8937
|
font-size: $gl-font-size-h2-xl !important;
|
|
8680
8938
|
}
|
|
8681
8939
|
|
|
8682
|
-
.gl-font-icon-size
|
|
8940
|
+
.gl-font-icon-size{
|
|
8683
8941
|
font-size: $default-icon-size;
|
|
8684
8942
|
}
|
|
8685
8943
|
|
|
8686
|
-
.gl-font-icon-size\!
|
|
8944
|
+
.gl-font-icon-size\!{
|
|
8687
8945
|
font-size: $default-icon-size !important;
|
|
8688
8946
|
}
|
|
8689
8947
|
|
|
8690
|
-
.gl-font-size-markdown-sm
|
|
8948
|
+
.gl-font-size-markdown-sm{
|
|
8691
8949
|
font-size: $gl-font-size-markdown-sm;
|
|
8692
8950
|
}
|
|
8693
8951
|
|
|
8694
|
-
.gl-font-size-markdown-sm\!
|
|
8952
|
+
.gl-font-size-markdown-sm\!{
|
|
8695
8953
|
font-size: $gl-font-size-markdown-sm !important;
|
|
8696
8954
|
}
|
|
8697
8955
|
|
|
8698
|
-
.gl-font-size-markdown
|
|
8956
|
+
.gl-font-size-markdown{
|
|
8699
8957
|
font-size: $gl-font-size-markdown;
|
|
8700
8958
|
}
|
|
8701
8959
|
|
|
8702
|
-
.gl-font-size-markdown\!
|
|
8960
|
+
.gl-font-size-markdown\!{
|
|
8703
8961
|
font-size: $gl-font-size-markdown !important;
|
|
8704
8962
|
}
|
|
8705
8963
|
|
|
8706
|
-
.gl-font-size-markdown-h1
|
|
8964
|
+
.gl-font-size-markdown-h1{
|
|
8707
8965
|
font-size: $gl-font-size-markdown-h1;
|
|
8708
8966
|
}
|
|
8709
8967
|
|
|
8710
|
-
.gl-font-size-markdown-h1\!
|
|
8968
|
+
.gl-font-size-markdown-h1\!{
|
|
8711
8969
|
font-size: $gl-font-size-markdown-h1 !important;
|
|
8712
8970
|
}
|
|
8713
8971
|
|
|
8714
|
-
.gl-font-size-markdown-h2
|
|
8972
|
+
.gl-font-size-markdown-h2{
|
|
8715
8973
|
font-size: $gl-font-size-markdown-h2;
|
|
8716
8974
|
}
|
|
8717
8975
|
|
|
8718
|
-
.gl-font-size-markdown-h2\!
|
|
8976
|
+
.gl-font-size-markdown-h2\!{
|
|
8719
8977
|
font-size: $gl-font-size-markdown-h2 !important;
|
|
8720
8978
|
}
|
|
8721
8979
|
|
|
8722
|
-
.gl-font-size-markdown-h3
|
|
8980
|
+
.gl-font-size-markdown-h3{
|
|
8723
8981
|
font-size: $gl-font-size-markdown-h3;
|
|
8724
8982
|
}
|
|
8725
8983
|
|
|
8726
|
-
.gl-font-size-markdown-h3\!
|
|
8984
|
+
.gl-font-size-markdown-h3\!{
|
|
8727
8985
|
font-size: $gl-font-size-markdown-h3 !important;
|
|
8728
8986
|
}
|
|
8729
8987
|
|
|
8730
|
-
.gl-font-size-compact-markdown-h1
|
|
8988
|
+
.gl-font-size-compact-markdown-h1{
|
|
8731
8989
|
font-size: $gl-font-size-compact-markdown-h1;
|
|
8732
8990
|
}
|
|
8733
8991
|
|
|
8734
|
-
.gl-font-size-compact-markdown-h1\!
|
|
8992
|
+
.gl-font-size-compact-markdown-h1\!{
|
|
8735
8993
|
font-size: $gl-font-size-compact-markdown-h1 !important;
|
|
8736
8994
|
}
|
|
8737
8995
|
|
|
8738
|
-
.gl-reset-font-size
|
|
8996
|
+
.gl-reset-font-size{
|
|
8739
8997
|
font-size: inherit;
|
|
8740
8998
|
}
|
|
8741
8999
|
|
|
8742
|
-
.gl-reset-font-size\!
|
|
9000
|
+
.gl-reset-font-size\!{
|
|
8743
9001
|
font-size: inherit !important;
|
|
8744
9002
|
}
|
|
8745
9003
|
|
|
8746
|
-
.gl-font-weight-100
|
|
9004
|
+
.gl-font-weight-100{
|
|
8747
9005
|
font-weight: 100;
|
|
8748
9006
|
}
|
|
8749
9007
|
|
|
8750
|
-
.gl-font-weight-100\!
|
|
9008
|
+
.gl-font-weight-100\!{
|
|
8751
9009
|
font-weight: 100 !important;
|
|
8752
9010
|
}
|
|
8753
9011
|
|
|
8754
|
-
.gl-font-weight-300
|
|
9012
|
+
.gl-font-weight-300{
|
|
8755
9013
|
font-weight: 300;
|
|
8756
9014
|
}
|
|
8757
9015
|
|
|
8758
|
-
.gl-font-weight-300\!
|
|
9016
|
+
.gl-font-weight-300\!{
|
|
8759
9017
|
font-weight: 300 !important;
|
|
8760
9018
|
}
|
|
8761
9019
|
|
|
8762
|
-
.gl-font-weight-normal
|
|
9020
|
+
.gl-font-weight-normal{
|
|
8763
9021
|
font-weight: $gl-font-weight-normal;
|
|
8764
9022
|
}
|
|
8765
9023
|
|
|
8766
|
-
.gl-font-weight-normal\!
|
|
9024
|
+
.gl-font-weight-normal\!{
|
|
8767
9025
|
font-weight: $gl-font-weight-normal !important;
|
|
8768
9026
|
}
|
|
8769
9027
|
|
|
8770
|
-
.gl-font-weight-semibold
|
|
9028
|
+
.gl-font-weight-semibold{
|
|
8771
9029
|
font-weight: $gl-font-weight-semibold;
|
|
8772
9030
|
}
|
|
8773
9031
|
|
|
8774
|
-
.gl-font-weight-semibold\!
|
|
9032
|
+
.gl-font-weight-semibold\!{
|
|
8775
9033
|
font-weight: $gl-font-weight-semibold !important;
|
|
8776
9034
|
}
|
|
8777
9035
|
|
|
8778
|
-
.gl-font-weight-bold
|
|
9036
|
+
.gl-font-weight-bold{
|
|
8779
9037
|
font-weight: $gl-font-weight-bold;
|
|
8780
9038
|
}
|
|
8781
9039
|
|
|
8782
|
-
.gl-font-weight-bold\!
|
|
9040
|
+
.gl-font-weight-bold\!{
|
|
8783
9041
|
font-weight: $gl-font-weight-bold !important;
|
|
8784
9042
|
}
|
|
8785
9043
|
|
|
8786
|
-
.gl-sm-font-weight-bold
|
|
9044
|
+
.gl-sm-font-weight-bold{
|
|
8787
9045
|
@include gl-media-breakpoint-up(sm) {
|
|
8788
9046
|
font-weight: $gl-font-weight-bold;
|
|
8789
9047
|
}
|
|
8790
9048
|
}
|
|
8791
9049
|
|
|
8792
|
-
.gl-sm-font-weight-bold\!
|
|
9050
|
+
.gl-sm-font-weight-bold\!{
|
|
8793
9051
|
@include gl-media-breakpoint-up(sm) {
|
|
8794
9052
|
font-weight: $gl-font-weight-bold !important;
|
|
8795
9053
|
}
|
|
8796
9054
|
}
|
|
8797
9055
|
|
|
8798
|
-
.gl-line-height-0
|
|
9056
|
+
.gl-line-height-0{
|
|
8799
9057
|
line-height: 0;
|
|
8800
9058
|
}
|
|
8801
9059
|
|
|
8802
|
-
.gl-line-height-0\!
|
|
9060
|
+
.gl-line-height-0\!{
|
|
8803
9061
|
line-height: 0 !important;
|
|
8804
9062
|
}
|
|
8805
9063
|
|
|
8806
|
-
.gl-line-height-1
|
|
9064
|
+
.gl-line-height-1{
|
|
8807
9065
|
line-height: 1;
|
|
8808
9066
|
}
|
|
8809
9067
|
|
|
8810
|
-
.gl-line-height-1\!
|
|
9068
|
+
.gl-line-height-1\!{
|
|
8811
9069
|
line-height: 1 !important;
|
|
8812
9070
|
}
|
|
8813
9071
|
|
|
8814
|
-
.gl-line-height-ratio-0000
|
|
9072
|
+
.gl-line-height-ratio-0000{
|
|
8815
9073
|
line-height: 0;
|
|
8816
9074
|
}
|
|
8817
9075
|
|
|
8818
|
-
.gl-line-height-ratio-0000\!
|
|
9076
|
+
.gl-line-height-ratio-0000\!{
|
|
8819
9077
|
line-height: 0 !important;
|
|
8820
9078
|
}
|
|
8821
9079
|
|
|
8822
|
-
.gl-line-height-ratio-1000
|
|
9080
|
+
.gl-line-height-ratio-1000{
|
|
8823
9081
|
line-height: 1;
|
|
8824
9082
|
}
|
|
8825
9083
|
|
|
8826
|
-
.gl-line-height-ratio-1000\!
|
|
9084
|
+
.gl-line-height-ratio-1000\!{
|
|
8827
9085
|
line-height: 1 !important;
|
|
8828
9086
|
}
|
|
8829
9087
|
|
|
8830
|
-
.gl-line-height-ratio-1125
|
|
9088
|
+
.gl-line-height-ratio-1125{
|
|
8831
9089
|
line-height: 1.125;
|
|
8832
9090
|
}
|
|
8833
9091
|
|
|
8834
|
-
.gl-line-height-ratio-1125\!
|
|
9092
|
+
.gl-line-height-ratio-1125\!{
|
|
8835
9093
|
line-height: 1.125 !important;
|
|
8836
9094
|
}
|
|
8837
9095
|
|
|
8838
|
-
.gl-line-height-ratio-1250
|
|
9096
|
+
.gl-line-height-ratio-1250{
|
|
8839
9097
|
line-height: 1.25;
|
|
8840
9098
|
}
|
|
8841
9099
|
|
|
8842
|
-
.gl-line-height-ratio-1250\!
|
|
9100
|
+
.gl-line-height-ratio-1250\!{
|
|
8843
9101
|
line-height: 1.25 !important;
|
|
8844
9102
|
}
|
|
8845
9103
|
|
|
8846
|
-
.gl-line-height-normal
|
|
9104
|
+
.gl-line-height-normal{
|
|
8847
9105
|
line-height: $gl-line-height-16;
|
|
8848
9106
|
}
|
|
8849
9107
|
|
|
8850
|
-
.gl-line-height-normal\!
|
|
9108
|
+
.gl-line-height-normal\!{
|
|
8851
9109
|
line-height: $gl-line-height-16 !important;
|
|
8852
9110
|
}
|
|
8853
9111
|
|
|
8854
|
-
.gl-line-height-12
|
|
9112
|
+
.gl-line-height-12{
|
|
8855
9113
|
line-height: $gl-line-height-12;
|
|
8856
9114
|
}
|
|
8857
9115
|
|
|
8858
|
-
.gl-line-height-12\!
|
|
9116
|
+
.gl-line-height-12\!{
|
|
8859
9117
|
line-height: $gl-line-height-12 !important;
|
|
8860
9118
|
}
|
|
8861
9119
|
|
|
8862
|
-
.gl-line-height-20
|
|
9120
|
+
.gl-line-height-20{
|
|
8863
9121
|
line-height: $gl-line-height-20;
|
|
8864
9122
|
}
|
|
8865
9123
|
|
|
8866
|
-
.gl-line-height-20\!
|
|
9124
|
+
.gl-line-height-20\!{
|
|
8867
9125
|
line-height: $gl-line-height-20 !important;
|
|
8868
9126
|
}
|
|
8869
9127
|
|
|
8870
|
-
.gl-line-height-24
|
|
9128
|
+
.gl-line-height-24{
|
|
8871
9129
|
line-height: $gl-line-height-24;
|
|
8872
9130
|
}
|
|
8873
9131
|
|
|
8874
|
-
.gl-line-height-24\!
|
|
9132
|
+
.gl-line-height-24\!{
|
|
8875
9133
|
line-height: $gl-line-height-24 !important;
|
|
8876
9134
|
}
|
|
8877
9135
|
|
|
8878
|
-
.gl-line-height-28
|
|
9136
|
+
.gl-line-height-28{
|
|
8879
9137
|
line-height: $gl-line-height-28;
|
|
8880
9138
|
}
|
|
8881
9139
|
|
|
8882
|
-
.gl-line-height-28\!
|
|
9140
|
+
.gl-line-height-28\!{
|
|
8883
9141
|
line-height: $gl-line-height-28 !important;
|
|
8884
9142
|
}
|
|
8885
9143
|
|
|
8886
|
-
.gl-line-height-32
|
|
9144
|
+
.gl-line-height-32{
|
|
8887
9145
|
line-height: $gl-line-height-32;
|
|
8888
9146
|
}
|
|
8889
9147
|
|
|
8890
|
-
.gl-line-height-32\!
|
|
9148
|
+
.gl-line-height-32\!{
|
|
8891
9149
|
line-height: $gl-line-height-32 !important;
|
|
8892
9150
|
}
|
|
8893
9151
|
|
|
8894
|
-
.gl-line-height-36
|
|
9152
|
+
.gl-line-height-36{
|
|
8895
9153
|
line-height: $gl-line-height-36;
|
|
8896
9154
|
}
|
|
8897
9155
|
|
|
8898
|
-
.gl-line-height-36\!
|
|
9156
|
+
.gl-line-height-36\!{
|
|
8899
9157
|
line-height: $gl-line-height-36 !important;
|
|
8900
9158
|
}
|
|
8901
9159
|
|
|
8902
|
-
.gl-line-height-42
|
|
9160
|
+
.gl-line-height-42{
|
|
8903
9161
|
line-height: $gl-line-height-42;
|
|
8904
9162
|
}
|
|
8905
9163
|
|
|
8906
|
-
.gl-line-height-42\!
|
|
9164
|
+
.gl-line-height-42\!{
|
|
8907
9165
|
line-height: $gl-line-height-42 !important;
|
|
8908
9166
|
}
|
|
8909
9167
|
|
|
8910
|
-
.gl-line-height-52
|
|
9168
|
+
.gl-line-height-52{
|
|
8911
9169
|
line-height: $gl-line-height-52;
|
|
8912
9170
|
}
|
|
8913
9171
|
|
|
8914
|
-
.gl-line-height-52\!
|
|
9172
|
+
.gl-line-height-52\!{
|
|
8915
9173
|
line-height: $gl-line-height-52 !important;
|
|
8916
9174
|
}
|
|
8917
9175
|
|
|
8918
|
-
.gl-reset-line-height
|
|
9176
|
+
.gl-reset-line-height{
|
|
8919
9177
|
line-height: inherit;
|
|
8920
9178
|
}
|
|
8921
9179
|
|
|
8922
|
-
.gl-reset-line-height\!
|
|
9180
|
+
.gl-reset-line-height\!{
|
|
8923
9181
|
line-height: inherit !important;
|
|
8924
9182
|
}
|
|
8925
9183
|
|
|
8926
|
-
.gl-letter-spacing-06em
|
|
9184
|
+
.gl-letter-spacing-06em{
|
|
8927
9185
|
letter-spacing: 0.06em;
|
|
8928
9186
|
}
|
|
8929
9187
|
|
|
8930
|
-
.gl-letter-spacing-06em\!
|
|
9188
|
+
.gl-letter-spacing-06em\!{
|
|
8931
9189
|
letter-spacing: 0.06em !important;
|
|
8932
9190
|
}
|
|
8933
9191
|
|
|
8934
|
-
.gl-letter-spacing-n01em
|
|
9192
|
+
.gl-letter-spacing-n01em{
|
|
8935
9193
|
letter-spacing: -0.01em;
|
|
8936
9194
|
}
|
|
8937
9195
|
|
|
8938
|
-
.gl-letter-spacing-n01em\!
|
|
9196
|
+
.gl-letter-spacing-n01em\!{
|
|
8939
9197
|
letter-spacing: -0.01em !important;
|
|
8940
9198
|
}
|
|
8941
9199
|
.gl-user-select-none {
|