@db-ux/core-foundations 2.0.9 → 2.1.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/build/styles/absolute.css +660 -24
- package/build/styles/colors/_default-color-mappings.scss +392 -0
- package/build/styles/colors/_variables.additional-palette.scss +84 -0
- package/build/styles/colors/_variables.additional-speaking-colors.scss +2 -0
- package/build/styles/colors/_variables.additional.scss +1 -1
- package/build/styles/colors/classes/all.css +314 -0
- package/build/styles/colors/classes/blue.css +4 -0
- package/build/styles/colors/classes/brand.css +4 -0
- package/build/styles/colors/classes/burgundy.css +189 -0
- package/build/styles/colors/classes/burgundy.scss +6 -0
- package/build/styles/colors/classes/critical.css +4 -0
- package/build/styles/colors/classes/cyan.css +4 -0
- package/build/styles/colors/classes/green.css +4 -0
- package/build/styles/colors/classes/informational.css +4 -0
- package/build/styles/colors/classes/light-green.css +189 -0
- package/build/styles/colors/classes/light-green.scss +6 -0
- package/build/styles/colors/classes/neutral.css +4 -0
- package/build/styles/colors/classes/orange.css +4 -0
- package/build/styles/colors/classes/pink.css +4 -0
- package/build/styles/colors/classes/red.css +4 -0
- package/build/styles/colors/classes/successful.css +4 -0
- package/build/styles/colors/classes/turquoise.css +4 -0
- package/build/styles/colors/classes/violet.css +4 -0
- package/build/styles/colors/classes/warning.css +4 -0
- package/build/styles/colors/classes/yellow.css +4 -0
- package/build/styles/colors/speaking-colors/additional/_burgundy.speaking-colors.scss +140 -0
- package/build/styles/colors/speaking-colors/additional/_light-green.speaking-colors.scss +152 -0
- package/build/styles/defaults/_default-properties.scss +312 -24
- package/build/styles/defaults/_default-variables.scss +72 -24
- package/build/styles/defaults/default-code.css +1 -1
- package/build/styles/defaults/default-elevation.css +1 -1
- package/build/styles/defaults/default-fonts.css +1 -1
- package/build/styles/defaults/default-icons.css +1 -1
- package/build/styles/defaults/default-required.css +1 -1
- package/build/styles/defaults/default-root.css +1 -1
- package/build/styles/defaults/default-theme.css +1 -1
- package/build/styles/density/classes/all.css +4 -0
- package/build/styles/density/classes/expressive.css +4 -0
- package/build/styles/density/classes/functional.css +4 -0
- package/build/styles/density/classes/regular.css +4 -0
- package/build/styles/fonts/classes/all.css +4 -0
- package/build/styles/fonts/classes/body/2xl.css +4 -0
- package/build/styles/fonts/classes/body/2xs.css +4 -0
- package/build/styles/fonts/classes/body/3xl.css +4 -0
- package/build/styles/fonts/classes/body/3xs.css +4 -0
- package/build/styles/fonts/classes/body/all.css +4 -0
- package/build/styles/fonts/classes/body/lg.css +4 -0
- package/build/styles/fonts/classes/body/md.css +4 -0
- package/build/styles/fonts/classes/body/sm.css +4 -0
- package/build/styles/fonts/classes/body/xl.css +4 -0
- package/build/styles/fonts/classes/body/xs.css +4 -0
- package/build/styles/fonts/classes/headline/2xl.css +4 -0
- package/build/styles/fonts/classes/headline/2xs.css +4 -0
- package/build/styles/fonts/classes/headline/3xl.css +4 -0
- package/build/styles/fonts/classes/headline/3xs.css +4 -0
- package/build/styles/fonts/classes/headline/all.css +4 -0
- package/build/styles/fonts/classes/headline/lg.css +4 -0
- package/build/styles/fonts/classes/headline/md.css +4 -0
- package/build/styles/fonts/classes/headline/sm.css +4 -0
- package/build/styles/fonts/classes/headline/xl.css +4 -0
- package/build/styles/fonts/classes/headline/xs.css +4 -0
- package/build/styles/helpers/classes/all.css +4 -0
- package/build/styles/helpers/classes/divider.css +4 -0
- package/build/styles/helpers/classes/focus.css +4 -0
- package/build/styles/icons/absolute.css +1 -1
- package/build/styles/icons/relative.css +1 -1
- package/build/styles/icons/rollup.css +1 -1
- package/build/styles/icons/webpack.css +1 -1
- package/build/styles/index.css +396 -0
- package/build/styles/relative.css +660 -24
- package/build/styles/rollup.css +660 -24
- package/build/styles/webpack.css +660 -24
- package/package.json +1 -1
|
@@ -6627,144 +6627,432 @@
|
|
|
6627
6627
|
|
|
6628
6628
|
@property --db-green-0 {
|
|
6629
6629
|
syntax: "<color>";
|
|
6630
|
-
initial-value: #
|
|
6630
|
+
initial-value: #041103;
|
|
6631
6631
|
inherits: true;
|
|
6632
6632
|
}
|
|
6633
6633
|
|
|
6634
6634
|
@property --db-green-1 {
|
|
6635
6635
|
syntax: "<color>";
|
|
6636
|
-
initial-value: #
|
|
6636
|
+
initial-value: #091c06;
|
|
6637
6637
|
inherits: true;
|
|
6638
6638
|
}
|
|
6639
6639
|
|
|
6640
6640
|
@property --db-green-2 {
|
|
6641
6641
|
syntax: "<color>";
|
|
6642
|
-
initial-value: #
|
|
6642
|
+
initial-value: #10290b;
|
|
6643
6643
|
inherits: true;
|
|
6644
6644
|
}
|
|
6645
6645
|
|
|
6646
6646
|
@property --db-green-3 {
|
|
6647
6647
|
syntax: "<color>";
|
|
6648
|
-
initial-value: #
|
|
6648
|
+
initial-value: #173712;
|
|
6649
6649
|
inherits: true;
|
|
6650
6650
|
}
|
|
6651
6651
|
|
|
6652
6652
|
@property --db-green-4 {
|
|
6653
6653
|
syntax: "<color>";
|
|
6654
|
-
initial-value: #
|
|
6654
|
+
initial-value: #1f4619;
|
|
6655
6655
|
inherits: true;
|
|
6656
6656
|
}
|
|
6657
6657
|
|
|
6658
6658
|
@property --db-green-5 {
|
|
6659
6659
|
syntax: "<color>";
|
|
6660
|
-
initial-value: #
|
|
6660
|
+
initial-value: #275520;
|
|
6661
6661
|
inherits: true;
|
|
6662
6662
|
}
|
|
6663
6663
|
|
|
6664
6664
|
@property --db-green-6 {
|
|
6665
6665
|
syntax: "<color>";
|
|
6666
|
-
initial-value: #
|
|
6666
|
+
initial-value: #336a2a;
|
|
6667
6667
|
inherits: true;
|
|
6668
6668
|
}
|
|
6669
6669
|
|
|
6670
6670
|
@property --db-green-7 {
|
|
6671
6671
|
syntax: "<color>";
|
|
6672
|
-
initial-value: #
|
|
6672
|
+
initial-value: #428636;
|
|
6673
6673
|
inherits: true;
|
|
6674
6674
|
}
|
|
6675
6675
|
|
|
6676
6676
|
@property --db-green-8 {
|
|
6677
6677
|
syntax: "<color>";
|
|
6678
|
-
initial-value: #
|
|
6678
|
+
initial-value: #51a243;
|
|
6679
6679
|
inherits: true;
|
|
6680
6680
|
}
|
|
6681
6681
|
|
|
6682
6682
|
@property --db-green-9 {
|
|
6683
6683
|
syntax: "<color>";
|
|
6684
|
-
initial-value: #
|
|
6684
|
+
initial-value: #61c051;
|
|
6685
6685
|
inherits: true;
|
|
6686
6686
|
}
|
|
6687
6687
|
|
|
6688
6688
|
@property --db-green-10 {
|
|
6689
6689
|
syntax: "<color>";
|
|
6690
|
-
initial-value: #
|
|
6690
|
+
initial-value: #71de5f;
|
|
6691
6691
|
inherits: true;
|
|
6692
6692
|
}
|
|
6693
6693
|
|
|
6694
6694
|
@property --db-green-11 {
|
|
6695
6695
|
syntax: "<color>";
|
|
6696
|
-
initial-value: #
|
|
6696
|
+
initial-value: #96f989;
|
|
6697
6697
|
inherits: true;
|
|
6698
6698
|
}
|
|
6699
6699
|
|
|
6700
6700
|
@property --db-green-12 {
|
|
6701
6701
|
syntax: "<color>";
|
|
6702
|
-
initial-value: #
|
|
6702
|
+
initial-value: #c7fbc2;
|
|
6703
6703
|
inherits: true;
|
|
6704
6704
|
}
|
|
6705
6705
|
|
|
6706
6706
|
@property --db-green-13 {
|
|
6707
6707
|
syntax: "<color>";
|
|
6708
|
-
initial-value: #
|
|
6708
|
+
initial-value: #dbfcd8;
|
|
6709
6709
|
inherits: true;
|
|
6710
6710
|
}
|
|
6711
6711
|
|
|
6712
6712
|
@property --db-green-14 {
|
|
6713
6713
|
syntax: "<color>";
|
|
6714
|
-
initial-value: #
|
|
6714
|
+
initial-value: #eefeec;
|
|
6715
6715
|
inherits: true;
|
|
6716
6716
|
}
|
|
6717
6717
|
|
|
6718
6718
|
@property --db-green-origin-base {
|
|
6719
6719
|
syntax: "<color>";
|
|
6720
|
-
initial-value: #
|
|
6720
|
+
initial-value: #408335;
|
|
6721
6721
|
inherits: true;
|
|
6722
6722
|
}
|
|
6723
6723
|
|
|
6724
6724
|
@property --db-green-origin-light-default {
|
|
6725
6725
|
syntax: "<color>";
|
|
6726
|
-
initial-value: #
|
|
6726
|
+
initial-value: #408335;
|
|
6727
6727
|
inherits: true;
|
|
6728
6728
|
}
|
|
6729
6729
|
|
|
6730
6730
|
@property --db-green-origin-light-hovered {
|
|
6731
6731
|
syntax: "<color>";
|
|
6732
|
-
initial-value: #
|
|
6732
|
+
initial-value: #1c4116;
|
|
6733
6733
|
inherits: true;
|
|
6734
6734
|
}
|
|
6735
6735
|
|
|
6736
6736
|
@property --db-green-origin-light-pressed {
|
|
6737
6737
|
syntax: "<color>";
|
|
6738
|
-
initial-value: #
|
|
6738
|
+
initial-value: #316828;
|
|
6739
6739
|
inherits: true;
|
|
6740
6740
|
}
|
|
6741
6741
|
|
|
6742
6742
|
@property --db-green-origin-dark-default {
|
|
6743
6743
|
syntax: "<color>";
|
|
6744
|
-
initial-value: #
|
|
6744
|
+
initial-value: #408335;
|
|
6745
6745
|
inherits: true;
|
|
6746
6746
|
}
|
|
6747
6747
|
|
|
6748
6748
|
@property --db-green-origin-dark-hovered {
|
|
6749
6749
|
syntax: "<color>";
|
|
6750
|
-
initial-value: #
|
|
6750
|
+
initial-value: #1c4116;
|
|
6751
6751
|
inherits: true;
|
|
6752
6752
|
}
|
|
6753
6753
|
|
|
6754
6754
|
@property --db-green-origin-dark-pressed {
|
|
6755
6755
|
syntax: "<color>";
|
|
6756
|
-
initial-value: #
|
|
6756
|
+
initial-value: #316828;
|
|
6757
6757
|
inherits: true;
|
|
6758
6758
|
}
|
|
6759
6759
|
|
|
6760
6760
|
@property --db-green-on-origin-light-default {
|
|
6761
6761
|
syntax: "<color>";
|
|
6762
|
-
initial-value: #
|
|
6762
|
+
initial-value: #f7fef6;
|
|
6763
6763
|
inherits: true;
|
|
6764
6764
|
}
|
|
6765
6765
|
|
|
6766
6766
|
@property --db-green-on-origin-dark-default {
|
|
6767
6767
|
syntax: "<color>";
|
|
6768
|
-
initial-value: #
|
|
6768
|
+
initial-value: #f7fef6;
|
|
6769
|
+
inherits: true;
|
|
6770
|
+
}
|
|
6771
|
+
|
|
6772
|
+
@property --db-light-green-0 {
|
|
6773
|
+
syntax: "<color>";
|
|
6774
|
+
initial-value: #061100;
|
|
6775
|
+
inherits: true;
|
|
6776
|
+
}
|
|
6777
|
+
|
|
6778
|
+
@property --db-light-green-1 {
|
|
6779
|
+
syntax: "<color>";
|
|
6780
|
+
initial-value: #0c1b01;
|
|
6781
|
+
inherits: true;
|
|
6782
|
+
}
|
|
6783
|
+
|
|
6784
|
+
@property --db-light-green-2 {
|
|
6785
|
+
syntax: "<color>";
|
|
6786
|
+
initial-value: #142901;
|
|
6787
|
+
inherits: true;
|
|
6788
|
+
}
|
|
6789
|
+
|
|
6790
|
+
@property --db-light-green-3 {
|
|
6791
|
+
syntax: "<color>";
|
|
6792
|
+
initial-value: #1d3702;
|
|
6793
|
+
inherits: true;
|
|
6794
|
+
}
|
|
6795
|
+
|
|
6796
|
+
@property --db-light-green-4 {
|
|
6797
|
+
syntax: "<color>";
|
|
6798
|
+
initial-value: #264604;
|
|
6799
|
+
inherits: true;
|
|
6800
|
+
}
|
|
6801
|
+
|
|
6802
|
+
@property --db-light-green-5 {
|
|
6803
|
+
syntax: "<color>";
|
|
6804
|
+
initial-value: #305506;
|
|
6805
|
+
inherits: true;
|
|
6806
|
+
}
|
|
6807
|
+
|
|
6808
|
+
@property --db-light-green-6 {
|
|
6809
|
+
syntax: "<color>";
|
|
6810
|
+
initial-value: #3d6a09;
|
|
6811
|
+
inherits: true;
|
|
6812
|
+
}
|
|
6813
|
+
|
|
6814
|
+
@property --db-light-green-7 {
|
|
6815
|
+
syntax: "<color>";
|
|
6816
|
+
initial-value: #4e850f;
|
|
6817
|
+
inherits: true;
|
|
6818
|
+
}
|
|
6819
|
+
|
|
6820
|
+
@property --db-light-green-8 {
|
|
6821
|
+
syntax: "<color>";
|
|
6822
|
+
initial-value: #60a114;
|
|
6823
|
+
inherits: true;
|
|
6824
|
+
}
|
|
6825
|
+
|
|
6826
|
+
@property --db-light-green-9 {
|
|
6827
|
+
syntax: "<color>";
|
|
6828
|
+
initial-value: #72bf1a;
|
|
6829
|
+
inherits: true;
|
|
6830
|
+
}
|
|
6831
|
+
|
|
6832
|
+
@property --db-light-green-10 {
|
|
6833
|
+
syntax: "<color>";
|
|
6834
|
+
initial-value: #85dd20;
|
|
6835
|
+
inherits: true;
|
|
6836
|
+
}
|
|
6837
|
+
|
|
6838
|
+
@property --db-light-green-11 {
|
|
6839
|
+
syntax: "<color>";
|
|
6840
|
+
initial-value: #99fc26;
|
|
6841
|
+
inherits: true;
|
|
6842
|
+
}
|
|
6843
|
+
|
|
6844
|
+
@property --db-light-green-12 {
|
|
6845
|
+
syntax: "<color>";
|
|
6846
|
+
initial-value: #c3ff9d;
|
|
6847
|
+
inherits: true;
|
|
6848
|
+
}
|
|
6849
|
+
|
|
6850
|
+
@property --db-light-green-13 {
|
|
6851
|
+
syntax: "<color>";
|
|
6852
|
+
initial-value: #d9ffc4;
|
|
6853
|
+
inherits: true;
|
|
6854
|
+
}
|
|
6855
|
+
|
|
6856
|
+
@property --db-light-green-14 {
|
|
6857
|
+
syntax: "<color>";
|
|
6858
|
+
initial-value: #edffe4;
|
|
6859
|
+
inherits: true;
|
|
6860
|
+
}
|
|
6861
|
+
|
|
6862
|
+
@property --db-light-green-origin-base {
|
|
6863
|
+
syntax: "<color>";
|
|
6864
|
+
initial-value: #63a615;
|
|
6865
|
+
inherits: true;
|
|
6866
|
+
}
|
|
6867
|
+
|
|
6868
|
+
@property --db-light-green-origin-light-default {
|
|
6869
|
+
syntax: "<color>";
|
|
6870
|
+
initial-value: #63a615;
|
|
6871
|
+
inherits: true;
|
|
6872
|
+
}
|
|
6873
|
+
|
|
6874
|
+
@property --db-light-green-origin-light-hovered {
|
|
6875
|
+
syntax: "<color>";
|
|
6876
|
+
initial-value: #88e221;
|
|
6877
|
+
inherits: true;
|
|
6878
|
+
}
|
|
6879
|
+
|
|
6880
|
+
@property --db-light-green-origin-light-pressed {
|
|
6881
|
+
syntax: "<color>";
|
|
6882
|
+
initial-value: #75c31b;
|
|
6883
|
+
inherits: true;
|
|
6884
|
+
}
|
|
6885
|
+
|
|
6886
|
+
@property --db-light-green-origin-dark-default {
|
|
6887
|
+
syntax: "<color>";
|
|
6888
|
+
initial-value: #63a615;
|
|
6889
|
+
inherits: true;
|
|
6890
|
+
}
|
|
6891
|
+
|
|
6892
|
+
@property --db-light-green-origin-dark-hovered {
|
|
6893
|
+
syntax: "<color>";
|
|
6894
|
+
initial-value: #88e221;
|
|
6895
|
+
inherits: true;
|
|
6896
|
+
}
|
|
6897
|
+
|
|
6898
|
+
@property --db-light-green-origin-dark-pressed {
|
|
6899
|
+
syntax: "<color>";
|
|
6900
|
+
initial-value: #75c31b;
|
|
6901
|
+
inherits: true;
|
|
6902
|
+
}
|
|
6903
|
+
|
|
6904
|
+
@property --db-light-green-on-origin-light-default {
|
|
6905
|
+
syntax: "<color>";
|
|
6906
|
+
initial-value: #030900;
|
|
6907
|
+
inherits: true;
|
|
6908
|
+
}
|
|
6909
|
+
|
|
6910
|
+
@property --db-light-green-on-origin-dark-default {
|
|
6911
|
+
syntax: "<color>";
|
|
6912
|
+
initial-value: #030900;
|
|
6913
|
+
inherits: true;
|
|
6914
|
+
}
|
|
6915
|
+
|
|
6916
|
+
@property --db-burgundy-0 {
|
|
6917
|
+
syntax: "<color>";
|
|
6918
|
+
initial-value: #1e060c;
|
|
6919
|
+
inherits: true;
|
|
6920
|
+
}
|
|
6921
|
+
|
|
6922
|
+
@property --db-burgundy-1 {
|
|
6923
|
+
syntax: "<color>";
|
|
6924
|
+
initial-value: #2d0d14;
|
|
6925
|
+
inherits: true;
|
|
6926
|
+
}
|
|
6927
|
+
|
|
6928
|
+
@property --db-burgundy-2 {
|
|
6929
|
+
syntax: "<color>";
|
|
6930
|
+
initial-value: #40151f;
|
|
6931
|
+
inherits: true;
|
|
6932
|
+
}
|
|
6933
|
+
|
|
6934
|
+
@property --db-burgundy-3 {
|
|
6935
|
+
syntax: "<color>";
|
|
6936
|
+
initial-value: #541e2b;
|
|
6937
|
+
inherits: true;
|
|
6938
|
+
}
|
|
6939
|
+
|
|
6940
|
+
@property --db-burgundy-4 {
|
|
6941
|
+
syntax: "<color>";
|
|
6942
|
+
initial-value: #682837;
|
|
6943
|
+
inherits: true;
|
|
6944
|
+
}
|
|
6945
|
+
|
|
6946
|
+
@property --db-burgundy-5 {
|
|
6947
|
+
syntax: "<color>";
|
|
6948
|
+
initial-value: #7e3144;
|
|
6949
|
+
inherits: true;
|
|
6950
|
+
}
|
|
6951
|
+
|
|
6952
|
+
@property --db-burgundy-6 {
|
|
6953
|
+
syntax: "<color>";
|
|
6954
|
+
initial-value: #9c3f55;
|
|
6955
|
+
inherits: true;
|
|
6956
|
+
}
|
|
6957
|
+
|
|
6958
|
+
@property --db-burgundy-7 {
|
|
6959
|
+
syntax: "<color>";
|
|
6960
|
+
initial-value: #c2516c;
|
|
6961
|
+
inherits: true;
|
|
6962
|
+
}
|
|
6963
|
+
|
|
6964
|
+
@property --db-burgundy-8 {
|
|
6965
|
+
syntax: "<color>";
|
|
6966
|
+
initial-value: #d77187;
|
|
6967
|
+
inherits: true;
|
|
6968
|
+
}
|
|
6969
|
+
|
|
6970
|
+
@property --db-burgundy-9 {
|
|
6971
|
+
syntax: "<color>";
|
|
6972
|
+
initial-value: #df98a5;
|
|
6973
|
+
inherits: true;
|
|
6974
|
+
}
|
|
6975
|
+
|
|
6976
|
+
@property --db-burgundy-10 {
|
|
6977
|
+
syntax: "<color>";
|
|
6978
|
+
initial-value: #e8bbc3;
|
|
6979
|
+
inherits: true;
|
|
6980
|
+
}
|
|
6981
|
+
|
|
6982
|
+
@property --db-burgundy-11 {
|
|
6983
|
+
syntax: "<color>";
|
|
6984
|
+
initial-value: #f3dde1;
|
|
6985
|
+
inherits: true;
|
|
6986
|
+
}
|
|
6987
|
+
|
|
6988
|
+
@property --db-burgundy-12 {
|
|
6989
|
+
syntax: "<color>";
|
|
6990
|
+
initial-value: #f8ebed;
|
|
6991
|
+
inherits: true;
|
|
6992
|
+
}
|
|
6993
|
+
|
|
6994
|
+
@property --db-burgundy-13 {
|
|
6995
|
+
syntax: "<color>";
|
|
6996
|
+
initial-value: #faf2f3;
|
|
6997
|
+
inherits: true;
|
|
6998
|
+
}
|
|
6999
|
+
|
|
7000
|
+
@property --db-burgundy-14 {
|
|
7001
|
+
syntax: "<color>";
|
|
7002
|
+
initial-value: #fcf8f9;
|
|
7003
|
+
inherits: true;
|
|
7004
|
+
}
|
|
7005
|
+
|
|
7006
|
+
@property --db-burgundy-origin-base {
|
|
7007
|
+
syntax: "<color>";
|
|
7008
|
+
initial-value: #a9455d;
|
|
7009
|
+
inherits: true;
|
|
7010
|
+
}
|
|
7011
|
+
|
|
7012
|
+
@property --db-burgundy-origin-light-default {
|
|
7013
|
+
syntax: "<color>";
|
|
7014
|
+
initial-value: #a9455d;
|
|
7015
|
+
inherits: true;
|
|
7016
|
+
}
|
|
7017
|
+
|
|
7018
|
+
@property --db-burgundy-origin-light-hovered {
|
|
7019
|
+
syntax: "<color>";
|
|
7020
|
+
initial-value: #4f1c28;
|
|
7021
|
+
inherits: true;
|
|
7022
|
+
}
|
|
7023
|
+
|
|
7024
|
+
@property --db-burgundy-origin-light-pressed {
|
|
7025
|
+
syntax: "<color>";
|
|
7026
|
+
initial-value: #833447;
|
|
7027
|
+
inherits: true;
|
|
7028
|
+
}
|
|
7029
|
+
|
|
7030
|
+
@property --db-burgundy-origin-dark-default {
|
|
7031
|
+
syntax: "<color>";
|
|
7032
|
+
initial-value: #a9455d;
|
|
7033
|
+
inherits: true;
|
|
7034
|
+
}
|
|
7035
|
+
|
|
7036
|
+
@property --db-burgundy-origin-dark-hovered {
|
|
7037
|
+
syntax: "<color>";
|
|
7038
|
+
initial-value: #4f1c28;
|
|
7039
|
+
inherits: true;
|
|
7040
|
+
}
|
|
7041
|
+
|
|
7042
|
+
@property --db-burgundy-origin-dark-pressed {
|
|
7043
|
+
syntax: "<color>";
|
|
7044
|
+
initial-value: #833447;
|
|
7045
|
+
inherits: true;
|
|
7046
|
+
}
|
|
7047
|
+
|
|
7048
|
+
@property --db-burgundy-on-origin-light-default {
|
|
7049
|
+
syntax: "<color>";
|
|
7050
|
+
initial-value: #fcf8f9;
|
|
7051
|
+
inherits: true;
|
|
7052
|
+
}
|
|
7053
|
+
|
|
7054
|
+
@property --db-burgundy-on-origin-dark-default {
|
|
7055
|
+
syntax: "<color>";
|
|
7056
|
+
initial-value: #fcf8f9;
|
|
6769
7057
|
inherits: true;
|
|
6770
7058
|
}
|
|
@@ -1233,28 +1233,76 @@
|
|
|
1233
1233
|
--db-turquoise-origin-dark-pressed: #00dbd0;
|
|
1234
1234
|
--db-turquoise-on-origin-light-default: #000908;
|
|
1235
1235
|
--db-turquoise-on-origin-dark-default: #000908;
|
|
1236
|
-
--db-green-0: #
|
|
1237
|
-
--db-green-1: #
|
|
1238
|
-
--db-green-2: #
|
|
1239
|
-
--db-green-3: #
|
|
1240
|
-
--db-green-4: #
|
|
1241
|
-
--db-green-5: #
|
|
1242
|
-
--db-green-6: #
|
|
1243
|
-
--db-green-7: #
|
|
1244
|
-
--db-green-8: #
|
|
1245
|
-
--db-green-9: #
|
|
1246
|
-
--db-green-10: #
|
|
1247
|
-
--db-green-11: #
|
|
1248
|
-
--db-green-12: #
|
|
1249
|
-
--db-green-13: #
|
|
1250
|
-
--db-green-14: #
|
|
1251
|
-
--db-green-origin-base: #
|
|
1252
|
-
--db-green-origin-light-default: #
|
|
1253
|
-
--db-green-origin-light-hovered: #
|
|
1254
|
-
--db-green-origin-light-pressed: #
|
|
1255
|
-
--db-green-origin-dark-default: #
|
|
1256
|
-
--db-green-origin-dark-hovered: #
|
|
1257
|
-
--db-green-origin-dark-pressed: #
|
|
1258
|
-
--db-green-on-origin-light-default: #
|
|
1259
|
-
--db-green-on-origin-dark-default: #
|
|
1236
|
+
--db-green-0: #041103;
|
|
1237
|
+
--db-green-1: #091c06;
|
|
1238
|
+
--db-green-2: #10290b;
|
|
1239
|
+
--db-green-3: #173712;
|
|
1240
|
+
--db-green-4: #1f4619;
|
|
1241
|
+
--db-green-5: #275520;
|
|
1242
|
+
--db-green-6: #336a2a;
|
|
1243
|
+
--db-green-7: #428636;
|
|
1244
|
+
--db-green-8: #51a243;
|
|
1245
|
+
--db-green-9: #61c051;
|
|
1246
|
+
--db-green-10: #71de5f;
|
|
1247
|
+
--db-green-11: #96f989;
|
|
1248
|
+
--db-green-12: #c7fbc2;
|
|
1249
|
+
--db-green-13: #dbfcd8;
|
|
1250
|
+
--db-green-14: #eefeec;
|
|
1251
|
+
--db-green-origin-base: #408335; /* This is just to resolve the original origin color */
|
|
1252
|
+
--db-green-origin-light-default: #408335;
|
|
1253
|
+
--db-green-origin-light-hovered: #1c4116;
|
|
1254
|
+
--db-green-origin-light-pressed: #316828;
|
|
1255
|
+
--db-green-origin-dark-default: #408335;
|
|
1256
|
+
--db-green-origin-dark-hovered: #1c4116;
|
|
1257
|
+
--db-green-origin-dark-pressed: #316828;
|
|
1258
|
+
--db-green-on-origin-light-default: #f7fef6;
|
|
1259
|
+
--db-green-on-origin-dark-default: #f7fef6;
|
|
1260
|
+
--db-light-green-0: #061100;
|
|
1261
|
+
--db-light-green-1: #0c1b01;
|
|
1262
|
+
--db-light-green-2: #142901;
|
|
1263
|
+
--db-light-green-3: #1d3702;
|
|
1264
|
+
--db-light-green-4: #264604;
|
|
1265
|
+
--db-light-green-5: #305506;
|
|
1266
|
+
--db-light-green-6: #3d6a09;
|
|
1267
|
+
--db-light-green-7: #4e850f;
|
|
1268
|
+
--db-light-green-8: #60a114;
|
|
1269
|
+
--db-light-green-9: #72bf1a;
|
|
1270
|
+
--db-light-green-10: #85dd20;
|
|
1271
|
+
--db-light-green-11: #99fc26;
|
|
1272
|
+
--db-light-green-12: #c3ff9d;
|
|
1273
|
+
--db-light-green-13: #d9ffc4;
|
|
1274
|
+
--db-light-green-14: #edffe4;
|
|
1275
|
+
--db-light-green-origin-base: #63a615; /* This is just to resolve the original origin color */
|
|
1276
|
+
--db-light-green-origin-light-default: #63a615;
|
|
1277
|
+
--db-light-green-origin-light-hovered: #88e221;
|
|
1278
|
+
--db-light-green-origin-light-pressed: #75c31b;
|
|
1279
|
+
--db-light-green-origin-dark-default: #63a615;
|
|
1280
|
+
--db-light-green-origin-dark-hovered: #88e221;
|
|
1281
|
+
--db-light-green-origin-dark-pressed: #75c31b;
|
|
1282
|
+
--db-light-green-on-origin-light-default: #030900;
|
|
1283
|
+
--db-light-green-on-origin-dark-default: #030900;
|
|
1284
|
+
--db-burgundy-0: #1e060c;
|
|
1285
|
+
--db-burgundy-1: #2d0d14;
|
|
1286
|
+
--db-burgundy-2: #40151f;
|
|
1287
|
+
--db-burgundy-3: #541e2b;
|
|
1288
|
+
--db-burgundy-4: #682837;
|
|
1289
|
+
--db-burgundy-5: #7e3144;
|
|
1290
|
+
--db-burgundy-6: #9c3f55;
|
|
1291
|
+
--db-burgundy-7: #c2516c;
|
|
1292
|
+
--db-burgundy-8: #d77187;
|
|
1293
|
+
--db-burgundy-9: #df98a5;
|
|
1294
|
+
--db-burgundy-10: #e8bbc3;
|
|
1295
|
+
--db-burgundy-11: #f3dde1;
|
|
1296
|
+
--db-burgundy-12: #f8ebed;
|
|
1297
|
+
--db-burgundy-13: #faf2f3;
|
|
1298
|
+
--db-burgundy-14: #fcf8f9;
|
|
1299
|
+
--db-burgundy-origin-base: #a9455d; /* This is just to resolve the original origin color */
|
|
1300
|
+
--db-burgundy-origin-light-default: #a9455d;
|
|
1301
|
+
--db-burgundy-origin-light-hovered: #4f1c28;
|
|
1302
|
+
--db-burgundy-origin-light-pressed: #833447;
|
|
1303
|
+
--db-burgundy-origin-dark-default: #a9455d;
|
|
1304
|
+
--db-burgundy-origin-dark-hovered: #4f1c28;
|
|
1305
|
+
--db-burgundy-origin-dark-pressed: #833447;
|
|
1306
|
+
--db-burgundy-on-origin-light-default: #fcf8f9;
|
|
1307
|
+
--db-burgundy-on-origin-dark-default: #fcf8f9;
|
|
1260
1308
|
}
|
|
@@ -90,4 +90,4 @@
|
|
|
90
90
|
--db-neutral-on-bg-vibrant-hovered
|
|
91
91
|
);--db-adaptive-on-bg-vibrant-pressed:var(
|
|
92
92
|
--db-neutral-on-bg-vibrant-pressed
|
|
93
|
-
)}}blockquote:not([class]){background-color:var(--db-neutral-bg-basic-transparent-semi-default);color:var(--db-neutral-on-bg-basic-emphasis-100-default)}blockquote:not([class]):after,blockquote:not([class]):before{--db-icon-color:var(--db-neutral-on-bg-basic-emphasis-100-default)}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}pre:not([class]):has(code){background-color:var(--db-adaptive-bg-inverted-contrast-max-default);color:var(--db-adaptive-on-bg-inverted-default);font-family:monospace;padding:var(--db-spacing-fixed-xs)}a:has(code:not([class])){background-color:var(--db-adaptive-bg-inverted-contrast-max-default);color:var(--db-adaptive-on-bg-inverted-default)}a:has(code:not([class])):hover:not(:disabled,[aria-disabled=true]){color:var(--db-adaptive-on-bg-inverted-hovered);cursor:var(--db-overwrite-cursor,pointer)}a:has(code:not([class])):hover:not(:disabled,[aria-disabled=true]):is(input),a:has(code:not([class])):hover:not(:disabled,[aria-disabled=true]):is(textarea){cursor:auto}a:has(code:not([class])):hover:not(:disabled,[aria-disabled=true]):is(input[type=checkbox]),a:has(code:not([class])):hover:not(:disabled,[aria-disabled=true]):is(input[type=radio]:not(:checked)){cursor:pointer}a:has(code:not([class])):active:not(:disabled,[aria-disabled=true]){color:var(--db-adaptive-on-bg-inverted-pressed);cursor:var(--db-overwrite-cursor,pointer)}a:has(code:not([class])):active:not(:disabled,[aria-disabled=true]):is(input),a:has(code:not([class])):active:not(:disabled,[aria-disabled=true]):is(textarea){cursor:auto}a:has(code:not([class])):active:not(:disabled,[aria-disabled=true]):is(input[type=checkbox]),a:has(code:not([class])):active:not(:disabled,[aria-disabled=true]):is(input[type=radio]:not(:checked)){cursor:pointer}a:has(code:not([class]))>code{color:inherit}code:not([class]){background-color:var(--db-adaptive-bg-inverted-contrast-max-default);color:var(--db-adaptive-on-bg-inverted-default);font-family:monospace;padding-block:var(--db-spacing-fixed-3xs);padding-inline:var(--db-spacing-fixed-2xs)}blockquote:not([class]){margin:0;padding:var(--db-spacing-fixed-sm) var(--db-spacing-fixed-md)}
|
|
93
|
+
)}}blockquote:not([class]){background-color:var(--db-neutral-bg-basic-transparent-semi-default);color:var(--db-neutral-on-bg-basic-emphasis-100-default)}blockquote:not([class]):after,blockquote:not([class]):before{--db-icon-color:var(--db-neutral-on-bg-basic-emphasis-100-default)}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}pre:not([class]):has(code){background-color:var(--db-adaptive-bg-inverted-contrast-max-default);color:var(--db-adaptive-on-bg-inverted-default);font-family:monospace;padding:var(--db-spacing-fixed-xs)}a:has(code:not([class])){background-color:var(--db-adaptive-bg-inverted-contrast-max-default);color:var(--db-adaptive-on-bg-inverted-default)}a:has(code:not([class])):hover:not(:disabled,[aria-disabled=true]){color:var(--db-adaptive-on-bg-inverted-hovered);cursor:var(--db-overwrite-cursor,pointer)}a:has(code:not([class])):hover:not(:disabled,[aria-disabled=true]):is(input),a:has(code:not([class])):hover:not(:disabled,[aria-disabled=true]):is(textarea){cursor:auto}a:has(code:not([class])):hover:not(:disabled,[aria-disabled=true]):is(input[type=checkbox]),a:has(code:not([class])):hover:not(:disabled,[aria-disabled=true]):is(input[type=radio]:not(:checked)){cursor:pointer}a:has(code:not([class])):active:not(:disabled,[aria-disabled=true]){color:var(--db-adaptive-on-bg-inverted-pressed);cursor:var(--db-overwrite-cursor,pointer)}a:has(code:not([class])):active:not(:disabled,[aria-disabled=true]):is(input),a:has(code:not([class])):active:not(:disabled,[aria-disabled=true]):is(textarea){cursor:auto}a:has(code:not([class])):active:not(:disabled,[aria-disabled=true]):is(input[type=checkbox]),a:has(code:not([class])):active:not(:disabled,[aria-disabled=true]):is(input[type=radio]:not(:checked)){cursor:pointer}a:has(code:not([class]))>code{color:inherit}code:not([class]){background-color:var(--db-adaptive-bg-inverted-contrast-max-default);color:var(--db-adaptive-on-bg-inverted-default);font-family:monospace;padding-block:var(--db-spacing-fixed-3xs);padding-inline:var(--db-spacing-fixed-2xs)}blockquote:not([class]){margin:0;padding:var(--db-spacing-fixed-sm) var(--db-spacing-fixed-md)}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}.db-interactive-elevation,[data-interactive=elevation]{box-shadow:var(--db-elevation-md);cursor:pointer}@media screen and (prefers-reduced-motion:no-preference){.db-interactive-elevation,[data-interactive=elevation]{transition:box-shadow var(--db-transition-duration-fast) var(--db-transition-timing-functional)}}.db-interactive-elevation:hover:not(:disabled,[aria-disabled=true]),[data-interactive=elevation]:hover:not(:disabled,[aria-disabled=true]){box-shadow:var(--db-elevation-lg);cursor:var(--db-overwrite-cursor,pointer)}.db-interactive-elevation:hover:not(:disabled,[aria-disabled=true]):is(input),.db-interactive-elevation:hover:not(:disabled,[aria-disabled=true]):is(textarea),[data-interactive=elevation]:hover:not(:disabled,[aria-disabled=true]):is(input),[data-interactive=elevation]:hover:not(:disabled,[aria-disabled=true]):is(textarea){cursor:auto}.db-interactive-elevation:hover:not(:disabled,[aria-disabled=true]):is(input[type=checkbox]),.db-interactive-elevation:hover:not(:disabled,[aria-disabled=true]):is(input[type=radio]:not(:checked)),[data-interactive=elevation]:hover:not(:disabled,[aria-disabled=true]):is(input[type=checkbox]),[data-interactive=elevation]:hover:not(:disabled,[aria-disabled=true]):is(input[type=radio]:not(:checked)){cursor:pointer}.db-interactive-elevation:active:not(:disabled,[aria-disabled=true]),[data-interactive=elevation]:active:not(:disabled,[aria-disabled=true]){box-shadow:var(--db-elevation-sm);cursor:var(--db-overwrite-cursor,pointer)}.db-interactive-elevation:active:not(:disabled,[aria-disabled=true]):is(input),.db-interactive-elevation:active:not(:disabled,[aria-disabled=true]):is(textarea),[data-interactive=elevation]:active:not(:disabled,[aria-disabled=true]):is(input),[data-interactive=elevation]:active:not(:disabled,[aria-disabled=true]):is(textarea){cursor:auto}.db-interactive-elevation:active:not(:disabled,[aria-disabled=true]):is(input[type=checkbox]),.db-interactive-elevation:active:not(:disabled,[aria-disabled=true]):is(input[type=radio]:not(:checked)),[data-interactive=elevation]:active:not(:disabled,[aria-disabled=true]):is(input[type=checkbox]),[data-interactive=elevation]:active:not(:disabled,[aria-disabled=true]):is(input[type=radio]:not(:checked)){cursor:pointer}
|
|
1
|
+
@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}.db-interactive-elevation,[data-interactive=elevation]{box-shadow:var(--db-elevation-md);cursor:pointer}@media screen and (prefers-reduced-motion:no-preference){.db-interactive-elevation,[data-interactive=elevation]{transition:box-shadow var(--db-transition-duration-fast) var(--db-transition-timing-functional)}}.db-interactive-elevation:hover:not(:disabled,[aria-disabled=true]),[data-interactive=elevation]:hover:not(:disabled,[aria-disabled=true]){box-shadow:var(--db-elevation-lg);cursor:var(--db-overwrite-cursor,pointer)}.db-interactive-elevation:hover:not(:disabled,[aria-disabled=true]):is(input),.db-interactive-elevation:hover:not(:disabled,[aria-disabled=true]):is(textarea),[data-interactive=elevation]:hover:not(:disabled,[aria-disabled=true]):is(input),[data-interactive=elevation]:hover:not(:disabled,[aria-disabled=true]):is(textarea){cursor:auto}.db-interactive-elevation:hover:not(:disabled,[aria-disabled=true]):is(input[type=checkbox]),.db-interactive-elevation:hover:not(:disabled,[aria-disabled=true]):is(input[type=radio]:not(:checked)),[data-interactive=elevation]:hover:not(:disabled,[aria-disabled=true]):is(input[type=checkbox]),[data-interactive=elevation]:hover:not(:disabled,[aria-disabled=true]):is(input[type=radio]:not(:checked)){cursor:pointer}.db-interactive-elevation:active:not(:disabled,[aria-disabled=true]),[data-interactive=elevation]:active:not(:disabled,[aria-disabled=true]){box-shadow:var(--db-elevation-sm);cursor:var(--db-overwrite-cursor,pointer)}.db-interactive-elevation:active:not(:disabled,[aria-disabled=true]):is(input),.db-interactive-elevation:active:not(:disabled,[aria-disabled=true]):is(textarea),[data-interactive=elevation]:active:not(:disabled,[aria-disabled=true]):is(input),[data-interactive=elevation]:active:not(:disabled,[aria-disabled=true]):is(textarea){cursor:auto}.db-interactive-elevation:active:not(:disabled,[aria-disabled=true]):is(input[type=checkbox]),.db-interactive-elevation:active:not(:disabled,[aria-disabled=true]):is(input[type=radio]:not(:checked)),[data-interactive=elevation]:active:not(:disabled,[aria-disabled=true]):is(input[type=checkbox]),[data-interactive=elevation]:active:not(:disabled,[aria-disabled=true]):is(input[type=radio]:not(:checked)){cursor:pointer}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}code,small{font:var(--db-type-body-sm)}@layer variables{code,small{--db-icon-font-weight:var(--db-base-body-icon-weight-sm);--db-icon-font-size:var(--db-base-body-icon-font-size-sm)}}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}h1{font:var(--db-type-headline-xl);margin-block:var(--db-spacing-fixed-xl)}h1:after,h1:before{--db-icon-font-size:var(
|
|
1
|
+
@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}code,small{font:var(--db-type-body-sm)}@layer variables{code,small{--db-icon-font-weight:var(--db-base-body-icon-weight-sm);--db-icon-font-size:var(--db-base-body-icon-font-size-sm)}}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}h1{font:var(--db-type-headline-xl);margin-block:var(--db-spacing-fixed-xl)}h1:after,h1:before{--db-icon-font-size:var(
|
|
2
2
|
--db-base-headline-icon-font-size-xl
|
|
3
3
|
);--db-icon-font-weight:var(
|
|
4
4
|
--db-base-headline-icon-weight-xl
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}[data-icon-after]:after,[data-icon-before]:before,[data-icon]:before{color:var(--db-icon-color,inherit);display:inline-block;font-family:var(--db-icon-font-family,var(--db-icon-default-font-family,"db-ux-default"))!important;font-size:var(--db-icon-font-size,1.5rem);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-variant:normal;font-weight:var(--db-icon-font-weight,normal);line-height:1;speak:none;speak:never;block-size:var(--db-icon-font-size,1.5rem);content:var(--db-icon,attr(data-icon));inline-size:var(--db-icon-font-size,1.5rem);text-transform:none;vertical-align:middle}@supports (content:""/""){[data-icon-after]:after,[data-icon-before]:before,[data-icon]:before{content:var(--db-icon,attr(data-icon))/""}}@media aural{[data-icon-after]:after,[data-icon-before]:before,[data-icon]:before{content:none}}@media speech{[data-icon-after]:after,[data-icon-before]:before,[data-icon]:before{content:none}}[data-icon-after]:is(span),[data-icon-before]:is(span),[data-icon]:is(span){display:inline-flex;vertical-align:baseline}[data-icon-before]:before,[data-icon]:before{margin-inline-end:var(--db-icon-margin-end,var(--db-spacing-fixed-xs))}[data-hide-icon-before=true]:before,[data-hide-icon=true]:before,[data-icon-before=none]:before,[data-icon=none]:before{content:none}[data-icon-after]:after{content:var(--db-icon-after,attr(data-icon-after));margin-inline-start:var(--db-icon-margin-start,var(--db-spacing-fixed-xs))}@supports (content:""/""){[data-icon-after]:after{content:var(--db-icon-after,attr(data-icon-after))/""}}[data-hide-icon-after=true]:after,[data-icon-after=none]:after{content:none}.is-icon-text-replace[data-icon-before],.is-icon-text-replace[data-icon]{font-size:0!important}.is-icon-text-replace[data-icon-before]:before,.is-icon-text-replace[data-icon]:before{--db-icon-margin-end:0}.is-icon-text-replace[data-icon-after]{font-size:0!important}.is-icon-text-replace[data-icon-after]:after{--db-icon-margin-start:0}
|
|
1
|
+
@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}@layer variables{}[data-icon-after]:after,[data-icon-before]:before,[data-icon]:before{color:var(--db-icon-color,inherit);display:inline-block;font-family:var(--db-icon-font-family,var(--db-icon-default-font-family,"db-ux-default"))!important;font-size:var(--db-icon-font-size,1.5rem);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-variant:normal;font-weight:var(--db-icon-font-weight,normal);line-height:1;speak:none;speak:never;block-size:var(--db-icon-font-size,1.5rem);content:var(--db-icon,attr(data-icon));inline-size:var(--db-icon-font-size,1.5rem);text-transform:none;vertical-align:middle}@supports (content:""/""){[data-icon-after]:after,[data-icon-before]:before,[data-icon]:before{content:var(--db-icon,attr(data-icon))/""}}@media aural{[data-icon-after]:after,[data-icon-before]:before,[data-icon]:before{content:none}}@media speech{[data-icon-after]:after,[data-icon-before]:before,[data-icon]:before{content:none}}[data-icon-after]:is(span),[data-icon-before]:is(span),[data-icon]:is(span){display:inline-flex;vertical-align:baseline}[data-icon-before]:before,[data-icon]:before{margin-inline-end:var(--db-icon-margin-end,var(--db-spacing-fixed-xs))}[data-hide-icon-before=true]:before,[data-hide-icon=true]:before,[data-icon-before=none]:before,[data-icon=none]:before{content:none}[data-icon-after]:after{content:var(--db-icon-after,attr(data-icon-after));margin-inline-start:var(--db-icon-margin-start,var(--db-spacing-fixed-xs))}@supports (content:""/""){[data-icon-after]:after{content:var(--db-icon-after,attr(data-icon-after))/""}}[data-hide-icon-after=true]:after,[data-icon-after=none]:after{content:none}.is-icon-text-replace[data-icon-before],.is-icon-text-replace[data-icon]{font-size:0!important}.is-icon-text-replace[data-icon-before]:before,.is-icon-text-replace[data-icon]:before{--db-icon-margin-end:0}.is-icon-text-replace[data-icon-after]{font-size:0!important}.is-icon-text-replace[data-icon-after]:after{--db-icon-margin-start:0}
|