@marioschmidt/design-system-tokens 1.0.20 → 1.0.21
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/css/brands/advertorial/density/density-compact.css +31 -6
- package/dist/css/brands/advertorial/density/density-default.css +31 -6
- package/dist/css/brands/advertorial/density/density-spacious.css +31 -6
- package/dist/css/brands/advertorial/overrides/brandtokenmapping.css +694 -200
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.css +1240 -385
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.css +1240 -385
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.css +1240 -385
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.css +1240 -385
- package/dist/css/brands/advertorial/semantic/effects/effects-dark.css +1 -1
- package/dist/css/brands/advertorial/semantic/effects/effects-light.css +1 -1
- package/dist/css/brands/advertorial/semantic/typography/typography-lg.css +1 -1
- package/dist/css/brands/advertorial/semantic/typography/typography-md.css +1 -1
- package/dist/css/brands/advertorial/semantic/typography/typography-sm.css +1 -1
- package/dist/css/brands/advertorial/semantic/typography/typography-xs.css +1 -1
- package/dist/css/brands/bild/density/density-compact.css +31 -6
- package/dist/css/brands/bild/density/density-default.css +31 -6
- package/dist/css/brands/bild/density/density-spacious.css +31 -6
- package/dist/css/brands/bild/overrides/brandcolormapping.css +238 -54
- package/dist/css/brands/bild/overrides/brandtokenmapping.css +694 -200
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +1240 -385
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-md-600px.css +1240 -385
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.css +1240 -385
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-xs-320px.css +1240 -385
- package/dist/css/brands/bild/semantic/color/colormode-dark.css +532 -280
- package/dist/css/brands/bild/semantic/color/colormode-light.css +532 -280
- package/dist/css/brands/bild/semantic/effects/effects-dark.css +1 -1
- package/dist/css/brands/bild/semantic/effects/effects-light.css +1 -1
- package/dist/css/brands/bild/semantic/typography/typography-lg.css +1 -1
- package/dist/css/brands/bild/semantic/typography/typography-md.css +1 -1
- package/dist/css/brands/bild/semantic/typography/typography-sm.css +1 -1
- package/dist/css/brands/bild/semantic/typography/typography-xs.css +1 -1
- package/dist/css/brands/sportbild/density/density-compact.css +31 -6
- package/dist/css/brands/sportbild/density/density-default.css +31 -6
- package/dist/css/brands/sportbild/density/density-spacious.css +31 -6
- package/dist/css/brands/sportbild/overrides/brandcolormapping.css +238 -54
- package/dist/css/brands/sportbild/overrides/brandtokenmapping.css +694 -200
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +1240 -385
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.css +1240 -385
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.css +1240 -385
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.css +1240 -385
- package/dist/css/brands/sportbild/semantic/color/colormode-dark.css +532 -280
- package/dist/css/brands/sportbild/semantic/color/colormode-light.css +532 -280
- package/dist/css/brands/sportbild/semantic/effects/effects-dark.css +1 -1
- package/dist/css/brands/sportbild/semantic/effects/effects-light.css +1 -1
- package/dist/css/brands/sportbild/semantic/typography/typography-lg.css +1 -1
- package/dist/css/brands/sportbild/semantic/typography/typography-md.css +1 -1
- package/dist/css/brands/sportbild/semantic/typography/typography-sm.css +1 -1
- package/dist/css/brands/sportbild/semantic/typography/typography-xs.css +1 -1
- package/dist/css/shared/colorprimitive.css +160 -48
- package/dist/css/shared/fontprimitive.css +99 -33
- package/dist/css/shared/sizeprimitive.css +8 -1
- package/dist/css/shared/spaceprimitive.css +8 -1
- package/dist/flutter/brands/advertorial/density/density-compact.dart +5 -0
- package/dist/flutter/brands/advertorial/density/density-default.dart +5 -0
- package/dist/flutter/brands/advertorial/density/density-spacious.dart +5 -0
- package/dist/flutter/brands/advertorial/overrides/brandtokenmapping.dart +17 -2
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +17 -1
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.dart +17 -1
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.dart +17 -1
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.dart +17 -1
- package/dist/flutter/brands/bild/density/density-compact.dart +5 -0
- package/dist/flutter/brands/bild/density/density-default.dart +5 -0
- package/dist/flutter/brands/bild/density/density-spacious.dart +5 -0
- package/dist/flutter/brands/bild/overrides/brandcolormapping.dart +10 -1
- package/dist/flutter/brands/bild/overrides/brandtokenmapping.dart +17 -2
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +17 -1
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-md-600px.dart +17 -1
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.dart +17 -1
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-xs-320px.dart +17 -1
- package/dist/flutter/brands/bild/semantic/color/colormode-dark.dart +10 -0
- package/dist/flutter/brands/bild/semantic/color/colormode-light.dart +10 -0
- package/dist/flutter/brands/sportbild/density/density-compact.dart +5 -0
- package/dist/flutter/brands/sportbild/density/density-default.dart +5 -0
- package/dist/flutter/brands/sportbild/density/density-spacious.dart +5 -0
- package/dist/flutter/brands/sportbild/overrides/brandcolormapping.dart +10 -1
- package/dist/flutter/brands/sportbild/overrides/brandtokenmapping.dart +17 -2
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +17 -1
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.dart +17 -1
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.dart +17 -1
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.dart +17 -1
- package/dist/flutter/brands/sportbild/semantic/color/colormode-dark.dart +10 -0
- package/dist/flutter/brands/sportbild/semantic/color/colormode-light.dart +10 -0
- package/dist/flutter/shared/colorprimitive.dart +20 -1
- package/dist/flutter/shared/fontprimitive.dart +20 -3
- package/dist/flutter/shared/sizeprimitive.dart +5 -0
- package/dist/flutter/shared/spaceprimitive.dart +5 -0
- package/dist/ios/brands/advertorial/density/DensityCompact.swift +5 -0
- package/dist/ios/brands/advertorial/density/DensityDefault.swift +5 -0
- package/dist/ios/brands/advertorial/density/DensitySpacious.swift +5 -0
- package/dist/ios/brands/advertorial/overrides/Brandtokenmapping.swift +17 -2
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointLg1024pxRegular.swift +17 -1
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointMd600px.swift +17 -1
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointSm390pxCompact.swift +17 -1
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointXs320px.swift +17 -1
- package/dist/ios/brands/bild/density/DensityCompact.swift +5 -0
- package/dist/ios/brands/bild/density/DensityDefault.swift +5 -0
- package/dist/ios/brands/bild/density/DensitySpacious.swift +5 -0
- package/dist/ios/brands/bild/overrides/Brandcolormapping.swift +10 -1
- package/dist/ios/brands/bild/overrides/Brandtokenmapping.swift +17 -2
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointLg1024pxRegular.swift +17 -1
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointMd600px.swift +17 -1
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointSm390pxCompact.swift +17 -1
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointXs320px.swift +17 -1
- package/dist/ios/brands/bild/semantic/color/ColormodeDark.swift +10 -0
- package/dist/ios/brands/bild/semantic/color/ColormodeLight.swift +10 -0
- package/dist/ios/brands/sportbild/density/DensityCompact.swift +5 -0
- package/dist/ios/brands/sportbild/density/DensityDefault.swift +5 -0
- package/dist/ios/brands/sportbild/density/DensitySpacious.swift +5 -0
- package/dist/ios/brands/sportbild/overrides/Brandcolormapping.swift +10 -1
- package/dist/ios/brands/sportbild/overrides/Brandtokenmapping.swift +17 -2
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointLg1024pxRegular.swift +17 -1
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointMd600px.swift +17 -1
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointSm390pxCompact.swift +17 -1
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointXs320px.swift +17 -1
- package/dist/ios/brands/sportbild/semantic/color/ColormodeDark.swift +10 -0
- package/dist/ios/brands/sportbild/semantic/color/ColormodeLight.swift +10 -0
- package/dist/ios/shared/Colorprimitive.swift +20 -1
- package/dist/ios/shared/Fontprimitive.swift +20 -3
- package/dist/ios/shared/Sizeprimitive.swift +5 -0
- package/dist/ios/shared/Spaceprimitive.swift +5 -0
- package/dist/js/brands/advertorial/density/density-compact.js +16 -1
- package/dist/js/brands/advertorial/density/density-default.js +16 -1
- package/dist/js/brands/advertorial/density/density-spacious.js +16 -1
- package/dist/js/brands/advertorial/overrides/brandtokenmapping.js +404 -158
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.js +775 -336
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.js +775 -336
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.js +775 -336
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.js +775 -336
- package/dist/js/brands/advertorial/semantic/effects/effects-dark.js +53 -216
- package/dist/js/brands/advertorial/semantic/effects/effects-light.js +53 -216
- package/dist/js/brands/advertorial/semantic/typography/typography-lg.js +456 -1132
- package/dist/js/brands/advertorial/semantic/typography/typography-md.js +456 -1132
- package/dist/js/brands/advertorial/semantic/typography/typography-sm.js +456 -1132
- package/dist/js/brands/advertorial/semantic/typography/typography-xs.js +456 -1132
- package/dist/js/brands/bild/density/density-compact.js +16 -1
- package/dist/js/brands/bild/density/density-default.js +16 -1
- package/dist/js/brands/bild/density/density-spacious.js +16 -1
- package/dist/js/brands/bild/overrides/brandcolormapping.js +127 -44
- package/dist/js/brands/bild/overrides/brandtokenmapping.js +404 -158
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +775 -336
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-md-600px.js +775 -336
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.js +775 -336
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-xs-320px.js +775 -336
- package/dist/js/brands/bild/semantic/color/colormode-dark.js +426 -184
- package/dist/js/brands/bild/semantic/color/colormode-light.js +426 -182
- package/dist/js/brands/bild/semantic/effects/effects-dark.js +53 -216
- package/dist/js/brands/bild/semantic/effects/effects-light.js +53 -216
- package/dist/js/brands/bild/semantic/typography/typography-lg.js +456 -1132
- package/dist/js/brands/bild/semantic/typography/typography-md.js +456 -1132
- package/dist/js/brands/bild/semantic/typography/typography-sm.js +456 -1132
- package/dist/js/brands/bild/semantic/typography/typography-xs.js +456 -1132
- package/dist/js/brands/sportbild/density/density-compact.js +16 -1
- package/dist/js/brands/sportbild/density/density-default.js +16 -1
- package/dist/js/brands/sportbild/density/density-spacious.js +16 -1
- package/dist/js/brands/sportbild/overrides/brandcolormapping.js +127 -44
- package/dist/js/brands/sportbild/overrides/brandtokenmapping.js +404 -158
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +775 -336
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.js +775 -336
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.js +775 -336
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.js +775 -336
- package/dist/js/brands/sportbild/semantic/color/colormode-dark.js +426 -184
- package/dist/js/brands/sportbild/semantic/color/colormode-light.js +426 -182
- package/dist/js/brands/sportbild/semantic/effects/effects-dark.js +53 -216
- package/dist/js/brands/sportbild/semantic/effects/effects-light.js +53 -216
- package/dist/js/brands/sportbild/semantic/typography/typography-lg.js +456 -1132
- package/dist/js/brands/sportbild/semantic/typography/typography-md.js +456 -1132
- package/dist/js/brands/sportbild/semantic/typography/typography-sm.js +456 -1132
- package/dist/js/brands/sportbild/semantic/typography/typography-xs.js +456 -1132
- package/dist/js/shared/colorprimitive.js +125 -45
- package/dist/js/shared/fontprimitive.js +76 -34
- package/dist/js/shared/sizeprimitive.js +8 -1
- package/dist/js/shared/spaceprimitive.js +8 -1
- package/dist/manifest.json +1 -1
- package/dist/scss/brands/advertorial/density/density-compact.scss +22 -6
- package/dist/scss/brands/advertorial/density/density-default.scss +22 -6
- package/dist/scss/brands/advertorial/density/density-spacious.scss +22 -6
- package/dist/scss/brands/advertorial/overrides/brandtokenmapping.scss +448 -201
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +805 -377
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.scss +805 -377
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.scss +805 -377
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.scss +805 -377
- package/dist/scss/brands/advertorial/semantic/effects/effects-dark.scss +55 -15
- package/dist/scss/brands/advertorial/semantic/effects/effects-light.scss +55 -15
- package/dist/scss/brands/advertorial/semantic/typography/typography-lg.scss +456 -124
- package/dist/scss/brands/advertorial/semantic/typography/typography-md.scss +456 -124
- package/dist/scss/brands/advertorial/semantic/typography/typography-sm.scss +456 -124
- package/dist/scss/brands/advertorial/semantic/typography/typography-xs.scss +456 -124
- package/dist/scss/brands/bild/density/density-compact.scss +22 -6
- package/dist/scss/brands/bild/density/density-default.scss +22 -6
- package/dist/scss/brands/bild/density/density-spacious.scss +22 -6
- package/dist/scss/brands/bild/overrides/brandcolormapping.scss +140 -55
- package/dist/scss/brands/bild/overrides/brandtokenmapping.scss +448 -201
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +805 -377
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-md-600px.scss +805 -377
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +805 -377
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-xs-320px.scss +805 -377
- package/dist/scss/brands/bild/semantic/color/colormode-dark.scss +423 -272
- package/dist/scss/brands/bild/semantic/color/colormode-light.scss +423 -272
- package/dist/scss/brands/bild/semantic/effects/effects-dark.scss +55 -15
- package/dist/scss/brands/bild/semantic/effects/effects-light.scss +55 -15
- package/dist/scss/brands/bild/semantic/typography/typography-lg.scss +456 -124
- package/dist/scss/brands/bild/semantic/typography/typography-md.scss +456 -124
- package/dist/scss/brands/bild/semantic/typography/typography-sm.scss +456 -124
- package/dist/scss/brands/bild/semantic/typography/typography-xs.scss +456 -124
- package/dist/scss/brands/sportbild/density/density-compact.scss +22 -6
- package/dist/scss/brands/sportbild/density/density-default.scss +22 -6
- package/dist/scss/brands/sportbild/density/density-spacious.scss +22 -6
- package/dist/scss/brands/sportbild/overrides/brandcolormapping.scss +140 -55
- package/dist/scss/brands/sportbild/overrides/brandtokenmapping.scss +448 -201
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +805 -377
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.scss +805 -377
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +805 -377
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.scss +805 -377
- package/dist/scss/brands/sportbild/semantic/color/colormode-dark.scss +423 -272
- package/dist/scss/brands/sportbild/semantic/color/colormode-light.scss +423 -272
- package/dist/scss/brands/sportbild/semantic/effects/effects-dark.scss +55 -15
- package/dist/scss/brands/sportbild/semantic/effects/effects-light.scss +55 -15
- package/dist/scss/brands/sportbild/semantic/typography/typography-lg.scss +456 -124
- package/dist/scss/brands/sportbild/semantic/typography/typography-md.scss +456 -124
- package/dist/scss/brands/sportbild/semantic/typography/typography-sm.scss +456 -124
- package/dist/scss/brands/sportbild/semantic/typography/typography-xs.scss +456 -124
- package/dist/scss/shared/colorprimitive.scss +129 -48
- package/dist/scss/shared/fontprimitive.scss +76 -33
- package/dist/scss/shared/sizeprimitive.scss +9 -1
- package/dist/scss/shared/spaceprimitive.scss +9 -1
- package/package.json +1 -1
|
@@ -1,39 +1,214 @@
|
|
|
1
|
+
//
|
|
2
|
+
// breakpoint-lg-1024px-regular.scss
|
|
3
|
+
// Generiert am: 2025-11-24T20:34:55.232Z
|
|
4
|
+
// Nicht manuell bearbeiten!
|
|
5
|
+
//
|
|
1
6
|
|
|
2
|
-
//
|
|
7
|
+
// ============================================
|
|
8
|
+
// COMPONENT
|
|
9
|
+
// ============================================
|
|
3
10
|
|
|
11
|
+
// Component - Accordion
|
|
12
|
+
// This variable exists specifically for changing the accordion font family across brands. It is subject to review. Bild: GothamXNarrow, SpoBi: Inter, Ads: LucindaGrande
|
|
13
|
+
$accordion-label-font-family: Inter;
|
|
14
|
+
|
|
15
|
+
// Component - Article
|
|
4
16
|
$aricle-mobile1-col-grid-image-margin-space: 72px;
|
|
5
|
-
|
|
6
|
-
$article-
|
|
7
|
-
|
|
8
|
-
$article-
|
|
9
|
-
|
|
10
|
-
$article-
|
|
11
|
-
|
|
17
|
+
// 8 | 8 | 12 | 16 - This space variable is used at the top edge of the article main content bounding box.
|
|
18
|
+
$article-top-margin-space: 16px;
|
|
19
|
+
// This variable is used to control the font size of kickers in the heading section of article pages. 18 - 18 - 22 - 30
|
|
20
|
+
$article-kicker-font-size: 32px;
|
|
21
|
+
// 40 - 40 - 72 - 100 - This variable uses the semantic variables headline2 for XS&SM, headline1 for MD&LG
|
|
22
|
+
$article-headline-font-size: 80px;
|
|
23
|
+
// same as standard teaser width size variable
|
|
24
|
+
$article-gallery-ateaser-width: 300px;
|
|
25
|
+
// CSS --article-figure-meta-font-size 16-16-18-18
|
|
26
|
+
$article-image-caption-font-size: 15px;
|
|
27
|
+
// NMT CSS --article-figure-meta-font-size
|
|
28
|
+
$article-image-source-font-size: 15px;
|
|
29
|
+
// this component level variable references the branding variables
|
|
30
|
+
$article-image-caption-line-height: 19.5px;
|
|
12
31
|
$article-image-source-line-height: 19px;
|
|
13
|
-
|
|
14
|
-
$article-
|
|
32
|
+
// 16 - 16 - 24 - 32 - This variable creates the vertical spacing between different article body elements such as avatars, media players, corssheadings, paragraphs, field sets, images, tables, quotes, videos, social embeds, etc.
|
|
33
|
+
$article-content-stack-space: 32px;
|
|
34
|
+
// 12 | 12 | 12 | 16 - This spacing variable is used for the space between article page heading kickers, headlines and subheadlines. XS&SM need review; correct value might be 8
|
|
35
|
+
$article-headings-stack-space: 16px;
|
|
15
36
|
$article-image-landscape-inline-space: 16px;
|
|
16
|
-
|
|
17
|
-
$article-meta-font-
|
|
18
|
-
|
|
19
|
-
$article-
|
|
37
|
+
// This variable is used on the font size of article day&time stamp that usually shows up along with the article author avatars. On app versions this variable is used for the avatar names. This variable references variables from the branding collection.
|
|
38
|
+
$article-meta-font-family: AntennaCond;
|
|
39
|
+
// This variable is used on the font size of article day&time stamp that usually shows up along with the article author avatars. On app versions this variable is used for the avatar names. 12 - 12 - 14 - 16
|
|
40
|
+
$article-meta-font-size: 16px;
|
|
41
|
+
// 16 | 16 | 72 | 162 - This variable is used for making the left and right spacings around article content blocks. Current css has the article-body class assigned to a div and article body contains these horizontal padding values.
|
|
42
|
+
$article-content-inline-space: 162px;
|
|
43
|
+
// 16 | 16 | 72 | 16 - This variable is used for the left and right space within the article page headings container which holds the article page kicker, headline and subheadline.
|
|
44
|
+
$article-headings-inline-space: 16px;
|
|
20
45
|
$article-image-portait-inline-space: 162px;
|
|
21
46
|
$article-image-container-stack-space: 16px;
|
|
22
47
|
$article-infobox-inline-space: 32px;
|
|
23
48
|
$article-infobox-stack-space: 32px;
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
$
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
$
|
|
32
|
-
|
|
33
|
-
$
|
|
34
|
-
|
|
49
|
+
|
|
50
|
+
// Component - AudioPlayer
|
|
51
|
+
// 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
|
|
52
|
+
$audio-player-font-size: 18px;
|
|
53
|
+
|
|
54
|
+
// Component - Avatar
|
|
55
|
+
// This variable is used on avatar names in article pages. Bild: 16 - 16 - 16 - 18; SpoBi&Ads: 13 - 13 - 13 - 15
|
|
56
|
+
$avatar-label-font-size: 15px;
|
|
57
|
+
// 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.
|
|
58
|
+
$avatar-article-size: 48px;
|
|
59
|
+
// 96 - 96 - 130 - 130 This variable is used for controlling the size of the avatar image on author pages.
|
|
60
|
+
$avatar-author-page-size: 130px;
|
|
61
|
+
// This variable is used in avatar text styles. It receives values from the Brand Tokens Collection. Bild: GothamXNarrow; SpoBi: Inter; Ads: LucidaGrande
|
|
62
|
+
$avatar-font-family: Inter;
|
|
63
|
+
// 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
|
|
64
|
+
$avatar-label-line-height: 23px;
|
|
65
|
+
// 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
|
|
66
|
+
$avatar-lane-gap-space: 24px;
|
|
67
|
+
// This variable is used for setting the font of avatars on iOS and Android platforms. This is subject to review.
|
|
68
|
+
$app-avatar-font-family: AntennaCond;
|
|
69
|
+
|
|
70
|
+
// Component - Badge
|
|
71
|
+
// 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.
|
|
72
|
+
$badges-inner-stack-space: 2px;
|
|
73
|
+
// 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.
|
|
74
|
+
$badges-inner-inline-space: 4px;
|
|
75
|
+
// 30 - 30 - 30 - 30 - This variable is used on the Advert rectangular badge that is found above an ad containers.
|
|
76
|
+
$ad-label-badge-height-size: 30px;
|
|
77
|
+
|
|
78
|
+
// Component - Breadcrumb
|
|
79
|
+
// 15 - 15 - 15 - 12 -- Breadcrumbs have a slightly larger font size on mobile devices compared to when they are rendered on larger desktop devices.
|
|
80
|
+
$breadcrumb-font-size: 11px;
|
|
81
|
+
$breadcrumb-font-family: Inter;
|
|
82
|
+
$breadcrumb-arrow-left-inline-space1: 3px;
|
|
83
|
+
$breadcrumb-arrow-right-inline-space2: 5px;
|
|
84
|
+
$breadcrumb-inline-space: 0px;
|
|
85
|
+
// 15 - 15 - 15 - 12 -- Breadcrumbs have a slightly larger font size on mobile devices compared to when they are rendered on larger desktop devices.
|
|
86
|
+
$breadcrumb-line-height: 11px;
|
|
87
|
+
$breadcrumb-font-weight: 400;
|
|
88
|
+
$breadcrumb-stack-space: 16px;
|
|
89
|
+
|
|
90
|
+
// Component - BreakingNews
|
|
91
|
+
$breaking-news-container-height-size: 56px;
|
|
92
|
+
$breaking-news-badge-upper-title-font-size: 17px;
|
|
93
|
+
$breaking-news-badge-lower-title-font-size: 30px;
|
|
94
|
+
$breaking-news-badge-upper-title-line-height: 12px;
|
|
95
|
+
$breaking-news-badge-lower-title-line-height: 21px;
|
|
96
|
+
$breaking-news-badge-titels-stack-space: 4px;
|
|
97
|
+
$breaking-news-scrolling-text-font-size: 21px;
|
|
98
|
+
$breaking-news-scrolling-text-line-height: 24px;
|
|
99
|
+
$breaking-news-badge-inline-space: 26px;
|
|
100
|
+
|
|
101
|
+
// Component - Button
|
|
102
|
+
$button-label-font-size: 15px;
|
|
103
|
+
$button-inline-space: 16px;
|
|
104
|
+
// Use this variable for controlling the font size of partner buttons. 16 - 16 - 16 - 18
|
|
105
|
+
$partner-link-button-label-font-size: 18px;
|
|
106
|
+
$partner-link-button-label-height-size: 48px;
|
|
107
|
+
$button-border-width-size: 2px;
|
|
108
|
+
// This fixed height variable ensures that the button maintains a consistent height, even when the icon is not active.
|
|
109
|
+
$button-content-min-height-size: 24px;
|
|
110
|
+
$partner-link-button-inline-space: 8px;
|
|
111
|
+
$button-label-line-height: 15px;
|
|
112
|
+
$button-content-gap-space: 6px;
|
|
113
|
+
$button-stack-space: 6px;
|
|
114
|
+
$button-border-radius: 8px;
|
|
115
|
+
|
|
116
|
+
// Component - Cards
|
|
117
|
+
$search-result-card-image-width-size: 260px;
|
|
118
|
+
$search-result-card-image-height-size-stacked: 189px;
|
|
119
|
+
$newsticker-image-card-width-size: 206px;
|
|
120
|
+
|
|
121
|
+
// Component - Carousel
|
|
122
|
+
// This token is used to create more bottom padding space on system teaser headlines inside the gallery to avoid overlapping with the pagination.
|
|
123
|
+
$gallery-teaser-title-bottom-space: 36px;
|
|
124
|
+
// This token is used to create more bottom padding space on system teaser headlines inside the gallery to avoid overlapping with the pagination.
|
|
125
|
+
$gallery-teaser-app-gap-space: 8px;
|
|
126
|
+
$app-epaper-carousel-item-focus-width: 240px;
|
|
127
|
+
$app-epaper-carousel-item-default-width: 172px;
|
|
128
|
+
$app-epaper-carouse-beilage-item-width: 172px;
|
|
129
|
+
$standard-teaser-gallery-teaser-width-web: 300px;
|
|
130
|
+
$standard-teaser-gallery-teaser-width-app: 464px;
|
|
131
|
+
|
|
132
|
+
// Component - Chips
|
|
133
|
+
// 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
|
|
134
|
+
$chips-font-size: 18px;
|
|
135
|
+
$chips-inline-space: 12px;
|
|
136
|
+
$chips-stack-space: 8px;
|
|
137
|
+
|
|
138
|
+
// Component - Datepicker
|
|
139
|
+
$datepicker-item-day-width-size: 44px;
|
|
140
|
+
$datepicker-item-height-size: 44px;
|
|
141
|
+
$datepicker-item-year-width-size: 77px;
|
|
142
|
+
|
|
143
|
+
// Component - Drawers
|
|
144
|
+
$mobile-menu-drawer-stack-space: 20px;
|
|
145
|
+
$mobile-menu-drawer-left-inline-space: 20px;
|
|
146
|
+
$mobile-menu-drawer-right-inline-space: 16px;
|
|
147
|
+
$mobile-menu-drawer-max-width-size: 400px;
|
|
148
|
+
|
|
149
|
+
// Component - Dropdown
|
|
150
|
+
$drop-down-border-radius: 4px;
|
|
151
|
+
$drop-down-item-stack-space: 8px;
|
|
152
|
+
$drop-down-item-inline-space: 16px;
|
|
153
|
+
|
|
154
|
+
// Component - Footer
|
|
155
|
+
// 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.
|
|
156
|
+
$footer-font-size: 11px;
|
|
157
|
+
$footer-line-height: 14px;
|
|
158
|
+
$footer-font-family: Inter;
|
|
159
|
+
$footer-font-size-user-offer-pages: 18px;
|
|
160
|
+
$footer-line-height-user-offer-pages: 26px;
|
|
161
|
+
|
|
162
|
+
// Component - Icon
|
|
163
|
+
$icon-size: 24px;
|
|
164
|
+
$icon-size-embedd-media: 40px;
|
|
165
|
+
|
|
166
|
+
// Component - InfoElement
|
|
167
|
+
$info-element-teaser-badge-height-size: 24px;
|
|
168
|
+
$info-element-teaser-image-height-size: 133px;
|
|
169
|
+
$info-element-teaser-image-width-size: 236px;
|
|
170
|
+
$info-element-teaser-badge-margin-space: 8px;
|
|
171
|
+
|
|
172
|
+
// Component - Inputfield
|
|
173
|
+
$input-field-stack-space: 6px;
|
|
174
|
+
$input-field-inline-space: 16px;
|
|
175
|
+
$input-field-mini-label-inline-space: 4px;
|
|
176
|
+
// 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
|
|
177
|
+
$input-field-font-size: 16px;
|
|
178
|
+
$input-field-imessage-inline-space: 16px;
|
|
179
|
+
$input-field-height-size: 36px;
|
|
180
|
+
$hey-input-container-inline-space: 16px;
|
|
181
|
+
$input-field-message-gap-space: 4px;
|
|
182
|
+
$input-field-font-family: Inter;
|
|
183
|
+
|
|
184
|
+
// Component - Liveticker
|
|
185
|
+
$live-tickerheadline-font-weight: 600;
|
|
186
|
+
// This variable is used for the font size of live ticker headlines. 22 - 22 - 32 - 32
|
|
187
|
+
$live-ticker-headlines-font-size: 32px;
|
|
188
|
+
$time-stamp-font-family: Gotham XNarrow;
|
|
189
|
+
// This variable is used for the live ticker time stamp font size. 14 - 14 - 16 - 16
|
|
190
|
+
$live-ticker-time-stamp-font-size: 16px;
|
|
191
|
+
$live-ticker-time-headline-stack-space: 4px;
|
|
192
|
+
$live-ticker-slider-item-width-max-size: 537px;
|
|
193
|
+
$live-ticker-app-card-height-size: 128px;
|
|
194
|
+
$live-ticker-app-card-width-size: 300px;
|
|
195
|
+
|
|
196
|
+
// Component - Mediaplayer
|
|
197
|
+
$podcast-play-button-size: 48px;
|
|
198
|
+
$vid-player-bottom-bar-gap-space: 16px;
|
|
199
|
+
$audio-player-header-stack-space: 56px;
|
|
200
|
+
$video-time-badge-font-family: Inter;
|
|
201
|
+
$vid-player-control-button-size: 42px;
|
|
202
|
+
$vid-player-control-button-icon-size-hover: 28px;
|
|
203
|
+
$vid-player-timecode-font-size: 18px;
|
|
204
|
+
$vid-player-timecode-container-min-width-size: 58px;
|
|
205
|
+
$vid-player-progress-bar-container-height-size: 42px;
|
|
206
|
+
$vid-player-unmute-button-width-size: 220px;
|
|
207
|
+
|
|
208
|
+
// Component - Menu
|
|
35
209
|
$menu-item-space: 8px;
|
|
36
|
-
|
|
210
|
+
// This variable is used on the menu link lane and on the mobile side menu drawer.
|
|
211
|
+
$menu-item-font-size: 18px;
|
|
37
212
|
$menu-item-util-font-size: 12px;
|
|
38
213
|
$menu-item-util-stack-space: 10px;
|
|
39
214
|
$menu-link-lane-height-size: 48px;
|
|
@@ -50,73 +225,23 @@ $menu-utility-links-gap-space: 32px;
|
|
|
50
225
|
$menu-right-inline-space: 16px;
|
|
51
226
|
$menu-bottom-stack-space: 0px;
|
|
52
227
|
$menu-utility-links-divider-height-size: 48px;
|
|
53
|
-
|
|
54
|
-
$
|
|
228
|
+
// This color type variables are only in this semantic collection for making subtle shadow effects change visibility across device sizes. Shadow alpha: 10 - 10 - 10 - 0
|
|
229
|
+
$menu-shadow-visibility: rgba(0, 0, 0, 0);
|
|
230
|
+
// This color type variables are only in this semantic collection for making subtle shadow effects change visibility across device sizes. Shadow alpha: 0 - 0 - 0 - 10
|
|
231
|
+
$hey-input-shadow-visibility: rgba(0, 0, 0, 0.10000000149011612);
|
|
55
232
|
$app-topbar-title-font-size: 13px;
|
|
56
233
|
$app-topbar-stage-title-height: 17px;
|
|
57
234
|
$i-osapp-top-bar-height-size: 48px;
|
|
58
235
|
$i-osapp-top-bar-left-inline-space: 19px;
|
|
59
236
|
$i-osapp-top-bar-right-inline-space: 19px;
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
$
|
|
64
|
-
$m-qteaser-headline-line-height: 39.099998474121094px;
|
|
65
|
-
$mq-teaser-title-inline-space: 12px;
|
|
66
|
-
$a-teaser-kicker-font-size: 26px; // 16 - 16 - 22 - 24 This variable references the semantic variables kicker3fontsize and kicker2fontsize. At the 600px breakpoint smaller devices use the kicker3 variable
|
|
67
|
-
$a-teaser-headline-font-size: 50px; // This variable references the semantic variables headline3 (XS&SM) and headline2 (MD&LG). 28 - 28 - 48 - 64
|
|
68
|
-
$a-teaser-kicker-line-height: 26px;
|
|
69
|
-
$a-teaser-headline-line-height: 57.599998474121094px;
|
|
70
|
-
$a-teaser-title-inline-space: 16px;
|
|
71
|
-
$teaser-title-gap-space: 4px;
|
|
72
|
-
$std-teaser-image-title-gap-space: 6px;
|
|
73
|
-
$std-teaser-badges-margin-space: 8px; // This variable is used for creating space around the outside of a subscription badge or video icon badge.
|
|
74
|
-
$std-teaser-kicker-headline-stack-space: 2px; // 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
|
|
75
|
-
$teaser-kicker-bg-inline-space: 6px;
|
|
76
|
-
$teaser-kicker-bg-stack-space: 2px;
|
|
77
|
-
$quad-headline-font-size: 80px; // This component level variable is used on the quad teaser headline. It references the semantic level variable headline1. 48 - 48 - 72 - 100
|
|
78
|
-
$quad-kicker-font-size: 26px;
|
|
79
|
-
$quad-headline-line-height: 88px;
|
|
80
|
-
$q-teaser-title-inline-space: 24px;
|
|
81
|
-
$teaser-badges-margin-space: 8px; // This variable is used for creating space around the outside of a subscription badge or video icon badge.
|
|
82
|
-
$teaser-badges-height-size-lg: 40px; // This token is for controling the height of badges that are inside of teasers. 32 - 32 - 32 - 40
|
|
83
|
-
$teaser-title-bottom-stack-space: 16px;
|
|
84
|
-
$teaser-badges-height-size-sm: 32px;
|
|
85
|
-
$bild-play-teaser-width-size: 193px;
|
|
86
|
-
$teaser-layout-grid-space: 16px;
|
|
87
|
-
$super-ateaser-title-inline-space: 24px; // 16 - 16 - 16 - 16
|
|
88
|
-
$b-teaser-title-inline-space: 16px;
|
|
89
|
-
$table-column-width-size1x: 140px;
|
|
90
|
-
$table-column-width-size2x: 220px;
|
|
91
|
-
$table-column-width-size0-5x: 72px;
|
|
92
|
-
$table-column-width-size1-5x: 180px;
|
|
93
|
-
$table-column-width-size2-5x: 240px;
|
|
94
|
-
$table-column-width-size0-75x: 100px;
|
|
95
|
-
$table-column-width-size3x: 280px;
|
|
96
|
-
$table-item-max-width-size: 224px;
|
|
97
|
-
$separator-thickness-size: 2px;
|
|
98
|
-
$avatar-label-font-size: 15px; // This variable is used on avatar names in article pages. Bild: 16 - 16 - 16 - 18; SpoBi&Ads: 13 - 13 - 13 - 15
|
|
99
|
-
$avatar-article-size: 48px; // 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.
|
|
100
|
-
$avatar-author-page-size: 130px; // 96 - 96 - 130 - 130 This variable is used for controlling the size of the avatar image on author pages.
|
|
101
|
-
$avatar-font-family: Inter; // This variable is used in avatar text styles. It receives values from the Brand Tokens Collection. Bild: GothamXNarrow; SpoBi: Inter; Ads: LucidaGrande
|
|
102
|
-
$avatar-label-line-height: 23px; // 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
|
|
103
|
-
$avatar-lane-gap-space: 24px; // 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
|
|
104
|
-
$app-avatar-font-family: AntennaCond; // This variable is used for setting the font of avatars on iOS and Android platforms. This is subject to review.
|
|
105
|
-
$button-label-font-size: 15px;
|
|
106
|
-
$button-inline-space: 16px;
|
|
107
|
-
$partner-link-button-label-font-size: 18px; // Use this variable for controlling the font size of partner buttons. 16 - 16 - 16 - 18
|
|
108
|
-
$partner-link-button-label-height-size: 48px;
|
|
109
|
-
$button-border-width-size: 2px;
|
|
110
|
-
$button-content-min-height-size: 24px; // This fixed height variable ensures that the button maintains a consistent height, even when the icon is not active.
|
|
111
|
-
$partner-link-button-inline-space: 8px;
|
|
112
|
-
$button-label-line-height: 15px;
|
|
113
|
-
$button-content-gap-space: 6px;
|
|
114
|
-
$button-stack-space: 6px;
|
|
115
|
-
$button-border-radius: 8px;
|
|
116
|
-
$news-ticker-time-font-size: 18px; // similar to kicker3 values - 16 - 16 - 16 - 18
|
|
237
|
+
|
|
238
|
+
// Component - Newsticker
|
|
239
|
+
// similar to kicker3 values - 16 - 16 - 16 - 18
|
|
240
|
+
$news-ticker-time-font-size: 18px;
|
|
117
241
|
$news-ticker-time-font-weight: 700;
|
|
118
242
|
$news-ticker-time-font-family: AntennaExtraCond;
|
|
119
|
-
|
|
243
|
+
// 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.
|
|
244
|
+
$news-ticker-time-line-height: 23.399999618530273px;
|
|
120
245
|
$news-ticker-content-stack-space: 4px;
|
|
121
246
|
$news-ticker-kicker-inner-stack-space: 2px;
|
|
122
247
|
$news-ticker-titles-inline-space: 30px;
|
|
@@ -130,200 +255,436 @@ $news-ticker-entries-left-inline-space: 22px;
|
|
|
130
255
|
$news-ticker-line-inline-space: 8px;
|
|
131
256
|
$news-ticker-app-card-height-size: 150px;
|
|
132
257
|
$news-ticker-app-card-width-size: 300px;
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
$time-stamp-font-family: Gotham XNarrow;
|
|
136
|
-
$live-ticker-time-stamp-font-size: 16px; // This variable is used for the live ticker time stamp font size. 14 - 14 - 16 - 16
|
|
137
|
-
$live-ticker-time-headline-stack-space: 4px;
|
|
138
|
-
$live-ticker-slider-item-width-max-size: 537px;
|
|
139
|
-
$live-ticker-app-card-height-size: 128px;
|
|
140
|
-
$live-ticker-app-card-width-size: 300px;
|
|
141
|
-
$video-time-badge-corner-size: 2px; // This variable is used on video player badges that display a red play icon on top of a white square next to a time stamp. This variable references the borderRadiusXS. Constant value of 2 across device sizes.
|
|
142
|
-
$video-time-badge-font-size: 18px; // 16 - 16 - 18 - 18 -- This variable is used to control the videoTimeBadge text style's font size parameter. The typography style that uses this variable is the videoTimeBadge style. The badge that uses this variable appears on the upper right corner of horizontal videos.
|
|
143
|
-
$video-time-badge-size: 40px; // 24 - 24 - 32 - 40 - This variable is used on horizontal video badges that contain a red play icon on top of a white square next to a timestamp.
|
|
144
|
-
$video-red-play-icon-width-size: 14px;
|
|
145
|
-
$video-red-play-icon-height-size: 18px; // This variable is used for changing the red play icon inside the white square.
|
|
146
|
-
$video-badge-time-line-height: 23.799999237060547px;
|
|
147
|
-
$video-skeleton-container-height: 464px;
|
|
148
|
-
$video-frame-inline-space: 16px;
|
|
149
|
-
$vertical-video-mock-headline-font-size: 32px;
|
|
150
|
-
$video-ad-badge-font-size: 16px; // 14 - 14 - 16 - 16 -- This variable is used in the videoAdBadge font size parameter.
|
|
258
|
+
|
|
259
|
+
// Component - Pagination
|
|
151
260
|
$gallery-pagination-item-height-size: 4px;
|
|
152
|
-
|
|
153
|
-
$gallery-pagination-container-
|
|
261
|
+
// 8 - 8 - 12 - 12 - this component level variable references the inlineSpaceConst semantic variables; SM for smaller devices, MD for larger devices
|
|
262
|
+
$gallery-pagination-container-web-inline-space: 12px;
|
|
263
|
+
// 12 - 12 - 16 - 16 - this component level variable references the semantic
|
|
264
|
+
$gallery-pagination-container-stack-space: 16px;
|
|
154
265
|
$gallery-pagination-container-app-inline-space: 12px;
|
|
155
266
|
$scroll-bar-thickness-size: 8px;
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
$
|
|
159
|
-
$
|
|
160
|
-
$
|
|
161
|
-
|
|
162
|
-
$
|
|
163
|
-
$
|
|
164
|
-
$
|
|
165
|
-
|
|
166
|
-
$
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
$
|
|
170
|
-
$
|
|
171
|
-
$
|
|
172
|
-
$
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
$breadcrumb-stack-space: 16px;
|
|
176
|
-
$icon-size: 24px;
|
|
177
|
-
$icon-size-embedd-media: 40px;
|
|
178
|
-
$badges-inner-stack-space: 2px; // 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.
|
|
179
|
-
$badges-inner-inline-space: 4px; // 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.
|
|
180
|
-
$ad-label-badge-height-size: 30px; // 30 - 30 - 30 - 30 - This variable is used on the Advert rectangular badge that is found above an ad containers.
|
|
181
|
-
$section-title-inner-stack-bottom-space: 12px;
|
|
182
|
-
$section-title-height-size: 40px;
|
|
183
|
-
$section-title-arrow-inline-space: 5px; // 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.
|
|
184
|
-
$section-title-arrow-inline-space-active: 8px; // 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.
|
|
185
|
-
$audio-player-font-size: 18px; // 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
|
|
186
|
-
$special-navi-inline-space: 32px;
|
|
187
|
-
$chips-font-size: 18px; // 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
|
|
188
|
-
$chips-inline-space: 12px;
|
|
189
|
-
$chips-stack-space: 8px;
|
|
190
|
-
$search-result-badge-height-size: 18px;
|
|
267
|
+
|
|
268
|
+
// Component - Paywall
|
|
269
|
+
$paywall-container-gap-space: -48px;
|
|
270
|
+
$paywall-header-bottom-stack-space: 80px;
|
|
271
|
+
$paywall-card-max-width-size: 346px;
|
|
272
|
+
// This variable is used on the paywall card price tag. 64 constant
|
|
273
|
+
$paywall-card-price-tag-font-size: 64px;
|
|
274
|
+
$paywall-card-price-tag-line-height: 64px;
|
|
275
|
+
$paywall-card-price-note-line-height: 40px;
|
|
276
|
+
// This variable is used on the paywall card text under the price tag. 40 - 40 - 40 - 40
|
|
277
|
+
$paywall-card-price-note-font-size: 40px;
|
|
278
|
+
|
|
279
|
+
// Component - Quotes
|
|
280
|
+
$quote-container-inline-space: 28px;
|
|
281
|
+
$quote-container-stack-space: 32px;
|
|
282
|
+
$quote-quotation-marks-font-size: 36px;
|
|
283
|
+
$quote-content-gap-space: 48px;
|
|
284
|
+
|
|
285
|
+
// Component - RadioButtons
|
|
191
286
|
$radio-selector-size: 20px;
|
|
192
287
|
$radio-selector-dot-active-size: 12px;
|
|
288
|
+
|
|
289
|
+
// Component - Search
|
|
290
|
+
$search-result-badge-height-size: 18px;
|
|
291
|
+
|
|
292
|
+
// Component - SectionTitle
|
|
293
|
+
$section-title-inner-stack-bottom-space: 12px;
|
|
294
|
+
$section-title-height-size: 40px;
|
|
295
|
+
// 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.
|
|
296
|
+
$section-title-arrow-inline-space: 5px;
|
|
297
|
+
// 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.
|
|
298
|
+
$section-title-arrow-inline-space-active: 8px;
|
|
299
|
+
|
|
300
|
+
// Component - Separators
|
|
301
|
+
$separator-thickness-size: 2px;
|
|
302
|
+
|
|
303
|
+
// Component - Skeletons
|
|
193
304
|
$headlines-skeleton-image-placeholder-max-width: 160px;
|
|
194
305
|
$article-skeleton-image-inline-space: 48px;
|
|
195
306
|
$article-skeleton-text-inline-space: 48px;
|
|
196
307
|
$article-text-skeleton-height-size: 720px;
|
|
308
|
+
|
|
309
|
+
// Component - Sliders
|
|
310
|
+
$slider-progress-bar-idle-height-size: 4px;
|
|
311
|
+
$slider-progress-bar-hover-height-size: 8px;
|
|
312
|
+
$slider-progress-inactive-height-size: 2px;
|
|
313
|
+
$vid-player-progress-bar-height-size: 12px;
|
|
314
|
+
|
|
315
|
+
// Component - SpecialNavi
|
|
316
|
+
$special-navi-inline-space: 32px;
|
|
317
|
+
|
|
318
|
+
// Component - Spinners
|
|
197
319
|
$video-spinner-size: 80px;
|
|
198
320
|
$video-spinner-stroke-size: 4px;
|
|
199
321
|
$video-spinner-size0-5x: 40px;
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
$
|
|
203
|
-
$
|
|
204
|
-
$
|
|
205
|
-
$
|
|
206
|
-
$
|
|
207
|
-
$
|
|
208
|
-
$
|
|
209
|
-
$
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
$
|
|
214
|
-
$vid-player-bottom-bar-gap-space: 16px;
|
|
215
|
-
$audio-player-header-stack-space: 56px;
|
|
216
|
-
$video-time-badge-font-family: Inter;
|
|
217
|
-
$vid-player-control-button-size: 42px;
|
|
218
|
-
$vid-player-control-button-icon-size-hover: 28px;
|
|
219
|
-
$vid-player-timecode-font-size: 18px;
|
|
220
|
-
$vid-player-timecode-container-min-width-size: 58px;
|
|
221
|
-
$vid-player-progress-bar-container-height-size: 42px;
|
|
222
|
-
$vid-player-unmute-button-width-size: 220px;
|
|
223
|
-
$tab-label-font-size: 16px; // 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.
|
|
322
|
+
|
|
323
|
+
// Component - Table
|
|
324
|
+
$table-column-width-size1x: 140px;
|
|
325
|
+
$table-column-width-size2x: 220px;
|
|
326
|
+
$table-column-width-size0-5x: 72px;
|
|
327
|
+
$table-column-width-size1-5x: 180px;
|
|
328
|
+
$table-column-width-size2-5x: 240px;
|
|
329
|
+
$table-column-width-size0-75x: 100px;
|
|
330
|
+
$table-column-width-size3x: 280px;
|
|
331
|
+
$table-item-max-width-size: 224px;
|
|
332
|
+
|
|
333
|
+
// Component - Tabs
|
|
334
|
+
// 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.
|
|
335
|
+
$tab-label-font-size: 16px;
|
|
224
336
|
$ios-tabbar-height-size: 49px;
|
|
225
337
|
$android-tabbar-height-size: 74px;
|
|
226
|
-
|
|
227
|
-
$
|
|
228
|
-
|
|
338
|
+
// 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.
|
|
339
|
+
$tab-label-font-size-line: 16px;
|
|
340
|
+
// 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.
|
|
341
|
+
$apps-tabs-label-font-size: 16px;
|
|
342
|
+
// 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.
|
|
343
|
+
$apps-tabs-label-line-height: 23.399999618530273px;
|
|
229
344
|
$top-bar-tab-item-height-size: 44px;
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
$
|
|
233
|
-
$
|
|
234
|
-
$
|
|
235
|
-
$
|
|
236
|
-
$
|
|
237
|
-
|
|
238
|
-
$
|
|
239
|
-
|
|
240
|
-
$
|
|
241
|
-
$
|
|
242
|
-
$
|
|
243
|
-
$
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
$
|
|
248
|
-
|
|
249
|
-
$
|
|
250
|
-
$
|
|
251
|
-
$
|
|
252
|
-
$
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
$
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
$
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
$
|
|
263
|
-
$
|
|
264
|
-
$
|
|
265
|
-
$
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
$
|
|
270
|
-
$
|
|
271
|
-
$
|
|
272
|
-
$
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
$
|
|
276
|
-
|
|
277
|
-
$
|
|
278
|
-
|
|
279
|
-
$
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
//
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
//
|
|
286
|
-
//
|
|
287
|
-
$
|
|
345
|
+
|
|
346
|
+
// Component - Teaser
|
|
347
|
+
$teaser-title-inline-left-space: 0px;
|
|
348
|
+
$teaser-title-stack-space: 6px;
|
|
349
|
+
$teaser-title-gap-space: 4px;
|
|
350
|
+
$teaser-kicker-bg-inline-space: 6px;
|
|
351
|
+
$teaser-kicker-bg-stack-space: 2px;
|
|
352
|
+
// This variable is used for creating space around the outside of a subscription badge or video icon badge.
|
|
353
|
+
$teaser-badges-margin-space: 8px;
|
|
354
|
+
// This token is for controling the height of badges that are inside of teasers. 32 - 32 - 32 - 40
|
|
355
|
+
$teaser-badges-height-size-lg: 40px;
|
|
356
|
+
$teaser-title-bottom-stack-space: 16px;
|
|
357
|
+
$teaser-badges-height-size-sm: 32px;
|
|
358
|
+
$teaser-layout-grid-space: 16px;
|
|
359
|
+
|
|
360
|
+
// Component - Teaser - aTeaser
|
|
361
|
+
// 16 - 16 - 22 - 24 This variable references the semantic variables kicker3fontsize and kicker2fontsize. At the 600px breakpoint smaller devices use the kicker3 variable
|
|
362
|
+
$a-teaser-kicker-font-size: 26px;
|
|
363
|
+
// This variable references the semantic variables headline3 (XS&SM) and headline2 (MD&LG). 28 - 28 - 48 - 64
|
|
364
|
+
$a-teaser-headline-font-size: 50px;
|
|
365
|
+
$a-teaser-kicker-line-height: 26px;
|
|
366
|
+
$a-teaser-headline-line-height: 57.599998474121094px;
|
|
367
|
+
$a-teaser-title-inline-space: 16px;
|
|
368
|
+
|
|
369
|
+
// Component - Teaser - bTeaser
|
|
370
|
+
$b-teaser-title-inline-space: 16px;
|
|
371
|
+
|
|
372
|
+
// Component - Teaser - bildPlay
|
|
373
|
+
$bild-play-teaser-width-size: 193px;
|
|
374
|
+
|
|
375
|
+
// Component - Teaser - mQTeaser
|
|
376
|
+
// XS-headline4FontSize:22 // SM-headline4FontSize:22 // MD-headline3FontSize:36 // LG-headline3FontSize:40
|
|
377
|
+
$m-qteaser-headline-font-size: 34px;
|
|
378
|
+
$m-qteaser-headline-font-weight: 700;
|
|
379
|
+
$m-qteaser-headline-line-height: 39.099998474121094px;
|
|
380
|
+
$mq-teaser-title-inline-space: 12px;
|
|
381
|
+
|
|
382
|
+
// Component - Teaser - qTeaser
|
|
383
|
+
// This component level variable is used on the quad teaser headline. It references the semantic level variable headline1. 48 - 48 - 72 - 100
|
|
384
|
+
$quad-headline-font-size: 80px;
|
|
385
|
+
$quad-kicker-font-size: 26px;
|
|
386
|
+
$quad-headline-line-height: 88px;
|
|
387
|
+
$q-teaser-title-inline-space: 24px;
|
|
388
|
+
|
|
389
|
+
// Component - Teaser - stdTeaser
|
|
390
|
+
$std-teaser-image-title-gap-space: 6px;
|
|
391
|
+
// This variable is used for creating space around the outside of a subscription badge or video icon badge.
|
|
392
|
+
$std-teaser-badges-margin-space: 8px;
|
|
393
|
+
// 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
|
|
394
|
+
$std-teaser-kicker-headline-stack-space: 2px;
|
|
395
|
+
|
|
396
|
+
// Component - Teaser - superA
|
|
397
|
+
// 16 - 16 - 16 - 16
|
|
398
|
+
$super-ateaser-title-inline-space: 24px;
|
|
399
|
+
|
|
400
|
+
// Component - ToggleSwitch
|
|
401
|
+
// This variable is used on labels in list items with toggle switches found in app preferences. 14 - 14 - 16 - 18
|
|
402
|
+
$app-toggle-item-label-font-size: 18px;
|
|
403
|
+
// This variable is used on labels in list items with toggle switches found in app preferences. 14.1 - 14.1 - 16.2 - 18.2
|
|
404
|
+
$app-toggle-item-label-line-height: 18.200000762939453px;
|
|
405
|
+
|
|
406
|
+
// Component - Video
|
|
407
|
+
// This variable is used on video player badges that display a red play icon on top of a white square next to a time stamp. This variable references the borderRadiusXS. Constant value of 2 across device sizes.
|
|
408
|
+
$video-time-badge-corner-size: 2px;
|
|
409
|
+
// 16 - 16 - 18 - 18 -- This variable is used to control the videoTimeBadge text style's font size parameter. The typography style that uses this variable is the videoTimeBadge style. The badge that uses this variable appears on the upper right corner of horizontal videos.
|
|
410
|
+
$video-time-badge-font-size: 18px;
|
|
411
|
+
// 24 - 24 - 32 - 40 - This variable is used on horizontal video badges that contain a red play icon on top of a white square next to a timestamp.
|
|
412
|
+
$video-time-badge-size: 40px;
|
|
413
|
+
$video-red-play-icon-width-size: 14px;
|
|
414
|
+
// This variable is used for changing the red play icon inside the white square.
|
|
415
|
+
$video-red-play-icon-height-size: 18px;
|
|
416
|
+
$video-badge-time-line-height: 23.799999237060547px;
|
|
417
|
+
$video-skeleton-container-height: 464px;
|
|
418
|
+
$video-frame-inline-space: 16px;
|
|
419
|
+
$vertical-video-mock-headline-font-size: 32px;
|
|
420
|
+
// 14 - 14 - 16 - 16 -- This variable is used in the videoAdBadge font size parameter.
|
|
421
|
+
$video-ad-badge-font-size: 16px;
|
|
422
|
+
|
|
423
|
+
// Component - _DSysDocs
|
|
424
|
+
// Variable used in spacing parameters of bild.design webpage mockups. move to bild.design group maybe
|
|
425
|
+
$bild-design-frame-space: 64px;
|
|
426
|
+
// This variable is used on documentation pages. This is an alternative variable to the main container max width variable. 0 - 0 - 68 - 68
|
|
427
|
+
$ds-main-container-space: 68px;
|
|
428
|
+
$dsys-docs-width-size: 1440px;
|
|
429
|
+
// 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
|
|
430
|
+
$main-content-stage-size: 1024px;
|
|
431
|
+
// 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
|
|
432
|
+
$foundations-banner-height-size: 140px;
|
|
433
|
+
// This variable is used in documentation pages that have small caption or lables along with a UI component documented. 4 - 4 - 6 - 8
|
|
434
|
+
$ds-caption-stack-space0-5x: 8px;
|
|
435
|
+
$ds-caption-stack-space1x: 16px;
|
|
436
|
+
// This variable is used only for this design system's component tests.
|
|
437
|
+
$1column-mobile: 656px;
|
|
438
|
+
// 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
|
|
439
|
+
$thin-banner-vertical-height-size: 186px;
|
|
440
|
+
// This variable is used only for texts and labels that form part of this design system's documentation.
|
|
441
|
+
$specs-font-family: Gotham;
|
|
442
|
+
// This variable is used on documentation headers that contain info about platfroms and component names. 144 - 144 - 160 - 180
|
|
443
|
+
$doc-header-height-size: 180px;
|
|
444
|
+
|
|
445
|
+
|
|
446
|
+
// ============================================
|
|
447
|
+
// OTHER
|
|
448
|
+
// ============================================
|
|
449
|
+
|
|
450
|
+
$breakpoint-name: lg;
|
|
451
|
+
|
|
452
|
+
|
|
453
|
+
// ============================================
|
|
454
|
+
// SEMANTIC
|
|
455
|
+
// ============================================
|
|
456
|
+
|
|
457
|
+
// Semantic - Border - BorderRadius
|
|
458
|
+
// 2-2-2-2 use for corner rounding on very small UI elements such as tooltips and badges.
|
|
459
|
+
$border-radius-xs: 2px;
|
|
460
|
+
// 8-8-8-8 – Standard radius for buttons, chips, input fields, and medium-sized interactive elements.
|
|
461
|
+
$border-radius-md: 8px;
|
|
462
|
+
// 4-4-4-4 – use for corner rounding on compact components like checkboxes or small input controls.
|
|
463
|
+
$border-radius-sm: 4px;
|
|
464
|
+
// 24-24-24-24 – use for corner rounding on larger cards, overlays, dialogs, and other container components.
|
|
465
|
+
$border-radius-xl: 24px;
|
|
466
|
+
// 16-16-16-16 – use for corner rounding on small cards, overlays, and modal surfaces.
|
|
467
|
+
$border-radius-lg: 16px;
|
|
468
|
+
// 0-0-0-0 – no corner rounding. Used as default for flat layouts, content modules, images, and teaser elements.
|
|
469
|
+
$border-radius-none: 0px;
|
|
470
|
+
// creates fully rounded shapes, typically used for circular elements like avatars.
|
|
471
|
+
$border-radius-full: 9999px;
|
|
472
|
+
|
|
473
|
+
// Semantic - Border - BorderWidth
|
|
474
|
+
// 1-1-1-1 – use for subtle outlines and dividers
|
|
475
|
+
$border-width-thin: 1px;
|
|
476
|
+
// 2-2-2-2 – use for stronger outlines on form elements (inputs), buttons (outline variants), and interaction states (focus, hover, active)
|
|
477
|
+
$border-width-thick: 2px;
|
|
478
|
+
// 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.
|
|
479
|
+
$border-width-hairline: 0.33000001311302185px;
|
|
480
|
+
|
|
481
|
+
// Semantic - Layout
|
|
288
482
|
// Common viewport height size based on the selected mode.
|
|
289
|
-
|
|
483
|
+
Apply this token to the main frame of page layouts to simulate realistic vertical space.
|
|
290
484
|
$canvas-height-size-web: 768px;
|
|
291
|
-
$content-max-width-medium: 700px; // 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.
|
|
292
|
-
$content-max-width-full: 1024px; // Use for content containers that should fill the full width of the page
|
|
293
485
|
// Common viewport width size based on the selected breakpoint.
|
|
294
|
-
|
|
486
|
+
Apply this token to the main frame of page layouts.
|
|
295
487
|
$canvas-width-size-web: 1024px;
|
|
296
488
|
// Common viewport width size based on the selected breakpoint.
|
|
297
|
-
|
|
489
|
+
Apply this token to the main frame of page layouts.
|
|
298
490
|
$canvas-width-size-app: 1194px;
|
|
299
491
|
// Common viewport height size based on the selected mode.
|
|
300
|
-
|
|
492
|
+
Apply this token to the main frame of page layouts to simulate realistic vertical space.
|
|
301
493
|
$canvas-height-size-app: 834px;
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
$
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
$
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
$
|
|
314
|
-
|
|
315
|
-
$
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
$
|
|
320
|
-
|
|
321
|
-
$
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
$
|
|
326
|
-
|
|
494
|
+
|
|
495
|
+
// Semantic - Layout - Breakpoints
|
|
496
|
+
// 320 - 390 - 600 - 1024 – Defines the minimum width of the main frame for different breakpoints.
|
|
497
|
+
Apply this token to the main frame of page layouts to simulate realistic minimum widths across responsive viewports.
|
|
498
|
+
$breakpoint-min-width-size: 1024px;
|
|
499
|
+
// 389 - 599 - 1023 - 1024 – Defines the minimum width of the main frame for different breakpoints.
|
|
500
|
+
Apply this token to the main frame of page layouts to simulate realistic maximum widths across responsive viewports.
|
|
501
|
+
$breakpoint-max-width-size: 1024px;
|
|
502
|
+
|
|
503
|
+
// Semantic - Layout - ContentWidth
|
|
504
|
+
// 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.
|
|
505
|
+
$content-max-width-medium: 700px;
|
|
506
|
+
// Use for content containers that should fill the full width of the page
|
|
507
|
+
$content-max-width-full: 1024px;
|
|
508
|
+
|
|
509
|
+
// Semantic - Layout - Grid - Constant
|
|
510
|
+
// 16-16-16-16 – use for fixed side paddings and gutters
|
|
511
|
+
$grid-space-const-lg: 16px;
|
|
512
|
+
// 12-12-12-12 – use for fixed side paddings and gutters
|
|
513
|
+
$grid-space-const-sm: 12px;
|
|
514
|
+
|
|
515
|
+
// Semantic - Layout - Grid - LayoutGuide
|
|
516
|
+
// Used to set the column count in Figma Layout guide Grids
|
|
517
|
+
$layout-guide-grid-colums: 12px;
|
|
518
|
+
|
|
519
|
+
// Semantic - Layout - Grid - Responsive
|
|
520
|
+
// 24-24-32-32 – use for side paddings and gutters in responsive layouts
|
|
521
|
+
$grid-space-resp-lg: 32px;
|
|
522
|
+
// 48-48-64-64 – use for side paddings and gutters in responsive layouts
|
|
523
|
+
$grid-space-resp-xl: 64px;
|
|
524
|
+
// 12-12-12-16 – use for side paddings and gutters in responsive layouts
|
|
525
|
+
$grid-space-resp-base: 16px;
|
|
526
|
+
// 6-6-6-8 – use for side paddings and gutters in responsive layouts
|
|
527
|
+
$grid-space-resp-sm: 8px;
|
|
528
|
+
// 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.
|
|
529
|
+
$page-inline-space: 16px;
|
|
530
|
+
|
|
531
|
+
// Semantic - Layout - Section
|
|
532
|
+
// 36-36-48-48 – Use for vertical spacing between sections in a layout.
|
|
533
|
+
$section-space-base: 48px;
|
|
534
|
+
// 72-72-96-96 – Use for vertical spacing between sections in a layout
|
|
535
|
+
$section-space-lg: 96px;
|
|
536
|
+
// 16-16-32-32 – Use for spacing after paragraphs in text content
|
|
537
|
+
$paragraph-end-space: 32px;
|
|
538
|
+
// 24-24-36-36 – Use for vertical spacing between subsections in a layout
|
|
539
|
+
$section-space-sm: 36px;
|
|
540
|
+
|
|
541
|
+
// Semantic - Size - Constant
|
|
542
|
+
// 16-16-16-16 – Use for setting fixed height and width of UI elements
|
|
543
|
+
$size-const3-xs: 16px;
|
|
544
|
+
// 24-24-24-24 – Use for setting fixed height and width of UI elements
|
|
545
|
+
$size-const2-xs: 24px;
|
|
546
|
+
// 32-32-32-32 – Use for setting fixed height and width of UI elements
|
|
547
|
+
$size-const-xs: 32px;
|
|
548
|
+
// 40-40-40-40 – Use for setting fixed height and width of UI elements
|
|
549
|
+
$size-const-sm: 40px;
|
|
550
|
+
// 48-48-48-48 Use for setting fixed height and width of UI elements
|
|
551
|
+
$size-const-md: 48px;
|
|
552
|
+
// 56-56-56-56 – Use for setting fixed height and width of UI elements
|
|
553
|
+
$size-const-lg: 56px;
|
|
554
|
+
// 64-64-64-64 – Use for setting fixed height and width of UI elements
|
|
555
|
+
$size-const-xl: 64px;
|
|
556
|
+
// 96-96-96-96 – Use for setting fixed height and width of UI elements
|
|
557
|
+
$size-const3-xl: 96px;
|
|
558
|
+
// 148-148-148-148 – Use for setting fixed height and width of UI elements
|
|
559
|
+
$size-const4-xl: 148px;
|
|
560
|
+
// 72-72-72-72 – Use for setting fixed height and width of UI elements
|
|
561
|
+
$size-const2-xl: 72px;
|
|
562
|
+
// 8-8-8-8 – Use for setting fixed height and width of UI elements
|
|
563
|
+
$size-const4-xs: 8px;
|
|
564
|
+
|
|
565
|
+
// Semantic - Size - Responsive
|
|
566
|
+
// 16-16-16-24 – Use for setting height and width of UI elements that scale across breakpoints
|
|
567
|
+
$size-resp3-xs: 24px;
|
|
568
|
+
// 24-24-32-32 – Use for setting height and width of UI elements that scale across breakpoints
|
|
569
|
+
$size-resp2-xs: 32px;
|
|
570
|
+
// 32-32-40-48 – Use for setting height and width of UI elements that scale across breakpoints
|
|
571
|
+
$size-resp-xs: 48px;
|
|
572
|
+
// 40-40-48-56 – Use for setting height and width of UI elements that scale across breakpoints
|
|
573
|
+
$size-resp-sm: 56px;
|
|
574
|
+
// 48-48-64-72 – Use for setting height and width of UI elements that scale across breakpoints
|
|
575
|
+
$size-resp-md: 72px;
|
|
576
|
+
// 56-56-72-92 – Use for setting height and width of UI elements that scale across breakpoints
|
|
577
|
+
$size-resp-lg: 92px;
|
|
578
|
+
// 64-64-80-96 – Use for setting height and width of UI elements that scale across breakpoints
|
|
579
|
+
$size-resp-xl: 96px;
|
|
580
|
+
// 72-72-92-100 – Use for setting height and width of UI elements that scale across breakpoints
|
|
581
|
+
$size-resp2-xl: 100px;
|
|
582
|
+
// 96-96-120-148 – Use for setting height and width of UI elements that scale across breakpoints
|
|
583
|
+
$size-resp3-xl: 148px;
|
|
584
|
+
// 148-148-160-180 – Use for setting height and width of UI elements that scale across breakpoints
|
|
585
|
+
$size-resp4-xl: 180px;
|
|
586
|
+
// 12-12-14-16 – Use for setting height and width of UI elements that scale across breakpoints
|
|
587
|
+
$size-resp4-xs: 16px;
|
|
588
|
+
|
|
589
|
+
// Semantic - Space - Gap - Constant
|
|
590
|
+
// 2-2-2-2 – Use for fixed gaps between items inside of UI elements
|
|
591
|
+
$gap-space-const2-xs: 2px;
|
|
592
|
+
// 4-4-4-4 – Use for fixed gaps between items inside of UI elements
|
|
593
|
+
$gap-space-const-xs: 4px;
|
|
594
|
+
// 8-8-8-8 – Use for fixed gaps between items inside of UI elements
|
|
595
|
+
$gap-space-const-sm: 8px;
|
|
596
|
+
// 12-12-12-12 – Use for fixed gaps between items inside of UI elements
|
|
597
|
+
$gap-space-const-md: 12px;
|
|
598
|
+
// 16-16-16-16 – Use for fixed gaps between items inside of UI elements
|
|
599
|
+
$gap-space-const-lg: 16px;
|
|
600
|
+
// 24-24-24-24 – Use for fixed gaps between items inside of UI elements
|
|
601
|
+
$gap-space-const-xl: 24px;
|
|
602
|
+
// 32-32-32-32 – Use for fixed gaps between items inside of UI elements
|
|
603
|
+
$gap-space-const2-xl: 32px;
|
|
604
|
+
// 48-48-48-48 – Use for fixed gaps between items inside of UI elements
|
|
605
|
+
$gap-space-const3-xl: 48px;
|
|
606
|
+
|
|
607
|
+
// Semantic - Space - Gap - Responsive
|
|
608
|
+
// 4-4-6-8 – Use for gaps between items inside of UI elements that scale across breakpoints
|
|
609
|
+
$gap-space-resp-xs: 8px;
|
|
610
|
+
// 16-16-24-32 – Use for gaps between items inside of UI elements that scale across breakpoints
|
|
611
|
+
$gap-space-resp-lg: 32px;
|
|
612
|
+
// 24-24-32-48 – Use for gaps between items inside of UI elements that scale across breakpoints
|
|
613
|
+
$gap-space-resp-xl: 48px;
|
|
614
|
+
// 32-32-48-64 – Use for gaps between items inside of UI elements that scale across breakpoints
|
|
615
|
+
$gap-space-resp2-xl: 64px;
|
|
616
|
+
// 12-12-16-24 – Use for gaps between items inside of UI elements that scale across breakpoints
|
|
617
|
+
$gap-space-resp-md: 24px;
|
|
618
|
+
// 8-8-12-16 – Use for gaps between items inside of UI elements that scale across breakpoints
|
|
619
|
+
$gap-space-resp-sm: 16px;
|
|
620
|
+
// 2-2-4-6 – Use for gaps between items inside of UI elements that scale across breakpoints
|
|
621
|
+
$gap-space-resp2-xs: 6px;
|
|
622
|
+
// 48-48-72-96 – Use for gaps between items inside of UI elements that scale across breakpoints
|
|
623
|
+
$gap-space-resp3-xl: 96px;
|
|
624
|
+
|
|
625
|
+
// Semantic - Space - Inline - Constant
|
|
626
|
+
// 8-8-8-8 – Use for fixed horizontal (left/right) padding of UI elements
|
|
627
|
+
$inline-space-const-sm: 8px;
|
|
628
|
+
// 12-12-12-12 – Use for fixed horizontal (left/right) padding of UI elements
|
|
629
|
+
$inline-space-const-md: 12px;
|
|
630
|
+
// 16-16-16-16 – Use for fixed horizontal (left/right) padding of UI elements
|
|
631
|
+
$inline-space-const-lg: 16px;
|
|
632
|
+
// 32-32-32-32 – Use for fixed horizontal (left/right) padding of UI elements
|
|
633
|
+
$inline-space-const2-xl: 32px;
|
|
634
|
+
// 24-24-24-24 – Use for fixed horizontal (left/right) padding of UI elements
|
|
635
|
+
$inline-space-const-xl: 24px;
|
|
636
|
+
// 6-6-6-6 – Use for fixed horizontal (left/right) padding of UI elements
|
|
637
|
+
$inline-space-const-xs: 6px;
|
|
638
|
+
// 2-2-2-2 – Use for fixed horizontal (left/right) padding of UI elements
|
|
639
|
+
$inline-space-const3-xs: 2px;
|
|
640
|
+
// 4-4-4-4 – Use for fixed horizontal (left/right) padding of UI elements
|
|
641
|
+
$inline-space-const2-xs: 4px;
|
|
642
|
+
|
|
643
|
+
// Semantic - Space - Inline - Responsive
|
|
644
|
+
// 8-8-12-16 – use for horizontal (left/right) padding of UI elements that scales across breakpoints
|
|
645
|
+
$inline-space-resp-sm: 16px;
|
|
646
|
+
// 12-12-16-24 use for horizontal (left/right) padding of UI elements that scales across breakpoints
|
|
647
|
+
$inline-space-resp-md: 24px;
|
|
648
|
+
// 16-16-24-32 – use for horizontal (left/right) padding of UI elements that scales across breakpoints
|
|
649
|
+
$inline-space-resp-lg: 32px;
|
|
650
|
+
// 32-32-48-64 – use for horizontal (left/right) padding of UI elements that scales across breakpoints
|
|
651
|
+
$inline-space-resp2-xl: 64px;
|
|
652
|
+
// 24-24-32-40 – use for horizontal (left/right) padding of UI elements that scales across breakpoints
|
|
653
|
+
$inline-space-resp-xl: 40px;
|
|
654
|
+
|
|
655
|
+
// Semantic - Space - Stack - Constant
|
|
656
|
+
// 8-8-8-8 – Use for fixed vertical (top/bottom) padding of UI elements
|
|
657
|
+
$stack-space-const-sm: 8px;
|
|
658
|
+
// 12-12-12-12 – Use for fixed vertical (top/bottom) padding of UI elements
|
|
659
|
+
$stack-space-const-md: 12px;
|
|
660
|
+
// 16-16-16-16 – Use for fixed vertical (top/bottom) padding of UI elements
|
|
661
|
+
$stack-space-const-lg: 16px;
|
|
662
|
+
// 32-32-32-32 – Use for fixed vertical (top/bottom) padding of UI elements
|
|
663
|
+
$stack-space-const2-xl: 32px;
|
|
664
|
+
// 24-24-24-24 – Use for fixed vertical (top/bottom) padding of UI elements
|
|
665
|
+
$stack-space-const-xl: 24px;
|
|
666
|
+
// 6-6-6-6 – Use for fixed vertical (top/bottom) padding of UI elements
|
|
667
|
+
$stack-space-const-xs: 6px;
|
|
668
|
+
// 2-2-2-2 – Use for fixed vertical (top/bottom) padding of UI elements
|
|
669
|
+
$stack-space-const3-xs: 2px;
|
|
670
|
+
// 4-4-4-4 – Use for fixed vertical (top/bottom) padding of UI elements
|
|
671
|
+
$stack-space-const2-xs: 4px;
|
|
672
|
+
|
|
673
|
+
// Semantic - Space - Stack - Responsive
|
|
674
|
+
// 12-12-16-24 – use for vertical (top/bottom) padding of UI elements that scales across breakpoints
|
|
675
|
+
$stack-space-resp-md: 24px;
|
|
676
|
+
// 16-16-24-32 – use for vertical (top/bottom) padding of UI elements that scales across breakpoints
|
|
677
|
+
$stack-space-resp-lg: 32px;
|
|
678
|
+
// 32-32-48-64 – use for vertical (top/bottom) padding of UI elements that scales across breakpoints
|
|
679
|
+
$stack-space-resp2-xl: 64px;
|
|
680
|
+
// 8-8-12-16 – use for vertical (top/bottom) padding of UI elements that scales across breakpoints
|
|
681
|
+
$stack-space-resp-sm: 16px;
|
|
682
|
+
// 24-24-32-40 – use for vertical (top/bottom) padding of UI elements that scales across breakpoints
|
|
683
|
+
$stack-space-resp-xl: 40px;
|
|
684
|
+
|
|
685
|
+
// Semantic - Typography - FontFamily
|
|
686
|
+
// This variable references the bodyFontFamily variable from the branding collection.
|
|
687
|
+
$body-font-family: Inter;
|
|
327
688
|
$callout-font-family: AntennaCond;
|
|
328
689
|
$headline-font-family: AntennaExtraCond;
|
|
329
690
|
$footnote-font-family: Inter;
|
|
@@ -333,143 +694,210 @@ $subheadline-font-family: AntennaCond;
|
|
|
333
694
|
$title-font-family: AntennaCond;
|
|
334
695
|
$quote-font-family: AntennaCond;
|
|
335
696
|
$display-font-family: AntennaCond;
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
697
|
+
|
|
698
|
+
// Semantic - Typography - FontSize - Body
|
|
699
|
+
// This variable is used on the body text style's font size parameter. It remains constant at 21.
|
|
700
|
+
$body-font-size: 17px;
|
|
701
|
+
|
|
702
|
+
// Semantic - Typography - FontSize - Callout
|
|
703
|
+
// This token is used for the font size parameter of the callout text style. 18 - 18 - 22 - 22
|
|
704
|
+
$callout1-font-size: 24px;
|
|
705
|
+
|
|
706
|
+
// Semantic - Typography - FontSize - Display
|
|
707
|
+
// This variable is used on the font size parameter for the display1 text style. 40 - 40 - 72 - 120
|
|
708
|
+
$display1-font-size: 114px;
|
|
709
|
+
// This variable is used for the font size parameter of the Display2 text style. 36 - 36 - 42 - 64
|
|
710
|
+
$display2-font-size: 61px;
|
|
711
|
+
// This variable is used on the display3 font size parameter of the display3 text style. 28 - 28 - 32 - 40
|
|
712
|
+
$display3-font-size: 38px;
|
|
713
|
+
|
|
714
|
+
// Semantic - Typography - FontSize - Footnote
|
|
715
|
+
// This token is used on the footnote text style font size parameter. 16 - 16 - 16 - 18
|
|
716
|
+
$footnote1-font-size: 15px;
|
|
717
|
+
// This token is used in the font size parameter of the footnote2 text style. 12 - 12 - 12 - 16
|
|
718
|
+
$footnote2-font-size: 13px;
|
|
719
|
+
|
|
720
|
+
// Semantic - Typography - FontSize - Headline
|
|
721
|
+
// This token is used for the headline1 text style's font size parameter. 48 - 48 - 72 - 100
|
|
722
|
+
$headline1-font-size: 80px;
|
|
723
|
+
// This token is used on the headline2 text style's font size parameter. 40 - 40 - 48 - 64
|
|
724
|
+
$headline2-font-size: 50px;
|
|
725
|
+
// This token is used on the headline3 text style's font size parameter. 28 - 28 - 36 - 40
|
|
726
|
+
$headline3-font-size: 34px;
|
|
727
|
+
// This token controls the headline4 text style's font size parameter: 22 - 22 - 26 - 32
|
|
728
|
+
$headline4-font-size: 26px;
|
|
729
|
+
|
|
730
|
+
// Semantic - Typography - FontSize - Kicker
|
|
731
|
+
// 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.
|
|
732
|
+
$kicker1-font-size: 32px;
|
|
733
|
+
// 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
|
|
734
|
+
$kicker2-font-size: 26px;
|
|
735
|
+
// Values come from comparing NMT Figma File 01_Foundation to online CSS. Online kickers are numbered from 0 to 3. 16 - 16 - 18 - 20
|
|
736
|
+
$kicker3-font-size: 22px;
|
|
737
|
+
// Values come from comparing NMT Figma File 01_Foundation to online CSS. Online kickers are numbered from 0 to 3. 14 - 14 - 16 - 16
|
|
738
|
+
$kicker4-font-size: 18px;
|
|
739
|
+
|
|
740
|
+
// Semantic - Typography - FontSize - Label
|
|
741
|
+
// This token is used in the label3 text style's font size parameter. Its value remains constant at 12 across device sizes.
|
|
742
|
+
$label3-font-size: 12px;
|
|
743
|
+
// This variable controls the label2 text style's font size parameter. Its value remains constant at 15.
|
|
744
|
+
$label2-font-size: 15px;
|
|
745
|
+
// This token is used in the label1 text style font size parameter. Its value remains constant at 17 across device sizes.
|
|
746
|
+
$label1-font-size: 17px;
|
|
747
|
+
// 10 - 10 - 15 - 17 Use this label font size when you want your label's font size to change across device sizes.
|
|
748
|
+
$label1-font-size-responsive: 17px;
|
|
749
|
+
// This token is used in the font size parameter of the label4 text style. The value remains constant at 8.
|
|
750
|
+
$label4-font-size: 8px;
|
|
751
|
+
|
|
752
|
+
// Semantic - Typography - FontSize - Quote
|
|
753
|
+
// 16 - 16 - 18 - 20 -- This variable is used for controlling the font size of the quote text style.
|
|
754
|
+
$quote-font-size: 20px;
|
|
755
|
+
|
|
756
|
+
// Semantic - Typography - FontSize - Subheadline
|
|
757
|
+
// This token controls the subheadline1 font size parameter. 24 - 24 - 32 - 36
|
|
758
|
+
$subheadline1-font-size: 26px;
|
|
759
|
+
|
|
760
|
+
// Semantic - Typography - FontSize - Title
|
|
761
|
+
// 22 - 22 - 22 - 28 -- html class stage-block-title__text css var --ressort-header-font-size(sm-md-lg)
|
|
762
|
+
$title1-font-size: 30px;
|
|
763
|
+
// 16 - 16 - 18 - 20 - html class stage-block-title__text css var --ressort-header-font-size(sm-md-lg)
|
|
764
|
+
$title2-font-size: 20px;
|
|
765
|
+
|
|
766
|
+
// Semantic - Typography - FontWeight - Body
|
|
339
767
|
$body-font-weight-book: 400;
|
|
340
768
|
$body-font-weight-bold: 700;
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
$
|
|
769
|
+
|
|
770
|
+
// Semantic - Typography - FontWeight - Callout
|
|
771
|
+
$callout-font-weight: 800;
|
|
772
|
+
|
|
773
|
+
// Semantic - Typography - FontWeight - Display
|
|
774
|
+
$display-font-weight: 800;
|
|
775
|
+
|
|
776
|
+
// Semantic - Typography - FontWeight - Footnote
|
|
777
|
+
$footnote-font-weight-book: 400;
|
|
778
|
+
$footnote-font-weight-bold: 700;
|
|
779
|
+
|
|
780
|
+
// Semantic - Typography - FontWeight - Headline
|
|
344
781
|
$headline1-font-weight: 700;
|
|
345
782
|
$headline2-font-weight: 700;
|
|
346
783
|
$headline3-font-weight: 700;
|
|
347
784
|
$headline4-font-weight: 700;
|
|
348
|
-
|
|
349
|
-
$
|
|
350
|
-
|
|
785
|
+
// This variable is a string type variable for controlling not only headline font weight but also the italic style for Sport Bild headlines.
|
|
786
|
+
$headline1-font-weight-st: Bold Italic;
|
|
787
|
+
|
|
788
|
+
// Semantic - Typography - FontWeight - Kicker
|
|
789
|
+
$kicker-font-weight: 700;
|
|
790
|
+
$kicker-font-weight-st: Black Italic;
|
|
791
|
+
|
|
792
|
+
// Semantic - Typography - FontWeight - Label
|
|
793
|
+
$label-font-weight-bold: 700;
|
|
794
|
+
$label-font-weight-book: 400;
|
|
795
|
+
|
|
796
|
+
// Semantic - Typography - FontWeight - Quote
|
|
351
797
|
$quote-font-weight: 800;
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
$
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
$
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
$
|
|
362
|
-
|
|
363
|
-
$
|
|
798
|
+
|
|
799
|
+
// Semantic - Typography - FontWeight - Subheadline
|
|
800
|
+
$subheadline-font-weight: 700;
|
|
801
|
+
|
|
802
|
+
// Semantic - Typography - FontWeight - Title
|
|
803
|
+
$title-font-weight: 800;
|
|
804
|
+
|
|
805
|
+
// Semantic - Typography - LetterSpacing
|
|
806
|
+
// 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.
|
|
807
|
+
$letter-spacing-positive-sm: 0.5px;
|
|
808
|
+
// 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.
|
|
809
|
+
$letter-spacing-positive-lg: 3px;
|
|
810
|
+
// 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.
|
|
811
|
+
$letter-spacing-positive-md: 1px;
|
|
812
|
+
// 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.
|
|
813
|
+
$letter-spacing-none: 0px;
|
|
814
|
+
// -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.
|
|
815
|
+
$letter-spacing-negative-sm: -0.25px;
|
|
816
|
+
// -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.
|
|
817
|
+
$letter-spacing-negative-md: -1px;
|
|
818
|
+
// -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.
|
|
819
|
+
$letter-spacing-negative-lg: -3px;
|
|
820
|
+
// -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.
|
|
821
|
+
$letter-spacing-negative-xs: -0.25px;
|
|
822
|
+
// 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.
|
|
823
|
+
$letter-spacing-positive-xs: 0.25px;
|
|
824
|
+
|
|
825
|
+
// Semantic - Typography - LetterSpacing - display
|
|
826
|
+
// -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.
|
|
827
|
+
$display1-letter-spacing: -2px;
|
|
828
|
+
// -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.
|
|
829
|
+
$display2-letter-spacing: -1px;
|
|
830
|
+
// -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.
|
|
831
|
+
$display3-letter-spacing: -1px;
|
|
832
|
+
|
|
833
|
+
// Semantic - Typography - LineHeight - Body
|
|
834
|
+
// Figma's font line height currently does not allow for multipliers as is used on current website css var(--body-line-height)
|
|
835
|
+
$body-line-height: 28.049999237060547px;
|
|
836
|
+
|
|
837
|
+
// Semantic - Typography - LineHeight - Callout
|
|
838
|
+
$callout-line-height: 31.200000762939453px;
|
|
839
|
+
|
|
840
|
+
// Semantic - Typography - LineHeight - Display
|
|
364
841
|
$display1-line-height: 120px;
|
|
365
842
|
$display2-line-height: 64px;
|
|
366
843
|
$display3-line-height: 40px;
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
$quote-line-height: 26px; // This variable is used in the quote text style line height parameter.
|
|
844
|
+
|
|
845
|
+
// Semantic - Typography - LineHeight - Footnote
|
|
370
846
|
$footnote1-line-height: 19px;
|
|
371
847
|
$footnote2-line-height: 17.030000686645508px;
|
|
848
|
+
|
|
849
|
+
// Semantic - Typography - LineHeight - Headline
|
|
372
850
|
$headline1-line-height: 88px;
|
|
373
851
|
$headline2-line-height: 57.599998474121094px;
|
|
374
852
|
$headline3-line-height: 39.099998474121094px;
|
|
375
853
|
$headline4-line-height: 29.899999618530273px;
|
|
376
|
-
|
|
854
|
+
|
|
855
|
+
// Semantic - Typography - LineHeight - Kicker
|
|
856
|
+
$kicker4-line-height: 19.799999237060547px;
|
|
857
|
+
$kicker3-line-height: 24.200000762939453px;
|
|
858
|
+
$kicker2-line-height: 28.600000381469727px;
|
|
859
|
+
$kicker1-line-height: 35.20000076293945px;
|
|
860
|
+
|
|
861
|
+
// Semantic - Typography - LineHeight - Label
|
|
862
|
+
$label3-line-height: 14.399999618530273px;
|
|
863
|
+
// This variable is used in the label1 text style's line height parameter. It references branding variables for brand specific line heights.
|
|
864
|
+
$label1-line-height: 20.399999618530273px;
|
|
865
|
+
$label1-responsive-line-height: 20.399999618530273px;
|
|
866
|
+
$label2-line-height: 19.200000762939453px;
|
|
867
|
+
$label4-line-height: 10px;
|
|
868
|
+
|
|
869
|
+
// Semantic - Typography - LineHeight - Quote
|
|
870
|
+
// This variable is used in the quote text style line height parameter.
|
|
871
|
+
$quote-line-height: 26px;
|
|
872
|
+
|
|
873
|
+
// Semantic - Typography - LineHeight - Subheadline
|
|
377
874
|
$subheadline1-line-height: 33.79999923706055px;
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
$
|
|
381
|
-
|
|
382
|
-
$
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
$
|
|
387
|
-
|
|
388
|
-
$
|
|
389
|
-
|
|
390
|
-
$
|
|
391
|
-
|
|
392
|
-
$
|
|
393
|
-
|
|
394
|
-
$
|
|
395
|
-
|
|
396
|
-
$
|
|
397
|
-
|
|
398
|
-
$
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
$visilble-desktop-only: true; // Use for showing elements on desktop viewport sizes only
|
|
402
|
-
$visilble-above600px: true; // Use for showing elements on viewport sizes above 600 px
|
|
403
|
-
$visilble-below600px: false; // Use for showing elements on viewport sizes below 600 px
|
|
404
|
-
$hide-on-mobile: true; // Use for hiding elements on mobile viewport sizes
|
|
405
|
-
$visilble-tablet-only: false; // Use for showing elements on tablet viewport sizes only
|
|
406
|
-
$hide-on-desktop: false; // Use for hiding elements on desktop viewport sizes only
|
|
875
|
+
|
|
876
|
+
// Semantic - Typography - LineHeight - Title
|
|
877
|
+
$title1-line-height: 33px;
|
|
878
|
+
// html class stage-block-title__text css var --ressort-header-font-size(sm-md-lg)
|
|
879
|
+
$title2-line-height: 26px;
|
|
880
|
+
|
|
881
|
+
// Semantic - Visibility - Boolean
|
|
882
|
+
// Use for showing elements on mobile viewport sizes only
|
|
883
|
+
$visilble-mobile-only: false;
|
|
884
|
+
// Use for showing elements on desktop viewport sizes only
|
|
885
|
+
$visilble-desktop-only: true;
|
|
886
|
+
// Use for showing elements on viewport sizes above 600 px
|
|
887
|
+
$visilble-above600px: true;
|
|
888
|
+
// Use for showing elements on viewport sizes below 600 px
|
|
889
|
+
$visilble-below600px: false;
|
|
890
|
+
// Use for hiding elements on mobile viewport sizes
|
|
891
|
+
$hide-on-mobile: true;
|
|
892
|
+
// Use for showing elements on tablet viewport sizes only
|
|
893
|
+
$visilble-tablet-only: false;
|
|
894
|
+
// Use for hiding elements on desktop viewport sizes only
|
|
895
|
+
$hide-on-desktop: false;
|
|
896
|
+
|
|
897
|
+
// Semantic - Visibility - VariantSwitch
|
|
407
898
|
$change-on-lg: lg;
|
|
408
|
-
|
|
899
|
+
// 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.
|
|
900
|
+
$change-on-md: md/lg;
|
|
409
901
|
$bp-specific-web: lg;
|
|
410
902
|
$bp-specific-app: regular;
|
|
411
|
-
|
|
412
|
-
$inline-space-resp-md: 24px; // 12-12-16-24 use for horizontal (left/right) padding of UI elements that scales across breakpoints
|
|
413
|
-
$inline-space-resp-lg: 32px; // 16-16-24-32 – use for horizontal (left/right) padding of UI elements that scales across breakpoints
|
|
414
|
-
$inline-space-resp2-xl: 64px; // 32-32-48-64 – use for horizontal (left/right) padding of UI elements that scales across breakpoints
|
|
415
|
-
$inline-space-resp-xl: 40px; // 24-24-32-40 – use for horizontal (left/right) padding of UI elements that scales across breakpoints
|
|
416
|
-
$inline-space-const-sm: 8px; // 8-8-8-8 – Use for fixed horizontal (left/right) padding of UI elements
|
|
417
|
-
$inline-space-const-md: 12px; // 12-12-12-12 – Use for fixed horizontal (left/right) padding of UI elements
|
|
418
|
-
$inline-space-const-lg: 16px; // 16-16-16-16 – Use for fixed horizontal (left/right) padding of UI elements
|
|
419
|
-
$inline-space-const2-xl: 32px; // 32-32-32-32 – Use for fixed horizontal (left/right) padding of UI elements
|
|
420
|
-
$inline-space-const-xl: 24px; // 24-24-24-24 – Use for fixed horizontal (left/right) padding of UI elements
|
|
421
|
-
$inline-space-const-xs: 6px; // 6-6-6-6 – Use for fixed horizontal (left/right) padding of UI elements
|
|
422
|
-
$inline-space-const3-xs: 2px; // 2-2-2-2 – Use for fixed horizontal (left/right) padding of UI elements
|
|
423
|
-
$inline-space-const2-xs: 4px; // 4-4-4-4 – Use for fixed horizontal (left/right) padding of UI elements
|
|
424
|
-
$stack-space-resp-md: 24px; // 12-12-16-24 – use for vertical (top/bottom) padding of UI elements that scales across breakpoints
|
|
425
|
-
$stack-space-resp-lg: 32px; // 16-16-24-32 – use for vertical (top/bottom) padding of UI elements that scales across breakpoints
|
|
426
|
-
$stack-space-resp2-xl: 64px; // 32-32-48-64 – use for vertical (top/bottom) padding of UI elements that scales across breakpoints
|
|
427
|
-
$stack-space-resp-sm: 16px; // 8-8-12-16 – use for vertical (top/bottom) padding of UI elements that scales across breakpoints
|
|
428
|
-
$stack-space-resp-xl: 40px; // 24-24-32-40 – use for vertical (top/bottom) padding of UI elements that scales across breakpoints
|
|
429
|
-
$stack-space-const-sm: 8px; // 8-8-8-8 – Use for fixed vertical (top/bottom) padding of UI elements
|
|
430
|
-
$stack-space-const-md: 12px; // 12-12-12-12 – Use for fixed vertical (top/bottom) padding of UI elements
|
|
431
|
-
$stack-space-const-lg: 16px; // 16-16-16-16 – Use for fixed vertical (top/bottom) padding of UI elements
|
|
432
|
-
$stack-space-const2-xl: 32px; // 32-32-32-32 – Use for fixed vertical (top/bottom) padding of UI elements
|
|
433
|
-
$stack-space-const-xl: 24px; // 24-24-24-24 – Use for fixed vertical (top/bottom) padding of UI elements
|
|
434
|
-
$stack-space-const-xs: 6px; // 6-6-6-6 – Use for fixed vertical (top/bottom) padding of UI elements
|
|
435
|
-
$stack-space-const3-xs: 2px; // 2-2-2-2 – Use for fixed vertical (top/bottom) padding of UI elements
|
|
436
|
-
$stack-space-const2-xs: 4px; // 4-4-4-4 – Use for fixed vertical (top/bottom) padding of UI elements
|
|
437
|
-
$gap-space-resp-xs: 8px; // 4-4-6-8 – Use for gaps between items inside of UI elements that scale across breakpoints
|
|
438
|
-
$gap-space-resp-lg: 32px; // 16-16-24-32 – Use for gaps between items inside of UI elements that scale across breakpoints
|
|
439
|
-
$gap-space-resp-xl: 48px; // 24-24-32-48 – Use for gaps between items inside of UI elements that scale across breakpoints
|
|
440
|
-
$gap-space-resp2-xl: 64px; // 32-32-48-64 – Use for gaps between items inside of UI elements that scale across breakpoints
|
|
441
|
-
$gap-space-resp-md: 24px; // 12-12-16-24 – Use for gaps between items inside of UI elements that scale across breakpoints
|
|
442
|
-
$gap-space-resp-sm: 16px; // 8-8-12-16 – Use for gaps between items inside of UI elements that scale across breakpoints
|
|
443
|
-
$gap-space-resp2-xs: 6px; // 2-2-4-6 – Use for gaps between items inside of UI elements that scale across breakpoints
|
|
444
|
-
$gap-space-resp3-xl: 96px; // 48-48-72-96 – Use for gaps between items inside of UI elements that scale across breakpoints
|
|
445
|
-
$gap-space-const2-xs: 2px; // 2-2-2-2 – Use for fixed gaps between items inside of UI elements
|
|
446
|
-
$gap-space-const-xs: 4px; // 4-4-4-4 – Use for fixed gaps between items inside of UI elements
|
|
447
|
-
$gap-space-const-sm: 8px; // 8-8-8-8 – Use for fixed gaps between items inside of UI elements
|
|
448
|
-
$gap-space-const-md: 12px; // 12-12-12-12 – Use for fixed gaps between items inside of UI elements
|
|
449
|
-
$gap-space-const-lg: 16px; // 16-16-16-16 – Use for fixed gaps between items inside of UI elements
|
|
450
|
-
$gap-space-const-xl: 24px; // 24-24-24-24 – Use for fixed gaps between items inside of UI elements
|
|
451
|
-
$gap-space-const2-xl: 32px; // 32-32-32-32 – Use for fixed gaps between items inside of UI elements
|
|
452
|
-
$gap-space-const3-xl: 48px; // 48-48-48-48 – Use for fixed gaps between items inside of UI elements
|
|
453
|
-
$size-const3-xs: 16px; // 16-16-16-16 – Use for setting fixed height and width of UI elements
|
|
454
|
-
$size-const2-xs: 24px; // 24-24-24-24 – Use for setting fixed height and width of UI elements
|
|
455
|
-
$size-const-xs: 32px; // 32-32-32-32 – Use for setting fixed height and width of UI elements
|
|
456
|
-
$size-const-sm: 40px; // 40-40-40-40 – Use for setting fixed height and width of UI elements
|
|
457
|
-
$size-const-md: 48px; // 48-48-48-48 Use for setting fixed height and width of UI elements
|
|
458
|
-
$size-const-lg: 56px; // 56-56-56-56 – Use for setting fixed height and width of UI elements
|
|
459
|
-
$size-const-xl: 64px; // 64-64-64-64 – Use for setting fixed height and width of UI elements
|
|
460
|
-
$size-const3-xl: 96px; // 96-96-96-96 – Use for setting fixed height and width of UI elements
|
|
461
|
-
$size-const4-xl: 148px; // 148-148-148-148 – Use for setting fixed height and width of UI elements
|
|
462
|
-
$size-const2-xl: 72px; // 72-72-72-72 – Use for setting fixed height and width of UI elements
|
|
463
|
-
$size-const4-xs: 8px; // 8-8-8-8 – Use for setting fixed height and width of UI elements
|
|
464
|
-
$size-resp3-xs: 24px; // 16-16-16-24 – Use for setting height and width of UI elements that scale across breakpoints
|
|
465
|
-
$size-resp2-xs: 32px; // 24-24-32-32 – Use for setting height and width of UI elements that scale across breakpoints
|
|
466
|
-
$size-resp-xs: 48px; // 32-32-40-48 – Use for setting height and width of UI elements that scale across breakpoints
|
|
467
|
-
$size-resp-sm: 56px; // 40-40-48-56 – Use for setting height and width of UI elements that scale across breakpoints
|
|
468
|
-
$size-resp-md: 72px; // 48-48-64-72 – Use for setting height and width of UI elements that scale across breakpoints
|
|
469
|
-
$size-resp-lg: 92px; // 56-56-72-92 – Use for setting height and width of UI elements that scale across breakpoints
|
|
470
|
-
$size-resp-xl: 96px; // 64-64-80-96 – Use for setting height and width of UI elements that scale across breakpoints
|
|
471
|
-
$size-resp2-xl: 100px; // 72-72-92-100 – Use for setting height and width of UI elements that scale across breakpoints
|
|
472
|
-
$size-resp3-xl: 148px; // 96-96-120-148 – Use for setting height and width of UI elements that scale across breakpoints
|
|
473
|
-
$size-resp4-xl: 180px; // 148-148-160-180 – Use for setting height and width of UI elements that scale across breakpoints
|
|
474
|
-
$size-resp4-xs: 16px; // 12-12-14-16 – Use for setting height and width of UI elements that scale across breakpoints
|
|
475
|
-
$breakpoint-name: lg;
|
|
903
|
+
|