@total_onion/onion-library 1.0.87 → 1.0.89
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/components/fields-core-critical-v3/core-critical-v3.scss +9 -2
- package/components/fields-core-css-modules-v3/core-css-modules-v3.scss +7 -6
- package/components/fields-core-css-sizing-vars-v3/core-css-sizing-vars-v3.scss +78 -77
- package/components/fields-core-design-system-v3/core-design-system-v3.php +2 -2
- package/components/fields-core-generic-v3/core-generic-v3.scss +119 -118
- package/components/fields-core-mixins-v3/core-mixins-v3.scss +0 -989
- package/components/fields-core-root-variables-v3/core-root-variables-v3.scss +40 -39
- package/components/fields-core-typography-v3/core-typography-v3.php +2 -2
- package/components/fields-core-typography-v3/core-typography-v3.scss +1 -1
- package/components/fields-core-wordpress-block-editor-preview-v3/core-wordpress-block-editor-preview-v3.scss +4 -7
- package/package.json +1 -1
|
@@ -743,992 +743,3 @@
|
|
|
743
743
|
// );
|
|
744
744
|
// }
|
|
745
745
|
// }
|
|
746
|
-
|
|
747
|
-
// @mixin h-x-large-size {
|
|
748
|
-
// font-size: clamp(
|
|
749
|
-
// var(--h-xl-font-size-min-desktop, 10px),
|
|
750
|
-
// core-functions-v3.fontSize(var(--h-xl-desktop)),
|
|
751
|
-
// var(--h-xl-font-size-max-desktop, 180px)
|
|
752
|
-
// );
|
|
753
|
-
// }
|
|
754
|
-
// @mixin h-x-large {
|
|
755
|
-
// letter-spacing: var(--h1-l-letter-spacing);
|
|
756
|
-
// line-height: var(--h1-l-line-height);
|
|
757
|
-
// font-family: var(--h1-l-font-family);
|
|
758
|
-
// --default-font-weight: var(--h1-l-default-font-weight);
|
|
759
|
-
// font-weight: var(--default-font-weight);
|
|
760
|
-
// strong,
|
|
761
|
-
// b {
|
|
762
|
-
// font-weight: var(--h1-l-bold-font-weight);
|
|
763
|
-
// }
|
|
764
|
-
// font-size: clamp(
|
|
765
|
-
// var(--h-xl-font-size-min-mobile, 10px),
|
|
766
|
-
// core-functions-v3.fontSize(var(--h-xl-mobile), 'mobile'),
|
|
767
|
-
// var(--h-xl-font-size-max-mobile, 180px)
|
|
768
|
-
// );
|
|
769
|
-
// @include device(breakpoints.$tabPortrait) {
|
|
770
|
-
// font-size: clamp(
|
|
771
|
-
// var(--h-xl-font-size-min-mobile, 10px),
|
|
772
|
-
// core-functions-v3.fontSize(var(--h-xl-portrait), 'portrait'),
|
|
773
|
-
// var(--h-xl-font-size-max-mobile, 180px)
|
|
774
|
-
// );
|
|
775
|
-
// }
|
|
776
|
-
// @include device(breakpoints.$tabLandscape) {
|
|
777
|
-
// font-size: clamp(
|
|
778
|
-
// var(--h-xl-font-size-min-desktop, 10px),
|
|
779
|
-
// core-functions-v3.fontSize(var(--h-xl-landscape), 'landscape'),
|
|
780
|
-
// var(--h-xl-font-size-max-desktop, 180px)
|
|
781
|
-
// );
|
|
782
|
-
// }
|
|
783
|
-
|
|
784
|
-
// @include device(breakpoints.$desktop) {
|
|
785
|
-
// @include h-x-large-size();
|
|
786
|
-
// }
|
|
787
|
-
// }
|
|
788
|
-
// @mixin h-large-size {
|
|
789
|
-
// font-size: clamp(
|
|
790
|
-
// var(--h-l-font-size-min-desktop, 10px),
|
|
791
|
-
// core-functions-v3.fontSize(var(--h-l-desktop)),
|
|
792
|
-
// var(--h-l-font-size-max-desktop, 180px)
|
|
793
|
-
// );
|
|
794
|
-
// }
|
|
795
|
-
// @mixin h-large {
|
|
796
|
-
// letter-spacing: var(--h1-letter-spacing);
|
|
797
|
-
// line-height: var(--h1-line-height);
|
|
798
|
-
// font-family: var(--h1-font-family);
|
|
799
|
-
// --default-font-weight: var(--h1-default-font-weight);
|
|
800
|
-
// font-weight: var(--default-font-weight);
|
|
801
|
-
|
|
802
|
-
// strong,
|
|
803
|
-
// b {
|
|
804
|
-
// font-weight: var(--h1-bold-font-weight);
|
|
805
|
-
// }
|
|
806
|
-
|
|
807
|
-
// font-size: clamp(
|
|
808
|
-
// var(--h-l-font-size-min-mobile, 10px),
|
|
809
|
-
// core-functions-v3.fontSize(var(--h-l-mobile), 'mobile'),
|
|
810
|
-
// var(--h-l-font-size-max-mobile, 180px)
|
|
811
|
-
// );
|
|
812
|
-
|
|
813
|
-
// @include device(breakpoints.$tabPortrait) {
|
|
814
|
-
// font-size: clamp(
|
|
815
|
-
// var(--h-l-font-size-min-mobile, 10px),
|
|
816
|
-
// core-functions-v3.fontSize(var(--h-l-portrait), 'portrait'),
|
|
817
|
-
// var(--h-l-font-size-max-mobile, 180px)
|
|
818
|
-
// );
|
|
819
|
-
// }
|
|
820
|
-
|
|
821
|
-
// @include device(breakpoints.$tabLandscape) {
|
|
822
|
-
// font-size: clamp(
|
|
823
|
-
// var(--h-l-font-size-min-desktop, 10px),
|
|
824
|
-
// core-functions-v3.fontSize(var(--h-l-landscape), 'landscape'),
|
|
825
|
-
// var(--h-l-font-size-max-desktop, 180px)
|
|
826
|
-
// );
|
|
827
|
-
// }
|
|
828
|
-
|
|
829
|
-
// @include device(breakpoints.$desktop) {
|
|
830
|
-
// @include h-large-size();
|
|
831
|
-
// }
|
|
832
|
-
// }
|
|
833
|
-
// @mixin h-medium-size {
|
|
834
|
-
// font-size: clamp(
|
|
835
|
-
// var(--h-m-font-size-min-desktop, 10px),
|
|
836
|
-
// core-functions-v3.fontSize(var(--h-m-desktop)),
|
|
837
|
-
// var(--h-m-font-size-max-desktop, 180px)
|
|
838
|
-
// );
|
|
839
|
-
// }
|
|
840
|
-
// @mixin h-medium {
|
|
841
|
-
// letter-spacing: var(--h2-letter-spacing);
|
|
842
|
-
// line-height: var(--h2-line-height);
|
|
843
|
-
// font-family: var(--h2-font-family);
|
|
844
|
-
// --default-font-weight: var(--h2-default-font-weight);
|
|
845
|
-
// font-weight: var(--default-font-weight);
|
|
846
|
-
|
|
847
|
-
// strong,
|
|
848
|
-
// b {
|
|
849
|
-
// font-weight: var(--h2-bold-font-weight);
|
|
850
|
-
// }
|
|
851
|
-
|
|
852
|
-
// font-size: clamp(
|
|
853
|
-
// var(--h-m-font-size-min-mobile, 10px),
|
|
854
|
-
// core-functions-v3.fontSize(var(--h-m-mobile), 'mobile'),
|
|
855
|
-
// var(--h-m-font-size-max-mobile, 180px)
|
|
856
|
-
// );
|
|
857
|
-
|
|
858
|
-
// @include device(breakpoints.$tabPortrait) {
|
|
859
|
-
// font-size: clamp(
|
|
860
|
-
// var(--h-m-font-size-min-mobile, 10px),
|
|
861
|
-
// core-functions-v3.fontSize(var(--h-m-portrait), 'portrait'),
|
|
862
|
-
// var(--h-m-font-size-max-mobile, 180px)
|
|
863
|
-
// );
|
|
864
|
-
// }
|
|
865
|
-
|
|
866
|
-
// @include device(breakpoints.$tabLandscape) {
|
|
867
|
-
// font-size: clamp(
|
|
868
|
-
// var(--h-m-font-size-min-desktop, 10px),
|
|
869
|
-
// core-functions-v3.fontSize(var(--h-m-landscape), 'landscape'),
|
|
870
|
-
// var(--h-m-font-size-max-desktop, 180px)
|
|
871
|
-
// );
|
|
872
|
-
// }
|
|
873
|
-
|
|
874
|
-
// @include device(breakpoints.$desktop) {
|
|
875
|
-
// @include h-medium-size();
|
|
876
|
-
// }
|
|
877
|
-
// }
|
|
878
|
-
// @mixin h-small-size {
|
|
879
|
-
// font-size: clamp(
|
|
880
|
-
// var(--h-s-font-size-min-desktop, 10px),
|
|
881
|
-
// core-functions-v3.fontSize(var(--h-s-desktop)),
|
|
882
|
-
// var(--h-s-font-size-max-desktop, 180px)
|
|
883
|
-
// );
|
|
884
|
-
// }
|
|
885
|
-
// @mixin h-small {
|
|
886
|
-
// letter-spacing: var(--h3-letter-spacing);
|
|
887
|
-
// line-height: var(--h3-line-height);
|
|
888
|
-
// font-family: var(--h3-font-family);
|
|
889
|
-
// --default-font-weight: var(--h3-default-font-weight);
|
|
890
|
-
// font-weight: var(--default-font-weight);
|
|
891
|
-
|
|
892
|
-
// strong,
|
|
893
|
-
// b {
|
|
894
|
-
// font-weight: var(--h3-bold-font-weight);
|
|
895
|
-
// }
|
|
896
|
-
|
|
897
|
-
// font-size: clamp(
|
|
898
|
-
// var(--h-s-font-size-min-mobile, 10px),
|
|
899
|
-
// core-functions-v3.fontSize(var(--h-s-mobile), 'mobile'),
|
|
900
|
-
// var(--h-s-font-size-max-mobile, 180px)
|
|
901
|
-
// );
|
|
902
|
-
|
|
903
|
-
// @include device(breakpoints.$tabPortrait) {
|
|
904
|
-
// font-size: clamp(
|
|
905
|
-
// var(--h-s-font-size-min-mobile, 10px),
|
|
906
|
-
// core-functions-v3.fontSize(var(--h-s-portrait), 'portrait'),
|
|
907
|
-
// var(--h-s-font-size-max-mobile, 180px)
|
|
908
|
-
// );
|
|
909
|
-
// }
|
|
910
|
-
|
|
911
|
-
// @include device(breakpoints.$tabLandscape) {
|
|
912
|
-
// font-size: clamp(
|
|
913
|
-
// var(--h-s-font-size-min-desktop, 10px),
|
|
914
|
-
// core-functions-v3.fontSize(var(--h-s-landscape), 'landscape'),
|
|
915
|
-
// var(--h-s-font-size-max-desktop, 180px)
|
|
916
|
-
// );
|
|
917
|
-
// }
|
|
918
|
-
|
|
919
|
-
// @include device(breakpoints.$desktop) {
|
|
920
|
-
// @include h-small-size();
|
|
921
|
-
// }
|
|
922
|
-
// }
|
|
923
|
-
// @mixin h-x-small-size {
|
|
924
|
-
// font-size: clamp(
|
|
925
|
-
// var(--h-xs-font-size-min-desktop, 10px),
|
|
926
|
-
// core-functions-v3.fontSize(var(--h-xs-desktop)),
|
|
927
|
-
// var(--h-xs-font-size-max-desktop, 180px)
|
|
928
|
-
// );
|
|
929
|
-
// }
|
|
930
|
-
// @mixin h-x-small {
|
|
931
|
-
// letter-spacing: var(--h4-letter-spacing);
|
|
932
|
-
// line-height: var(--h4-line-height);
|
|
933
|
-
// font-family: var(--h4-font-family);
|
|
934
|
-
// --default-font-weight: var(--h4-default-font-weight);
|
|
935
|
-
// font-weight: var(--default-font-weight);
|
|
936
|
-
|
|
937
|
-
// strong,
|
|
938
|
-
// b {
|
|
939
|
-
// font-weight: var(--h4-bold-font-weight);
|
|
940
|
-
// }
|
|
941
|
-
|
|
942
|
-
// font-size: clamp(
|
|
943
|
-
// var(--h-xs-font-size-min-mobile, 10px),
|
|
944
|
-
// core-functions-v3.fontSize(var(--h-xs-mobile), 'mobile'),
|
|
945
|
-
// var(--h-xs-font-size-max-mobile, 180px)
|
|
946
|
-
// );
|
|
947
|
-
|
|
948
|
-
// @include device(breakpoints.$tabPortrait) {
|
|
949
|
-
// font-size: clamp(
|
|
950
|
-
// var(--h-xs-font-size-min-mobile, 10px),
|
|
951
|
-
// core-functions-v3.fontSize(var(--h-xs-portrait), 'portrait'),
|
|
952
|
-
// var(--h-xs-font-size-max-mobile, 180px)
|
|
953
|
-
// );
|
|
954
|
-
// }
|
|
955
|
-
|
|
956
|
-
// @include device(breakpoints.$tabLandscape) {
|
|
957
|
-
// font-size: clamp(
|
|
958
|
-
// var(--h-xs-font-size-min-desktop, 10px),
|
|
959
|
-
// core-functions-v3.fontSize(var(--h-xs-landscape), 'landscape'),
|
|
960
|
-
// var(--h-xs-font-size-max-desktop, 180px)
|
|
961
|
-
// );
|
|
962
|
-
// }
|
|
963
|
-
|
|
964
|
-
// @include device(breakpoints.$desktop) {
|
|
965
|
-
// @include h-x-small-size();
|
|
966
|
-
// }
|
|
967
|
-
// }
|
|
968
|
-
// @mixin h-xx-small-size {
|
|
969
|
-
// font-size: clamp(
|
|
970
|
-
// var(--h-xxs-font-size-min-desktop, 10px),
|
|
971
|
-
// core-functions-v3.fontSize(var(--h-xxs-desktop)),
|
|
972
|
-
// var(--h-xxs-font-size-max-desktop, 180px)
|
|
973
|
-
// );
|
|
974
|
-
// }
|
|
975
|
-
// @mixin h-xx-small {
|
|
976
|
-
// letter-spacing: var(--h5-letter-spacing);
|
|
977
|
-
// line-height: var(--h5-line-height);
|
|
978
|
-
// font-family: var(--h5-font-family);
|
|
979
|
-
// --default-font-weight: var(--h5-default-font-weight);
|
|
980
|
-
// font-weight: var(--default-font-weight);
|
|
981
|
-
|
|
982
|
-
// strong,
|
|
983
|
-
// b {
|
|
984
|
-
// font-weight: var(--h5-bold-font-weight);
|
|
985
|
-
// }
|
|
986
|
-
|
|
987
|
-
// font-size: clamp(
|
|
988
|
-
// var(--h-xxs-font-size-min-mobile, 10px),
|
|
989
|
-
// core-functions-v3.fontSize(var(--h-xxs-mobile), 'mobile'),
|
|
990
|
-
// var(--h-xxs-font-size-max-mobile, 180px)
|
|
991
|
-
// );
|
|
992
|
-
|
|
993
|
-
// @include device(breakpoints.$tabPortrait) {
|
|
994
|
-
// font-size: clamp(
|
|
995
|
-
// var(--h-xxs-font-size-min-mobile, 10px),
|
|
996
|
-
// core-functions-v3.fontSize(var(--h5-portrait), 'portrait'),
|
|
997
|
-
// var(--h-xxs-font-size-max-mobile, 180px)
|
|
998
|
-
// );
|
|
999
|
-
// }
|
|
1000
|
-
|
|
1001
|
-
// @include device(breakpoints.$tabLandscape) {
|
|
1002
|
-
// font-size: clamp(
|
|
1003
|
-
// var(--h-xxs-font-size-min-desktop, 10px),
|
|
1004
|
-
// core-functions-v3.fontSize(var(--h5-landscape), 'landscape'),
|
|
1005
|
-
// var(--h-xxs-font-size-max-desktop, 180px)
|
|
1006
|
-
// );
|
|
1007
|
-
// }
|
|
1008
|
-
|
|
1009
|
-
// @include device(breakpoints.$desktop) {
|
|
1010
|
-
// font-size: clamp(
|
|
1011
|
-
// var(--h-xxs-font-size-min-desktop, 10px),
|
|
1012
|
-
// core-functions-v3.fontSize(var(--h5-desktop), 'desktop'),
|
|
1013
|
-
// var(--h-xxs-font-size-max-desktop, 180px)
|
|
1014
|
-
// );
|
|
1015
|
-
// }
|
|
1016
|
-
// }
|
|
1017
|
-
// @mixin h-xxx-small-size {
|
|
1018
|
-
// font-size: clamp(
|
|
1019
|
-
// var(--h-xxxs-font-size-min-desktop, 10px),
|
|
1020
|
-
// core-functions-v3.fontSize(var(--h-xxxs-desktop)),
|
|
1021
|
-
// var(--h-xxxs-font-size-max-desktop, 180px)
|
|
1022
|
-
// );
|
|
1023
|
-
// }
|
|
1024
|
-
// @mixin h-xxx-small {
|
|
1025
|
-
// letter-spacing: var(--h6-letter-spacing);
|
|
1026
|
-
// line-height: var(--h6-line-height);
|
|
1027
|
-
// font-family: var(--h6-font-family);
|
|
1028
|
-
// --default-font-weight: var(--h6-default-font-weight);
|
|
1029
|
-
// font-weight: var(--default-font-weight);
|
|
1030
|
-
|
|
1031
|
-
// strong,
|
|
1032
|
-
// b {
|
|
1033
|
-
// font-weight: var(--h6-bold-font-weight);
|
|
1034
|
-
// }
|
|
1035
|
-
|
|
1036
|
-
// font-size: clamp(
|
|
1037
|
-
// var(--h-xxxs-font-size-min-mobile, 10px),
|
|
1038
|
-
// core-functions-v3.fontSize(var(--h-xxxs-mobile), 'mobile'),
|
|
1039
|
-
// var(--h-xxxs-font-size-max-mobile, 180px)
|
|
1040
|
-
// );
|
|
1041
|
-
|
|
1042
|
-
// @include device(breakpoints.$tabPortrait) {
|
|
1043
|
-
// font-size: clamp(
|
|
1044
|
-
// var(--h-xxxs-font-size-min-mobile, 10px),
|
|
1045
|
-
// core-functions-v3.fontSize(var(--h-xxxs-portrait), 'portrait'),
|
|
1046
|
-
// var(--h-xxxs-font-size-max-mobile, 180px)
|
|
1047
|
-
// );
|
|
1048
|
-
// }
|
|
1049
|
-
|
|
1050
|
-
// @include device(breakpoints.$tabLandscape) {
|
|
1051
|
-
// font-size: clamp(
|
|
1052
|
-
// var(--h-xxxs-font-size-min-desktop, 10px),
|
|
1053
|
-
// core-functions-v3.fontSize(var(--h-xxxs-landscape), 'landscape'),
|
|
1054
|
-
// var(--h-xxxs-font-size-max-desktop, 180px)
|
|
1055
|
-
// );
|
|
1056
|
-
// }
|
|
1057
|
-
|
|
1058
|
-
// @include device(breakpoints.$desktop) {
|
|
1059
|
-
// @include h-xxx-small-size();
|
|
1060
|
-
// }
|
|
1061
|
-
// }
|
|
1062
|
-
// @mixin sh-x-large-size {
|
|
1063
|
-
// font-size: clamp(
|
|
1064
|
-
// var(--sh-xl-font-size-min-desktop, 10px),
|
|
1065
|
-
// core-functions-v3.fontSize(var(--sh-xl-desktop)),
|
|
1066
|
-
// var(--sh-xl-font-size-max-desktop, 180px)
|
|
1067
|
-
// );
|
|
1068
|
-
// }
|
|
1069
|
-
// @mixin sh-x-large {
|
|
1070
|
-
// letter-spacing: var(--sh1-letter-spacing);
|
|
1071
|
-
// line-height: var(--sh1-line-height);
|
|
1072
|
-
// font-family: var(--sh1-font-family);
|
|
1073
|
-
// --default-font-weight: var(--sh1-default-font-weight);
|
|
1074
|
-
// font-weight: var(--default-font-weight);
|
|
1075
|
-
|
|
1076
|
-
// strong,
|
|
1077
|
-
// b {
|
|
1078
|
-
// font-weight: var(--sh1-bold-font-weight);
|
|
1079
|
-
// }
|
|
1080
|
-
|
|
1081
|
-
// font-size: clamp(
|
|
1082
|
-
// var(--sh-xl-font-size-min-mobile, 10px),
|
|
1083
|
-
// core-functions-v3.fontSize(var(--sh-xl-mobile)),
|
|
1084
|
-
// var(--sh-xl-font-size-max-mobile, 180px)
|
|
1085
|
-
// );
|
|
1086
|
-
|
|
1087
|
-
// @include device(breakpoints.$tabPortrait) {
|
|
1088
|
-
// font-size: clamp(
|
|
1089
|
-
// var(--sh-xl-font-size-min-mobile, 10px),
|
|
1090
|
-
// core-functions-v3.fontSize(var(--sh-xl-portrait), 'portrait'),
|
|
1091
|
-
// var(--sh-xl-font-size-max-mobile, 180px)
|
|
1092
|
-
// );
|
|
1093
|
-
// }
|
|
1094
|
-
|
|
1095
|
-
// @include device(breakpoints.$tabLandscape) {
|
|
1096
|
-
// font-size: clamp(
|
|
1097
|
-
// var(--sh-xl-font-size-min-desktop, 10px),
|
|
1098
|
-
// core-functions-v3.fontSize(var(--sh-xl-landscape), 'landscape'),
|
|
1099
|
-
// var(--sh-xl-font-size-max-desktop, 180px)
|
|
1100
|
-
// );
|
|
1101
|
-
// }
|
|
1102
|
-
|
|
1103
|
-
// @include device(breakpoints.$desktop) {
|
|
1104
|
-
// @include sh-x-large-size();
|
|
1105
|
-
// }
|
|
1106
|
-
// }
|
|
1107
|
-
// @mixin sh-large-size {
|
|
1108
|
-
// font-size: clamp(
|
|
1109
|
-
// var(--sh-l-font-size-min-desktop, 10px),
|
|
1110
|
-
// core-functions-v3.fontSize(var(--sh-l-desktop)),
|
|
1111
|
-
// var(--sh-l-font-size-max-desktop, 180px)
|
|
1112
|
-
// );
|
|
1113
|
-
// }
|
|
1114
|
-
// @mixin sh-large {
|
|
1115
|
-
// letter-spacing: var(--sh2-letter-spacing);
|
|
1116
|
-
// line-height: var(--sh2-line-height);
|
|
1117
|
-
// font-family: var(--sh2-font-family);
|
|
1118
|
-
// --default-font-weight: var(--sh2-default-font-weight);
|
|
1119
|
-
// font-weight: var(--default-font-weight);
|
|
1120
|
-
|
|
1121
|
-
// strong,
|
|
1122
|
-
// b {
|
|
1123
|
-
// font-weight: var(--sh2-bold-font-weight);
|
|
1124
|
-
// }
|
|
1125
|
-
|
|
1126
|
-
// font-size: clamp(
|
|
1127
|
-
// var(--sh-l-font-size-min-mobile, 10px),
|
|
1128
|
-
// core-functions-v3.fontSize(var(--sh-l-mobile)),
|
|
1129
|
-
// var(--sh-l-font-size-max-mobile, 180px)
|
|
1130
|
-
// );
|
|
1131
|
-
|
|
1132
|
-
// @include device(breakpoints.$tabPortrait) {
|
|
1133
|
-
// font-size: clamp(
|
|
1134
|
-
// var(--sh-l-font-size-min-mobile, 10px),
|
|
1135
|
-
// core-functions-v3.fontSize(var(--sh-l-portrait)),
|
|
1136
|
-
// var(--sh-l-font-size-max-mobile, 180px)
|
|
1137
|
-
// );
|
|
1138
|
-
// }
|
|
1139
|
-
|
|
1140
|
-
// @include device(breakpoints.$tabLandscape) {
|
|
1141
|
-
// font-size: clamp(
|
|
1142
|
-
// var(--sh-l-font-size-min-desktop, 10px),
|
|
1143
|
-
// core-functions-v3.fontSize(var(--sh-l-landscape)),
|
|
1144
|
-
// var(--sh-l-font-size-max-desktop, 180px)
|
|
1145
|
-
// );
|
|
1146
|
-
// }
|
|
1147
|
-
|
|
1148
|
-
// @include device(breakpoints.$desktop) {
|
|
1149
|
-
// @include sh-large-size();
|
|
1150
|
-
// }
|
|
1151
|
-
// }
|
|
1152
|
-
// @mixin sh-medium-size {
|
|
1153
|
-
// font-size: clamp(
|
|
1154
|
-
// var(--sh-m-font-size-min-desktop, 10px),
|
|
1155
|
-
// core-functions-v3.fontSize(var(--sh-m-desktop)),
|
|
1156
|
-
// var(--sh-m-font-size-max-desktop, 180px)
|
|
1157
|
-
// );
|
|
1158
|
-
// }
|
|
1159
|
-
// @mixin sh-medium {
|
|
1160
|
-
// letter-spacing: var(--sh3-letter-spacing);
|
|
1161
|
-
// line-height: var(--sh3-line-height);
|
|
1162
|
-
// font-family: var(--sh3-font-family);
|
|
1163
|
-
// --default-font-weight: var(--sh3-default-font-weight);
|
|
1164
|
-
// font-weight: var(--default-font-weight);
|
|
1165
|
-
|
|
1166
|
-
// strong,
|
|
1167
|
-
// b {
|
|
1168
|
-
// font-weight: var(--sh3-bold-font-weight);
|
|
1169
|
-
// }
|
|
1170
|
-
|
|
1171
|
-
// font-size: clamp(
|
|
1172
|
-
// var(--sh-m-font-size-min-mobile, 10px),
|
|
1173
|
-
// core-functions-v3.fontSize(var(--sh-m-mobile)),
|
|
1174
|
-
// var(--sh-m-font-size-max-mobile, 180px)
|
|
1175
|
-
// );
|
|
1176
|
-
|
|
1177
|
-
// @include device(breakpoints.$tabPortrait) {
|
|
1178
|
-
// font-size: clamp(
|
|
1179
|
-
// var(--sh-m-font-size-min-mobile, 10px),
|
|
1180
|
-
// core-functions-v3.fontSize(var(--sh-m-portrait)),
|
|
1181
|
-
// var(--sh-m-font-size-max-mobile, 180px)
|
|
1182
|
-
// );
|
|
1183
|
-
// }
|
|
1184
|
-
|
|
1185
|
-
// @include device(breakpoints.$tabLandscape) {
|
|
1186
|
-
// font-size: clamp(
|
|
1187
|
-
// var(--sh-m-font-size-min-desktop, 10px),
|
|
1188
|
-
// core-functions-v3.fontSize(var(--sh-m-landscape)),
|
|
1189
|
-
// var(--sh-m-font-size-max-desktop, 180px)
|
|
1190
|
-
// );
|
|
1191
|
-
// }
|
|
1192
|
-
|
|
1193
|
-
// @include device(breakpoints.$desktop) {
|
|
1194
|
-
// @include sh-medium-size();
|
|
1195
|
-
// }
|
|
1196
|
-
// }
|
|
1197
|
-
// @mixin sh-small-size {
|
|
1198
|
-
// font-size: clamp(
|
|
1199
|
-
// var(--sh-s-font-size-min-desktop, 10px),
|
|
1200
|
-
// core-functions-v3.fontSize(var(--sh-s-desktop)),
|
|
1201
|
-
// var(--sh-s-font-size-max-desktop, 180px)
|
|
1202
|
-
// );
|
|
1203
|
-
// }
|
|
1204
|
-
// @mixin sh-small {
|
|
1205
|
-
// letter-spacing: var(--sh4-letter-spacing);
|
|
1206
|
-
// line-height: var(--sh4-line-height);
|
|
1207
|
-
// font-family: var(--sh4-font-family);
|
|
1208
|
-
// --default-font-weight: var(--sh4-default-font-weight);
|
|
1209
|
-
// font-weight: var(--default-font-weight);
|
|
1210
|
-
|
|
1211
|
-
// strong,
|
|
1212
|
-
// b {
|
|
1213
|
-
// font-weight: var(--sh4-bold-font-weight);
|
|
1214
|
-
// }
|
|
1215
|
-
|
|
1216
|
-
// font-size: clamp(
|
|
1217
|
-
// var(--sh-s-font-size-min-mobile, 10px),
|
|
1218
|
-
// core-functions-v3.fontSize(var(--sh-s-mobile)),
|
|
1219
|
-
// var(--sh-s-font-size-max-mobile, 180px)
|
|
1220
|
-
// );
|
|
1221
|
-
|
|
1222
|
-
// @include device(breakpoints.$tabPortrait) {
|
|
1223
|
-
// font-size: clamp(
|
|
1224
|
-
// var(--sh-s-font-size-min-mobile, 10px),
|
|
1225
|
-
// core-functions-v3.fontSize(var(--sh-s-portrait)),
|
|
1226
|
-
// var(--sh-s-font-size-max-mobile, 180px)
|
|
1227
|
-
// );
|
|
1228
|
-
// }
|
|
1229
|
-
|
|
1230
|
-
// @include device(breakpoints.$tabLandscape) {
|
|
1231
|
-
// font-size: clamp(
|
|
1232
|
-
// var(--sh-s-font-size-min-desktop, 10px),
|
|
1233
|
-
// core-functions-v3.fontSize(var(--sh-s-landscape)),
|
|
1234
|
-
// var(--sh-s-font-size-max-desktop, 180px)
|
|
1235
|
-
// );
|
|
1236
|
-
// }
|
|
1237
|
-
|
|
1238
|
-
// @include device(breakpoints.$desktop) {
|
|
1239
|
-
// @include sh-small-size();
|
|
1240
|
-
// }
|
|
1241
|
-
// }
|
|
1242
|
-
// @mixin sh-x-small-size {
|
|
1243
|
-
// font-size: clamp(
|
|
1244
|
-
// var(--sh-xs-font-size-min-desktop, 10px),
|
|
1245
|
-
// core-functions-v3.fontSize(var(--sh-xs-desktop)),
|
|
1246
|
-
// var(--sh-xs-font-size-max-desktop, 180px)
|
|
1247
|
-
// );
|
|
1248
|
-
// }
|
|
1249
|
-
// @mixin sh-x-small {
|
|
1250
|
-
// letter-spacing: var(--sh5-letter-spacing);
|
|
1251
|
-
// line-height: var(--sh5-line-height);
|
|
1252
|
-
// font-family: var(--sh5-font-family);
|
|
1253
|
-
// --default-font-weight: var(--sh5-default-font-weight);
|
|
1254
|
-
// font-weight: var(--default-font-weight);
|
|
1255
|
-
|
|
1256
|
-
// strong,
|
|
1257
|
-
// b {
|
|
1258
|
-
// font-weight: var(--sh5-bold-font-weight);
|
|
1259
|
-
// }
|
|
1260
|
-
|
|
1261
|
-
// font-size: clamp(
|
|
1262
|
-
// var(--sh-xs-font-size-min-mobile, 10px),
|
|
1263
|
-
// core-functions-v3.fontSize(var(--sh-xs-mobile)),
|
|
1264
|
-
// var(--sh-xs-font-size-max-mobile, 180px)
|
|
1265
|
-
// );
|
|
1266
|
-
|
|
1267
|
-
// @include device(breakpoints.$tabPortrait) {
|
|
1268
|
-
// font-size: clamp(
|
|
1269
|
-
// var(--sh-xs-font-size-min-mobile, 10px),
|
|
1270
|
-
// core-functions-v3.fontSize(var(--sh-xs-portrait)),
|
|
1271
|
-
// var(--sh-xs-font-size-max-mobile, 180px)
|
|
1272
|
-
// );
|
|
1273
|
-
// }
|
|
1274
|
-
|
|
1275
|
-
// @include device(breakpoints.$tabLandscape) {
|
|
1276
|
-
// font-size: clamp(
|
|
1277
|
-
// var(--sh-xs-font-size-min-desktop, 10px),
|
|
1278
|
-
// core-functions-v3.fontSize(var(--sh-xs-landscape)),
|
|
1279
|
-
// var(--sh-xs-font-size-max-desktop, 180px)
|
|
1280
|
-
// );
|
|
1281
|
-
// }
|
|
1282
|
-
|
|
1283
|
-
// @include device(breakpoints.$desktop) {
|
|
1284
|
-
// @include sh-x-small-size();
|
|
1285
|
-
// }
|
|
1286
|
-
// }
|
|
1287
|
-
// @mixin sh-xx-small-size {
|
|
1288
|
-
// font-size: clamp(
|
|
1289
|
-
// var(--sh-xxs-font-size-min-desktop, 10px),
|
|
1290
|
-
// core-functions-v3.fontSize(var(--sh-xxs-desktop)),
|
|
1291
|
-
// var(--sh-xxs-font-size-max-desktop, 180px)
|
|
1292
|
-
// );
|
|
1293
|
-
// }
|
|
1294
|
-
// @mixin sh-xx-small {
|
|
1295
|
-
// letter-spacing: var(--sh6-letter-spacing);
|
|
1296
|
-
// line-height: var(--sh6-line-height);
|
|
1297
|
-
// font-family: var(--sh6-font-family);
|
|
1298
|
-
// --default-font-weight: var(--sh6-default-font-weight);
|
|
1299
|
-
// font-weight: var(--default-font-weight);
|
|
1300
|
-
|
|
1301
|
-
// strong,
|
|
1302
|
-
// b {
|
|
1303
|
-
// font-weight: var(--sh6-bold-font-weight);
|
|
1304
|
-
// }
|
|
1305
|
-
|
|
1306
|
-
// font-size: clamp(
|
|
1307
|
-
// var(--sh-xxs-font-size-min-mobile, 10px),
|
|
1308
|
-
// core-functions-v3.fontSize(var(--sh-xxs-mobile)),
|
|
1309
|
-
// var(--sh-xxs-font-size-max-mobile, 180px)
|
|
1310
|
-
// );
|
|
1311
|
-
|
|
1312
|
-
// @include device(breakpoints.$tabPortrait) {
|
|
1313
|
-
// font-size: clamp(
|
|
1314
|
-
// var(--sh-xxs-font-size-min-mobile, 10px),
|
|
1315
|
-
// core-functions-v3.fontSize(var(--sh-xxs-portrait)),
|
|
1316
|
-
// var(--sh-xxs-font-size-max-mobile, 180px)
|
|
1317
|
-
// );
|
|
1318
|
-
// }
|
|
1319
|
-
|
|
1320
|
-
// @include device(breakpoints.$tabLandscape) {
|
|
1321
|
-
// font-size: clamp(
|
|
1322
|
-
// var(--sh-xxs-font-size-min-desktop, 10px),
|
|
1323
|
-
// core-functions-v3.fontSize(var(--sh-xxs-landscape)),
|
|
1324
|
-
// var(--sh-xxs-font-size-max-desktop, 180px)
|
|
1325
|
-
// );
|
|
1326
|
-
// }
|
|
1327
|
-
|
|
1328
|
-
// @include device(breakpoints.$desktop) {
|
|
1329
|
-
// @include sh-xx-small-size();
|
|
1330
|
-
// }
|
|
1331
|
-
// }
|
|
1332
|
-
// @mixin p-l-size {
|
|
1333
|
-
// font-size: clamp(
|
|
1334
|
-
// var(--p-l-font-size-min-desktop, 10px),
|
|
1335
|
-
// core-functions-v3.fontSize(var(--p-l-desktop)),
|
|
1336
|
-
// var(--p-l-font-size-max-desktop, 180px)
|
|
1337
|
-
// );
|
|
1338
|
-
// }
|
|
1339
|
-
// @mixin p-l {
|
|
1340
|
-
// line-height: var(--paragraph-line-height);
|
|
1341
|
-
// letter-spacing: var(--paragraph-letter-spacing);
|
|
1342
|
-
// font-family: var(--paragraph-font-family);
|
|
1343
|
-
|
|
1344
|
-
// strong,
|
|
1345
|
-
// b {
|
|
1346
|
-
// font-weight: var(--paragraph-bold-font-weight);
|
|
1347
|
-
// }
|
|
1348
|
-
|
|
1349
|
-
// &:has(.font-tertiary) {
|
|
1350
|
-
// line-height: calc(
|
|
1351
|
-
// var(--paragraph-line-height) *
|
|
1352
|
-
// var(--global-line-height-multiplier-tertiary)
|
|
1353
|
-
// );
|
|
1354
|
-
// }
|
|
1355
|
-
|
|
1356
|
-
// em {
|
|
1357
|
-
// font-style: italic;
|
|
1358
|
-
// }
|
|
1359
|
-
|
|
1360
|
-
// font-size: clamp(
|
|
1361
|
-
// var(--p-l-font-size-min-mobile, 10px),
|
|
1362
|
-
// core-functions-v3.fontSize(var(--p-l-mobile), 'mobile'),
|
|
1363
|
-
// var(--p-l-font-size-max-mobile, 180px)
|
|
1364
|
-
// );
|
|
1365
|
-
|
|
1366
|
-
// @include device(breakpoints.$tabPortrait) {
|
|
1367
|
-
// font-size: clamp(
|
|
1368
|
-
// var(--p-l-font-size-min-mobile, 10px),
|
|
1369
|
-
// core-functions-v3.fontSize(var(--p-l-portrait), 'portrait'),
|
|
1370
|
-
// var(--p-l-font-size-max-mobile, 180px)
|
|
1371
|
-
// );
|
|
1372
|
-
// }
|
|
1373
|
-
|
|
1374
|
-
// @include device(breakpoints.$tabLandscape) {
|
|
1375
|
-
// font-size: clamp(
|
|
1376
|
-
// var(--p-l-font-size-min-desktop, 10px),
|
|
1377
|
-
// core-functions-v3.fontSize(var(--p-l-landscape), 'landscape'),
|
|
1378
|
-
// var(--p-l-font-size-max-desktop, 180px)
|
|
1379
|
-
// );
|
|
1380
|
-
// }
|
|
1381
|
-
|
|
1382
|
-
// @include device(breakpoints.$desktop) {
|
|
1383
|
-
// @include p-l-size();
|
|
1384
|
-
// }
|
|
1385
|
-
// }
|
|
1386
|
-
// @mixin p-size {
|
|
1387
|
-
// font-size: clamp(
|
|
1388
|
-
// var(--p-m-font-size-min-desktop, 10px),
|
|
1389
|
-
// core-functions-v3.fontSize(var(--p-m-desktop)),
|
|
1390
|
-
// var(--p-m-font-size-max-desktop, 180px)
|
|
1391
|
-
// );
|
|
1392
|
-
// }
|
|
1393
|
-
// @mixin p-size {
|
|
1394
|
-
// font-size: clamp(
|
|
1395
|
-
// var(--p-font-size-min-desktop, 10px),
|
|
1396
|
-
// core-functions-v3.fontSize(var(--p-desktop)),
|
|
1397
|
-
// var(--p-font-size-max-desktop, 180px)
|
|
1398
|
-
// );
|
|
1399
|
-
// }
|
|
1400
|
-
// @mixin p {
|
|
1401
|
-
// line-height: var(--paragraph-line-height);
|
|
1402
|
-
// letter-spacing: var(--paragraph-letter-spacing);
|
|
1403
|
-
// font-family: var(--paragraph-font-family);
|
|
1404
|
-
// --default-font-weight: var(--paragraph-default-font-weight);
|
|
1405
|
-
// font-weight: var(--default-font-weight);
|
|
1406
|
-
|
|
1407
|
-
// strong,
|
|
1408
|
-
// b {
|
|
1409
|
-
// font-weight: var(--paragraph-bold-font-weight);
|
|
1410
|
-
// }
|
|
1411
|
-
|
|
1412
|
-
// &:has(.font-tertiary) {
|
|
1413
|
-
// line-height: calc(
|
|
1414
|
-
// var(--paragraph-line-height) *
|
|
1415
|
-
// var(--global-line-height-multiplier-tertiary)
|
|
1416
|
-
// );
|
|
1417
|
-
// }
|
|
1418
|
-
|
|
1419
|
-
// em {
|
|
1420
|
-
// font-style: italic;
|
|
1421
|
-
// }
|
|
1422
|
-
|
|
1423
|
-
// font-size: clamp(
|
|
1424
|
-
// var(--p-font-size-min-mobile, 10px),
|
|
1425
|
-
// core-functions-v3.fontSize(var(--p-mobile), 'mobile'),
|
|
1426
|
-
// var(--p-font-size-max-mobile, 180px)
|
|
1427
|
-
// );
|
|
1428
|
-
|
|
1429
|
-
// @include device(breakpoints.$tabPortrait) {
|
|
1430
|
-
// font-size: clamp(
|
|
1431
|
-
// var(--p-font-size-min-mobile, 10px),
|
|
1432
|
-
// core-functions-v3.fontSize(var(--p-portrait), 'portrait'),
|
|
1433
|
-
// var(--p-font-size-max-mobile, 180px)
|
|
1434
|
-
// );
|
|
1435
|
-
// }
|
|
1436
|
-
|
|
1437
|
-
// @include device(breakpoints.$tabLandscape) {
|
|
1438
|
-
// font-size: clamp(
|
|
1439
|
-
// var(--p-font-size-min-desktop, 10px),
|
|
1440
|
-
// core-functions-v3.fontSize(var(--p-landscape), 'landscape'),
|
|
1441
|
-
// var(--p-font-size-max-desktop, 180px)
|
|
1442
|
-
// );
|
|
1443
|
-
// }
|
|
1444
|
-
|
|
1445
|
-
// @include device(breakpoints.$desktop) {
|
|
1446
|
-
// @include p-size();
|
|
1447
|
-
// }
|
|
1448
|
-
// }
|
|
1449
|
-
// @mixin p-s-size {
|
|
1450
|
-
// font-size: clamp(
|
|
1451
|
-
// var(--p-s-font-size-min-desktop, 10px),
|
|
1452
|
-
// core-functions-v3.fontSize(var(--p-s-desktop)),
|
|
1453
|
-
// var(--p-s-font-size-max-desktop, 180px)
|
|
1454
|
-
// );
|
|
1455
|
-
// }
|
|
1456
|
-
// @mixin p-s {
|
|
1457
|
-
// line-height: var(--paragraph-line-height);
|
|
1458
|
-
// letter-spacing: var(--paragraph-letter-spacing);
|
|
1459
|
-
// font-family: var(--paragraph-font-family);
|
|
1460
|
-
|
|
1461
|
-
// strong,
|
|
1462
|
-
// b {
|
|
1463
|
-
// font-weight: var(--paragraph-bold-font-weight);
|
|
1464
|
-
// }
|
|
1465
|
-
|
|
1466
|
-
// &:has(.font-tertiary) {
|
|
1467
|
-
// line-height: calc(
|
|
1468
|
-
// var(--paragraph-line-height) *
|
|
1469
|
-
// var(--global-line-height-multiplier-tertiary)
|
|
1470
|
-
// );
|
|
1471
|
-
// }
|
|
1472
|
-
|
|
1473
|
-
// em {
|
|
1474
|
-
// font-style: italic;
|
|
1475
|
-
// }
|
|
1476
|
-
|
|
1477
|
-
// font-size: clamp(
|
|
1478
|
-
// var(--p-s-font-size-min-mobile, 10px),
|
|
1479
|
-
// core-functions-v3.fontSize(var(--p-s-mobile), 'mobile'),
|
|
1480
|
-
// var(--p-s-font-size-max-mobile, 180px)
|
|
1481
|
-
// );
|
|
1482
|
-
|
|
1483
|
-
// @include device(breakpoints.$tabPortrait) {
|
|
1484
|
-
// font-size: clamp(
|
|
1485
|
-
// var(--p-s-font-size-min-mobile, 10px),
|
|
1486
|
-
// core-functions-v3.fontSize(var(--p-s-portrait), 'portrait'),
|
|
1487
|
-
// var(--p-s-font-size-max-mobile, 180px)
|
|
1488
|
-
// );
|
|
1489
|
-
// }
|
|
1490
|
-
|
|
1491
|
-
// @include device(breakpoints.$tabLandscape) {
|
|
1492
|
-
// font-size: clamp(
|
|
1493
|
-
// var(--p-s-font-size-min-desktop, 10px),
|
|
1494
|
-
// core-functions-v3.fontSize(var(--p-s-landscape), 'landscape'),
|
|
1495
|
-
// var(--p-s-font-size-max-desktop, 180px)
|
|
1496
|
-
// );
|
|
1497
|
-
// }
|
|
1498
|
-
|
|
1499
|
-
// @include device(breakpoints.$desktop) {
|
|
1500
|
-
// @include p-s-size();
|
|
1501
|
-
// }
|
|
1502
|
-
// }
|
|
1503
|
-
// @mixin p-xs-size {
|
|
1504
|
-
// font-size: clamp(
|
|
1505
|
-
// var(--p-xs-font-size-min-desktop, 10px),
|
|
1506
|
-
// core-functions-v3.fontSize(var(--p-xs-desktop)),
|
|
1507
|
-
// var(--p-xs-font-size-max-desktop, 180px)
|
|
1508
|
-
// );
|
|
1509
|
-
// }
|
|
1510
|
-
// @mixin p-xs {
|
|
1511
|
-
// line-height: var(--paragraph-line-height);
|
|
1512
|
-
// letter-spacing: var(--paragraph-letter-spacing);
|
|
1513
|
-
// font-family: var(--paragraph-font-family);
|
|
1514
|
-
|
|
1515
|
-
// strong,
|
|
1516
|
-
// b {
|
|
1517
|
-
// font-weight: var(--paragraph-bold-font-weight);
|
|
1518
|
-
// }
|
|
1519
|
-
|
|
1520
|
-
// &:has(.font-tertiary) {
|
|
1521
|
-
// line-height: calc(
|
|
1522
|
-
// var(--paragraph-line-height) *
|
|
1523
|
-
// var(--global-line-height-multiplier-tertiary)
|
|
1524
|
-
// );
|
|
1525
|
-
// }
|
|
1526
|
-
|
|
1527
|
-
// em {
|
|
1528
|
-
// font-style: italic;
|
|
1529
|
-
// }
|
|
1530
|
-
|
|
1531
|
-
// font-size: clamp(
|
|
1532
|
-
// var(--p-xs-font-size-min-mobile, 10px),
|
|
1533
|
-
// core-functions-v3.fontSize(var(--p-xs-mobile)),
|
|
1534
|
-
// var(--p-xs-font-size-max-mobile, 180px)
|
|
1535
|
-
// );
|
|
1536
|
-
|
|
1537
|
-
// @include device(breakpoints.$tabPortrait) {
|
|
1538
|
-
// font-size: clamp(
|
|
1539
|
-
// var(--p-xs-font-size-min-mobile, 10px),
|
|
1540
|
-
// core-functions-v3.fontSize(var(--p-xs-portrait)),
|
|
1541
|
-
// var(--p-xs-font-size-max-mobile, 180px)
|
|
1542
|
-
// );
|
|
1543
|
-
// }
|
|
1544
|
-
|
|
1545
|
-
// @include device(breakpoints.$tabLandscape) {
|
|
1546
|
-
// font-size: clamp(
|
|
1547
|
-
// var(--p-xs-font-size-min-desktop, 10px),
|
|
1548
|
-
// core-functions-v3.fontSize(var(--p-xs-landscape)),
|
|
1549
|
-
// var(--p-xs-font-size-max-desktop, 180px)
|
|
1550
|
-
// );
|
|
1551
|
-
// }
|
|
1552
|
-
|
|
1553
|
-
// @include device(breakpoints.$desktop) {
|
|
1554
|
-
// @include p-xs-size();
|
|
1555
|
-
// }
|
|
1556
|
-
// }
|
|
1557
|
-
// @mixin p-xs-size {
|
|
1558
|
-
// font-size: clamp(
|
|
1559
|
-
// var(--p-xs-font-size-min-desktop, 10px),
|
|
1560
|
-
// core-functions-v3.fontSize(var(--p-xs-desktop)),
|
|
1561
|
-
// var(--p-xs-font-size-max-desktop, 180px)
|
|
1562
|
-
// );
|
|
1563
|
-
// }
|
|
1564
|
-
// @mixin p-xs {
|
|
1565
|
-
// line-height: var(--paragraph-line-height);
|
|
1566
|
-
// letter-spacing: var(--paragraph-letter-spacing);
|
|
1567
|
-
// font-family: var(--paragraph-font-family);
|
|
1568
|
-
|
|
1569
|
-
// strong,
|
|
1570
|
-
// b {
|
|
1571
|
-
// font-weight: var(--paragraph-bold-font-weight);
|
|
1572
|
-
// }
|
|
1573
|
-
|
|
1574
|
-
// &:has(.font-tertiary) {
|
|
1575
|
-
// line-height: calc(
|
|
1576
|
-
// var(--paragraph-line-height) *
|
|
1577
|
-
// var(--global-line-height-multiplier-tertiary)
|
|
1578
|
-
// );
|
|
1579
|
-
// }
|
|
1580
|
-
|
|
1581
|
-
// em {
|
|
1582
|
-
// font-style: italic;
|
|
1583
|
-
// }
|
|
1584
|
-
|
|
1585
|
-
// font-size: clamp(
|
|
1586
|
-
// var(--p-xs-font-size-min-mobile, 10px),
|
|
1587
|
-
// core-functions-v3.fontSize(var(--p-xs-mobile)),
|
|
1588
|
-
// var(--p-xs-font-size-max-mobile, 180px)
|
|
1589
|
-
// );
|
|
1590
|
-
|
|
1591
|
-
// @include device(breakpoints.$tabPortrait) {
|
|
1592
|
-
// font-size: clamp(
|
|
1593
|
-
// var(--p-xs-font-size-min-mobile, 10px),
|
|
1594
|
-
// core-functions-v3.fontSize(var(--p-xs-portrait)),
|
|
1595
|
-
// var(--p-xs-font-size-max-mobile, 180px)
|
|
1596
|
-
// );
|
|
1597
|
-
// }
|
|
1598
|
-
|
|
1599
|
-
// @include device(breakpoints.$tabLandscape) {
|
|
1600
|
-
// font-size: clamp(
|
|
1601
|
-
// var(--p-xs-font-size-min-desktop, 10px),
|
|
1602
|
-
// core-functions-v3.fontSize(var(--p-xs-landscape)),
|
|
1603
|
-
// var(--p-xs-font-size-max-desktop, 180px)
|
|
1604
|
-
// );
|
|
1605
|
-
// }
|
|
1606
|
-
|
|
1607
|
-
// @include device(breakpoints.$desktop) {
|
|
1608
|
-
// @include p-xs-size();
|
|
1609
|
-
// }
|
|
1610
|
-
// }
|
|
1611
|
-
// @mixin p-xxs-size {
|
|
1612
|
-
// font-size: clamp(
|
|
1613
|
-
// var(--p-xxs-font-size-min-desktop, 10px),
|
|
1614
|
-
// core-functions-v3.fontSize(var(--p-xxs-desktop)),
|
|
1615
|
-
// var(--p-xxs-font-size-max-desktop, 180px)
|
|
1616
|
-
// );
|
|
1617
|
-
// }
|
|
1618
|
-
// @mixin p-xxs {
|
|
1619
|
-
// line-height: var(--paragraph-line-height);
|
|
1620
|
-
// letter-spacing: var(--paragraph-letter-spacing);
|
|
1621
|
-
// font-family: var(--paragraph-font-family);
|
|
1622
|
-
|
|
1623
|
-
// strong,
|
|
1624
|
-
// b {
|
|
1625
|
-
// font-weight: var(--paragraph-bold-font-weight);
|
|
1626
|
-
// }
|
|
1627
|
-
|
|
1628
|
-
// &:has(.font-tertiary) {
|
|
1629
|
-
// line-height: calc(
|
|
1630
|
-
// var(--paragraph-line-height) *
|
|
1631
|
-
// var(--global-line-height-multiplier-tertiary)
|
|
1632
|
-
// );
|
|
1633
|
-
// }
|
|
1634
|
-
|
|
1635
|
-
// em {
|
|
1636
|
-
// font-style: italic;
|
|
1637
|
-
// }
|
|
1638
|
-
|
|
1639
|
-
// font-size: clamp(
|
|
1640
|
-
// var(--p-xxs-font-size-min-mobile, 10px),
|
|
1641
|
-
// core-functions-v3.fontSize(var(--p-xxs-mobile)),
|
|
1642
|
-
// var(--p-xxs-font-size-max-mobile, 180px)
|
|
1643
|
-
// );
|
|
1644
|
-
|
|
1645
|
-
// @include device(breakpoints.$tabPortrait) {
|
|
1646
|
-
// font-size: clamp(
|
|
1647
|
-
// var(--p-xxs-font-size-min-mobile, 10px),
|
|
1648
|
-
// core-functions-v3.fontSize(var(--p-xxs-portrait)),
|
|
1649
|
-
// var(--p-xxs-font-size-max-mobile, 180px)
|
|
1650
|
-
// );
|
|
1651
|
-
// }
|
|
1652
|
-
|
|
1653
|
-
// @include device(breakpoints.$tabLandscape) {
|
|
1654
|
-
// font-size: clamp(
|
|
1655
|
-
// var(--p-xxs-font-size-min-desktop, 10px),
|
|
1656
|
-
// core-functions-v3.fontSize(var(--p-xxs-landscape)),
|
|
1657
|
-
// var(--p-xxs-font-size-max-desktop, 180px)
|
|
1658
|
-
// );
|
|
1659
|
-
// }
|
|
1660
|
-
|
|
1661
|
-
// @include device(breakpoints.$desktop) {
|
|
1662
|
-
// @include p-xxs-size();
|
|
1663
|
-
// }
|
|
1664
|
-
// }
|
|
1665
|
-
// @mixin p-xxxs-size {
|
|
1666
|
-
// font-size: clamp(
|
|
1667
|
-
// var(--p-xxxs-font-size-min-desktop, 10px),
|
|
1668
|
-
// core-functions-v3.fontSize(var(--p-xxxs-desktop)),
|
|
1669
|
-
// var(--p-xxxs-font-size-max-desktop, 180px)
|
|
1670
|
-
// );
|
|
1671
|
-
// }
|
|
1672
|
-
// @mixin p-xxxs {
|
|
1673
|
-
// line-height: var(--paragraph-line-height);
|
|
1674
|
-
// letter-spacing: var(--paragraph-letter-spacing);
|
|
1675
|
-
// font-family: var(--paragraph-font-family);
|
|
1676
|
-
|
|
1677
|
-
// strong,
|
|
1678
|
-
// b {
|
|
1679
|
-
// font-weight: var(--paragraph-bold-font-weight);
|
|
1680
|
-
// }
|
|
1681
|
-
|
|
1682
|
-
// &:has(.font-tertiary) {
|
|
1683
|
-
// line-height: calc(
|
|
1684
|
-
// var(--paragraph-line-height) *
|
|
1685
|
-
// var(--global-line-height-multiplier-tertiary)
|
|
1686
|
-
// );
|
|
1687
|
-
// }
|
|
1688
|
-
|
|
1689
|
-
// em {
|
|
1690
|
-
// font-style: italic;
|
|
1691
|
-
// }
|
|
1692
|
-
|
|
1693
|
-
// font-size: clamp(
|
|
1694
|
-
// var(--p-xxxs-font-size-min-mobile, 10px),
|
|
1695
|
-
// core-functions-v3.fontSize(var(--p-xxxs-mobile)),
|
|
1696
|
-
// var(--p-xxxs-font-size-max-mobile, 180px)
|
|
1697
|
-
// );
|
|
1698
|
-
|
|
1699
|
-
// @include device(breakpoints.$tabPortrait) {
|
|
1700
|
-
// font-size: clamp(
|
|
1701
|
-
// var(--p-xxxs-font-size-min-mobile, 10px),
|
|
1702
|
-
// core-functions-v3.fontSize(var(--p-xxxs-portrait)),
|
|
1703
|
-
// var(--p-xxxs-font-size-max-mobile, 180px)
|
|
1704
|
-
// );
|
|
1705
|
-
// }
|
|
1706
|
-
|
|
1707
|
-
// @include device(breakpoints.$tabLandscape) {
|
|
1708
|
-
// font-size: clamp(
|
|
1709
|
-
// var(--p-xxxs-font-size-min-desktop, 10px),
|
|
1710
|
-
// core-functions-v3.fontSize(var(--p-xxxs-landscape)),
|
|
1711
|
-
// var(--p-xxxs-font-size-max-desktop, 180px)
|
|
1712
|
-
// );
|
|
1713
|
-
// }
|
|
1714
|
-
|
|
1715
|
-
// @include device(breakpoints.$desktop) {
|
|
1716
|
-
// @include p-xxxs-size();
|
|
1717
|
-
// }
|
|
1718
|
-
// }
|
|
1719
|
-
// @mixin fontPrimary() {
|
|
1720
|
-
// font-family: var(--primary-font-family), sans-serif;
|
|
1721
|
-
// --font-size-multiplier: var(--global-font-multiplier-primary);
|
|
1722
|
-
// }
|
|
1723
|
-
// @mixin fontSecondary() {
|
|
1724
|
-
// font-family: var(--secondary-font-family), sans-serif;
|
|
1725
|
-
// --font-size-multiplier: var(--global-font-multiplier-secondary);
|
|
1726
|
-
// }
|
|
1727
|
-
// @mixin fontTertiary() {
|
|
1728
|
-
// font-family: var(--tertiary-font-family), sans-serif;
|
|
1729
|
-
// --font-size-multiplier: var(--global-font-multiplier-tertiary);
|
|
1730
|
-
// }
|
|
1731
|
-
// @mixin fontQuaternary() {
|
|
1732
|
-
// font-family: var(--quaternary-font-family), sans-serif;
|
|
1733
|
-
// --font-size-multiplier: var(--global-font-multiplier-quaternary);
|
|
1734
|
-
// }
|