@marioschmidt/design-system-tokens 1.0.23 → 1.0.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/android/brands/advertorial/sizeclass-compact/typography_styles.xml +430 -430
- package/dist/android/brands/advertorial/sizeclass-regular/typography_styles.xml +431 -431
- package/dist/android/brands/bild/sizeclass-compact/typography_styles.xml +436 -436
- package/dist/android/brands/bild/sizeclass-regular/typography_styles.xml +434 -434
- package/dist/android/brands/sportbild/sizeclass-compact/typography_styles.xml +442 -442
- package/dist/android/brands/sportbild/sizeclass-regular/typography_styles.xml +442 -442
- package/dist/css/brands/advertorial/density/density-compact.css +1 -1
- package/dist/css/brands/advertorial/density/density-default.css +1 -1
- package/dist/css/brands/advertorial/density/density-spacious.css +1 -1
- package/dist/css/brands/advertorial/overrides/brandtokenmapping.css +494 -494
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.css +773 -773
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.css +773 -773
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.css +773 -773
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.css +773 -773
- package/dist/css/brands/advertorial/semantic/effects/effects-dark.css +23 -23
- package/dist/css/brands/advertorial/semantic/effects/effects-light.css +23 -23
- package/dist/css/brands/advertorial/semantic/typography/typography-lg.css +626 -626
- package/dist/css/brands/advertorial/semantic/typography/typography-md.css +627 -627
- package/dist/css/brands/advertorial/semantic/typography/typography-sm.css +624 -624
- package/dist/css/brands/advertorial/semantic/typography/typography-xs.css +624 -624
- package/dist/css/brands/bild/density/density-compact.css +1 -1
- package/dist/css/brands/bild/density/density-default.css +1 -1
- package/dist/css/brands/bild/density/density-spacious.css +1 -1
- package/dist/css/brands/bild/overrides/brandcolormapping.css +140 -140
- package/dist/css/brands/bild/overrides/brandtokenmapping.css +494 -494
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +773 -773
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-md-600px.css +773 -773
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.css +773 -773
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-xs-320px.css +773 -773
- package/dist/css/brands/bild/semantic/color/colormode-dark.css +385 -385
- package/dist/css/brands/bild/semantic/color/colormode-light.css +385 -385
- package/dist/css/brands/bild/semantic/effects/effects-dark.css +23 -23
- package/dist/css/brands/bild/semantic/effects/effects-light.css +23 -23
- package/dist/css/brands/bild/semantic/typography/typography-lg.css +637 -637
- package/dist/css/brands/bild/semantic/typography/typography-md.css +632 -632
- package/dist/css/brands/bild/semantic/typography/typography-sm.css +632 -632
- package/dist/css/brands/bild/semantic/typography/typography-xs.css +633 -633
- package/dist/css/brands/sportbild/density/density-compact.css +1 -1
- package/dist/css/brands/sportbild/density/density-default.css +1 -1
- package/dist/css/brands/sportbild/density/density-spacious.css +1 -1
- package/dist/css/brands/sportbild/overrides/brandcolormapping.css +140 -140
- package/dist/css/brands/sportbild/overrides/brandtokenmapping.css +494 -494
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +773 -773
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.css +773 -773
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.css +773 -773
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.css +773 -773
- package/dist/css/brands/sportbild/semantic/color/colormode-dark.css +385 -385
- package/dist/css/brands/sportbild/semantic/color/colormode-light.css +385 -385
- package/dist/css/brands/sportbild/semantic/effects/effects-dark.css +23 -23
- package/dist/css/brands/sportbild/semantic/effects/effects-light.css +23 -23
- package/dist/css/brands/sportbild/semantic/typography/typography-lg.css +632 -632
- package/dist/css/brands/sportbild/semantic/typography/typography-md.css +631 -631
- package/dist/css/brands/sportbild/semantic/typography/typography-sm.css +631 -631
- package/dist/css/brands/sportbild/semantic/typography/typography-xs.css +631 -631
- package/dist/css/shared/colorprimitive.css +97 -97
- package/dist/css/shared/fontprimitive.css +22 -22
- package/dist/css/shared/sizeprimitive.css +1 -1
- package/dist/css/shared/spaceprimitive.css +1 -1
- package/dist/flutter/brands/advertorial/overrides/brandtokenmapping.dart +291 -291
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +635 -635
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.dart +635 -635
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.dart +635 -635
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.dart +635 -635
- package/dist/flutter/brands/advertorial/semantic/effects/effects-dark.dart +186 -15
- package/dist/flutter/brands/advertorial/semantic/effects/effects-light.dart +186 -15
- package/dist/flutter/brands/advertorial/semantic/typography/typography-lg.dart +1060 -138
- package/dist/flutter/brands/advertorial/semantic/typography/typography-md.dart +1059 -137
- package/dist/flutter/brands/advertorial/semantic/typography/typography-sm.dart +1060 -138
- package/dist/flutter/brands/advertorial/semantic/typography/typography-xs.dart +1059 -137
- package/dist/flutter/brands/bild/overrides/brandcolormapping.dart +91 -91
- package/dist/flutter/brands/bild/overrides/brandtokenmapping.dart +291 -291
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +635 -635
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-md-600px.dart +635 -635
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.dart +635 -635
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-xs-320px.dart +635 -635
- package/dist/flutter/brands/bild/semantic/color/colormode-dark.dart +389 -389
- package/dist/flutter/brands/bild/semantic/color/colormode-light.dart +389 -389
- package/dist/flutter/brands/bild/semantic/effects/effects-dark.dart +186 -15
- package/dist/flutter/brands/bild/semantic/effects/effects-light.dart +186 -15
- package/dist/flutter/brands/bild/semantic/typography/typography-lg.dart +1060 -138
- package/dist/flutter/brands/bild/semantic/typography/typography-md.dart +1059 -137
- package/dist/flutter/brands/bild/semantic/typography/typography-sm.dart +1060 -138
- package/dist/flutter/brands/bild/semantic/typography/typography-xs.dart +1059 -137
- package/dist/flutter/brands/sportbild/overrides/brandcolormapping.dart +91 -91
- package/dist/flutter/brands/sportbild/overrides/brandtokenmapping.dart +291 -291
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +635 -635
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.dart +635 -635
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.dart +635 -635
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.dart +635 -635
- package/dist/flutter/brands/sportbild/semantic/color/colormode-dark.dart +389 -389
- package/dist/flutter/brands/sportbild/semantic/color/colormode-light.dart +389 -389
- package/dist/flutter/brands/sportbild/semantic/effects/effects-dark.dart +186 -15
- package/dist/flutter/brands/sportbild/semantic/effects/effects-light.dart +186 -15
- package/dist/flutter/brands/sportbild/semantic/typography/typography-lg.dart +1060 -138
- package/dist/flutter/brands/sportbild/semantic/typography/typography-md.dart +1059 -137
- package/dist/flutter/brands/sportbild/semantic/typography/typography-sm.dart +1060 -138
- package/dist/flutter/brands/sportbild/semantic/typography/typography-xs.dart +1059 -137
- package/dist/flutter/shared/colorprimitive.dart +82 -82
- package/dist/flutter/shared/fontprimitive.dart +21 -21
- package/dist/ios/brands/advertorial/overrides/Brandtokenmapping.swift +291 -291
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointLg1024pxRegular.swift +635 -635
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointMd600px.swift +635 -635
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointSm390pxCompact.swift +635 -635
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointXs320px.swift +635 -635
- package/dist/ios/brands/advertorial/semantic/effects/EffectsDark.swift +48 -16
- package/dist/ios/brands/advertorial/semantic/effects/EffectsLight.swift +48 -16
- package/dist/ios/brands/advertorial/sizeclass-compact/Typography.swift +200 -200
- package/dist/ios/brands/advertorial/sizeclass-regular/Typography.swift +200 -200
- package/dist/ios/brands/bild/overrides/Brandcolormapping.swift +91 -91
- package/dist/ios/brands/bild/overrides/Brandtokenmapping.swift +291 -291
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointLg1024pxRegular.swift +635 -635
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointMd600px.swift +635 -635
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointSm390pxCompact.swift +635 -635
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointXs320px.swift +635 -635
- package/dist/ios/brands/bild/semantic/color/ColormodeDark.swift +389 -389
- package/dist/ios/brands/bild/semantic/color/ColormodeLight.swift +389 -389
- package/dist/ios/brands/bild/semantic/effects/EffectsDark.swift +48 -16
- package/dist/ios/brands/bild/semantic/effects/EffectsLight.swift +48 -16
- package/dist/ios/brands/bild/sizeclass-compact/Typography.swift +200 -200
- package/dist/ios/brands/bild/sizeclass-regular/Typography.swift +200 -200
- package/dist/ios/brands/sportbild/overrides/Brandcolormapping.swift +91 -91
- package/dist/ios/brands/sportbild/overrides/Brandtokenmapping.swift +291 -291
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointLg1024pxRegular.swift +635 -635
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointMd600px.swift +635 -635
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointSm390pxCompact.swift +635 -635
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointXs320px.swift +635 -635
- package/dist/ios/brands/sportbild/semantic/color/ColormodeDark.swift +389 -389
- package/dist/ios/brands/sportbild/semantic/color/ColormodeLight.swift +389 -389
- package/dist/ios/brands/sportbild/semantic/effects/EffectsDark.swift +48 -16
- package/dist/ios/brands/sportbild/semantic/effects/EffectsLight.swift +48 -16
- package/dist/ios/brands/sportbild/sizeclass-compact/Typography.swift +200 -200
- package/dist/ios/brands/sportbild/sizeclass-regular/Typography.swift +200 -200
- package/dist/ios/shared/Colorprimitive.swift +82 -82
- package/dist/ios/shared/Fontprimitive.swift +21 -21
- package/dist/js/brands/advertorial/density/density-compact.js +1 -1
- package/dist/js/brands/advertorial/density/density-default.js +1 -1
- package/dist/js/brands/advertorial/density/density-spacious.js +1 -1
- package/dist/js/brands/advertorial/overrides/brandtokenmapping.js +292 -292
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.js +636 -636
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.js +636 -636
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.js +636 -636
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.js +636 -636
- package/dist/js/brands/advertorial/semantic/effects/effects-dark.js +181 -21
- package/dist/js/brands/advertorial/semantic/effects/effects-light.js +181 -21
- package/dist/js/brands/advertorial/semantic/typography/typography-lg.js +892 -254
- package/dist/js/brands/advertorial/semantic/typography/typography-md.js +892 -254
- package/dist/js/brands/advertorial/semantic/typography/typography-sm.js +892 -254
- package/dist/js/brands/advertorial/semantic/typography/typography-xs.js +892 -254
- package/dist/js/brands/bild/density/density-compact.js +1 -1
- package/dist/js/brands/bild/density/density-default.js +1 -1
- package/dist/js/brands/bild/density/density-spacious.js +1 -1
- package/dist/js/brands/bild/overrides/brandcolormapping.js +92 -92
- package/dist/js/brands/bild/overrides/brandtokenmapping.js +292 -292
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +636 -636
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-md-600px.js +636 -636
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.js +636 -636
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-xs-320px.js +636 -636
- package/dist/js/brands/bild/semantic/color/colormode-dark.js +390 -390
- package/dist/js/brands/bild/semantic/color/colormode-light.js +390 -390
- package/dist/js/brands/bild/semantic/effects/effects-dark.js +181 -21
- package/dist/js/brands/bild/semantic/effects/effects-light.js +181 -21
- package/dist/js/brands/bild/semantic/typography/typography-lg.js +892 -254
- package/dist/js/brands/bild/semantic/typography/typography-md.js +892 -254
- package/dist/js/brands/bild/semantic/typography/typography-sm.js +892 -254
- package/dist/js/brands/bild/semantic/typography/typography-xs.js +892 -254
- package/dist/js/brands/sportbild/density/density-compact.js +1 -1
- package/dist/js/brands/sportbild/density/density-default.js +1 -1
- package/dist/js/brands/sportbild/density/density-spacious.js +1 -1
- package/dist/js/brands/sportbild/overrides/brandcolormapping.js +92 -92
- package/dist/js/brands/sportbild/overrides/brandtokenmapping.js +292 -292
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +636 -636
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.js +636 -636
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.js +636 -636
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.js +636 -636
- package/dist/js/brands/sportbild/semantic/color/colormode-dark.js +390 -390
- package/dist/js/brands/sportbild/semantic/color/colormode-light.js +390 -390
- package/dist/js/brands/sportbild/semantic/effects/effects-dark.js +181 -21
- package/dist/js/brands/sportbild/semantic/effects/effects-light.js +181 -21
- package/dist/js/brands/sportbild/semantic/typography/typography-lg.js +892 -254
- package/dist/js/brands/sportbild/semantic/typography/typography-md.js +892 -254
- package/dist/js/brands/sportbild/semantic/typography/typography-sm.js +892 -254
- package/dist/js/brands/sportbild/semantic/typography/typography-xs.js +892 -254
- package/dist/js/shared/colorprimitive.js +83 -83
- package/dist/js/shared/fontprimitive.js +22 -22
- package/dist/js/shared/sizeprimitive.js +1 -1
- package/dist/js/shared/spaceprimitive.js +1 -1
- package/dist/manifest.json +1 -1
- package/dist/scss/brands/advertorial/density/density-compact.scss +1 -1
- package/dist/scss/brands/advertorial/density/density-default.scss +1 -1
- package/dist/scss/brands/advertorial/density/density-spacious.scss +1 -1
- package/dist/scss/brands/advertorial/overrides/brandtokenmapping.scss +292 -292
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +636 -636
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.scss +636 -636
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.scss +636 -636
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.scss +636 -636
- package/dist/scss/brands/bild/density/density-compact.scss +1 -1
- package/dist/scss/brands/bild/density/density-default.scss +1 -1
- package/dist/scss/brands/bild/density/density-spacious.scss +1 -1
- package/dist/scss/brands/bild/overrides/brandcolormapping.scss +92 -92
- package/dist/scss/brands/bild/overrides/brandtokenmapping.scss +292 -292
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +636 -636
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-md-600px.scss +636 -636
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +636 -636
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-xs-320px.scss +636 -636
- package/dist/scss/brands/bild/semantic/color/colormode-dark.scss +390 -390
- package/dist/scss/brands/bild/semantic/color/colormode-light.scss +390 -390
- package/dist/scss/brands/sportbild/density/density-compact.scss +1 -1
- package/dist/scss/brands/sportbild/density/density-default.scss +1 -1
- package/dist/scss/brands/sportbild/density/density-spacious.scss +1 -1
- package/dist/scss/brands/sportbild/overrides/brandcolormapping.scss +92 -92
- package/dist/scss/brands/sportbild/overrides/brandtokenmapping.scss +292 -292
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +636 -636
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.scss +636 -636
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +636 -636
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.scss +636 -636
- package/dist/scss/brands/sportbild/semantic/color/colormode-dark.scss +390 -390
- package/dist/scss/brands/sportbild/semantic/color/colormode-light.scss +390 -390
- package/dist/scss/shared/colorprimitive.scss +83 -83
- package/dist/scss/shared/fontprimitive.scss +22 -22
- package/dist/scss/shared/sizeprimitive.scss +1 -1
- package/dist/scss/shared/spaceprimitive.scss +1 -1
- package/package.json +1 -1
- package/dist/android/res/values/brands/advertorial/semantic/effects/effects-dark.xml +0 -20
- package/dist/android/res/values/brands/advertorial/semantic/effects/effects-light.xml +0 -20
- package/dist/android/res/values/brands/bild/semantic/effects/effects-dark.xml +0 -20
- package/dist/android/res/values/brands/bild/semantic/effects/effects-light.xml +0 -20
- package/dist/android/res/values/brands/sportbild/semantic/effects/effects-dark.xml +0 -20
- package/dist/android/res/values/brands/sportbild/semantic/effects/effects-light.xml +0 -20
- package/dist/scss/brands/advertorial/semantic/effects/effects-dark.scss +0 -56
- package/dist/scss/brands/advertorial/semantic/effects/effects-light.scss +0 -56
- package/dist/scss/brands/advertorial/semantic/typography/typography-lg.scss +0 -459
- package/dist/scss/brands/advertorial/semantic/typography/typography-md.scss +0 -459
- package/dist/scss/brands/advertorial/semantic/typography/typography-sm.scss +0 -459
- package/dist/scss/brands/advertorial/semantic/typography/typography-xs.scss +0 -459
- package/dist/scss/brands/bild/semantic/effects/effects-dark.scss +0 -56
- package/dist/scss/brands/bild/semantic/effects/effects-light.scss +0 -56
- package/dist/scss/brands/bild/semantic/typography/typography-lg.scss +0 -459
- package/dist/scss/brands/bild/semantic/typography/typography-md.scss +0 -459
- package/dist/scss/brands/bild/semantic/typography/typography-sm.scss +0 -459
- package/dist/scss/brands/bild/semantic/typography/typography-xs.scss +0 -459
- package/dist/scss/brands/sportbild/semantic/effects/effects-dark.scss +0 -56
- package/dist/scss/brands/sportbild/semantic/effects/effects-light.scss +0 -56
- package/dist/scss/brands/sportbild/semantic/typography/typography-lg.scss +0 -459
- package/dist/scss/brands/sportbild/semantic/typography/typography-md.scss +0 -459
- package/dist/scss/brands/sportbild/semantic/typography/typography-sm.scss +0 -459
- package/dist/scss/brands/sportbild/semantic/typography/typography-xs.scss +0 -459
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* breakpoint-xs-320px.css
|
|
3
|
-
* Generiert am: 2025-11-
|
|
3
|
+
* Generiert am: 2025-11-25T08:26:26.826Z
|
|
4
4
|
* Nicht manuell bearbeiten!
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -9,12 +9,6 @@
|
|
|
9
9
|
COMPONENT
|
|
10
10
|
============================================ */
|
|
11
11
|
|
|
12
|
-
/* Component - Accordion */
|
|
13
|
-
/**
|
|
14
|
-
* This variable exists specifically for changing the accordion font family across brands. It is subject to review. Bild: GothamXNarrow, SpoBi: Inter, Ads: LucindaGrande
|
|
15
|
-
*/
|
|
16
|
-
--accordion-label-font-family: Lucida Grande;
|
|
17
|
-
|
|
18
12
|
/* Component - Article */
|
|
19
13
|
--aricle-mobile1-col-grid-image-margin-space: 0px;
|
|
20
14
|
/**
|
|
@@ -76,207 +70,45 @@
|
|
|
76
70
|
--article-infobox-inline-space: 16px;
|
|
77
71
|
--article-infobox-stack-space: 16px;
|
|
78
72
|
|
|
79
|
-
/* Component -
|
|
80
|
-
/**
|
|
81
|
-
* This variable is used in the text style dedicated to audio player labels for elapsed time, reproduction speed and short functionality description text. 16 - 16 - 16 - 18
|
|
82
|
-
*/
|
|
83
|
-
--audio-player-font-size: 16px;
|
|
84
|
-
|
|
85
|
-
/* Component - Avatar */
|
|
86
|
-
/**
|
|
87
|
-
* This variable is used on avatar names in article pages. Bild: 16 - 16 - 16 - 18; SpoBi&Ads: 13 - 13 - 13 - 15
|
|
88
|
-
*/
|
|
89
|
-
--avatar-label-font-size: 13px;
|
|
90
|
-
/**
|
|
91
|
-
* This variable is used for setting the size of avatar images in article pages. It references the sizeConstMD variable from the "generic" semantic collection. Its value is 48 across devices.
|
|
92
|
-
*/
|
|
93
|
-
--avatar-article-size: 48px;
|
|
94
|
-
/**
|
|
95
|
-
* 96 - 96 - 130 - 130 This variable is used for controlling the size of the avatar image on author pages.
|
|
96
|
-
*/
|
|
97
|
-
--avatar-author-page-size: 96px;
|
|
98
|
-
/**
|
|
99
|
-
* This variable is used in avatar text styles. It receives values from the Brand Tokens Collection. Bild: GothamXNarrow; SpoBi: Inter; Ads: LucidaGrande
|
|
100
|
-
*/
|
|
101
|
-
--avatar-font-family: Lucida Grande;
|
|
102
|
-
/**
|
|
103
|
-
* This variable is used for controlling the line height of avatar texts. Its values influence the stacking space between avatar texts. 21 - 21 - 21 - 23
|
|
104
|
-
*/
|
|
105
|
-
--avatar-label-line-height: 21px;
|
|
106
|
-
/**
|
|
107
|
-
* This variable is used for setting the inline space between multiple avatars that are horizontally placed in a lane when an article has multiple authors. 16 - 16 - 24 - 24
|
|
108
|
-
*/
|
|
109
|
-
--avatar-lane-gap-space: 16px;
|
|
110
|
-
/**
|
|
111
|
-
* This variable is used for setting the font of avatars on iOS and Android platforms. This is subject to review.
|
|
112
|
-
*/
|
|
113
|
-
--app-avatar-font-family: Lucida Grande;
|
|
114
|
-
|
|
115
|
-
/* Component - Badge */
|
|
116
|
-
/**
|
|
117
|
-
* This space variable is used for creating the top and bottom space between a badge's text label and the surface that the text label is on top of.
|
|
118
|
-
*/
|
|
119
|
-
--badges-inner-stack-space: 2px;
|
|
120
|
-
/**
|
|
121
|
-
* This space variable is used for creating the left and right space between a badge's text label and the badge background surface that the text label is on top of.
|
|
122
|
-
*/
|
|
123
|
-
--badges-inner-inline-space: 4px;
|
|
124
|
-
/**
|
|
125
|
-
* 30 - 30 - 30 - 30 - This variable is used on the Advert rectangular badge that is found above an ad containers.
|
|
126
|
-
*/
|
|
127
|
-
--ad-label-badge-height-size: 30px;
|
|
128
|
-
|
|
129
|
-
/* Component - Breadcrumb */
|
|
130
|
-
/**
|
|
131
|
-
* 15 - 15 - 15 - 12 -- Breadcrumbs have a slightly larger font size on mobile devices compared to when they are rendered on larger desktop devices.
|
|
132
|
-
*/
|
|
133
|
-
--breadcrumb-font-size: 15px;
|
|
134
|
-
--breadcrumb-font-family: Lucida Grande;
|
|
135
|
-
--breadcrumb-arrow-left-inline-space1: 3px;
|
|
136
|
-
--breadcrumb-arrow-right-inline-space2: 5px;
|
|
137
|
-
--breadcrumb-inline-space: 12px;
|
|
138
|
-
/**
|
|
139
|
-
* 15 - 15 - 15 - 12 -- Breadcrumbs have a slightly larger font size on mobile devices compared to when they are rendered on larger desktop devices.
|
|
140
|
-
*/
|
|
141
|
-
--breadcrumb-line-height: 15px;
|
|
142
|
-
--breadcrumb-font-weight: 700;
|
|
143
|
-
--breadcrumb-stack-space: 14px;
|
|
144
|
-
|
|
145
|
-
/* Component - BreakingNews */
|
|
146
|
-
--breaking-news-container-height-size: 56px;
|
|
147
|
-
--breaking-news-badge-upper-title-font-size: 13px;
|
|
148
|
-
--breaking-news-badge-lower-title-font-size: 23px;
|
|
149
|
-
--breaking-news-badge-upper-title-line-height: 13px;
|
|
150
|
-
--breaking-news-badge-lower-title-line-height: 21px;
|
|
151
|
-
--breaking-news-badge-titels-stack-space: 0px;
|
|
152
|
-
--breaking-news-scrolling-text-font-size: 21px;
|
|
153
|
-
--breaking-news-scrolling-text-line-height: 24px;
|
|
154
|
-
--breaking-news-badge-inline-space: 6px;
|
|
155
|
-
|
|
156
|
-
/* Component - Button */
|
|
157
|
-
--button-label-font-size: 15px;
|
|
158
|
-
--button-inline-space: 16px;
|
|
73
|
+
/* Component - _DSysDocs */
|
|
159
74
|
/**
|
|
160
|
-
*
|
|
75
|
+
* Variable used in spacing parameters of bild.design webpage mockups. move to bild.design group maybe
|
|
161
76
|
*/
|
|
162
|
-
--
|
|
163
|
-
--partner-link-button-label-height-size: 48px;
|
|
164
|
-
--button-border-width-size: 2px;
|
|
77
|
+
--bild-design-frame-space: 12px;
|
|
165
78
|
/**
|
|
166
|
-
* This
|
|
79
|
+
* This variable is used on documentation pages. This is an alternative variable to the main container max width variable. 0 - 0 - 68 - 68
|
|
167
80
|
*/
|
|
168
|
-
--
|
|
169
|
-
--
|
|
170
|
-
--button-label-line-height: 15px;
|
|
171
|
-
--button-content-gap-space: 6px;
|
|
172
|
-
--button-stack-space: 6px;
|
|
173
|
-
--button-border-radius: 8px;
|
|
174
|
-
|
|
175
|
-
/* Component - Cards */
|
|
176
|
-
--search-result-card-image-width-size: 216px;
|
|
177
|
-
--search-result-card-image-height-size-stacked: 189px;
|
|
178
|
-
--newsticker-image-card-width-size: 206px;
|
|
179
|
-
|
|
180
|
-
/* Component - Carousel */
|
|
81
|
+
--ds-main-container-space: 0px;
|
|
82
|
+
--dsys-docs-width-size: 320px;
|
|
181
83
|
/**
|
|
182
|
-
* This
|
|
84
|
+
* This variable is used as a max width size for content blocks. For mobile devices this var references the DSysDocsWidthSize var 320 - 750 - 962 - 1024
|
|
183
85
|
*/
|
|
184
|
-
--
|
|
86
|
+
--main-content-stage-size: 320px;
|
|
185
87
|
/**
|
|
186
|
-
* This
|
|
88
|
+
* This variable is used on documentation pages that have an artistic banner at the top of the page that is related to the foundation topic on the page. 80 - 80 -80 - 140
|
|
187
89
|
*/
|
|
188
|
-
--
|
|
189
|
-
--app-epaper-carousel-item-focus-width: 182px;
|
|
190
|
-
--app-epaper-carousel-item-default-width: 144px;
|
|
191
|
-
--app-epaper-carouse-beilage-item-width: 110px;
|
|
192
|
-
--standard-teaser-gallery-teaser-width-web: 145px;
|
|
193
|
-
--standard-teaser-gallery-teaser-width-app: 280px;
|
|
194
|
-
|
|
195
|
-
/* Component - Chips */
|
|
90
|
+
--foundations-banner-height-size: 80px;
|
|
196
91
|
/**
|
|
197
|
-
* This variable is used
|
|
92
|
+
* This variable is used in documentation pages that have small caption or lables along with a UI component documented. 4 - 4 - 6 - 8
|
|
198
93
|
*/
|
|
199
|
-
--
|
|
200
|
-
--
|
|
201
|
-
--chips-stack-space: 8px;
|
|
202
|
-
|
|
203
|
-
/* Component - Datepicker */
|
|
204
|
-
--datepicker-item-day-width-size: 44px;
|
|
205
|
-
--datepicker-item-height-size: 44px;
|
|
206
|
-
--datepicker-item-year-width-size: 77px;
|
|
207
|
-
|
|
208
|
-
/* Component - Drawers */
|
|
209
|
-
--mobile-menu-drawer-stack-space: 20px;
|
|
210
|
-
--mobile-menu-drawer-left-inline-space: 20px;
|
|
211
|
-
--mobile-menu-drawer-right-inline-space: 16px;
|
|
212
|
-
--mobile-menu-drawer-max-width-size: 400px;
|
|
213
|
-
|
|
214
|
-
/* Component - Dropdown */
|
|
215
|
-
--drop-down-border-radius: 4px;
|
|
216
|
-
--drop-down-item-stack-space: 8px;
|
|
217
|
-
--drop-down-item-inline-space: 12px;
|
|
218
|
-
|
|
219
|
-
/* Component - Footer */
|
|
94
|
+
--ds-caption-stack-space0-5x: 4px;
|
|
95
|
+
--ds-caption-stack-space1x: 8px;
|
|
220
96
|
/**
|
|
221
|
-
* This variable is used
|
|
97
|
+
* This variable is used only for this design system's component tests.
|
|
222
98
|
*/
|
|
223
|
-
--
|
|
224
|
-
--footer-line-height: 14px;
|
|
225
|
-
--footer-font-family: Gotham XNarrow;
|
|
226
|
-
--footer-font-size-user-offer-pages: 18px;
|
|
227
|
-
--footer-line-height-user-offer-pages: 26px;
|
|
228
|
-
|
|
229
|
-
/* Component - Icon */
|
|
230
|
-
--icon-size: 24px;
|
|
231
|
-
--icon-size-embedd-media: 40px;
|
|
232
|
-
|
|
233
|
-
/* Component - InfoElement */
|
|
234
|
-
--info-element-teaser-badge-height-size: 16px;
|
|
235
|
-
--info-element-teaser-image-height-size: 80px;
|
|
236
|
-
--info-element-teaser-image-width-size: 80px;
|
|
237
|
-
--info-element-teaser-badge-margin-space: 4px;
|
|
238
|
-
|
|
239
|
-
/* Component - Inputfield */
|
|
240
|
-
--input-field-stack-space: 6px;
|
|
241
|
-
--input-field-inline-space: 16px;
|
|
242
|
-
--input-field-mini-label-inline-space: 4px;
|
|
99
|
+
--1column-mobile: 320px;
|
|
243
100
|
/**
|
|
244
|
-
* This variable
|
|
101
|
+
* This variable is currently used on a thin gallery that appears on desktop websites with petbook and other "books" content. Its height changes to a large height on mobile sites. 558 - 558 - 558 - 186
|
|
245
102
|
*/
|
|
246
|
-
--
|
|
247
|
-
--input-field-imessage-inline-space: 16px;
|
|
248
|
-
--input-field-height-size: 36px;
|
|
249
|
-
--hey-input-container-inline-space: 8px;
|
|
250
|
-
--input-field-message-gap-space: 4px;
|
|
251
|
-
--input-field-font-family: Lucida Grande;
|
|
252
|
-
|
|
253
|
-
/* Component - Liveticker */
|
|
254
|
-
--live-tickerheadline-font-weight: 600;
|
|
103
|
+
--thin-banner-vertical-height-size: 558px;
|
|
255
104
|
/**
|
|
256
|
-
* This variable is used for
|
|
105
|
+
* This variable is used only for texts and labels that form part of this design system's documentation.
|
|
257
106
|
*/
|
|
258
|
-
--
|
|
259
|
-
--time-stamp-font-family: Gotham XNarrow;
|
|
107
|
+
--specs-font-family: Gotham;
|
|
260
108
|
/**
|
|
261
|
-
* This variable is used
|
|
109
|
+
* This variable is used on documentation headers that contain info about platfroms and component names. 144 - 144 - 160 - 180
|
|
262
110
|
*/
|
|
263
|
-
--
|
|
264
|
-
--live-ticker-time-headline-stack-space: 4px;
|
|
265
|
-
--live-ticker-slider-item-width-max-size: 257px;
|
|
266
|
-
--live-ticker-app-card-height-size: 96px;
|
|
267
|
-
--live-ticker-app-card-width-size: 250px;
|
|
268
|
-
|
|
269
|
-
/* Component - Mediaplayer */
|
|
270
|
-
--podcast-play-button-size: 48px;
|
|
271
|
-
--vid-player-bottom-bar-gap-space: 0px;
|
|
272
|
-
--audio-player-header-stack-space: 56px;
|
|
273
|
-
--video-time-badge-font-family: Lucida Grande;
|
|
274
|
-
--vid-player-control-button-size: 42px;
|
|
275
|
-
--vid-player-control-button-icon-size-hover: 28px;
|
|
276
|
-
--vid-player-timecode-font-size: 14px;
|
|
277
|
-
--vid-player-timecode-container-min-width-size: 45px;
|
|
278
|
-
--vid-player-progress-bar-container-height-size: 24px;
|
|
279
|
-
--vid-player-unmute-button-width-size: 220px;
|
|
111
|
+
--doc-header-height-size: 144px;
|
|
280
112
|
|
|
281
113
|
/* Component - Menu */
|
|
282
114
|
--menu-item-space: 8px;
|
|
@@ -314,106 +146,77 @@
|
|
|
314
146
|
--i-osapp-top-bar-left-inline-space: 12px;
|
|
315
147
|
--i-osapp-top-bar-right-inline-space: 16px;
|
|
316
148
|
|
|
317
|
-
/* Component -
|
|
149
|
+
/* Component - Teaser */
|
|
150
|
+
--teaser-title-inline-left-space: 12px;
|
|
151
|
+
--teaser-title-stack-space: 4px;
|
|
152
|
+
--teaser-title-gap-space: 4px;
|
|
153
|
+
--teaser-kicker-bg-inline-space: 6px;
|
|
154
|
+
--teaser-kicker-bg-stack-space: 2px;
|
|
318
155
|
/**
|
|
319
|
-
*
|
|
156
|
+
* This variable is used for creating space around the outside of a subscription badge or video icon badge.
|
|
320
157
|
*/
|
|
321
|
-
--
|
|
322
|
-
--news-ticker-time-font-weight: 700;
|
|
323
|
-
--news-ticker-time-font-family: Lucida Grande;
|
|
158
|
+
--teaser-badges-margin-space: 8px;
|
|
324
159
|
/**
|
|
325
|
-
*
|
|
160
|
+
* This token is for controling the height of badges that are inside of teasers. 32 - 32 - 32 - 40
|
|
326
161
|
*/
|
|
327
|
-
--
|
|
328
|
-
--
|
|
329
|
-
--
|
|
330
|
-
--
|
|
331
|
-
--news-ticker-badges-inline-space: 8px;
|
|
332
|
-
--news-ticker-time-kicker-stack-space: 4px;
|
|
333
|
-
--news-ticker-entries-stack-space: 22px;
|
|
334
|
-
--news-ticker-kicker-inner-inline-space: 4px;
|
|
335
|
-
--news-ticker-skeleton-bottom-space: 64px;
|
|
336
|
-
--news-ticker-red-dot-size: 12px;
|
|
337
|
-
--news-ticker-entries-left-inline-space: 22px;
|
|
338
|
-
--news-ticker-line-inline-space: 6px;
|
|
339
|
-
--news-ticker-app-card-height-size: 116px;
|
|
340
|
-
--news-ticker-app-card-width-size: 250px;
|
|
162
|
+
--teaser-badges-height-size-lg: 32px;
|
|
163
|
+
--teaser-title-bottom-stack-space: 12px;
|
|
164
|
+
--teaser-badges-height-size-sm: 24px;
|
|
165
|
+
--teaser-layout-grid-space: 12px;
|
|
341
166
|
|
|
342
|
-
/* Component -
|
|
343
|
-
--gallery-pagination-item-height-size: 4px;
|
|
167
|
+
/* Component - Teaser - mQTeaser */
|
|
344
168
|
/**
|
|
345
|
-
*
|
|
169
|
+
* XS-headline4FontSize:22 // SM-headline4FontSize:22 // MD-headline3FontSize:36 // LG-headline3FontSize:40
|
|
346
170
|
*/
|
|
347
|
-
--
|
|
171
|
+
--m-qteaser-headline-font-size: 16px;
|
|
172
|
+
--m-qteaser-headline-font-weight: 600;
|
|
173
|
+
--m-qteaser-headline-line-height: 18.399999618530273px;
|
|
174
|
+
--mq-teaser-title-inline-space: 8px;
|
|
175
|
+
|
|
176
|
+
/* Component - Teaser - aTeaser */
|
|
348
177
|
/**
|
|
349
|
-
*
|
|
350
|
-
*/
|
|
351
|
-
--gallery-pagination-container-stack-space: 12px;
|
|
352
|
-
--gallery-pagination-container-app-inline-space: 12px;
|
|
353
|
-
--scroll-bar-thickness-size: 8px;
|
|
354
|
-
|
|
355
|
-
/* Component - Paywall */
|
|
356
|
-
--paywall-container-gap-space: -48px;
|
|
357
|
-
--paywall-header-bottom-stack-space: 80px;
|
|
358
|
-
--paywall-card-max-width-size: 346px;
|
|
359
|
-
/**
|
|
360
|
-
* This variable is used on the paywall card price tag. 64 constant
|
|
178
|
+
* 16 - 16 - 22 - 24 This variable references the semantic variables kicker3fontsize and kicker2fontsize. At the 600px breakpoint smaller devices use the kicker3 variable
|
|
361
179
|
*/
|
|
362
|
-
--
|
|
363
|
-
--paywall-card-price-tag-line-height: 64px;
|
|
364
|
-
--paywall-card-price-note-line-height: 40px;
|
|
180
|
+
--a-teaser-kicker-font-size: 14px;
|
|
365
181
|
/**
|
|
366
|
-
* This variable
|
|
182
|
+
* This variable references the semantic variables headline3 (XS&SM) and headline2 (MD&LG). 28 - 28 - 48 - 64
|
|
367
183
|
*/
|
|
368
|
-
--
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
--
|
|
372
|
-
--quote-container-stack-space: 16px;
|
|
373
|
-
--quote-quotation-marks-font-size: 28px;
|
|
374
|
-
--quote-content-gap-space: 16px;
|
|
375
|
-
|
|
376
|
-
/* Component - RadioButtons */
|
|
377
|
-
--radio-selector-size: 20px;
|
|
378
|
-
--radio-selector-dot-active-size: 12px;
|
|
379
|
-
|
|
380
|
-
/* Component - Search */
|
|
381
|
-
--search-result-badge-height-size: 18px;
|
|
184
|
+
--a-teaser-headline-font-size: 24px;
|
|
185
|
+
--a-teaser-kicker-line-height: 14px;
|
|
186
|
+
--a-teaser-headline-line-height: 24px;
|
|
187
|
+
--a-teaser-title-inline-space: 8px;
|
|
382
188
|
|
|
383
|
-
/* Component -
|
|
384
|
-
--
|
|
385
|
-
--section-title-height-size: 32px;
|
|
189
|
+
/* Component - Teaser - stdTeaser */
|
|
190
|
+
--std-teaser-image-title-gap-space: 4px;
|
|
386
191
|
/**
|
|
387
|
-
* This variable is used
|
|
192
|
+
* This variable is used for creating space around the outside of a subscription badge or video icon badge.
|
|
388
193
|
*/
|
|
389
|
-
--
|
|
194
|
+
--std-teaser-badges-margin-space: 4px;
|
|
390
195
|
/**
|
|
391
|
-
*
|
|
196
|
+
* 2 | 2 | 2 | 2 - This variable is used on the standard teaser vertical spacing between the kicker and the headline. It references the semantic variable stackSpaceConst3XS
|
|
392
197
|
*/
|
|
393
|
-
--
|
|
394
|
-
|
|
395
|
-
/* Component - Separators */
|
|
396
|
-
--separator-thickness-size: 2px;
|
|
198
|
+
--std-teaser-kicker-headline-stack-space: 2px;
|
|
397
199
|
|
|
398
|
-
/* Component -
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
--
|
|
200
|
+
/* Component - Teaser - qTeaser */
|
|
201
|
+
/**
|
|
202
|
+
* This component level variable is used on the quad teaser headline. It references the semantic level variable headline1. 48 - 48 - 72 - 100
|
|
203
|
+
*/
|
|
204
|
+
--quad-headline-font-size: 36px;
|
|
205
|
+
--quad-kicker-font-size: 16px;
|
|
206
|
+
--quad-headline-line-height: 37.79999923706055px;
|
|
207
|
+
--q-teaser-title-inline-space: 8px;
|
|
403
208
|
|
|
404
|
-
/* Component -
|
|
405
|
-
--
|
|
406
|
-
--slider-progress-bar-hover-height-size: 8px;
|
|
407
|
-
--slider-progress-inactive-height-size: 2px;
|
|
408
|
-
--vid-player-progress-bar-height-size: 12px;
|
|
209
|
+
/* Component - Teaser - bildPlay */
|
|
210
|
+
--bild-play-teaser-width-size: 145px;
|
|
409
211
|
|
|
410
|
-
/* Component -
|
|
411
|
-
|
|
212
|
+
/* Component - Teaser - superA */
|
|
213
|
+
/**
|
|
214
|
+
* 16 - 16 - 16 - 16
|
|
215
|
+
*/
|
|
216
|
+
--super-ateaser-title-inline-space: 16px;
|
|
412
217
|
|
|
413
|
-
/* Component -
|
|
414
|
-
--
|
|
415
|
-
--video-spinner-stroke-size: 2px;
|
|
416
|
-
--video-spinner-size0-5x: 20px;
|
|
218
|
+
/* Component - Teaser - bTeaser */
|
|
219
|
+
--b-teaser-title-inline-space: 8px;
|
|
417
220
|
|
|
418
221
|
/* Component - Table */
|
|
419
222
|
--table-column-width-size1x: 80px;
|
|
@@ -425,108 +228,98 @@
|
|
|
425
228
|
--table-column-width-size3x: 200px;
|
|
426
229
|
--table-item-max-width-size: 224px;
|
|
427
230
|
|
|
428
|
-
/* Component -
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
--tab-label-font-size: 16px;
|
|
433
|
-
--ios-tabbar-height-size: 49px;
|
|
434
|
-
--android-tabbar-height-size: 56px;
|
|
231
|
+
/* Component - Separators */
|
|
232
|
+
--separator-thickness-size: 2px;
|
|
233
|
+
|
|
234
|
+
/* Component - Avatar */
|
|
435
235
|
/**
|
|
436
|
-
*
|
|
236
|
+
* This variable is used on avatar names in article pages. Bild: 16 - 16 - 16 - 18; SpoBi&Ads: 13 - 13 - 13 - 15
|
|
437
237
|
*/
|
|
438
|
-
--
|
|
238
|
+
--avatar-label-font-size: 13px;
|
|
439
239
|
/**
|
|
440
|
-
*
|
|
240
|
+
* This variable is used for setting the size of avatar images in article pages. It references the sizeConstMD variable from the "generic" semantic collection. Its value is 48 across devices.
|
|
441
241
|
*/
|
|
442
|
-
--
|
|
242
|
+
--avatar-article-size: 48px;
|
|
443
243
|
/**
|
|
444
|
-
*
|
|
244
|
+
* 96 - 96 - 130 - 130 This variable is used for controlling the size of the avatar image on author pages.
|
|
445
245
|
*/
|
|
446
|
-
--
|
|
447
|
-
--top-bar-tab-item-height-size: 44px;
|
|
448
|
-
|
|
449
|
-
/* Component - Teaser */
|
|
450
|
-
--teaser-title-inline-left-space: 12px;
|
|
451
|
-
--teaser-title-stack-space: 4px;
|
|
452
|
-
--teaser-title-gap-space: 4px;
|
|
453
|
-
--teaser-kicker-bg-inline-space: 6px;
|
|
454
|
-
--teaser-kicker-bg-stack-space: 2px;
|
|
246
|
+
--avatar-author-page-size: 96px;
|
|
455
247
|
/**
|
|
456
|
-
* This variable is used
|
|
248
|
+
* This variable is used in avatar text styles. It receives values from the Brand Tokens Collection. Bild: GothamXNarrow; SpoBi: Inter; Ads: LucidaGrande
|
|
457
249
|
*/
|
|
458
|
-
--
|
|
250
|
+
--avatar-font-family: Lucida Grande;
|
|
459
251
|
/**
|
|
460
|
-
* This
|
|
252
|
+
* This variable is used for controlling the line height of avatar texts. Its values influence the stacking space between avatar texts. 21 - 21 - 21 - 23
|
|
461
253
|
*/
|
|
462
|
-
--
|
|
463
|
-
--teaser-title-bottom-stack-space: 12px;
|
|
464
|
-
--teaser-badges-height-size-sm: 24px;
|
|
465
|
-
--teaser-layout-grid-space: 12px;
|
|
466
|
-
|
|
467
|
-
/* Component - Teaser - aTeaser */
|
|
254
|
+
--avatar-label-line-height: 21px;
|
|
468
255
|
/**
|
|
469
|
-
*
|
|
256
|
+
* This variable is used for setting the inline space between multiple avatars that are horizontally placed in a lane when an article has multiple authors. 16 - 16 - 24 - 24
|
|
470
257
|
*/
|
|
471
|
-
--
|
|
258
|
+
--avatar-lane-gap-space: 16px;
|
|
472
259
|
/**
|
|
473
|
-
* This variable
|
|
260
|
+
* This variable is used for setting the font of avatars on iOS and Android platforms. This is subject to review.
|
|
474
261
|
*/
|
|
475
|
-
--
|
|
476
|
-
--a-teaser-kicker-line-height: 14px;
|
|
477
|
-
--a-teaser-headline-line-height: 24px;
|
|
478
|
-
--a-teaser-title-inline-space: 8px;
|
|
479
|
-
|
|
480
|
-
/* Component - Teaser - bTeaser */
|
|
481
|
-
--b-teaser-title-inline-space: 8px;
|
|
482
|
-
|
|
483
|
-
/* Component - Teaser - bildPlay */
|
|
484
|
-
--bild-play-teaser-width-size: 145px;
|
|
262
|
+
--app-avatar-font-family: Lucida Grande;
|
|
485
263
|
|
|
486
|
-
/* Component -
|
|
264
|
+
/* Component - Button */
|
|
265
|
+
--button-label-font-size: 15px;
|
|
266
|
+
--button-inline-space: 16px;
|
|
487
267
|
/**
|
|
488
|
-
*
|
|
268
|
+
* Use this variable for controlling the font size of partner buttons. 16 - 16 - 16 - 18
|
|
489
269
|
*/
|
|
490
|
-
--
|
|
491
|
-
--
|
|
492
|
-
--
|
|
493
|
-
--mq-teaser-title-inline-space: 8px;
|
|
494
|
-
|
|
495
|
-
/* Component - Teaser - qTeaser */
|
|
270
|
+
--partner-link-button-label-font-size: 16px;
|
|
271
|
+
--partner-link-button-label-height-size: 48px;
|
|
272
|
+
--button-border-width-size: 2px;
|
|
496
273
|
/**
|
|
497
|
-
* This
|
|
274
|
+
* This fixed height variable ensures that the button maintains a consistent height, even when the icon is not active.
|
|
498
275
|
*/
|
|
499
|
-
--
|
|
500
|
-
--
|
|
501
|
-
--
|
|
502
|
-
--
|
|
276
|
+
--button-content-min-height-size: 24px;
|
|
277
|
+
--partner-link-button-inline-space: 8px;
|
|
278
|
+
--button-label-line-height: 15px;
|
|
279
|
+
--button-content-gap-space: 6px;
|
|
280
|
+
--button-stack-space: 6px;
|
|
281
|
+
--button-border-radius: 8px;
|
|
503
282
|
|
|
504
|
-
/* Component -
|
|
505
|
-
--std-teaser-image-title-gap-space: 4px;
|
|
506
|
-
/**
|
|
507
|
-
* This variable is used for creating space around the outside of a subscription badge or video icon badge.
|
|
508
|
-
*/
|
|
509
|
-
--std-teaser-badges-margin-space: 4px;
|
|
283
|
+
/* Component - Newsticker */
|
|
510
284
|
/**
|
|
511
|
-
*
|
|
285
|
+
* similar to kicker3 values - 16 - 16 - 16 - 18
|
|
512
286
|
*/
|
|
513
|
-
--
|
|
514
|
-
|
|
515
|
-
|
|
287
|
+
--news-ticker-time-font-size: 16px;
|
|
288
|
+
--news-ticker-time-font-weight: 700;
|
|
289
|
+
--news-ticker-time-font-family: Lucida Grande;
|
|
516
290
|
/**
|
|
517
|
-
*
|
|
291
|
+
* Figma currently does not allow for percentages in Line Height variables. The values in this token are the result of multiplying the font size by the line height variable defined on the Bild home css -> newsTickerTime line height: 1.3. Line height for this component does not change across devices.
|
|
518
292
|
*/
|
|
519
|
-
--
|
|
293
|
+
--news-ticker-time-line-height: 20.799999237060547px;
|
|
294
|
+
--news-ticker-content-stack-space: 4px;
|
|
295
|
+
--news-ticker-kicker-inner-stack-space: 2px;
|
|
296
|
+
--news-ticker-titles-inline-space: 18px;
|
|
297
|
+
--news-ticker-badges-inline-space: 8px;
|
|
298
|
+
--news-ticker-time-kicker-stack-space: 4px;
|
|
299
|
+
--news-ticker-entries-stack-space: 22px;
|
|
300
|
+
--news-ticker-kicker-inner-inline-space: 4px;
|
|
301
|
+
--news-ticker-skeleton-bottom-space: 64px;
|
|
302
|
+
--news-ticker-red-dot-size: 12px;
|
|
303
|
+
--news-ticker-entries-left-inline-space: 22px;
|
|
304
|
+
--news-ticker-line-inline-space: 6px;
|
|
305
|
+
--news-ticker-app-card-height-size: 116px;
|
|
306
|
+
--news-ticker-app-card-width-size: 250px;
|
|
520
307
|
|
|
521
|
-
/* Component -
|
|
308
|
+
/* Component - Liveticker */
|
|
309
|
+
--live-tickerheadline-font-weight: 600;
|
|
522
310
|
/**
|
|
523
|
-
* This variable is used
|
|
311
|
+
* This variable is used for the font size of live ticker headlines. 22 - 22 - 32 - 32
|
|
524
312
|
*/
|
|
525
|
-
--
|
|
313
|
+
--live-ticker-headlines-font-size: 22px;
|
|
314
|
+
--time-stamp-font-family: Gotham XNarrow;
|
|
526
315
|
/**
|
|
527
|
-
* This variable is used
|
|
316
|
+
* This variable is used for the live ticker time stamp font size. 14 - 14 - 16 - 16
|
|
528
317
|
*/
|
|
529
|
-
--
|
|
318
|
+
--live-ticker-time-stamp-font-size: 14px;
|
|
319
|
+
--live-ticker-time-headline-stack-space: 4px;
|
|
320
|
+
--live-ticker-slider-item-width-max-size: 257px;
|
|
321
|
+
--live-ticker-app-card-height-size: 96px;
|
|
322
|
+
--live-ticker-app-card-width-size: 250px;
|
|
530
323
|
|
|
531
324
|
/* Component - Video */
|
|
532
325
|
/**
|
|
@@ -555,101 +348,325 @@
|
|
|
555
348
|
*/
|
|
556
349
|
--video-ad-badge-font-size: 14px;
|
|
557
350
|
|
|
558
|
-
/* Component -
|
|
351
|
+
/* Component - Pagination */
|
|
352
|
+
--gallery-pagination-item-height-size: 4px;
|
|
559
353
|
/**
|
|
560
|
-
*
|
|
354
|
+
* 8 - 8 - 12 - 12 - this component level variable references the inlineSpaceConst semantic variables; SM for smaller devices, MD for larger devices
|
|
561
355
|
*/
|
|
562
|
-
--
|
|
356
|
+
--gallery-pagination-container-web-inline-space: 8px;
|
|
563
357
|
/**
|
|
564
|
-
*
|
|
358
|
+
* 12 - 12 - 16 - 16 - this component level variable references the semantic
|
|
565
359
|
*/
|
|
566
|
-
--
|
|
567
|
-
--
|
|
360
|
+
--gallery-pagination-container-stack-space: 12px;
|
|
361
|
+
--gallery-pagination-container-app-inline-space: 12px;
|
|
362
|
+
--scroll-bar-thickness-size: 8px;
|
|
363
|
+
|
|
364
|
+
/* Component - Dropdown */
|
|
365
|
+
--drop-down-border-radius: 4px;
|
|
366
|
+
--drop-down-item-stack-space: 8px;
|
|
367
|
+
--drop-down-item-inline-space: 12px;
|
|
368
|
+
|
|
369
|
+
/* Component - Inputfield */
|
|
370
|
+
--input-field-stack-space: 6px;
|
|
371
|
+
--input-field-inline-space: 16px;
|
|
372
|
+
--input-field-mini-label-inline-space: 4px;
|
|
568
373
|
/**
|
|
569
|
-
* This variable
|
|
374
|
+
* This variable controls texts inside of input fields such as dropdowns, date input and other text inputs that appear in forms for example. compact 15 - default 17 - spacious 19
|
|
570
375
|
*/
|
|
571
|
-
--
|
|
376
|
+
--input-field-font-size: 16px;
|
|
377
|
+
--input-field-imessage-inline-space: 16px;
|
|
378
|
+
--input-field-height-size: 36px;
|
|
379
|
+
--hey-input-container-inline-space: 8px;
|
|
380
|
+
--input-field-message-gap-space: 4px;
|
|
381
|
+
--input-field-font-family: Lucida Grande;
|
|
382
|
+
|
|
383
|
+
/* Component - Breadcrumb */
|
|
572
384
|
/**
|
|
573
|
-
*
|
|
385
|
+
* 15 - 15 - 15 - 12 -- Breadcrumbs have a slightly larger font size on mobile devices compared to when they are rendered on larger desktop devices.
|
|
574
386
|
*/
|
|
575
|
-
--
|
|
387
|
+
--breadcrumb-font-size: 15px;
|
|
388
|
+
--breadcrumb-font-family: Lucida Grande;
|
|
389
|
+
--breadcrumb-arrow-left-inline-space1: 3px;
|
|
390
|
+
--breadcrumb-arrow-right-inline-space2: 5px;
|
|
391
|
+
--breadcrumb-inline-space: 12px;
|
|
576
392
|
/**
|
|
577
|
-
*
|
|
393
|
+
* 15 - 15 - 15 - 12 -- Breadcrumbs have a slightly larger font size on mobile devices compared to when they are rendered on larger desktop devices.
|
|
578
394
|
*/
|
|
579
|
-
--
|
|
580
|
-
--
|
|
395
|
+
--breadcrumb-line-height: 15px;
|
|
396
|
+
--breadcrumb-font-weight: 700;
|
|
397
|
+
--breadcrumb-stack-space: 14px;
|
|
398
|
+
|
|
399
|
+
/* Component - Icon */
|
|
400
|
+
--icon-size: 24px;
|
|
401
|
+
--icon-size-embedd-media: 40px;
|
|
402
|
+
|
|
403
|
+
/* Component - Badge */
|
|
581
404
|
/**
|
|
582
|
-
* This variable is used
|
|
405
|
+
* This space variable is used for creating the top and bottom space between a badge's text label and the surface that the text label is on top of.
|
|
583
406
|
*/
|
|
584
|
-
--
|
|
407
|
+
--badges-inner-stack-space: 2px;
|
|
585
408
|
/**
|
|
586
|
-
* This variable is
|
|
409
|
+
* This space variable is used for creating the left and right space between a badge's text label and the badge background surface that the text label is on top of.
|
|
587
410
|
*/
|
|
588
|
-
--
|
|
411
|
+
--badges-inner-inline-space: 4px;
|
|
589
412
|
/**
|
|
590
|
-
* This variable is used
|
|
413
|
+
* 30 - 30 - 30 - 30 - This variable is used on the Advert rectangular badge that is found above an ad containers.
|
|
591
414
|
*/
|
|
592
|
-
--
|
|
415
|
+
--ad-label-badge-height-size: 30px;
|
|
416
|
+
|
|
417
|
+
/* Component - SectionTitle */
|
|
418
|
+
--section-title-inner-stack-bottom-space: 12px;
|
|
419
|
+
--section-title-height-size: 32px;
|
|
593
420
|
/**
|
|
594
|
-
* This variable is used on
|
|
421
|
+
* This variable is used on large title headings that are h2 elements in html and indicate a new section in the user interface. This space changes when a user hovers over the large title.
|
|
595
422
|
*/
|
|
596
|
-
--
|
|
423
|
+
--section-title-arrow-inline-space: 5px;
|
|
424
|
+
/**
|
|
425
|
+
* This variable is used for increasing the space between the text and the arrow at the end of the large title text. On mobile devices there is no hover state so this variables values are the same as the default state values.
|
|
426
|
+
*/
|
|
427
|
+
--section-title-arrow-inline-space-active: 5px;
|
|
597
428
|
|
|
429
|
+
/* Component - AudioPlayer */
|
|
430
|
+
/**
|
|
431
|
+
* This variable is used in the text style dedicated to audio player labels for elapsed time, reproduction speed and short functionality description text. 16 - 16 - 16 - 18
|
|
432
|
+
*/
|
|
433
|
+
--audio-player-font-size: 16px;
|
|
598
434
|
|
|
599
|
-
/*
|
|
600
|
-
|
|
601
|
-
============================================ */
|
|
435
|
+
/* Component - SpecialNavi */
|
|
436
|
+
--special-navi-inline-space: 24px;
|
|
602
437
|
|
|
603
|
-
|
|
438
|
+
/* Component - Chips */
|
|
439
|
+
/**
|
|
440
|
+
* This variable is used on the chips font size parameter of the chips text style. The font size changes only for the change between larger device widths and any device smaller than the largest. 16 - 16 -16 - 18
|
|
441
|
+
*/
|
|
442
|
+
--chips-font-size: 16px;
|
|
443
|
+
--chips-inline-space: 12px;
|
|
444
|
+
--chips-stack-space: 8px;
|
|
445
|
+
|
|
446
|
+
/* Component - Search */
|
|
447
|
+
--search-result-badge-height-size: 18px;
|
|
448
|
+
|
|
449
|
+
/* Component - RadioButtons */
|
|
450
|
+
--radio-selector-size: 20px;
|
|
451
|
+
--radio-selector-dot-active-size: 12px;
|
|
452
|
+
|
|
453
|
+
/* Component - Skeletons */
|
|
454
|
+
--headlines-skeleton-image-placeholder-max-width: 282px;
|
|
455
|
+
--article-skeleton-image-inline-space: 12px;
|
|
456
|
+
--article-skeleton-text-inline-space: 0px;
|
|
457
|
+
--article-text-skeleton-height-size: 270px;
|
|
458
|
+
|
|
459
|
+
/* Component - Spinners */
|
|
460
|
+
--video-spinner-size: 40px;
|
|
461
|
+
--video-spinner-stroke-size: 2px;
|
|
462
|
+
--video-spinner-size0-5x: 20px;
|
|
463
|
+
|
|
464
|
+
/* Component - BreakingNews */
|
|
465
|
+
--breaking-news-container-height-size: 56px;
|
|
466
|
+
--breaking-news-badge-upper-title-font-size: 13px;
|
|
467
|
+
--breaking-news-badge-lower-title-font-size: 23px;
|
|
468
|
+
--breaking-news-badge-upper-title-line-height: 13px;
|
|
469
|
+
--breaking-news-badge-lower-title-line-height: 21px;
|
|
470
|
+
--breaking-news-badge-titels-stack-space: 0px;
|
|
471
|
+
--breaking-news-scrolling-text-font-size: 21px;
|
|
472
|
+
--breaking-news-scrolling-text-line-height: 24px;
|
|
473
|
+
--breaking-news-badge-inline-space: 6px;
|
|
474
|
+
|
|
475
|
+
/* Component - InfoElement */
|
|
476
|
+
--info-element-teaser-badge-height-size: 16px;
|
|
477
|
+
--info-element-teaser-image-height-size: 80px;
|
|
478
|
+
--info-element-teaser-image-width-size: 80px;
|
|
479
|
+
--info-element-teaser-badge-margin-space: 4px;
|
|
480
|
+
|
|
481
|
+
/* Component - Mediaplayer */
|
|
482
|
+
--podcast-play-button-size: 48px;
|
|
483
|
+
--vid-player-bottom-bar-gap-space: 0px;
|
|
484
|
+
--audio-player-header-stack-space: 56px;
|
|
485
|
+
--video-time-badge-font-family: Lucida Grande;
|
|
486
|
+
--vid-player-control-button-size: 42px;
|
|
487
|
+
--vid-player-control-button-icon-size-hover: 28px;
|
|
488
|
+
--vid-player-timecode-font-size: 14px;
|
|
489
|
+
--vid-player-timecode-container-min-width-size: 45px;
|
|
490
|
+
--vid-player-progress-bar-container-height-size: 24px;
|
|
491
|
+
--vid-player-unmute-button-width-size: 220px;
|
|
492
|
+
|
|
493
|
+
/* Component - Tabs */
|
|
494
|
+
/**
|
|
495
|
+
* Tab labels font size remain constant at 16px across devices and breakpoints. This behavior can be seen on the Mein Konto page tabs for purchases and payment data.
|
|
496
|
+
*/
|
|
497
|
+
--tab-label-font-size: 16px;
|
|
498
|
+
--ios-tabbar-height-size: 49px;
|
|
499
|
+
--android-tabbar-height-size: 56px;
|
|
500
|
+
/**
|
|
501
|
+
* Tab labels font size remain constant at 16px across devices and breakpoints. This behavior can be seen on the Mein Konto page tabs for purchases and payment data.
|
|
502
|
+
*/
|
|
503
|
+
--tab-label-font-size-line: 12px;
|
|
504
|
+
/**
|
|
505
|
+
* Tab labels font size remain constant at 16px across devices and breakpoints. This behavior can be seen on the Mein Konto page tabs for purchases and payment data.
|
|
506
|
+
*/
|
|
507
|
+
--apps-tabs-label-font-size: 11px;
|
|
508
|
+
/**
|
|
509
|
+
* Tab labels font size remain constant at 16px across devices and breakpoints. This behavior can be seen on the Mein Konto page tabs for purchases and payment data.
|
|
510
|
+
*/
|
|
511
|
+
--apps-tabs-label-line-height: 14.399999618530273px;
|
|
512
|
+
--top-bar-tab-item-height-size: 44px;
|
|
513
|
+
|
|
514
|
+
/* Component - Drawers */
|
|
515
|
+
--mobile-menu-drawer-stack-space: 20px;
|
|
516
|
+
--mobile-menu-drawer-left-inline-space: 20px;
|
|
517
|
+
--mobile-menu-drawer-right-inline-space: 16px;
|
|
518
|
+
--mobile-menu-drawer-max-width-size: 400px;
|
|
519
|
+
|
|
520
|
+
/* Component - Quotes */
|
|
521
|
+
--quote-container-inline-space: 16px;
|
|
522
|
+
--quote-container-stack-space: 16px;
|
|
523
|
+
--quote-quotation-marks-font-size: 28px;
|
|
524
|
+
--quote-content-gap-space: 16px;
|
|
525
|
+
|
|
526
|
+
/* Component - Carousel */
|
|
527
|
+
/**
|
|
528
|
+
* This token is used to create more bottom padding space on system teaser headlines inside the gallery to avoid overlapping with the pagination.
|
|
529
|
+
*/
|
|
530
|
+
--gallery-teaser-title-bottom-space: 28px;
|
|
531
|
+
/**
|
|
532
|
+
* This token is used to create more bottom padding space on system teaser headlines inside the gallery to avoid overlapping with the pagination.
|
|
533
|
+
*/
|
|
534
|
+
--gallery-teaser-app-gap-space: 0px;
|
|
535
|
+
--app-epaper-carousel-item-focus-width: 182px;
|
|
536
|
+
--app-epaper-carousel-item-default-width: 144px;
|
|
537
|
+
--app-epaper-carouse-beilage-item-width: 110px;
|
|
538
|
+
--standard-teaser-gallery-teaser-width-web: 145px;
|
|
539
|
+
--standard-teaser-gallery-teaser-width-app: 280px;
|
|
540
|
+
|
|
541
|
+
/* Component - Sliders */
|
|
542
|
+
--slider-progress-bar-idle-height-size: 4px;
|
|
543
|
+
--slider-progress-bar-hover-height-size: 8px;
|
|
544
|
+
--slider-progress-inactive-height-size: 2px;
|
|
545
|
+
--vid-player-progress-bar-height-size: 12px;
|
|
546
|
+
|
|
547
|
+
/* Component - Footer */
|
|
548
|
+
/**
|
|
549
|
+
* This variable is used on footer links that commonly show up at the bottom of pages. The font size parameter remains constant at 11 px across device sizes.
|
|
550
|
+
*/
|
|
551
|
+
--footer-font-size: 11px;
|
|
552
|
+
--footer-line-height: 14px;
|
|
553
|
+
--footer-font-family: Gotham XNarrow;
|
|
554
|
+
--footer-font-size-user-offer-pages: 18px;
|
|
555
|
+
--footer-line-height-user-offer-pages: 26px;
|
|
556
|
+
|
|
557
|
+
/* Component - Accordion */
|
|
558
|
+
/**
|
|
559
|
+
* This variable exists specifically for changing the accordion font family across brands. It is subject to review. Bild: GothamXNarrow, SpoBi: Inter, Ads: LucindaGrande
|
|
560
|
+
*/
|
|
561
|
+
--accordion-label-font-family: Lucida Grande;
|
|
562
|
+
|
|
563
|
+
/* Component - Paywall */
|
|
564
|
+
--paywall-container-gap-space: -48px;
|
|
565
|
+
--paywall-header-bottom-stack-space: 80px;
|
|
566
|
+
--paywall-card-max-width-size: 346px;
|
|
567
|
+
/**
|
|
568
|
+
* This variable is used on the paywall card price tag. 64 constant
|
|
569
|
+
*/
|
|
570
|
+
--paywall-card-price-tag-font-size: 64px;
|
|
571
|
+
--paywall-card-price-tag-line-height: 64px;
|
|
572
|
+
--paywall-card-price-note-line-height: 40px;
|
|
573
|
+
/**
|
|
574
|
+
* This variable is used on the paywall card text under the price tag. 40 - 40 - 40 - 40
|
|
575
|
+
*/
|
|
576
|
+
--paywall-card-price-note-font-size: 40px;
|
|
577
|
+
|
|
578
|
+
/* Component - ToggleSwitch */
|
|
579
|
+
/**
|
|
580
|
+
* This variable is used on labels in list items with toggle switches found in app preferences. 14 - 14 - 16 - 18
|
|
581
|
+
*/
|
|
582
|
+
--app-toggle-item-label-font-size: 14px;
|
|
583
|
+
/**
|
|
584
|
+
* This variable is used on labels in list items with toggle switches found in app preferences. 14.1 - 14.1 - 16.2 - 18.2
|
|
585
|
+
*/
|
|
586
|
+
--app-toggle-item-label-line-height: 14.100000381469727px;
|
|
587
|
+
|
|
588
|
+
/* Component - Cards */
|
|
589
|
+
--search-result-card-image-width-size: 216px;
|
|
590
|
+
--search-result-card-image-height-size-stacked: 189px;
|
|
591
|
+
--newsticker-image-card-width-size: 206px;
|
|
592
|
+
|
|
593
|
+
/* Component - Datepicker */
|
|
594
|
+
--datepicker-item-day-width-size: 44px;
|
|
595
|
+
--datepicker-item-height-size: 44px;
|
|
596
|
+
--datepicker-item-year-width-size: 77px;
|
|
604
597
|
|
|
605
598
|
|
|
606
599
|
/* ============================================
|
|
607
600
|
SEMANTIC
|
|
608
601
|
============================================ */
|
|
609
602
|
|
|
610
|
-
/* Semantic -
|
|
603
|
+
/* Semantic - Layout - Grid - Responsive */
|
|
611
604
|
/**
|
|
612
|
-
*
|
|
605
|
+
* 24-24-32-32 – use for side paddings and gutters in responsive layouts
|
|
613
606
|
*/
|
|
614
|
-
--
|
|
607
|
+
--grid-space-resp-lg: 24px;
|
|
615
608
|
/**
|
|
616
|
-
*
|
|
609
|
+
* 48-48-64-64 – use for side paddings and gutters in responsive layouts
|
|
617
610
|
*/
|
|
618
|
-
--
|
|
611
|
+
--grid-space-resp-xl: 48px;
|
|
619
612
|
/**
|
|
620
|
-
*
|
|
613
|
+
* 12-12-12-16 – use for side paddings and gutters in responsive layouts
|
|
621
614
|
*/
|
|
622
|
-
--
|
|
615
|
+
--grid-space-resp-base: 12px;
|
|
623
616
|
/**
|
|
624
|
-
*
|
|
617
|
+
* 6-6-6-8 – use for side paddings and gutters in responsive layouts
|
|
625
618
|
*/
|
|
626
|
-
--
|
|
619
|
+
--grid-space-resp-sm: 6px;
|
|
627
620
|
/**
|
|
628
|
-
*
|
|
621
|
+
* 0-0-0-16 – This token is used on the main homepages content container, ensuring full-width layout (no horizontal padding) on mobile and tablet breakpoints.
|
|
629
622
|
*/
|
|
630
|
-
--
|
|
623
|
+
--page-inline-space: 0px;
|
|
624
|
+
|
|
625
|
+
/* Semantic - Layout - Grid - Constant */
|
|
631
626
|
/**
|
|
632
|
-
*
|
|
627
|
+
* 16-16-16-16 – use for fixed side paddings and gutters
|
|
633
628
|
*/
|
|
634
|
-
--
|
|
629
|
+
--grid-space-const-lg: 16px;
|
|
635
630
|
/**
|
|
636
|
-
*
|
|
631
|
+
* 12-12-12-12 – use for fixed side paddings and gutters
|
|
632
|
+
*/
|
|
633
|
+
--grid-space-const-sm: 12px;
|
|
634
|
+
|
|
635
|
+
/* Semantic - Layout - Grid - LayoutGuide */
|
|
636
|
+
/**
|
|
637
|
+
* Used to set the column count in Figma Layout guide Grids
|
|
638
|
+
*/
|
|
639
|
+
--layout-guide-grid-colums: 4px;
|
|
640
|
+
|
|
641
|
+
/* Semantic - Layout - Section */
|
|
642
|
+
/**
|
|
643
|
+
* 36-36-48-48 – Use for vertical spacing between sections in a layout.
|
|
644
|
+
*/
|
|
645
|
+
--section-space-base: 36px;
|
|
646
|
+
/**
|
|
647
|
+
* 72-72-96-96 – Use for vertical spacing between sections in a layout
|
|
648
|
+
*/
|
|
649
|
+
--section-space-lg: 72px;
|
|
650
|
+
/**
|
|
651
|
+
* 16-16-32-32 – Use for spacing after paragraphs in text content
|
|
637
652
|
*/
|
|
638
|
-
--
|
|
639
|
-
|
|
640
|
-
/* Semantic - Border - BorderWidth */
|
|
653
|
+
--paragraph-end-space: 16px;
|
|
641
654
|
/**
|
|
642
|
-
*
|
|
655
|
+
* 24-24-36-36 – Use for vertical spacing between subsections in a layout
|
|
643
656
|
*/
|
|
644
|
-
--
|
|
657
|
+
--section-space-sm: 24px;
|
|
658
|
+
|
|
659
|
+
/* Semantic - Layout - Breakpoints */
|
|
645
660
|
/**
|
|
646
|
-
*
|
|
661
|
+
* 320 - 390 - 600 - 1024 – Defines the minimum width of the main frame for different breakpoints.
|
|
662
|
+
Apply this token to the main frame of page layouts to simulate realistic minimum widths across responsive viewports.
|
|
647
663
|
*/
|
|
648
|
-
--
|
|
664
|
+
--breakpoint-min-width-size: 320px;
|
|
649
665
|
/**
|
|
650
|
-
*
|
|
666
|
+
* 389 - 599 - 1023 - 1024 – Defines the minimum width of the main frame for different breakpoints.
|
|
667
|
+
Apply this token to the main frame of page layouts to simulate realistic maximum widths across responsive viewports.
|
|
651
668
|
*/
|
|
652
|
-
--
|
|
669
|
+
--breakpoint-max-width-size: 389px;
|
|
653
670
|
|
|
654
671
|
/* Semantic - Layout */
|
|
655
672
|
/**
|
|
@@ -673,18 +690,6 @@ Apply this token to the main frame of page layouts to simulate realistic vertica
|
|
|
673
690
|
*/
|
|
674
691
|
--canvas-height-size-app: 568px;
|
|
675
692
|
|
|
676
|
-
/* Semantic - Layout - Breakpoints */
|
|
677
|
-
/**
|
|
678
|
-
* 320 - 390 - 600 - 1024 – Defines the minimum width of the main frame for different breakpoints.
|
|
679
|
-
Apply this token to the main frame of page layouts to simulate realistic minimum widths across responsive viewports.
|
|
680
|
-
*/
|
|
681
|
-
--breakpoint-min-width-size: 320px;
|
|
682
|
-
/**
|
|
683
|
-
* 389 - 599 - 1023 - 1024 – Defines the minimum width of the main frame for different breakpoints.
|
|
684
|
-
Apply this token to the main frame of page layouts to simulate realistic maximum widths across responsive viewports.
|
|
685
|
-
*/
|
|
686
|
-
--breakpoint-max-width-size: 389px;
|
|
687
|
-
|
|
688
693
|
/* Semantic - Layout - ContentWidth */
|
|
689
694
|
/**
|
|
690
695
|
* Use for content containers that should not fill the full page width on larger viewports. This is commonly used on article body text content and other elements in an article page.
|
|
@@ -695,255 +700,368 @@ Apply this token to the main frame of page layouts to simulate realistic maximum
|
|
|
695
700
|
*/
|
|
696
701
|
--content-max-width-full: 1024px;
|
|
697
702
|
|
|
698
|
-
/* Semantic -
|
|
703
|
+
/* Semantic - Typography - FontSize - Title */
|
|
699
704
|
/**
|
|
700
|
-
*
|
|
705
|
+
* 22 - 22 - 22 - 28 -- html class stage-block-title__text css var --ressort-header-font-size(sm-md-lg)
|
|
701
706
|
*/
|
|
702
|
-
--
|
|
707
|
+
--title1-font-size: 22px;
|
|
703
708
|
/**
|
|
704
|
-
*
|
|
709
|
+
* 16 - 16 - 18 - 20 - html class stage-block-title__text css var --ressort-header-font-size(sm-md-lg)
|
|
705
710
|
*/
|
|
706
|
-
--
|
|
711
|
+
--title2-font-size: 14px;
|
|
707
712
|
|
|
708
|
-
/* Semantic -
|
|
713
|
+
/* Semantic - Typography - FontSize - Display */
|
|
709
714
|
/**
|
|
710
|
-
*
|
|
715
|
+
* This variable is used on the font size parameter for the display1 text style. 40 - 40 - 72 - 120
|
|
711
716
|
*/
|
|
712
|
-
--
|
|
717
|
+
--display1-font-size: 39px;
|
|
718
|
+
/**
|
|
719
|
+
* This variable is used for the font size parameter of the Display2 text style. 36 - 36 - 42 - 64
|
|
720
|
+
*/
|
|
721
|
+
--display2-font-size: 35px;
|
|
722
|
+
/**
|
|
723
|
+
* This variable is used on the display3 font size parameter of the display3 text style. 28 - 28 - 32 - 40
|
|
724
|
+
*/
|
|
725
|
+
--display3-font-size: 27px;
|
|
713
726
|
|
|
714
|
-
/* Semantic -
|
|
727
|
+
/* Semantic - Typography - FontSize - Headline */
|
|
715
728
|
/**
|
|
716
|
-
*
|
|
729
|
+
* This token is used for the headline1 text style's font size parameter. 48 - 48 - 72 - 100
|
|
717
730
|
*/
|
|
718
|
-
--
|
|
731
|
+
--headline1-font-size: 36px;
|
|
719
732
|
/**
|
|
720
|
-
*
|
|
733
|
+
* This token is used on the headline2 text style's font size parameter. 40 - 40 - 48 - 64
|
|
721
734
|
*/
|
|
722
|
-
--
|
|
735
|
+
--headline2-font-size: 30px;
|
|
723
736
|
/**
|
|
724
|
-
*
|
|
737
|
+
* This token is used on the headline3 text style's font size parameter. 28 - 28 - 36 - 40
|
|
725
738
|
*/
|
|
726
|
-
--
|
|
739
|
+
--headline3-font-size: 24px;
|
|
727
740
|
/**
|
|
728
|
-
*
|
|
741
|
+
* This token controls the headline4 text style's font size parameter: 22 - 22 - 26 - 32
|
|
729
742
|
*/
|
|
730
|
-
--
|
|
743
|
+
--headline4-font-size: 16px;
|
|
744
|
+
|
|
745
|
+
/* Semantic - Typography - FontSize - Body */
|
|
731
746
|
/**
|
|
732
|
-
*
|
|
747
|
+
* This variable is used on the body text style's font size parameter. It remains constant at 21.
|
|
733
748
|
*/
|
|
734
|
-
--
|
|
749
|
+
--body-font-size: 17px;
|
|
735
750
|
|
|
736
|
-
/* Semantic -
|
|
751
|
+
/* Semantic - Typography - FontSize - Label */
|
|
737
752
|
/**
|
|
738
|
-
*
|
|
753
|
+
* This token is used in the label3 text style's font size parameter. Its value remains constant at 12 across device sizes.
|
|
739
754
|
*/
|
|
740
|
-
--
|
|
755
|
+
--label3-font-size: 12px;
|
|
741
756
|
/**
|
|
742
|
-
*
|
|
757
|
+
* This variable controls the label2 text style's font size parameter. Its value remains constant at 15.
|
|
743
758
|
*/
|
|
744
|
-
--
|
|
759
|
+
--label2-font-size: 15px;
|
|
745
760
|
/**
|
|
746
|
-
*
|
|
761
|
+
* This token is used in the label1 text style font size parameter. Its value remains constant at 17 across device sizes.
|
|
747
762
|
*/
|
|
748
|
-
--
|
|
763
|
+
--label1-font-size: 17px;
|
|
749
764
|
/**
|
|
750
|
-
*
|
|
765
|
+
* 10 - 10 - 15 - 17 Use this label font size when you want your label's font size to change across device sizes.
|
|
751
766
|
*/
|
|
752
|
-
--
|
|
753
|
-
|
|
754
|
-
/* Semantic - Size - Constant */
|
|
767
|
+
--label1-font-size-responsive: 10px;
|
|
755
768
|
/**
|
|
756
|
-
*
|
|
769
|
+
* This token is used in the font size parameter of the label4 text style. The value remains constant at 8.
|
|
757
770
|
*/
|
|
758
|
-
--
|
|
771
|
+
--label4-font-size: 8px;
|
|
772
|
+
|
|
773
|
+
/* Semantic - Typography - FontSize - Callout */
|
|
759
774
|
/**
|
|
760
|
-
*
|
|
775
|
+
* This token is used for the font size parameter of the callout text style. 18 - 18 - 22 - 22
|
|
761
776
|
*/
|
|
762
|
-
--
|
|
777
|
+
--callout1-font-size: 16px;
|
|
778
|
+
|
|
779
|
+
/* Semantic - Typography - FontSize - Footnote */
|
|
763
780
|
/**
|
|
764
|
-
*
|
|
781
|
+
* This token is used on the footnote text style font size parameter. 16 - 16 - 16 - 18
|
|
765
782
|
*/
|
|
766
|
-
--
|
|
783
|
+
--footnote1-font-size: 13px;
|
|
767
784
|
/**
|
|
768
|
-
*
|
|
785
|
+
* This token is used in the font size parameter of the footnote2 text style. 12 - 12 - 12 - 16
|
|
769
786
|
*/
|
|
770
|
-
--
|
|
787
|
+
--footnote2-font-size: 10px;
|
|
788
|
+
|
|
789
|
+
/* Semantic - Typography - FontSize - Kicker */
|
|
771
790
|
/**
|
|
772
|
-
*
|
|
791
|
+
* Values come from NMT Figma File 01_Foundation; in online CSS this is kicker0. 18 - 18 - 22 - 30 - This variable does not exist yet in online css. Online css is called kicker0 for smallest font size.
|
|
773
792
|
*/
|
|
774
|
-
--
|
|
793
|
+
--kicker1-font-size: 16px;
|
|
775
794
|
/**
|
|
776
|
-
*
|
|
795
|
+
* Values come from comparing NMT Figma File 01_Foundation to online CSS. Online kickers are numbered from 0 to 3. This DS uses 1 to 4 following html convention of h1, h2, h3, etc. 18 - 18 - 22 - 24
|
|
777
796
|
*/
|
|
778
|
-
--
|
|
797
|
+
--kicker2-font-size: 16px;
|
|
779
798
|
/**
|
|
780
|
-
*
|
|
799
|
+
* Values come from comparing NMT Figma File 01_Foundation to online CSS. Online kickers are numbered from 0 to 3. 16 - 16 - 18 - 20
|
|
781
800
|
*/
|
|
782
|
-
--
|
|
801
|
+
--kicker3-font-size: 14px;
|
|
783
802
|
/**
|
|
784
|
-
*
|
|
803
|
+
* Values come from comparing NMT Figma File 01_Foundation to online CSS. Online kickers are numbered from 0 to 3. 14 - 14 - 16 - 16
|
|
785
804
|
*/
|
|
786
|
-
--
|
|
805
|
+
--kicker4-font-size: 12px;
|
|
806
|
+
|
|
807
|
+
/* Semantic - Typography - FontSize - Subheadline */
|
|
787
808
|
/**
|
|
788
|
-
*
|
|
809
|
+
* This token controls the subheadline1 font size parameter. 24 - 24 - 32 - 36
|
|
789
810
|
*/
|
|
790
|
-
--
|
|
811
|
+
--subheadline1-font-size: 18px;
|
|
812
|
+
|
|
813
|
+
/* Semantic - Typography - FontSize - Quote */
|
|
791
814
|
/**
|
|
792
|
-
*
|
|
815
|
+
* 16 - 16 - 18 - 20 -- This variable is used for controlling the font size of the quote text style.
|
|
793
816
|
*/
|
|
794
|
-
--
|
|
817
|
+
--quote-font-size: 16px;
|
|
818
|
+
|
|
819
|
+
/* Semantic - Typography - FontFamily */
|
|
795
820
|
/**
|
|
796
|
-
*
|
|
821
|
+
* This variable references the bodyFontFamily variable from the branding collection.
|
|
797
822
|
*/
|
|
798
|
-
--
|
|
823
|
+
--body-font-family: Lucida Grande;
|
|
824
|
+
--callout-font-family: Lucida Grande;
|
|
825
|
+
--headline-font-family: Lucida Grande;
|
|
826
|
+
--footnote-font-family: Lucida Grande;
|
|
827
|
+
--label-font-family: Lucida Grande;
|
|
828
|
+
--kicker-font-family: Lucida Grande;
|
|
829
|
+
--subheadline-font-family: Lucida Grande;
|
|
830
|
+
--title-font-family: Lucida Grande;
|
|
831
|
+
--quote-font-family: Lucida Grande;
|
|
832
|
+
--display-font-family: Lucida Grande;
|
|
799
833
|
|
|
800
|
-
/* Semantic -
|
|
834
|
+
/* Semantic - Typography - FontWeight - Callout */
|
|
835
|
+
--callout-font-weight: 800;
|
|
836
|
+
|
|
837
|
+
/* Semantic - Typography - FontWeight - Label */
|
|
838
|
+
--label-font-weight-bold: 700;
|
|
839
|
+
--label-font-weight-book: 400;
|
|
840
|
+
|
|
841
|
+
/* Semantic - Typography - FontWeight - Body */
|
|
842
|
+
--body-font-weight-book: 400;
|
|
843
|
+
--body-font-weight-bold: 700;
|
|
844
|
+
|
|
845
|
+
/* Semantic - Typography - FontWeight - Kicker */
|
|
846
|
+
--kicker-font-weight: 700;
|
|
847
|
+
--kicker-font-weight-st: 700;
|
|
848
|
+
|
|
849
|
+
/* Semantic - Typography - FontWeight - Subheadline */
|
|
850
|
+
--subheadline-font-weight: 700;
|
|
851
|
+
|
|
852
|
+
/* Semantic - Typography - FontWeight - Headline */
|
|
853
|
+
--headline1-font-weight: 700;
|
|
854
|
+
--headline2-font-weight: 700;
|
|
855
|
+
--headline3-font-weight: 700;
|
|
856
|
+
--headline4-font-weight: 600;
|
|
801
857
|
/**
|
|
802
|
-
*
|
|
858
|
+
* This variable is a string type variable for controlling not only headline font weight but also the italic style for Sport Bild headlines.
|
|
803
859
|
*/
|
|
804
|
-
--
|
|
860
|
+
--headline1-font-weight-st: 700;
|
|
861
|
+
|
|
862
|
+
/* Semantic - Typography - FontWeight - Title */
|
|
863
|
+
--title-font-weight: 800;
|
|
864
|
+
|
|
865
|
+
/* Semantic - Typography - FontWeight - Display */
|
|
866
|
+
--display-font-weight: 800;
|
|
867
|
+
|
|
868
|
+
/* Semantic - Typography - FontWeight - Quote */
|
|
869
|
+
--quote-font-weight: 800;
|
|
870
|
+
|
|
871
|
+
/* Semantic - Typography - FontWeight - Footnote */
|
|
872
|
+
--footnote-font-weight-book: 400;
|
|
873
|
+
--footnote-font-weight-bold: 700;
|
|
874
|
+
|
|
875
|
+
/* Semantic - Typography - LineHeight - Body */
|
|
805
876
|
/**
|
|
806
|
-
*
|
|
877
|
+
* Figma's font line height currently does not allow for multipliers as is used on current website css var(--body-line-height)
|
|
807
878
|
*/
|
|
808
|
-
--
|
|
879
|
+
--body-line-height: 29.75px;
|
|
880
|
+
|
|
881
|
+
/* Semantic - Typography - LineHeight - Kicker */
|
|
882
|
+
--kicker4-line-height: 13.199999809265137px;
|
|
883
|
+
--kicker3-line-height: 15.399999618530273px;
|
|
884
|
+
--kicker2-line-height: 17.600000381469727px;
|
|
885
|
+
--kicker1-line-height: 17.600000381469727px;
|
|
886
|
+
|
|
887
|
+
/* Semantic - Typography - LineHeight - Label */
|
|
888
|
+
--label3-line-height: 14.399999618530273px;
|
|
809
889
|
/**
|
|
810
|
-
*
|
|
890
|
+
* This variable is used in the label1 text style's line height parameter. It references branding variables for brand specific line heights.
|
|
811
891
|
*/
|
|
812
|
-
--
|
|
892
|
+
--label1-line-height: 20.399999618530273px;
|
|
893
|
+
--label1-responsive-line-height: 10px;
|
|
894
|
+
--label2-line-height: 16px;
|
|
895
|
+
--label4-line-height: 10px;
|
|
896
|
+
|
|
897
|
+
/* Semantic - Typography - LineHeight - Display */
|
|
898
|
+
--display1-line-height: 40px;
|
|
899
|
+
--display2-line-height: 36px;
|
|
900
|
+
--display3-line-height: 28px;
|
|
901
|
+
|
|
902
|
+
/* Semantic - Typography - LineHeight - Title */
|
|
903
|
+
--title1-line-height: 26.399999618530273px;
|
|
813
904
|
/**
|
|
814
|
-
*
|
|
905
|
+
* html class stage-block-title__text css var --ressort-header-font-size(sm-md-lg)
|
|
815
906
|
*/
|
|
816
|
-
--
|
|
907
|
+
--title2-line-height: 16.799999237060547px;
|
|
908
|
+
|
|
909
|
+
/* Semantic - Typography - LineHeight - Quote */
|
|
817
910
|
/**
|
|
818
|
-
*
|
|
911
|
+
* This variable is used in the quote text style line height parameter.
|
|
819
912
|
*/
|
|
820
|
-
--
|
|
913
|
+
--quote-line-height: 20.799999237060547px;
|
|
914
|
+
|
|
915
|
+
/* Semantic - Typography - LineHeight - Footnote */
|
|
916
|
+
--footnote1-line-height: 16.899999618530273px;
|
|
917
|
+
--footnote2-line-height: 13px;
|
|
918
|
+
|
|
919
|
+
/* Semantic - Typography - LineHeight - Headline */
|
|
920
|
+
--headline1-line-height: 37.79999923706055px;
|
|
921
|
+
--headline2-line-height: 33px;
|
|
922
|
+
--headline3-line-height: 26.399999618530273px;
|
|
923
|
+
--headline4-line-height: 18.399999618530273px;
|
|
924
|
+
|
|
925
|
+
/* Semantic - Typography - LineHeight - Callout */
|
|
926
|
+
--callout-line-height: 20.799999237060547px;
|
|
927
|
+
|
|
928
|
+
/* Semantic - Typography - LineHeight - Subheadline */
|
|
929
|
+
--subheadline1-line-height: 23.399999618530273px;
|
|
930
|
+
|
|
931
|
+
/* Semantic - Typography - LetterSpacing */
|
|
821
932
|
/**
|
|
822
|
-
*
|
|
933
|
+
* 0.5 | 0.5 | 0.5 | 0.5 | This variable takes primitive letter spacing variables and creates this semantic variable for use on designs that change across device sizes.
|
|
823
934
|
*/
|
|
824
|
-
--
|
|
935
|
+
--letter-spacing-positive-sm: 0.5px;
|
|
825
936
|
/**
|
|
826
|
-
*
|
|
937
|
+
* 2 | 2 | 2 | 3 | This variable takes primitive letter spacing variables and creates this semantic variable for use on designs that change across device sizes.
|
|
827
938
|
*/
|
|
828
|
-
--
|
|
939
|
+
--letter-spacing-positive-lg: 2px;
|
|
829
940
|
/**
|
|
830
|
-
*
|
|
941
|
+
* 1 | 1 | 1 | 1 | This variable takes primitive letter spacing variables and creates this semantic variable for use on designs that change across device sizes.
|
|
831
942
|
*/
|
|
832
|
-
--
|
|
943
|
+
--letter-spacing-positive-md: 1px;
|
|
833
944
|
/**
|
|
834
|
-
*
|
|
945
|
+
* 0 | 0 | 0 | 0 | This variable takes primitive letter spacing variables and creates this semantic variable for use on designs that change across device sizes.
|
|
835
946
|
*/
|
|
836
|
-
--
|
|
947
|
+
--letter-spacing-none: 0px;
|
|
837
948
|
/**
|
|
838
|
-
*
|
|
949
|
+
* -0.5 | -0.5 | -0.25 | -0.25 | This variable takes primitive letter spacing variables and creates this semantic variable for use on designs that change across device sizes.
|
|
839
950
|
*/
|
|
840
|
-
--
|
|
951
|
+
--letter-spacing-negative-sm: -0.5px;
|
|
841
952
|
/**
|
|
842
|
-
*
|
|
953
|
+
* -1 | -1 | -1 | -1 | This variable takes primitive letter spacing variables and creates this semantic variable for use on designs that change across device sizes.
|
|
843
954
|
*/
|
|
844
|
-
--
|
|
845
|
-
|
|
846
|
-
/* Semantic - Space - Gap - Constant */
|
|
955
|
+
--letter-spacing-negative-md: -1px;
|
|
847
956
|
/**
|
|
848
|
-
*
|
|
957
|
+
* -2 | -2 | -2 | -3 | This variable takes primitive letter spacing variables and creates this semantic variable for use on designs that change across device sizes.
|
|
849
958
|
*/
|
|
850
|
-
--
|
|
959
|
+
--letter-spacing-negative-lg: -2px;
|
|
851
960
|
/**
|
|
852
|
-
*
|
|
961
|
+
* -0.25 | -0.25 | -0.25 | -0.25 | This variable takes primitive letter spacing variables and creates this semantic variable for use on designs that change across device sizes. This letter spacing was only found in large titles on iOS mobile app large title component.
|
|
853
962
|
*/
|
|
854
|
-
--
|
|
963
|
+
--letter-spacing-negative-xs: -0.25px;
|
|
855
964
|
/**
|
|
856
|
-
*
|
|
965
|
+
* 0.25 | 0.25 | 0.25 | 0.25 | This variable takes primitive letter spacing variables and creates this semantic variable for use on designs that change across device sizes.
|
|
857
966
|
*/
|
|
858
|
-
--
|
|
967
|
+
--letter-spacing-positive-xs: 0.25px;
|
|
968
|
+
|
|
969
|
+
/* Semantic - Typography - LetterSpacing - display */
|
|
859
970
|
/**
|
|
860
|
-
*
|
|
971
|
+
* -0.5 | -0.5 | -1 | -2 | This variable is used for the letter spacing parameter of the display1 text style. On smaller devices the value is smaller than on larger devices. On desktop devices the letter spacing is further reduced for making the text style more compact.
|
|
861
972
|
*/
|
|
862
|
-
--
|
|
973
|
+
--display1-letter-spacing: -0.5px;
|
|
863
974
|
/**
|
|
864
|
-
*
|
|
975
|
+
* -0.5 | -0.5 | -1 | -1 | This variable is used for the letter spacing parameter of the display2 text style. On smaller devices the value is smaller than on larger devices.
|
|
865
976
|
*/
|
|
866
|
-
--
|
|
977
|
+
--display2-letter-spacing: -0.5px;
|
|
867
978
|
/**
|
|
868
|
-
*
|
|
979
|
+
* -0.5 | -0.5 | -1 | -1 | This variable is used for the letter spacing parameter of the display3 text style. On smaller devices the value is smaller than on larger devices.
|
|
869
980
|
*/
|
|
870
|
-
--
|
|
981
|
+
--display3-letter-spacing: -0.5px;
|
|
982
|
+
|
|
983
|
+
/* Semantic - Border - BorderRadius */
|
|
871
984
|
/**
|
|
872
|
-
*
|
|
985
|
+
* 2-2-2-2 use for corner rounding on very small UI elements such as tooltips and badges.
|
|
873
986
|
*/
|
|
874
|
-
--
|
|
987
|
+
--border-radius-xs: 2px;
|
|
875
988
|
/**
|
|
876
|
-
*
|
|
989
|
+
* 8-8-8-8 – Standard radius for buttons, chips, input fields, and medium-sized interactive elements.
|
|
877
990
|
*/
|
|
878
|
-
--
|
|
879
|
-
|
|
880
|
-
/* Semantic - Space - Gap - Responsive */
|
|
991
|
+
--border-radius-md: 8px;
|
|
881
992
|
/**
|
|
882
|
-
* 4-4-
|
|
993
|
+
* 4-4-4-4 – use for corner rounding on compact components like checkboxes or small input controls.
|
|
883
994
|
*/
|
|
884
|
-
--
|
|
995
|
+
--border-radius-sm: 4px;
|
|
885
996
|
/**
|
|
886
|
-
*
|
|
997
|
+
* 24-24-24-24 – use for corner rounding on larger cards, overlays, dialogs, and other container components.
|
|
887
998
|
*/
|
|
888
|
-
--
|
|
999
|
+
--border-radius-xl: 24px;
|
|
889
1000
|
/**
|
|
890
|
-
*
|
|
1001
|
+
* 16-16-16-16 – use for corner rounding on small cards, overlays, and modal surfaces.
|
|
891
1002
|
*/
|
|
892
|
-
--
|
|
1003
|
+
--border-radius-lg: 16px;
|
|
893
1004
|
/**
|
|
894
|
-
*
|
|
1005
|
+
* 0-0-0-0 – no corner rounding. Used as default for flat layouts, content modules, images, and teaser elements.
|
|
895
1006
|
*/
|
|
896
|
-
--
|
|
1007
|
+
--border-radius-none: 0px;
|
|
897
1008
|
/**
|
|
898
|
-
*
|
|
1009
|
+
* creates fully rounded shapes, typically used for circular elements like avatars.
|
|
899
1010
|
*/
|
|
900
|
-
--
|
|
1011
|
+
--border-radius-full: 9999px;
|
|
1012
|
+
|
|
1013
|
+
/* Semantic - Border - BorderWidth */
|
|
901
1014
|
/**
|
|
902
|
-
*
|
|
1015
|
+
* 1-1-1-1 – use for subtle outlines and dividers
|
|
903
1016
|
*/
|
|
904
|
-
--
|
|
1017
|
+
--border-width-thin: 1px;
|
|
905
1018
|
/**
|
|
906
|
-
* 2-2-
|
|
1019
|
+
* 2-2-2-2 – use for stronger outlines on form elements (inputs), buttons (outline variants), and interaction states (focus, hover, active)
|
|
907
1020
|
*/
|
|
908
|
-
--
|
|
1021
|
+
--border-width-thick: 2px;
|
|
909
1022
|
/**
|
|
910
|
-
*
|
|
1023
|
+
* 0.33 -0.33 -0.33 -0.33 – primarily used in mobile app interfaces. Optimized for high-density displays to create subtle dividers and outlines without visual overload.
|
|
911
1024
|
*/
|
|
912
|
-
--
|
|
1025
|
+
--border-width-hairline: 0.33000001311302185px;
|
|
913
1026
|
|
|
914
|
-
/* Semantic -
|
|
1027
|
+
/* Semantic - Visibility - Boolean */
|
|
915
1028
|
/**
|
|
916
|
-
*
|
|
1029
|
+
* Use for showing elements on mobile viewport sizes only
|
|
917
1030
|
*/
|
|
918
|
-
--
|
|
1031
|
+
--visilble-mobile-only: true;
|
|
919
1032
|
/**
|
|
920
|
-
*
|
|
1033
|
+
* Use for showing elements on desktop viewport sizes only
|
|
921
1034
|
*/
|
|
922
|
-
--
|
|
1035
|
+
--visilble-desktop-only: false;
|
|
923
1036
|
/**
|
|
924
|
-
*
|
|
1037
|
+
* Use for showing elements on viewport sizes above 600 px
|
|
925
1038
|
*/
|
|
926
|
-
--
|
|
1039
|
+
--visilble-above600px: false;
|
|
927
1040
|
/**
|
|
928
|
-
*
|
|
1041
|
+
* Use for showing elements on viewport sizes below 600 px
|
|
929
1042
|
*/
|
|
930
|
-
--
|
|
1043
|
+
--visilble-below600px: true;
|
|
931
1044
|
/**
|
|
932
|
-
*
|
|
1045
|
+
* Use for hiding elements on mobile viewport sizes
|
|
933
1046
|
*/
|
|
934
|
-
--
|
|
1047
|
+
--hide-on-mobile: false;
|
|
935
1048
|
/**
|
|
936
|
-
*
|
|
1049
|
+
* Use for showing elements on tablet viewport sizes only
|
|
937
1050
|
*/
|
|
938
|
-
--
|
|
1051
|
+
--visilble-tablet-only: false;
|
|
939
1052
|
/**
|
|
940
|
-
*
|
|
1053
|
+
* Use for hiding elements on desktop viewport sizes only
|
|
941
1054
|
*/
|
|
942
|
-
--
|
|
1055
|
+
--hide-on-desktop: true;
|
|
1056
|
+
|
|
1057
|
+
/* Semantic - Visibility - VariantSwitch */
|
|
1058
|
+
--change-on-lg: xs/sm/md;
|
|
943
1059
|
/**
|
|
944
|
-
*
|
|
1060
|
+
* This variable is used for controlling size changes across device sizes on some components such as the vertical newsticker cards and the search results cards. Both have cards that change layouts at different breakpoints.
|
|
945
1061
|
*/
|
|
946
|
-
--
|
|
1062
|
+
--change-on-md: xs/sm;
|
|
1063
|
+
--bp-specific-web: xs/sm;
|
|
1064
|
+
--bp-specific-app: compact;
|
|
947
1065
|
|
|
948
1066
|
/* Semantic - Space - Inline - Responsive */
|
|
949
1067
|
/**
|
|
@@ -967,39 +1085,39 @@ Apply this token to the main frame of page layouts to simulate realistic maximum
|
|
|
967
1085
|
*/
|
|
968
1086
|
--inline-space-resp-xl: 24px;
|
|
969
1087
|
|
|
970
|
-
/* Semantic - Space -
|
|
1088
|
+
/* Semantic - Space - Inline - Constant */
|
|
971
1089
|
/**
|
|
972
|
-
* 8-8-8-8 – Use for fixed
|
|
1090
|
+
* 8-8-8-8 – Use for fixed horizontal (left/right) padding of UI elements
|
|
973
1091
|
*/
|
|
974
|
-
--
|
|
1092
|
+
--inline-space-const-sm: 8px;
|
|
975
1093
|
/**
|
|
976
|
-
* 12-12-12-12 – Use for fixed
|
|
1094
|
+
* 12-12-12-12 – Use for fixed horizontal (left/right) padding of UI elements
|
|
977
1095
|
*/
|
|
978
|
-
--
|
|
1096
|
+
--inline-space-const-md: 12px;
|
|
979
1097
|
/**
|
|
980
|
-
* 16-16-16-16 – Use for fixed
|
|
1098
|
+
* 16-16-16-16 – Use for fixed horizontal (left/right) padding of UI elements
|
|
981
1099
|
*/
|
|
982
|
-
--
|
|
1100
|
+
--inline-space-const-lg: 16px;
|
|
983
1101
|
/**
|
|
984
|
-
* 32-32-32-32 – Use for fixed
|
|
1102
|
+
* 32-32-32-32 – Use for fixed horizontal (left/right) padding of UI elements
|
|
985
1103
|
*/
|
|
986
|
-
--
|
|
1104
|
+
--inline-space-const2-xl: 32px;
|
|
987
1105
|
/**
|
|
988
|
-
* 24-24-24-24 – Use for fixed
|
|
1106
|
+
* 24-24-24-24 – Use for fixed horizontal (left/right) padding of UI elements
|
|
989
1107
|
*/
|
|
990
|
-
--
|
|
1108
|
+
--inline-space-const-xl: 24px;
|
|
991
1109
|
/**
|
|
992
|
-
* 6-6-6-6 – Use for fixed
|
|
1110
|
+
* 6-6-6-6 – Use for fixed horizontal (left/right) padding of UI elements
|
|
993
1111
|
*/
|
|
994
|
-
--
|
|
1112
|
+
--inline-space-const-xs: 6px;
|
|
995
1113
|
/**
|
|
996
|
-
* 2-2-2-2 – Use for fixed
|
|
1114
|
+
* 2-2-2-2 – Use for fixed horizontal (left/right) padding of UI elements
|
|
997
1115
|
*/
|
|
998
|
-
--
|
|
1116
|
+
--inline-space-const3-xs: 2px;
|
|
999
1117
|
/**
|
|
1000
|
-
* 4-4-4-4 – Use for fixed
|
|
1118
|
+
* 4-4-4-4 – Use for fixed horizontal (left/right) padding of UI elements
|
|
1001
1119
|
*/
|
|
1002
|
-
--
|
|
1120
|
+
--inline-space-const2-xs: 4px;
|
|
1003
1121
|
|
|
1004
1122
|
/* Semantic - Space - Stack - Responsive */
|
|
1005
1123
|
/**
|
|
@@ -1023,323 +1141,205 @@ Apply this token to the main frame of page layouts to simulate realistic maximum
|
|
|
1023
1141
|
*/
|
|
1024
1142
|
--stack-space-resp-xl: 24px;
|
|
1025
1143
|
|
|
1026
|
-
/* Semantic -
|
|
1027
|
-
/**
|
|
1028
|
-
* This variable references the bodyFontFamily variable from the branding collection.
|
|
1029
|
-
*/
|
|
1030
|
-
--body-font-family: Lucida Grande;
|
|
1031
|
-
--callout-font-family: Lucida Grande;
|
|
1032
|
-
--headline-font-family: Lucida Grande;
|
|
1033
|
-
--footnote-font-family: Lucida Grande;
|
|
1034
|
-
--label-font-family: Lucida Grande;
|
|
1035
|
-
--kicker-font-family: Lucida Grande;
|
|
1036
|
-
--subheadline-font-family: Lucida Grande;
|
|
1037
|
-
--title-font-family: Lucida Grande;
|
|
1038
|
-
--quote-font-family: Lucida Grande;
|
|
1039
|
-
--display-font-family: Lucida Grande;
|
|
1040
|
-
|
|
1041
|
-
/* Semantic - Typography - FontSize - Body */
|
|
1042
|
-
/**
|
|
1043
|
-
* This variable is used on the body text style's font size parameter. It remains constant at 21.
|
|
1044
|
-
*/
|
|
1045
|
-
--body-font-size: 17px;
|
|
1046
|
-
|
|
1047
|
-
/* Semantic - Typography - FontSize - Callout */
|
|
1048
|
-
/**
|
|
1049
|
-
* This token is used for the font size parameter of the callout text style. 18 - 18 - 22 - 22
|
|
1050
|
-
*/
|
|
1051
|
-
--callout1-font-size: 16px;
|
|
1052
|
-
|
|
1053
|
-
/* Semantic - Typography - FontSize - Display */
|
|
1054
|
-
/**
|
|
1055
|
-
* This variable is used on the font size parameter for the display1 text style. 40 - 40 - 72 - 120
|
|
1056
|
-
*/
|
|
1057
|
-
--display1-font-size: 39px;
|
|
1144
|
+
/* Semantic - Space - Stack - Constant */
|
|
1058
1145
|
/**
|
|
1059
|
-
*
|
|
1146
|
+
* 8-8-8-8 – Use for fixed vertical (top/bottom) padding of UI elements
|
|
1060
1147
|
*/
|
|
1061
|
-
--
|
|
1148
|
+
--stack-space-const-sm: 8px;
|
|
1062
1149
|
/**
|
|
1063
|
-
*
|
|
1150
|
+
* 12-12-12-12 – Use for fixed vertical (top/bottom) padding of UI elements
|
|
1064
1151
|
*/
|
|
1065
|
-
--
|
|
1066
|
-
|
|
1067
|
-
/* Semantic - Typography - FontSize - Footnote */
|
|
1152
|
+
--stack-space-const-md: 12px;
|
|
1068
1153
|
/**
|
|
1069
|
-
*
|
|
1154
|
+
* 16-16-16-16 – Use for fixed vertical (top/bottom) padding of UI elements
|
|
1070
1155
|
*/
|
|
1071
|
-
--
|
|
1156
|
+
--stack-space-const-lg: 16px;
|
|
1072
1157
|
/**
|
|
1073
|
-
*
|
|
1158
|
+
* 32-32-32-32 – Use for fixed vertical (top/bottom) padding of UI elements
|
|
1074
1159
|
*/
|
|
1075
|
-
--
|
|
1076
|
-
|
|
1077
|
-
/* Semantic - Typography - FontSize - Headline */
|
|
1160
|
+
--stack-space-const2-xl: 32px;
|
|
1078
1161
|
/**
|
|
1079
|
-
*
|
|
1162
|
+
* 24-24-24-24 – Use for fixed vertical (top/bottom) padding of UI elements
|
|
1080
1163
|
*/
|
|
1081
|
-
--
|
|
1164
|
+
--stack-space-const-xl: 24px;
|
|
1082
1165
|
/**
|
|
1083
|
-
*
|
|
1166
|
+
* 6-6-6-6 – Use for fixed vertical (top/bottom) padding of UI elements
|
|
1084
1167
|
*/
|
|
1085
|
-
--
|
|
1168
|
+
--stack-space-const-xs: 6px;
|
|
1086
1169
|
/**
|
|
1087
|
-
*
|
|
1170
|
+
* 2-2-2-2 – Use for fixed vertical (top/bottom) padding of UI elements
|
|
1088
1171
|
*/
|
|
1089
|
-
--
|
|
1172
|
+
--stack-space-const3-xs: 2px;
|
|
1090
1173
|
/**
|
|
1091
|
-
*
|
|
1174
|
+
* 4-4-4-4 – Use for fixed vertical (top/bottom) padding of UI elements
|
|
1092
1175
|
*/
|
|
1093
|
-
--
|
|
1176
|
+
--stack-space-const2-xs: 4px;
|
|
1094
1177
|
|
|
1095
|
-
/* Semantic -
|
|
1096
|
-
/**
|
|
1097
|
-
* Values come from NMT Figma File 01_Foundation; in online CSS this is kicker0. 18 - 18 - 22 - 30 - This variable does not exist yet in online css. Online css is called kicker0 for smallest font size.
|
|
1098
|
-
*/
|
|
1099
|
-
--kicker1-font-size: 16px;
|
|
1178
|
+
/* Semantic - Space - Gap - Responsive */
|
|
1100
1179
|
/**
|
|
1101
|
-
*
|
|
1180
|
+
* 4-4-6-8 – Use for gaps between items inside of UI elements that scale across breakpoints
|
|
1102
1181
|
*/
|
|
1103
|
-
--
|
|
1182
|
+
--gap-space-resp-xs: 4px;
|
|
1104
1183
|
/**
|
|
1105
|
-
*
|
|
1184
|
+
* 16-16-24-32 – Use for gaps between items inside of UI elements that scale across breakpoints
|
|
1106
1185
|
*/
|
|
1107
|
-
--
|
|
1186
|
+
--gap-space-resp-lg: 16px;
|
|
1108
1187
|
/**
|
|
1109
|
-
*
|
|
1188
|
+
* 24-24-32-48 – Use for gaps between items inside of UI elements that scale across breakpoints
|
|
1110
1189
|
*/
|
|
1111
|
-
--
|
|
1112
|
-
|
|
1113
|
-
/* Semantic - Typography - FontSize - Label */
|
|
1190
|
+
--gap-space-resp-xl: 24px;
|
|
1114
1191
|
/**
|
|
1115
|
-
*
|
|
1192
|
+
* 32-32-48-64 – Use for gaps between items inside of UI elements that scale across breakpoints
|
|
1116
1193
|
*/
|
|
1117
|
-
--
|
|
1194
|
+
--gap-space-resp2-xl: 32px;
|
|
1118
1195
|
/**
|
|
1119
|
-
*
|
|
1196
|
+
* 12-12-16-24 – Use for gaps between items inside of UI elements that scale across breakpoints
|
|
1120
1197
|
*/
|
|
1121
|
-
--
|
|
1198
|
+
--gap-space-resp-md: 12px;
|
|
1122
1199
|
/**
|
|
1123
|
-
*
|
|
1200
|
+
* 8-8-12-16 – Use for gaps between items inside of UI elements that scale across breakpoints
|
|
1124
1201
|
*/
|
|
1125
|
-
--
|
|
1202
|
+
--gap-space-resp-sm: 8px;
|
|
1126
1203
|
/**
|
|
1127
|
-
*
|
|
1204
|
+
* 2-2-4-6 – Use for gaps between items inside of UI elements that scale across breakpoints
|
|
1128
1205
|
*/
|
|
1129
|
-
--
|
|
1206
|
+
--gap-space-resp2-xs: 2px;
|
|
1130
1207
|
/**
|
|
1131
|
-
*
|
|
1208
|
+
* 48-48-72-96 – Use for gaps between items inside of UI elements that scale across breakpoints
|
|
1132
1209
|
*/
|
|
1133
|
-
--
|
|
1210
|
+
--gap-space-resp3-xl: 48px;
|
|
1134
1211
|
|
|
1135
|
-
/* Semantic -
|
|
1212
|
+
/* Semantic - Space - Gap - Constant */
|
|
1136
1213
|
/**
|
|
1137
|
-
*
|
|
1214
|
+
* 2-2-2-2 – Use for fixed gaps between items inside of UI elements
|
|
1138
1215
|
*/
|
|
1139
|
-
--
|
|
1140
|
-
|
|
1141
|
-
/* Semantic - Typography - FontSize - Subheadline */
|
|
1216
|
+
--gap-space-const2-xs: 2px;
|
|
1142
1217
|
/**
|
|
1143
|
-
*
|
|
1218
|
+
* 4-4-4-4 – Use for fixed gaps between items inside of UI elements
|
|
1144
1219
|
*/
|
|
1145
|
-
--
|
|
1146
|
-
|
|
1147
|
-
/* Semantic - Typography - FontSize - Title */
|
|
1220
|
+
--gap-space-const-xs: 4px;
|
|
1148
1221
|
/**
|
|
1149
|
-
*
|
|
1222
|
+
* 8-8-8-8 – Use for fixed gaps between items inside of UI elements
|
|
1150
1223
|
*/
|
|
1151
|
-
--
|
|
1224
|
+
--gap-space-const-sm: 8px;
|
|
1152
1225
|
/**
|
|
1153
|
-
*
|
|
1226
|
+
* 12-12-12-12 – Use for fixed gaps between items inside of UI elements
|
|
1154
1227
|
*/
|
|
1155
|
-
--
|
|
1156
|
-
|
|
1157
|
-
/* Semantic - Typography - FontWeight - Body */
|
|
1158
|
-
--body-font-weight-book: 400;
|
|
1159
|
-
--body-font-weight-bold: 700;
|
|
1160
|
-
|
|
1161
|
-
/* Semantic - Typography - FontWeight - Callout */
|
|
1162
|
-
--callout-font-weight: 800;
|
|
1163
|
-
|
|
1164
|
-
/* Semantic - Typography - FontWeight - Display */
|
|
1165
|
-
--display-font-weight: 800;
|
|
1166
|
-
|
|
1167
|
-
/* Semantic - Typography - FontWeight - Footnote */
|
|
1168
|
-
--footnote-font-weight-book: 400;
|
|
1169
|
-
--footnote-font-weight-bold: 700;
|
|
1170
|
-
|
|
1171
|
-
/* Semantic - Typography - FontWeight - Headline */
|
|
1172
|
-
--headline1-font-weight: 700;
|
|
1173
|
-
--headline2-font-weight: 700;
|
|
1174
|
-
--headline3-font-weight: 700;
|
|
1175
|
-
--headline4-font-weight: 600;
|
|
1228
|
+
--gap-space-const-md: 12px;
|
|
1176
1229
|
/**
|
|
1177
|
-
*
|
|
1230
|
+
* 16-16-16-16 – Use for fixed gaps between items inside of UI elements
|
|
1178
1231
|
*/
|
|
1179
|
-
--
|
|
1180
|
-
|
|
1181
|
-
/* Semantic - Typography - FontWeight - Kicker */
|
|
1182
|
-
--kicker-font-weight: 700;
|
|
1183
|
-
--kicker-font-weight-st: 700;
|
|
1184
|
-
|
|
1185
|
-
/* Semantic - Typography - FontWeight - Label */
|
|
1186
|
-
--label-font-weight-bold: 700;
|
|
1187
|
-
--label-font-weight-book: 400;
|
|
1188
|
-
|
|
1189
|
-
/* Semantic - Typography - FontWeight - Quote */
|
|
1190
|
-
--quote-font-weight: 800;
|
|
1191
|
-
|
|
1192
|
-
/* Semantic - Typography - FontWeight - Subheadline */
|
|
1193
|
-
--subheadline-font-weight: 700;
|
|
1194
|
-
|
|
1195
|
-
/* Semantic - Typography - FontWeight - Title */
|
|
1196
|
-
--title-font-weight: 800;
|
|
1197
|
-
|
|
1198
|
-
/* Semantic - Typography - LetterSpacing */
|
|
1232
|
+
--gap-space-const-lg: 16px;
|
|
1199
1233
|
/**
|
|
1200
|
-
*
|
|
1234
|
+
* 24-24-24-24 – Use for fixed gaps between items inside of UI elements
|
|
1201
1235
|
*/
|
|
1202
|
-
--
|
|
1236
|
+
--gap-space-const-xl: 24px;
|
|
1203
1237
|
/**
|
|
1204
|
-
*
|
|
1238
|
+
* 32-32-32-32 – Use for fixed gaps between items inside of UI elements
|
|
1205
1239
|
*/
|
|
1206
|
-
--
|
|
1240
|
+
--gap-space-const2-xl: 32px;
|
|
1207
1241
|
/**
|
|
1208
|
-
*
|
|
1242
|
+
* 48-48-48-48 – Use for fixed gaps between items inside of UI elements
|
|
1209
1243
|
*/
|
|
1210
|
-
--
|
|
1244
|
+
--gap-space-const3-xl: 48px;
|
|
1245
|
+
|
|
1246
|
+
/* Semantic - Size - Constant */
|
|
1211
1247
|
/**
|
|
1212
|
-
*
|
|
1248
|
+
* 16-16-16-16 – Use for setting fixed height and width of UI elements
|
|
1213
1249
|
*/
|
|
1214
|
-
--
|
|
1250
|
+
--size-const3-xs: 16px;
|
|
1215
1251
|
/**
|
|
1216
|
-
* -
|
|
1252
|
+
* 24-24-24-24 – Use for setting fixed height and width of UI elements
|
|
1217
1253
|
*/
|
|
1218
|
-
--
|
|
1254
|
+
--size-const2-xs: 24px;
|
|
1219
1255
|
/**
|
|
1220
|
-
* -
|
|
1256
|
+
* 32-32-32-32 – Use for setting fixed height and width of UI elements
|
|
1221
1257
|
*/
|
|
1222
|
-
--
|
|
1258
|
+
--size-const-xs: 32px;
|
|
1223
1259
|
/**
|
|
1224
|
-
* -
|
|
1260
|
+
* 40-40-40-40 – Use for setting fixed height and width of UI elements
|
|
1225
1261
|
*/
|
|
1226
|
-
--
|
|
1262
|
+
--size-const-sm: 40px;
|
|
1227
1263
|
/**
|
|
1228
|
-
* -
|
|
1264
|
+
* 48-48-48-48 Use for setting fixed height and width of UI elements
|
|
1229
1265
|
*/
|
|
1230
|
-
--
|
|
1266
|
+
--size-const-md: 48px;
|
|
1231
1267
|
/**
|
|
1232
|
-
*
|
|
1268
|
+
* 56-56-56-56 – Use for setting fixed height and width of UI elements
|
|
1233
1269
|
*/
|
|
1234
|
-
--
|
|
1235
|
-
|
|
1236
|
-
/* Semantic - Typography - LetterSpacing - display */
|
|
1270
|
+
--size-const-lg: 56px;
|
|
1237
1271
|
/**
|
|
1238
|
-
* -
|
|
1272
|
+
* 64-64-64-64 – Use for setting fixed height and width of UI elements
|
|
1239
1273
|
*/
|
|
1240
|
-
--
|
|
1274
|
+
--size-const-xl: 64px;
|
|
1241
1275
|
/**
|
|
1242
|
-
* -
|
|
1276
|
+
* 96-96-96-96 – Use for setting fixed height and width of UI elements
|
|
1243
1277
|
*/
|
|
1244
|
-
--
|
|
1278
|
+
--size-const3-xl: 96px;
|
|
1245
1279
|
/**
|
|
1246
|
-
* -
|
|
1280
|
+
* 148-148-148-148 – Use for setting fixed height and width of UI elements
|
|
1247
1281
|
*/
|
|
1248
|
-
--
|
|
1249
|
-
|
|
1250
|
-
/* Semantic - Typography - LineHeight - Body */
|
|
1282
|
+
--size-const4-xl: 148px;
|
|
1251
1283
|
/**
|
|
1252
|
-
*
|
|
1284
|
+
* 72-72-72-72 – Use for setting fixed height and width of UI elements
|
|
1253
1285
|
*/
|
|
1254
|
-
--
|
|
1255
|
-
|
|
1256
|
-
/* Semantic - Typography - LineHeight - Callout */
|
|
1257
|
-
--callout-line-height: 20.799999237060547px;
|
|
1258
|
-
|
|
1259
|
-
/* Semantic - Typography - LineHeight - Display */
|
|
1260
|
-
--display1-line-height: 40px;
|
|
1261
|
-
--display2-line-height: 36px;
|
|
1262
|
-
--display3-line-height: 28px;
|
|
1263
|
-
|
|
1264
|
-
/* Semantic - Typography - LineHeight - Footnote */
|
|
1265
|
-
--footnote1-line-height: 16.899999618530273px;
|
|
1266
|
-
--footnote2-line-height: 13px;
|
|
1267
|
-
|
|
1268
|
-
/* Semantic - Typography - LineHeight - Headline */
|
|
1269
|
-
--headline1-line-height: 37.79999923706055px;
|
|
1270
|
-
--headline2-line-height: 33px;
|
|
1271
|
-
--headline3-line-height: 26.399999618530273px;
|
|
1272
|
-
--headline4-line-height: 18.399999618530273px;
|
|
1273
|
-
|
|
1274
|
-
/* Semantic - Typography - LineHeight - Kicker */
|
|
1275
|
-
--kicker4-line-height: 13.199999809265137px;
|
|
1276
|
-
--kicker3-line-height: 15.399999618530273px;
|
|
1277
|
-
--kicker2-line-height: 17.600000381469727px;
|
|
1278
|
-
--kicker1-line-height: 17.600000381469727px;
|
|
1279
|
-
|
|
1280
|
-
/* Semantic - Typography - LineHeight - Label */
|
|
1281
|
-
--label3-line-height: 14.399999618530273px;
|
|
1286
|
+
--size-const2-xl: 72px;
|
|
1282
1287
|
/**
|
|
1283
|
-
*
|
|
1288
|
+
* 8-8-8-8 – Use for setting fixed height and width of UI elements
|
|
1284
1289
|
*/
|
|
1285
|
-
--
|
|
1286
|
-
--label1-responsive-line-height: 10px;
|
|
1287
|
-
--label2-line-height: 16px;
|
|
1288
|
-
--label4-line-height: 10px;
|
|
1290
|
+
--size-const4-xs: 8px;
|
|
1289
1291
|
|
|
1290
|
-
/* Semantic -
|
|
1292
|
+
/* Semantic - Size - Responsive */
|
|
1291
1293
|
/**
|
|
1292
|
-
*
|
|
1294
|
+
* 16-16-16-24 – Use for setting height and width of UI elements that scale across breakpoints
|
|
1293
1295
|
*/
|
|
1294
|
-
--
|
|
1295
|
-
|
|
1296
|
-
/* Semantic - Typography - LineHeight - Subheadline */
|
|
1297
|
-
--subheadline1-line-height: 23.399999618530273px;
|
|
1298
|
-
|
|
1299
|
-
/* Semantic - Typography - LineHeight - Title */
|
|
1300
|
-
--title1-line-height: 26.399999618530273px;
|
|
1296
|
+
--size-resp3-xs: 16px;
|
|
1301
1297
|
/**
|
|
1302
|
-
*
|
|
1298
|
+
* 24-24-32-32 – Use for setting height and width of UI elements that scale across breakpoints
|
|
1303
1299
|
*/
|
|
1304
|
-
--
|
|
1305
|
-
|
|
1306
|
-
/* Semantic - Visibility - Boolean */
|
|
1300
|
+
--size-resp2-xs: 24px;
|
|
1307
1301
|
/**
|
|
1308
|
-
* Use for
|
|
1302
|
+
* 32-32-40-48 – Use for setting height and width of UI elements that scale across breakpoints
|
|
1309
1303
|
*/
|
|
1310
|
-
--
|
|
1304
|
+
--size-resp-xs: 32px;
|
|
1311
1305
|
/**
|
|
1312
|
-
* Use for
|
|
1306
|
+
* 40-40-48-56 – Use for setting height and width of UI elements that scale across breakpoints
|
|
1313
1307
|
*/
|
|
1314
|
-
--
|
|
1308
|
+
--size-resp-sm: 40px;
|
|
1315
1309
|
/**
|
|
1316
|
-
* Use for
|
|
1310
|
+
* 48-48-64-72 – Use for setting height and width of UI elements that scale across breakpoints
|
|
1317
1311
|
*/
|
|
1318
|
-
--
|
|
1312
|
+
--size-resp-md: 48px;
|
|
1319
1313
|
/**
|
|
1320
|
-
* Use for
|
|
1314
|
+
* 56-56-72-92 – Use for setting height and width of UI elements that scale across breakpoints
|
|
1321
1315
|
*/
|
|
1322
|
-
--
|
|
1316
|
+
--size-resp-lg: 56px;
|
|
1323
1317
|
/**
|
|
1324
|
-
* Use for
|
|
1318
|
+
* 64-64-80-96 – Use for setting height and width of UI elements that scale across breakpoints
|
|
1325
1319
|
*/
|
|
1326
|
-
--
|
|
1320
|
+
--size-resp-xl: 64px;
|
|
1327
1321
|
/**
|
|
1328
|
-
* Use for
|
|
1322
|
+
* 72-72-92-100 – Use for setting height and width of UI elements that scale across breakpoints
|
|
1329
1323
|
*/
|
|
1330
|
-
--
|
|
1324
|
+
--size-resp2-xl: 72px;
|
|
1331
1325
|
/**
|
|
1332
|
-
* Use for
|
|
1326
|
+
* 96-96-120-148 – Use for setting height and width of UI elements that scale across breakpoints
|
|
1333
1327
|
*/
|
|
1334
|
-
--
|
|
1335
|
-
|
|
1336
|
-
/* Semantic - Visibility - VariantSwitch */
|
|
1337
|
-
--change-on-lg: xs/sm/md;
|
|
1328
|
+
--size-resp3-xl: 96px;
|
|
1338
1329
|
/**
|
|
1339
|
-
*
|
|
1330
|
+
* 148-148-160-180 – Use for setting height and width of UI elements that scale across breakpoints
|
|
1340
1331
|
*/
|
|
1341
|
-
--
|
|
1342
|
-
|
|
1343
|
-
|
|
1332
|
+
--size-resp4-xl: 148px;
|
|
1333
|
+
/**
|
|
1334
|
+
* 12-12-14-16 – Use for setting height and width of UI elements that scale across breakpoints
|
|
1335
|
+
*/
|
|
1336
|
+
--size-resp4-xs: 12px;
|
|
1337
|
+
|
|
1338
|
+
|
|
1339
|
+
/* ============================================
|
|
1340
|
+
OTHER
|
|
1341
|
+
============================================ */
|
|
1342
|
+
|
|
1343
|
+
--breakpoint-name: xs;
|
|
1344
1344
|
|
|
1345
1345
|
}
|