@marioschmidt/design-system-tokens 1.0.9
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/LICENSE +21 -0
- package/README.md +767 -0
- package/dist/css/base/index.css +8 -0
- package/dist/css/base/primitive-color-value-global.css +100 -0
- package/dist/css/base/primitive-color-value.css +100 -0
- package/dist/css/base/primitive-font-value-global.css +49 -0
- package/dist/css/base/primitive-font-value.css +49 -0
- package/dist/css/base/primitive-size-value-global.css +55 -0
- package/dist/css/base/primitive-size-value.css +55 -0
- package/dist/css/base/primitive-space-value-global.css +31 -0
- package/dist/css/base/primitive-space-value.css +31 -0
- package/dist/css/density/density-compact-global.css +14 -0
- package/dist/css/density/density-compact.css +14 -0
- package/dist/css/density/density-default-global.css +14 -0
- package/dist/css/density/density-default.css +14 -0
- package/dist/css/density/density-spacious-global.css +14 -0
- package/dist/css/density/density-spacious.css +14 -0
- package/dist/css/density/index.css +7 -0
- package/dist/css/mapping/brand-advertorial-global.css +277 -0
- package/dist/css/mapping/brand-advertorial.css +277 -0
- package/dist/css/mapping/brand-bild-global.css +277 -0
- package/dist/css/mapping/brand-bild.css +277 -0
- package/dist/css/mapping/brand-color-bild-global.css +74 -0
- package/dist/css/mapping/brand-color-bild.css +74 -0
- package/dist/css/mapping/brand-color-sportbild-global.css +74 -0
- package/dist/css/mapping/brand-color-sportbild.css +74 -0
- package/dist/css/mapping/brand-sportbild-global.css +277 -0
- package/dist/css/mapping/brand-sportbild.css +277 -0
- package/dist/css/mapping/index.css +9 -0
- package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-lg-global.css +490 -0
- package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-lg.css +490 -0
- package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-md-global.css +490 -0
- package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-md.css +490 -0
- package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-sm-global.css +490 -0
- package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-sm.css +490 -0
- package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-xs-global.css +490 -0
- package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-xs.css +490 -0
- package/dist/css/semantic/advertorial/breakpoints/index.css +8 -0
- package/dist/css/semantic/advertorial/color/color-advertorial-dark-global.css +425 -0
- package/dist/css/semantic/advertorial/color/color-advertorial-dark.css +425 -0
- package/dist/css/semantic/advertorial/color/color-advertorial-light-global.css +425 -0
- package/dist/css/semantic/advertorial/color/color-advertorial-light.css +425 -0
- package/dist/css/semantic/advertorial/color/index.css +6 -0
- package/dist/css/semantic/bild/breakpoints/breakpoint-bild-lg-global.css +490 -0
- package/dist/css/semantic/bild/breakpoints/breakpoint-bild-lg.css +490 -0
- package/dist/css/semantic/bild/breakpoints/breakpoint-bild-md-global.css +490 -0
- package/dist/css/semantic/bild/breakpoints/breakpoint-bild-md.css +490 -0
- package/dist/css/semantic/bild/breakpoints/breakpoint-bild-sm-global.css +490 -0
- package/dist/css/semantic/bild/breakpoints/breakpoint-bild-sm.css +490 -0
- package/dist/css/semantic/bild/breakpoints/breakpoint-bild-xs-global.css +490 -0
- package/dist/css/semantic/bild/breakpoints/breakpoint-bild-xs.css +490 -0
- package/dist/css/semantic/bild/breakpoints/index.css +8 -0
- package/dist/css/semantic/bild/color/color-bild-dark-global.css +425 -0
- package/dist/css/semantic/bild/color/color-bild-dark.css +425 -0
- package/dist/css/semantic/bild/color/color-bild-light-global.css +425 -0
- package/dist/css/semantic/bild/color/color-bild-light.css +425 -0
- package/dist/css/semantic/bild/color/index.css +6 -0
- package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-lg-global.css +490 -0
- package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-lg.css +490 -0
- package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-md-global.css +490 -0
- package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-md.css +490 -0
- package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-sm-global.css +490 -0
- package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-sm.css +490 -0
- package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-xs-global.css +490 -0
- package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-xs.css +490 -0
- package/dist/css/semantic/sportbild/breakpoints/index.css +8 -0
- package/dist/css/semantic/sportbild/color/color-sportbild-dark-global.css +425 -0
- package/dist/css/semantic/sportbild/color/color-sportbild-dark.css +425 -0
- package/dist/css/semantic/sportbild/color/color-sportbild-light-global.css +425 -0
- package/dist/css/semantic/sportbild/color/color-sportbild-light.css +425 -0
- package/dist/css/semantic/sportbild/color/index.css +6 -0
- package/dist/js/base/index.js +15 -0
- package/dist/js/base/primitive-color-value.js +98 -0
- package/dist/js/base/primitive-font-value.js +47 -0
- package/dist/js/base/primitive-size-value.js +53 -0
- package/dist/js/base/primitive-space-value.js +29 -0
- package/dist/js/density/density-compact.js +12 -0
- package/dist/js/density/density-default.js +12 -0
- package/dist/js/density/density-spacious.js +12 -0
- package/dist/js/density/index.js +13 -0
- package/dist/js/mapping/brand-advertorial.js +276 -0
- package/dist/js/mapping/brand-bild.js +277 -0
- package/dist/js/mapping/brand-color-bild.js +78 -0
- package/dist/js/mapping/brand-color-sportbild.js +78 -0
- package/dist/js/mapping/brand-sportbild.js +280 -0
- package/dist/js/mapping/index.js +17 -0
- package/dist/js/semantic/advertorial/breakpoints/breakpoint-advertorial-lg.js +477 -0
- package/dist/js/semantic/advertorial/breakpoints/breakpoint-advertorial-md.js +477 -0
- package/dist/js/semantic/advertorial/breakpoints/breakpoint-advertorial-sm.js +477 -0
- package/dist/js/semantic/advertorial/breakpoints/breakpoint-advertorial-xs.js +477 -0
- package/dist/js/semantic/advertorial/breakpoints/index.js +15 -0
- package/dist/js/semantic/advertorial/color/color-advertorial-dark.js +347 -0
- package/dist/js/semantic/advertorial/color/color-advertorial-light.js +343 -0
- package/dist/js/semantic/advertorial/color/index.js +11 -0
- package/dist/js/semantic/bild/breakpoints/breakpoint-bild-lg.js +478 -0
- package/dist/js/semantic/bild/breakpoints/breakpoint-bild-md.js +478 -0
- package/dist/js/semantic/bild/breakpoints/breakpoint-bild-sm.js +478 -0
- package/dist/js/semantic/bild/breakpoints/breakpoint-bild-xs.js +478 -0
- package/dist/js/semantic/bild/breakpoints/index.js +15 -0
- package/dist/js/semantic/bild/color/color-bild-dark.js +347 -0
- package/dist/js/semantic/bild/color/color-bild-light.js +343 -0
- package/dist/js/semantic/bild/color/index.js +11 -0
- package/dist/js/semantic/sportbild/breakpoints/breakpoint-sportbild-lg.js +479 -0
- package/dist/js/semantic/sportbild/breakpoints/breakpoint-sportbild-md.js +479 -0
- package/dist/js/semantic/sportbild/breakpoints/breakpoint-sportbild-sm.js +479 -0
- package/dist/js/semantic/sportbild/breakpoints/breakpoint-sportbild-xs.js +479 -0
- package/dist/js/semantic/sportbild/breakpoints/index.js +15 -0
- package/dist/js/semantic/sportbild/color/color-sportbild-dark.js +347 -0
- package/dist/js/semantic/sportbild/color/color-sportbild-light.js +343 -0
- package/dist/js/semantic/sportbild/color/index.js +11 -0
- package/dist/json/base/primitive-color-value.json +148 -0
- package/dist/json/base/primitive-font-value.json +59 -0
- package/dist/json/base/primitive-size-value.json +51 -0
- package/dist/json/base/primitive-space-value.json +27 -0
- package/dist/json/density/density-compact.json +16 -0
- package/dist/json/density/density-default.json +16 -0
- package/dist/json/density/density-spacious.json +16 -0
- package/dist/json/mapping/brand-advertorial.json +393 -0
- package/dist/json/mapping/brand-bild.json +393 -0
- package/dist/json/mapping/brand-color-bild.json +98 -0
- package/dist/json/mapping/brand-color-sportbild.json +98 -0
- package/dist/json/mapping/brand-sportbild.json +393 -0
- package/dist/json/semantic/advertorial/breakpoints/breakpoint-advertorial-lg.json +686 -0
- package/dist/json/semantic/advertorial/breakpoints/breakpoint-advertorial-md.json +686 -0
- package/dist/json/semantic/advertorial/breakpoints/breakpoint-advertorial-sm.json +686 -0
- package/dist/json/semantic/advertorial/breakpoints/breakpoint-advertorial-xs.json +686 -0
- package/dist/json/semantic/advertorial/color/color-advertorial-dark.json +307 -0
- package/dist/json/semantic/advertorial/color/color-advertorial-light.json +307 -0
- package/dist/json/semantic/bild/breakpoints/breakpoint-bild-lg.json +686 -0
- package/dist/json/semantic/bild/breakpoints/breakpoint-bild-md.json +686 -0
- package/dist/json/semantic/bild/breakpoints/breakpoint-bild-sm.json +686 -0
- package/dist/json/semantic/bild/breakpoints/breakpoint-bild-xs.json +686 -0
- package/dist/json/semantic/bild/color/color-bild-dark.json +307 -0
- package/dist/json/semantic/bild/color/color-bild-light.json +307 -0
- package/dist/json/semantic/sportbild/breakpoints/breakpoint-sportbild-lg.json +686 -0
- package/dist/json/semantic/sportbild/breakpoints/breakpoint-sportbild-md.json +686 -0
- package/dist/json/semantic/sportbild/breakpoints/breakpoint-sportbild-sm.json +686 -0
- package/dist/json/semantic/sportbild/breakpoints/breakpoint-sportbild-xs.json +686 -0
- package/dist/json/semantic/sportbild/color/color-sportbild-dark.json +307 -0
- package/dist/json/semantic/sportbild/color/color-sportbild-light.json +307 -0
- package/dist/manifest.json +183 -0
- package/dist/scss/base/index.scss +8 -0
- package/dist/scss/base/primitive-color-value.scss +97 -0
- package/dist/scss/base/primitive-font-value.scss +46 -0
- package/dist/scss/base/primitive-size-value.scss +52 -0
- package/dist/scss/base/primitive-space-value.scss +28 -0
- package/dist/scss/density/density-compact.scss +11 -0
- package/dist/scss/density/density-default.scss +11 -0
- package/dist/scss/density/density-spacious.scss +11 -0
- package/dist/scss/density/index.scss +7 -0
- package/dist/scss/mapping/brand-advertorial.scss +274 -0
- package/dist/scss/mapping/brand-bild.scss +274 -0
- package/dist/scss/mapping/brand-color-bild.scss +71 -0
- package/dist/scss/mapping/brand-color-sportbild.scss +71 -0
- package/dist/scss/mapping/brand-sportbild.scss +274 -0
- package/dist/scss/mapping/index.scss +9 -0
- package/dist/scss/semantic/advertorial/breakpoints/breakpoint-advertorial-lg.scss +475 -0
- package/dist/scss/semantic/advertorial/breakpoints/breakpoint-advertorial-md.scss +475 -0
- package/dist/scss/semantic/advertorial/breakpoints/breakpoint-advertorial-sm.scss +475 -0
- package/dist/scss/semantic/advertorial/breakpoints/breakpoint-advertorial-xs.scss +475 -0
- package/dist/scss/semantic/advertorial/breakpoints/index.scss +8 -0
- package/dist/scss/semantic/advertorial/color/color-advertorial-dark.scss +318 -0
- package/dist/scss/semantic/advertorial/color/color-advertorial-light.scss +318 -0
- package/dist/scss/semantic/advertorial/color/index.scss +6 -0
- package/dist/scss/semantic/bild/breakpoints/breakpoint-bild-lg.scss +475 -0
- package/dist/scss/semantic/bild/breakpoints/breakpoint-bild-md.scss +475 -0
- package/dist/scss/semantic/bild/breakpoints/breakpoint-bild-sm.scss +475 -0
- package/dist/scss/semantic/bild/breakpoints/breakpoint-bild-xs.scss +475 -0
- package/dist/scss/semantic/bild/breakpoints/index.scss +8 -0
- package/dist/scss/semantic/bild/color/color-bild-dark.scss +318 -0
- package/dist/scss/semantic/bild/color/color-bild-light.scss +318 -0
- package/dist/scss/semantic/bild/color/index.scss +6 -0
- package/dist/scss/semantic/sportbild/breakpoints/breakpoint-sportbild-lg.scss +475 -0
- package/dist/scss/semantic/sportbild/breakpoints/breakpoint-sportbild-md.scss +475 -0
- package/dist/scss/semantic/sportbild/breakpoints/breakpoint-sportbild-sm.scss +475 -0
- package/dist/scss/semantic/sportbild/breakpoints/breakpoint-sportbild-xs.scss +475 -0
- package/dist/scss/semantic/sportbild/breakpoints/index.scss +8 -0
- package/dist/scss/semantic/sportbild/color/color-sportbild-dark.scss +318 -0
- package/dist/scss/semantic/sportbild/color/color-sportbild-light.scss +318 -0
- package/dist/scss/semantic/sportbild/color/index.scss +6 -0
- package/package.json +62 -0
|
@@ -0,0 +1,475 @@
|
|
|
1
|
+
|
|
2
|
+
// Do not edit directly, this file was auto-generated.
|
|
3
|
+
|
|
4
|
+
$semantic-border-border-radius-border-radius-none: 0; // 0-0-0-0 – no corner rounding. Used as default for flat layouts, content modules, images, and teaser elements.
|
|
5
|
+
$semantic-border-border-radius-border-radius-xs: 2; // 2-2-2-2 use for corner rounding on very small UI elements such as tooltips and badges.
|
|
6
|
+
$semantic-border-border-radius-border-radius-sm: 4; // 4-4-4-4 – use for corner rounding on compact components like checkboxes or small input controls.
|
|
7
|
+
$semantic-border-border-radius-border-radius-md: 8; // 8-8-8-8 – Standard radius for buttons, chips, input fields, and medium-sized interactive elements.
|
|
8
|
+
$semantic-border-border-radius-border-radius-lg: 16; // 16-16-16-16 – use for corner rounding on small cards, overlays, and modal surfaces.
|
|
9
|
+
$semantic-border-border-radius-border-radius-xl: 24; // 24-24-24-24 – use for corner rounding on larger cards, overlays, dialogs, and other container components.
|
|
10
|
+
$semantic-border-border-radius-border-radius-full: 9999; // creates fully rounded shapes, typically used for circular elements like avatars.
|
|
11
|
+
$semantic-border-border-width-border-width-hairline: 0.33; // 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.
|
|
12
|
+
$semantic-border-border-width-border-width-thin: 1; // 1-1-1-1 – use for subtle outlines and dividers
|
|
13
|
+
$semantic-border-border-width-border-width-thick: 2; // 2-2-2-2 – use for stronger outlines on form elements (inputs), buttons (outline variants), and interaction states (focus, hover, active)
|
|
14
|
+
// Common viewport width size based on the selected breakpoint.
|
|
15
|
+
// Apply this token to the main frame of page layouts.
|
|
16
|
+
$semantic-layout-canvas-width-size-web: 320;
|
|
17
|
+
// Common viewport height size based on the selected mode.
|
|
18
|
+
// Apply this token to the main frame of page layouts to simulate realistic vertical space.
|
|
19
|
+
$semantic-layout-canvas-height-size-web: 568;
|
|
20
|
+
// Common viewport width size based on the selected breakpoint.
|
|
21
|
+
// Apply this token to the main frame of page layouts.
|
|
22
|
+
$semantic-layout-canvas-width-size-app: 320;
|
|
23
|
+
// Common viewport height size based on the selected mode.
|
|
24
|
+
// Apply this token to the main frame of page layouts to simulate realistic vertical space.
|
|
25
|
+
$semantic-layout-canvas-height-size-app: 568;
|
|
26
|
+
// 320 - 390 - 600 - 1024 – Defines the minimum width of the main frame for different breakpoints.
|
|
27
|
+
// Apply this token to the main frame of page layouts to simulate realistic minimum widths across responsive viewports.
|
|
28
|
+
$semantic-layout-breakpoints-breakpoint-min-width-size: 320;
|
|
29
|
+
// 389 - 599 - 1023 - 1024 – Defines the minimum width of the main frame for different breakpoints.
|
|
30
|
+
// Apply this token to the main frame of page layouts to simulate realistic maximum widths across responsive viewports.
|
|
31
|
+
$semantic-layout-breakpoints-breakpoint-max-width-size: 389;
|
|
32
|
+
$semantic-layout-content-width-content-max-width-medium: 700; // 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.
|
|
33
|
+
$semantic-layout-content-width-content-max-width-full: 1024; // Use for content containers that should fill the full width of the page
|
|
34
|
+
$semantic-layout-grid-responsive-grid-space-resp-sm: 6; // 6-6-6-8 – use for side paddings and gutters in responsive layouts
|
|
35
|
+
$semantic-layout-grid-responsive-grid-space-resp-base: 12; // 12-12-12-16 – use for side paddings and gutters in responsive layouts
|
|
36
|
+
$semantic-layout-grid-responsive-grid-space-resp-lg: 24; // 24-24-32-32 – use for side paddings and gutters in responsive layouts
|
|
37
|
+
$semantic-layout-grid-responsive-grid-space-resp-xl: 48; // 48-48-64-64 – use for side paddings and gutters in responsive layouts
|
|
38
|
+
$semantic-layout-grid-responsive-page-inline-space: 0; // 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.
|
|
39
|
+
$semantic-layout-grid-constant-grid-space-const-sm: 12; // 12-12-12-12 – use for fixed side paddings and gutters
|
|
40
|
+
$semantic-layout-grid-constant-grid-space-const-lg: 16; // 16-16-16-16 – use for fixed side paddings and gutters
|
|
41
|
+
$semantic-layout-grid-layout-guide-layout-guide-grid-colums: 4; // Used to set the column count in Figma Layout guide Grids
|
|
42
|
+
$semantic-layout-section-section-space-sm: 24; // 24-24-36-36 – Use for vertical spacing between subsections in a layout
|
|
43
|
+
$semantic-layout-section-section-space-base: 36; // 36-36-48-48 – Use for vertical spacing between sections in a layout.
|
|
44
|
+
$semantic-layout-section-section-space-lg: 72; // 72-72-96-96 – Use for vertical spacing between sections in a layout
|
|
45
|
+
$semantic-layout-section-paragraph-end-space: 16; // 16-16-32-32 – Use for spacing after paragraphs in text content
|
|
46
|
+
$semantic-space-gap-responsive-gap-space-resp2-xs: 2; // 2-2-4-6 – Use for gaps between items inside of UI elements that scale across breakpoints
|
|
47
|
+
$semantic-space-gap-responsive-gap-space-resp-xs: 4; // 4-4-6-8 – Use for gaps between items inside of UI elements that scale across breakpoints
|
|
48
|
+
$semantic-space-gap-responsive-gap-space-resp-sm: 8; // 8-8-12-16 – Use for gaps between items inside of UI elements that scale across breakpoints
|
|
49
|
+
$semantic-space-gap-responsive-gap-space-resp-md: 12; // 12-12-16-24 – Use for gaps between items inside of UI elements that scale across breakpoints
|
|
50
|
+
$semantic-space-gap-responsive-gap-space-resp-lg: 16; // 16-16-24-32 – Use for gaps between items inside of UI elements that scale across breakpoints
|
|
51
|
+
$semantic-space-gap-responsive-gap-space-resp-xl: 24; // 24-24-32-48 – Use for gaps between items inside of UI elements that scale across breakpoints
|
|
52
|
+
$semantic-space-gap-responsive-gap-space-resp2-xl: 32; // 32-32-48-64 – Use for gaps between items inside of UI elements that scale across breakpoints
|
|
53
|
+
$semantic-space-gap-responsive-gap-space-resp3-xl: 48; // 48-48-72-96 – Use for gaps between items inside of UI elements that scale across breakpoints
|
|
54
|
+
$semantic-space-gap-constant-gap-space-const2-xs: 2; // 2-2-2-2 – Use for fixed gaps between items inside of UI elements
|
|
55
|
+
$semantic-space-gap-constant-gap-space-const-xs: 4; // 4-4-4-4 – Use for fixed gaps between items inside of UI elements
|
|
56
|
+
$semantic-space-gap-constant-gap-space-const-sm: 8; // 8-8-8-8 – Use for fixed gaps between items inside of UI elements
|
|
57
|
+
$semantic-space-gap-constant-gap-space-const-md: 12; // 12-12-12-12 – Use for fixed gaps between items inside of UI elements
|
|
58
|
+
$semantic-space-gap-constant-gap-space-const-lg: 16; // 16-16-16-16 – Use for fixed gaps between items inside of UI elements
|
|
59
|
+
$semantic-space-gap-constant-gap-space-const-xl: 24; // 24-24-24-24 – Use for fixed gaps between items inside of UI elements
|
|
60
|
+
$semantic-space-gap-constant-gap-space-const2-xl: 32; // 32-32-32-32 – Use for fixed gaps between items inside of UI elements
|
|
61
|
+
$semantic-space-gap-constant-gap-space-const3-xl: 48; // 48-48-48-48 – Use for fixed gaps between items inside of UI elements
|
|
62
|
+
$semantic-space-inline-responsive-inline-space-resp-sm: 8; // 8-8-12-16 – use for horizontal (left/right) padding of UI elements that scales across breakpoints
|
|
63
|
+
$semantic-space-inline-responsive-inline-space-resp-md: 12; // 12-12-16-24 use for horizontal (left/right) padding of UI elements that scales across breakpoints
|
|
64
|
+
$semantic-space-inline-responsive-inline-space-resp-lg: 16; // 16-16-24-32 – use for horizontal (left/right) padding of UI elements that scales across breakpoints
|
|
65
|
+
$semantic-space-inline-responsive-inline-space-resp-xl: 24; // 24-24-32-40 – use for horizontal (left/right) padding of UI elements that scales across breakpoints
|
|
66
|
+
$semantic-space-inline-responsive-inline-space-resp2-xl: 32; // 32-32-48-64 – use for horizontal (left/right) padding of UI elements that scales across breakpoints
|
|
67
|
+
$semantic-space-inline-constant-inline-space-const3-xs: 2; // 2-2-2-2 – Use for fixed horizontal (left/right) padding of UI elements
|
|
68
|
+
$semantic-space-inline-constant-inline-space-const2-xs: 4; // 4-4-4-4 – Use for fixed horizontal (left/right) padding of UI elements
|
|
69
|
+
$semantic-space-inline-constant-inline-space-const-xs: 6; // 6-6-6-6 – Use for fixed horizontal (left/right) padding of UI elements
|
|
70
|
+
$semantic-space-inline-constant-inline-space-const-sm: 8; // 8-8-8-8 – Use for fixed horizontal (left/right) padding of UI elements
|
|
71
|
+
$semantic-space-inline-constant-inline-space-const-md: 12; // 12-12-12-12 – Use for fixed horizontal (left/right) padding of UI elements
|
|
72
|
+
$semantic-space-inline-constant-inline-space-const-lg: 16; // 16-16-16-16 – Use for fixed horizontal (left/right) padding of UI elements
|
|
73
|
+
$semantic-space-inline-constant-inline-space-const-xl: 24; // 24-24-24-24 – Use for fixed horizontal (left/right) padding of UI elements
|
|
74
|
+
$semantic-space-inline-constant-inline-space-const2-xl: 32; // 32-32-32-32 – Use for fixed horizontal (left/right) padding of UI elements
|
|
75
|
+
$semantic-space-stack-responsive-stack-space-resp-sm: 8; // 8-8-12-16 – use for vertical (top/bottom) padding of UI elements that scales across breakpoints
|
|
76
|
+
$semantic-space-stack-responsive-stack-space-resp-md: 12; // 12-12-16-24 – use for vertical (top/bottom) padding of UI elements that scales across breakpoints
|
|
77
|
+
$semantic-space-stack-responsive-stack-space-resp-lg: 16; // 16-16-24-32 – use for vertical (top/bottom) padding of UI elements that scales across breakpoints
|
|
78
|
+
$semantic-space-stack-responsive-stack-space-resp-xl: 24; // 24-24-32-40 – use for vertical (top/bottom) padding of UI elements that scales across breakpoints
|
|
79
|
+
$semantic-space-stack-responsive-stack-space-resp2-xl: 32; // 32-32-48-64 – use for vertical (top/bottom) padding of UI elements that scales across breakpoints
|
|
80
|
+
$semantic-space-stack-constant-stack-space-const3-xs: 2; // 2-2-2-2 – Use for fixed vertical (top/bottom) padding of UI elements
|
|
81
|
+
$semantic-space-stack-constant-stack-space-const2-xs: 4; // 4-4-4-4 – Use for fixed vertical (top/bottom) padding of UI elements
|
|
82
|
+
$semantic-space-stack-constant-stack-space-const-xs: 6; // 6-6-6-6 – Use for fixed vertical (top/bottom) padding of UI elements
|
|
83
|
+
$semantic-space-stack-constant-stack-space-const-sm: 8; // 8-8-8-8 – Use for fixed vertical (top/bottom) padding of UI elements
|
|
84
|
+
$semantic-space-stack-constant-stack-space-const-md: 12; // 12-12-12-12 – Use for fixed vertical (top/bottom) padding of UI elements
|
|
85
|
+
$semantic-space-stack-constant-stack-space-const-lg: 16; // 16-16-16-16 – Use for fixed vertical (top/bottom) padding of UI elements
|
|
86
|
+
$semantic-space-stack-constant-stack-space-const-xl: 24; // 24-24-24-24 – Use for fixed vertical (top/bottom) padding of UI elements
|
|
87
|
+
$semantic-space-stack-constant-stack-space-const2-xl: 32; // 32-32-32-32 – Use for fixed vertical (top/bottom) padding of UI elements
|
|
88
|
+
$semantic-size-responsive-size-resp4-xs: 12; // 12-12-14-16 – Use for setting height and width of UI elements that scale across breakpoints
|
|
89
|
+
$semantic-size-responsive-size-resp3-xs: 16; // 16-16-16-24 – Use for setting height and width of UI elements that scale across breakpoints
|
|
90
|
+
$semantic-size-responsive-size-resp2-xs: 24; // 24-24-32-32 – Use for setting height and width of UI elements that scale across breakpoints
|
|
91
|
+
$semantic-size-responsive-size-resp-xs: 32; // 32-32-40-48 – Use for setting height and width of UI elements that scale across breakpoints
|
|
92
|
+
$semantic-size-responsive-size-resp-sm: 40; // 40-40-48-56 – Use for setting height and width of UI elements that scale across breakpoints
|
|
93
|
+
$semantic-size-responsive-size-resp-md: 48; // 48-48-64-72 – Use for setting height and width of UI elements that scale across breakpoints
|
|
94
|
+
$semantic-size-responsive-size-resp-lg: 56; // 56-56-72-92 – Use for setting height and width of UI elements that scale across breakpoints
|
|
95
|
+
$semantic-size-responsive-size-resp-xl: 64; // 64-64-80-96 – Use for setting height and width of UI elements that scale across breakpoints
|
|
96
|
+
$semantic-size-responsive-size-resp2-xl: 72; // 72-72-92-100 – Use for setting height and width of UI elements that scale across breakpoints
|
|
97
|
+
$semantic-size-responsive-size-resp3-xl: 96; // 96-96-120-148 – Use for setting height and width of UI elements that scale across breakpoints
|
|
98
|
+
$semantic-size-responsive-size-resp4-xl: 148; // 148-148-160-180 – Use for setting height and width of UI elements that scale across breakpoints
|
|
99
|
+
$semantic-size-constant-size-const4-xs: 8; // 8-8-8-8 – Use for setting fixed height and width of UI elements
|
|
100
|
+
$semantic-size-constant-size-const3-xs: 16; // 16-16-16-16 – Use for setting fixed height and width of UI elements
|
|
101
|
+
$semantic-size-constant-size-const2-xs: 24; // 24-24-24-24 – Use for setting fixed height and width of UI elements
|
|
102
|
+
$semantic-size-constant-size-const-xs: 32; // 32-32-32-32 – Use for setting fixed height and width of UI elements
|
|
103
|
+
$semantic-size-constant-size-const-sm: 40; // 40-40-40-40 – Use for setting fixed height and width of UI elements
|
|
104
|
+
$semantic-size-constant-size-const-md: 48; // 48-48-48-48 Use for setting fixed height and width of UI elements
|
|
105
|
+
$semantic-size-constant-size-const-lg: 56; // 56-56-56-56 – Use for setting fixed height and width of UI elements
|
|
106
|
+
$semantic-size-constant-size-const-xl: 64; // 64-64-64-64 – Use for setting fixed height and width of UI elements
|
|
107
|
+
$semantic-size-constant-size-const2-xl: 72; // 72-72-72-72 – Use for setting fixed height and width of UI elements
|
|
108
|
+
$semantic-size-constant-size-const3-xl: 96; // 96-96-96-96 – Use for setting fixed height and width of UI elements
|
|
109
|
+
$semantic-size-constant-size-const4-xl: 148; // 148-148-148-148 – Use for setting fixed height and width of UI elements
|
|
110
|
+
$semantic-typography-font-family-body-font-family: Lucida Grande; // This variable references the bodyFontFamily variable from the branding collection.
|
|
111
|
+
$semantic-typography-font-family-callout-font-family: Lucida Grande;
|
|
112
|
+
$semantic-typography-font-family-display-font-family: Lucida Grande;
|
|
113
|
+
$semantic-typography-font-family-footnote-font-family: Lucida Grande;
|
|
114
|
+
$semantic-typography-font-family-headline-font-family: Lucida Grande;
|
|
115
|
+
$semantic-typography-font-family-kicker-font-family: Lucida Grande;
|
|
116
|
+
$semantic-typography-font-family-label-font-family: Lucida Grande;
|
|
117
|
+
$semantic-typography-font-family-subheadline-font-family: Lucida Grande;
|
|
118
|
+
$semantic-typography-font-family-title-font-family: Lucida Grande;
|
|
119
|
+
$semantic-typography-font-family-quote-font-family: Lucida Grande;
|
|
120
|
+
$semantic-typography-font-size-body-body-font-size: 17; // This variable is used on the body text style's font size parameter. It remains constant at 21.
|
|
121
|
+
$semantic-typography-font-size-callout-callout1-font-size: 16; // This token is used for the font size parameter of the callout text style. 18 - 18 - 22 - 22
|
|
122
|
+
$semantic-typography-font-size-display-display1-font-size: 39; // This variable is used on the font size parameter for the display1 text style. 40 - 40 - 72 - 120
|
|
123
|
+
$semantic-typography-font-size-display-display2-font-size: 35; // This variable is used for the font size parameter of the Display2 text style. 36 - 36 - 42 - 64
|
|
124
|
+
$semantic-typography-font-size-display-display3-font-size: 27; // This variable is used on the display3 font size parameter of the display3 text style. 28 - 28 - 32 - 40
|
|
125
|
+
$semantic-typography-font-size-footnote-footnote1-font-size: 13; // This token is used on the footnote text style font size parameter. 16 - 16 - 16 - 18
|
|
126
|
+
$semantic-typography-font-size-footnote-footnote2-font-size: 10; // This token is used in the font size parameter of the footnote2 text style. 12 - 12 - 12 - 16
|
|
127
|
+
$semantic-typography-font-size-headline-headline1-font-size: 36; // This token is used for the headline1 text style's font size parameter. 48 - 48 - 72 - 100
|
|
128
|
+
$semantic-typography-font-size-headline-headline2-font-size: 30; // This token is used on the headline2 text style's font size parameter. 40 - 40 - 48 - 64
|
|
129
|
+
$semantic-typography-font-size-headline-headline3-font-size: 24; // This token is used on the headline3 text style's font size parameter. 28 - 28 - 36 - 40
|
|
130
|
+
$semantic-typography-font-size-headline-headline4-font-size: 16; // This token controls the headline4 text style's font size parameter: 22 - 22 - 26 - 32
|
|
131
|
+
$semantic-typography-font-size-kicker-kicker1-font-size: 16; // 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.
|
|
132
|
+
$semantic-typography-font-size-kicker-kicker2-font-size: 16; // 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
|
|
133
|
+
$semantic-typography-font-size-kicker-kicker3-font-size: 14; // Values come from comparing NMT Figma File 01_Foundation to online CSS. Online kickers are numbered from 0 to 3. 16 - 16 - 18 - 20
|
|
134
|
+
$semantic-typography-font-size-kicker-kicker4-font-size: 12; // Values come from comparing NMT Figma File 01_Foundation to online CSS. Online kickers are numbered from 0 to 3. 14 - 14 - 16 - 16
|
|
135
|
+
$semantic-typography-font-size-label-label1-font-size: 17; // This token is used in the label1 text style font size parameter. Its value remains constant at 17 across device sizes.
|
|
136
|
+
$semantic-typography-font-size-label-label1-font-size-responsive: 10; // 10 - 10 - 15 - 17 Use this label font size when you want your label's font size to change across device sizes.
|
|
137
|
+
$semantic-typography-font-size-label-label2-font-size: 15; // This variable controls the label2 text style's font size parameter. Its value remains constant at 15.
|
|
138
|
+
$semantic-typography-font-size-label-label3-font-size: 12; // This token is used in the label3 text style's font size parameter. Its value remains constant at 12 across device sizes.
|
|
139
|
+
$semantic-typography-font-size-label-label4-font-size: 8; // This token is used in the font size parameter of the label4 text style. The value remains constant at 8.
|
|
140
|
+
$semantic-typography-font-size-subheadline-subheadline1-font-size: 18; // This token controls the subheadline1 font size parameter. 24 - 24 - 32 - 36
|
|
141
|
+
$semantic-typography-font-size-title-title1-font-size: 22; // 22 - 22 - 22 - 28 -- html class stage-block-title__text css var --ressort-header-font-size(sm-md-lg)
|
|
142
|
+
$semantic-typography-font-size-title-title2-font-size: 14; // 16 - 16 - 18 - 20 - html class stage-block-title__text css var --ressort-header-font-size(sm-md-lg)
|
|
143
|
+
$semantic-typography-font-size-quote-quote-font-size: 16; // 16 - 16 - 18 - 20 -- This variable is used for controlling the font size of the quote text style.
|
|
144
|
+
$semantic-typography-font-weight-body-body-font-weight-book: 400;
|
|
145
|
+
$semantic-typography-font-weight-body-body-font-weight-bold: 700;
|
|
146
|
+
$semantic-typography-font-weight-callout-callout-font-weight: 800;
|
|
147
|
+
$semantic-typography-font-weight-display-display-font-weight: 800;
|
|
148
|
+
$semantic-typography-font-weight-footnote-footnote-font-weight-bold: 700;
|
|
149
|
+
$semantic-typography-font-weight-footnote-footnote-font-weight-book: 400;
|
|
150
|
+
$semantic-typography-font-weight-headline-headline1-font-weight: 700;
|
|
151
|
+
$semantic-typography-font-weight-headline-headline1-font-weight-st: 700; // This variable is a string type variable for controlling not only headline font weight but also the italic style for Sport Bild headlines.
|
|
152
|
+
$semantic-typography-font-weight-headline-headline2-font-weight: 700;
|
|
153
|
+
$semantic-typography-font-weight-headline-headline3-font-weight: 700;
|
|
154
|
+
$semantic-typography-font-weight-headline-headline4-font-weight: 600;
|
|
155
|
+
$semantic-typography-font-weight-kicker-kicker-font-weight: 700;
|
|
156
|
+
$semantic-typography-font-weight-kicker-kicker-font-weight-st: 700;
|
|
157
|
+
$semantic-typography-font-weight-label-label-font-weight-book: 400;
|
|
158
|
+
$semantic-typography-font-weight-label-label-font-weight-bold: 700;
|
|
159
|
+
$semantic-typography-font-weight-subheadline-subheadline-font-weight: 700;
|
|
160
|
+
$semantic-typography-font-weight-title-title-font-weight: 800;
|
|
161
|
+
$semantic-typography-font-weight-quote-quote-font-weight: 800;
|
|
162
|
+
$semantic-typography-line-height-body-body-line-height: 29.75; // Figma's font line height currently does not allow for multipliers as is used on current website css var(--body-line-height)
|
|
163
|
+
$semantic-typography-line-height-callout-callout-line-height: 20.8;
|
|
164
|
+
$semantic-typography-line-height-display-display1-line-height: 40;
|
|
165
|
+
$semantic-typography-line-height-display-display2-line-height: 36;
|
|
166
|
+
$semantic-typography-line-height-display-display3-line-height: 28;
|
|
167
|
+
$semantic-typography-line-height-footnote-footnote1-line-height: 16.9;
|
|
168
|
+
$semantic-typography-line-height-footnote-footnote2-line-height: 13;
|
|
169
|
+
$semantic-typography-line-height-headline-headline1-line-height: 37.8;
|
|
170
|
+
$semantic-typography-line-height-headline-headline2-line-height: 33;
|
|
171
|
+
$semantic-typography-line-height-headline-headline3-line-height: 26.4;
|
|
172
|
+
$semantic-typography-line-height-headline-headline4-line-height: 18.4;
|
|
173
|
+
$semantic-typography-line-height-kicker-kicker1-line-height: 17.6;
|
|
174
|
+
$semantic-typography-line-height-kicker-kicker2-line-height: 17.6;
|
|
175
|
+
$semantic-typography-line-height-kicker-kicker3-line-height: 15.4;
|
|
176
|
+
$semantic-typography-line-height-kicker-kicker4-line-height: 13.2;
|
|
177
|
+
$semantic-typography-line-height-label-label1-line-height: 20.4; // This variable is used in the label1 text style's line height parameter. It references branding variables for brand specific line heights.
|
|
178
|
+
$semantic-typography-line-height-label-label1-responsive-line-height: 10;
|
|
179
|
+
$semantic-typography-line-height-label-label2-line-height: 16;
|
|
180
|
+
$semantic-typography-line-height-label-label3-line-height: 14.4;
|
|
181
|
+
$semantic-typography-line-height-label-label4-line-height: 10;
|
|
182
|
+
$semantic-typography-line-height-subheadline-subheadline1-line-height: 23.4;
|
|
183
|
+
$semantic-typography-line-height-title-title1-line-height: 26.4;
|
|
184
|
+
$semantic-typography-line-height-title-title2-line-height: 16.8; // html class stage-block-title__text css var --ressort-header-font-size(sm-md-lg)
|
|
185
|
+
$semantic-typography-line-height-quote-quote-line-height: 20.8; // This variable is used in the quote text style line height parameter.
|
|
186
|
+
$semantic-typography-letter-spacing-letter-spacing-positive-lg: 2; // 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.
|
|
187
|
+
$semantic-typography-letter-spacing-letter-spacing-positive-md: 1; // 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.
|
|
188
|
+
$semantic-typography-letter-spacing-letter-spacing-positive-sm: 0.5; // 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.
|
|
189
|
+
$semantic-typography-letter-spacing-letter-spacing-positive-xs: 0.25; // 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.
|
|
190
|
+
$semantic-typography-letter-spacing-letter-spacing-none: 0; // 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.
|
|
191
|
+
$semantic-typography-letter-spacing-letter-spacing-negative-xs: -0.25; // -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.
|
|
192
|
+
$semantic-typography-letter-spacing-letter-spacing-negative-sm: -0.5; // -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.
|
|
193
|
+
$semantic-typography-letter-spacing-letter-spacing-negative-md: -1; // -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.
|
|
194
|
+
$semantic-typography-letter-spacing-letter-spacing-negative-lg: -2; // -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.
|
|
195
|
+
$semantic-typography-letter-spacing-display-display1-letter-spacing: -0.5; // -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.
|
|
196
|
+
$semantic-typography-letter-spacing-display-display2-letter-spacing: -0.5; // -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.
|
|
197
|
+
$semantic-typography-letter-spacing-display-display3-letter-spacing: -0.5; // -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.
|
|
198
|
+
$semantic-visibility-boolean-visilble-desktop-only: false; // Use for showing elements on desktop viewport sizes only
|
|
199
|
+
$semantic-visibility-boolean-visilble-tablet-only: false; // Use for showing elements on tablet viewport sizes only
|
|
200
|
+
$semantic-visibility-boolean-visilble-mobile-only: true; // Use for showing elements on mobile viewport sizes only
|
|
201
|
+
$semantic-visibility-boolean-visilble-above600px: false; // Use for showing elements on viewport sizes above 600 px
|
|
202
|
+
$semantic-visibility-boolean-visilble-below600px: true; // Use for showing elements on viewport sizes below 600 px
|
|
203
|
+
$semantic-visibility-boolean-hide-on-desktop: true; // Use for hiding elements on desktop viewport sizes only
|
|
204
|
+
$semantic-visibility-boolean-hide-on-mobile: false; // Use for hiding elements on mobile viewport sizes
|
|
205
|
+
$semantic-visibility-variant-switch-bp-specific-web: xs/sm;
|
|
206
|
+
$semantic-visibility-variant-switch-bp-specific-app: compact;
|
|
207
|
+
$semantic-visibility-variant-switch-change-on-lg: xs/sm/md;
|
|
208
|
+
$semantic-visibility-variant-switch-change-on-md: xs/sm; // 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.
|
|
209
|
+
$component-accordion-accordion-label-font-family: Lucida Grande; // This variable exists specifically for changing the accordion font family across brands. It is subject to review. Bild: GothamXNarrow, SpoBi: Inter, Ads: LucindaGrande
|
|
210
|
+
$component-avatar-avatar-article-size: 48; // 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.
|
|
211
|
+
$component-avatar-avatar-author-page-size: 96; // 96 - 96 - 130 - 130 This variable is used for controlling the size of the avatar image on author pages.
|
|
212
|
+
$component-avatar-avatar-label-font-size: 13; // This variable is used on avatar names in article pages. Bild: 16 - 16 - 16 - 18; SpoBi&Ads: 13 - 13 - 13 - 15
|
|
213
|
+
$component-avatar-avatar-label-line-height: 21; // 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
|
|
214
|
+
$component-avatar-avatar-font-family: Lucida Grande; // This variable is used in avatar text styles. It receives values from the Brand Tokens Collection. Bild: GothamXNarrow; SpoBi: Inter; Ads: LucidaGrande
|
|
215
|
+
$component-avatar-avatar-lane-gap-space: 16; // 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
|
|
216
|
+
$component-avatar-app-avatar-font-family: Lucida Grande; // This variable is used for setting the font of avatars on iOS and Android platforms. This is subject to review.
|
|
217
|
+
$component-article-article-kicker-font-size: 16; // This variable is used to control the font size of kickers in the heading section of article pages. 18 - 18 - 22 - 30
|
|
218
|
+
$component-article-article-headline-font-size: 30; // 40 - 40 - 72 - 100 - This variable uses the semantic variables headline2 for XS&SM, headline1 for MD&LG
|
|
219
|
+
$component-article-article-image-caption-font-size: 13; // CSS --article-figure-meta-font-size 16-16-18-18
|
|
220
|
+
$component-article-article-image-caption-line-height: 19.5; // this component level variable references the branding variables
|
|
221
|
+
$component-article-article-meta-font-size: 12; // 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
|
|
222
|
+
$component-article-article-meta-font-family: Lucida Grande; // 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.
|
|
223
|
+
$component-article-article-top-margin-space: 8; // 8 | 8 | 12 | 16 - This space variable is used at the top edge of the article main content bounding box.
|
|
224
|
+
$component-article-aricle-mobile1-col-grid-image-margin-space: 0;
|
|
225
|
+
$component-article-article-headings-stack-space: 12; // 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
|
|
226
|
+
$component-article-article-headings-inline-space: 16; // 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.
|
|
227
|
+
$component-article-article-content-stack-space: 16; // 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.
|
|
228
|
+
$component-article-article-content-inline-space: 16; // 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.
|
|
229
|
+
$component-article-article-gallery-a-teaser-width: 145; // same as standard teaser width size variable
|
|
230
|
+
$component-article-article-image-source-font-size: 13; // NMT CSS --article-figure-meta-font-size
|
|
231
|
+
$component-article-article-image-source-line-height: 19;
|
|
232
|
+
$component-article-article-image-container-stack-space: 8;
|
|
233
|
+
$component-article-article-image-landscape-inline-space: 0;
|
|
234
|
+
$component-article-article-image-portait-inline-space: 0;
|
|
235
|
+
$component-article-article-infobox-inline-space: 16;
|
|
236
|
+
$component-article-article-infobox-stack-space: 16;
|
|
237
|
+
$component-audio-player-audio-player-font-size: 16; // 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
|
|
238
|
+
$component-badge-ad-label-badge-height-size: 30; // 30 - 30 - 30 - 30 - This variable is used on the Advert rectangular badge that is found above an ad containers.
|
|
239
|
+
$component-badge-badges-inner-stack-space: 2; // 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.
|
|
240
|
+
$component-badge-badges-inner-inline-space: 4; // 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.
|
|
241
|
+
$component-breadcrumb-breadcrumb-font-family: Lucida Grande;
|
|
242
|
+
$component-breadcrumb-breadcrumb-font-size: 15; // 15 - 15 - 15 - 12 -- Breadcrumbs have a slightly larger font size on mobile devices compared to when they are rendered on larger desktop devices.
|
|
243
|
+
$component-breadcrumb-breadcrumb-line-height: 15; // 15 - 15 - 15 - 12 -- Breadcrumbs have a slightly larger font size on mobile devices compared to when they are rendered on larger desktop devices.
|
|
244
|
+
$component-breadcrumb-breadcrumb-arrow-left-inline-space1: 3;
|
|
245
|
+
$component-breadcrumb-breadcrumb-arrow-right-inline-space2: 5;
|
|
246
|
+
$component-breadcrumb-breadcrumb-inline-space: 12;
|
|
247
|
+
$component-breadcrumb-breadcrumb-font-weight: 700;
|
|
248
|
+
$component-breadcrumb-breadcrumb-stack-space: 14;
|
|
249
|
+
$component-breaking-news-breaking-news-container-height-size: 56;
|
|
250
|
+
$component-breaking-news-breaking-news-badge-inline-space: 6;
|
|
251
|
+
$component-breaking-news-breaking-news-badge-titels-stack-space: 0;
|
|
252
|
+
$component-breaking-news-breaking-news-badge-upper-title-font-size: 13;
|
|
253
|
+
$component-breaking-news-breaking-news-badge-upper-title-line-height: 13;
|
|
254
|
+
$component-breaking-news-breaking-news-badge-lower-title-font-size: 23;
|
|
255
|
+
$component-breaking-news-breaking-news-badge-lower-title-line-height: 21;
|
|
256
|
+
$component-breaking-news-breaking-news-scrolling-text-font-size: 21;
|
|
257
|
+
$component-breaking-news-breaking-news-scrolling-text-line-height: 24;
|
|
258
|
+
$component-button-button-label-font-size: 15;
|
|
259
|
+
$component-button-button-label-line-height: 15;
|
|
260
|
+
$component-button-button-content-gap-space: 6;
|
|
261
|
+
$component-button-button-inline-space: 16;
|
|
262
|
+
$component-button-button-stack-space: 6;
|
|
263
|
+
$component-button-button-border-width-size: 2;
|
|
264
|
+
$component-button-button-content-min-height-size: 24; // This fixed height variable ensures that the button maintains a consistent height, even when the icon is not active.
|
|
265
|
+
$component-button-partner-link-button-label-font-size: 16; // Use this variable for controlling the font size of partner buttons. 16 - 16 - 16 - 18
|
|
266
|
+
$component-button-partner-link-button-inline-space: 8;
|
|
267
|
+
$component-button-partner-link-button-label-height-size: 48;
|
|
268
|
+
$component-button-button-border-radius: 8;
|
|
269
|
+
$component-cards-search-result-card-image-width-size: 216;
|
|
270
|
+
$component-cards-search-result-card-image-height-size-stacked: 189;
|
|
271
|
+
$component-cards-newsticker-image-card-width-size: 206;
|
|
272
|
+
$component-carousel-gallery-teaser-title-bottom-space: 28; // This token is used to create more bottom padding space on system teaser headlines inside the gallery to avoid overlapping with the pagination.
|
|
273
|
+
$component-carousel-gallery-teaser-app-gap-space: 0; // This token is used to create more bottom padding space on system teaser headlines inside the gallery to avoid overlapping with the pagination.
|
|
274
|
+
$component-carousel-app-epaper-carousel-item-default-width: 144;
|
|
275
|
+
$component-carousel-app-epaper-carousel-item-focus-width: 182;
|
|
276
|
+
$component-carousel-app-epaper-carouse-beilage-item-width: 110;
|
|
277
|
+
$component-carousel-standard-teaser-gallery-teaser-width-web: 145;
|
|
278
|
+
$component-carousel-standard-teaser-gallery-teaser-width-app: 280;
|
|
279
|
+
$component-chips-chips-font-size: 16; // 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
|
|
280
|
+
$component-chips-chips-inline-space: 12;
|
|
281
|
+
$component-chips-chips-stack-space: 8;
|
|
282
|
+
$component-datepicker-datepicker-item-day-width-size: 44;
|
|
283
|
+
$component-datepicker-datepicker-item-year-width-size: 77;
|
|
284
|
+
$component-datepicker-datepicker-item-height-size: 44;
|
|
285
|
+
$component-drawers-mobile-menu-drawer-stack-space: 20;
|
|
286
|
+
$component-drawers-mobile-menu-drawer-left-inline-space: 20;
|
|
287
|
+
$component-drawers-mobile-menu-drawer-right-inline-space: 16;
|
|
288
|
+
$component-drawers-mobile-menu-drawer-max-width-size: 400;
|
|
289
|
+
$component-dropdown-drop-down-item-stack-space: 8;
|
|
290
|
+
$component-dropdown-drop-down-item-inline-space: 12;
|
|
291
|
+
$component-dropdown-drop-down-border-radius: 4;
|
|
292
|
+
$component-footer-footer-font-family: Gotham XNarrow;
|
|
293
|
+
$component-footer-footer-font-size: 11; // 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.
|
|
294
|
+
$component-footer-footer-line-height: 14;
|
|
295
|
+
$component-footer-footer-font-size-user-offer-pages: 18;
|
|
296
|
+
$component-footer-footer-line-height-user-offer-pages: 26;
|
|
297
|
+
$component-icon-icon-size: 24;
|
|
298
|
+
$component-icon-icon-size-embedd-media: 40;
|
|
299
|
+
$component-info-element-info-element-teaser-badge-margin-space: 4;
|
|
300
|
+
$component-info-element-info-element-teaser-image-height-size: 80;
|
|
301
|
+
$component-info-element-info-element-teaser-image-width-size: 80;
|
|
302
|
+
$component-info-element-info-element-teaser-badge-height-size: 16;
|
|
303
|
+
$component-inputfield-input-field-font-size: 16; // 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
|
|
304
|
+
$component-inputfield-input-field-font-family: Lucida Grande;
|
|
305
|
+
$component-inputfield-input-field-inline-space: 16;
|
|
306
|
+
$component-inputfield-input-field-stack-space: 6;
|
|
307
|
+
$component-inputfield-input-field-message-gap-space: 4;
|
|
308
|
+
$component-inputfield-input-field-i-message-inline-space: 16;
|
|
309
|
+
$component-inputfield-input-field-mini-label-inline-space: 4;
|
|
310
|
+
$component-inputfield-input-field-height-size: 36;
|
|
311
|
+
$component-inputfield-hey-input-container-inline-space: 8;
|
|
312
|
+
$component-liveticker-live-ticker-app-card-height-size: 96;
|
|
313
|
+
$component-liveticker-live-ticker-app-card-width-size: 250;
|
|
314
|
+
$component-liveticker-time-stamp-font-family: Gotham XNarrow;
|
|
315
|
+
$component-liveticker-live-tickerheadline-font-weight: 600;
|
|
316
|
+
$component-liveticker-live-ticker-headlines-font-size: 22; // This variable is used for the font size of live ticker headlines. 22 - 22 - 32 - 32
|
|
317
|
+
$component-liveticker-live-ticker-time-stamp-font-size: 14; // This variable is used for the live ticker time stamp font size. 14 - 14 - 16 - 16
|
|
318
|
+
$component-liveticker-live-ticker-time-headline-stack-space: 4;
|
|
319
|
+
$component-liveticker-live-ticker-slider-item-width-max-size: 257;
|
|
320
|
+
$component-mediaplayer-audio-player-header-stack-space: 56;
|
|
321
|
+
$component-mediaplayer-podcast-play-button-size: 48;
|
|
322
|
+
$component-mediaplayer-vid-player-bottom-bar-gap-space: 0;
|
|
323
|
+
$component-mediaplayer-video-time-badge-font-family: Lucida Grande;
|
|
324
|
+
$component-mediaplayer-vid-player-control-button-size: 42;
|
|
325
|
+
$component-mediaplayer-vid-player-control-button-icon-size-hover: 28;
|
|
326
|
+
$component-mediaplayer-vid-player-timecode-font-size: 14;
|
|
327
|
+
$component-mediaplayer-vid-player-timecode-container-min-width-size: 45;
|
|
328
|
+
$component-mediaplayer-vid-player-progress-bar-container-height-size: 24;
|
|
329
|
+
$component-mediaplayer-vid-player-unmute-button-width-size: 220;
|
|
330
|
+
$component-menu-menu-link-lane-height-size: 48;
|
|
331
|
+
$component-menu-menu-logo-default-size: 56;
|
|
332
|
+
$component-menu-menu-logo-scrolled-size: 56;
|
|
333
|
+
$component-menu-menu-utillink-item-height-size: 48;
|
|
334
|
+
$component-menu-menu-item-util-font-size: 12;
|
|
335
|
+
$component-menu-menu-item-font-size: 15; // This variable is used on the menu link lane and on the mobile side menu drawer.
|
|
336
|
+
$component-menu-menu-special-navi-item-height-size: 48;
|
|
337
|
+
$component-menu-menu-item-space: 8;
|
|
338
|
+
$component-menu-menu-link-item-inline-space: 4;
|
|
339
|
+
$component-menu-menu-item-util-stack-space: 10;
|
|
340
|
+
$component-menu-sub-nav-bar-height-size: 42;
|
|
341
|
+
$component-menu-menu-utility-links-container-height-size: 56;
|
|
342
|
+
$component-menu-menu-top-stack-space: 8;
|
|
343
|
+
$component-menu-menu-bottom-stack-space: 8;
|
|
344
|
+
$component-menu-menu-left-inline-space: 8;
|
|
345
|
+
$component-menu-menu-right-inline-space: 0;
|
|
346
|
+
$component-menu-menu-utility-links-gap-space: 24;
|
|
347
|
+
$component-menu-menu-utility-links-divider-height-size: 40;
|
|
348
|
+
$component-menu-menu-shadow-visibility: rgba(0, 0, 0, 0.1); // 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
|
|
349
|
+
$component-menu-hey-input-shadow-visibility: rgba(0, 0, 0, 0); // 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
|
|
350
|
+
$component-menu-i-o-sapp-top-bar-height-size: 44;
|
|
351
|
+
$component-menu-i-o-sapp-top-bar-left-inline-space: 12;
|
|
352
|
+
$component-menu-i-o-sapp-top-bar-right-inline-space: 16;
|
|
353
|
+
$component-menu-app-topbar-title-font-size: 12;
|
|
354
|
+
$component-menu-app-topbar-stage-title-height: 14;
|
|
355
|
+
$component-newsticker-news-ticker-app-card-height-size: 116;
|
|
356
|
+
$component-newsticker-news-ticker-app-card-width-size: 250;
|
|
357
|
+
$component-newsticker-news-ticker-time-font-family: Lucida Grande;
|
|
358
|
+
$component-newsticker-news-ticker-time-font-weight: 700;
|
|
359
|
+
$component-newsticker-news-ticker-time-font-size: 16; // similar to kicker3 values - 16 - 16 - 16 - 18
|
|
360
|
+
$component-newsticker-news-ticker-time-line-height: 20.8; // 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.
|
|
361
|
+
$component-newsticker-news-ticker-badges-inline-space: 8;
|
|
362
|
+
$component-newsticker-news-ticker-entries-stack-space: 22;
|
|
363
|
+
$component-newsticker-news-ticker-entries-left-inline-space: 22;
|
|
364
|
+
$component-newsticker-news-ticker-content-stack-space: 4;
|
|
365
|
+
$component-newsticker-news-ticker-kicker-inner-inline-space: 4;
|
|
366
|
+
$component-newsticker-news-ticker-kicker-inner-stack-space: 2;
|
|
367
|
+
$component-newsticker-news-ticker-time-kicker-stack-space: 4;
|
|
368
|
+
$component-newsticker-news-ticker-titles-inline-space: 18;
|
|
369
|
+
$component-newsticker-news-ticker-skeleton-bottom-space: 64;
|
|
370
|
+
$component-newsticker-news-ticker-red-dot-size: 12;
|
|
371
|
+
$component-newsticker-news-ticker-line-inline-space: 6;
|
|
372
|
+
$component-pagination-gallery-pagination-item-height-size: 4;
|
|
373
|
+
$component-pagination-gallery-pagination-container-web-inline-space: 8; // 8 - 8 - 12 - 12 - this component level variable references the inlineSpaceConst semantic variables; SM for smaller devices, MD for larger devices
|
|
374
|
+
$component-pagination-gallery-pagination-container-app-inline-space: 12;
|
|
375
|
+
$component-pagination-gallery-pagination-container-stack-space: 12; // 12 - 12 - 16 - 16 - this component level variable references the semantic
|
|
376
|
+
$component-pagination-scroll-bar-thickness-size: 8;
|
|
377
|
+
$component-paywall-paywall-card-max-width-size: 346;
|
|
378
|
+
$component-paywall-paywall-card-price-tag-font-size: 64; // This variable is used on the paywall card price tag. 64 constant
|
|
379
|
+
$component-paywall-paywall-card-price-tag-line-height: 64;
|
|
380
|
+
$component-paywall-paywall-card-price-note-font-size: 40; // This variable is used on the paywall card text under the price tag. 40 - 40 - 40 - 40
|
|
381
|
+
$component-paywall-paywall-card-price-note-line-height: 40;
|
|
382
|
+
$component-paywall-paywall-container-gap-space: -48;
|
|
383
|
+
$component-paywall-paywall-header-bottom-stack-space: 80;
|
|
384
|
+
$component-quotes-quote-container-inline-space: 16;
|
|
385
|
+
$component-quotes-quote-content-gap-space: 16;
|
|
386
|
+
$component-quotes-quote-container-stack-space: 16;
|
|
387
|
+
$component-quotes-quote-quotation-marks-font-size: 28;
|
|
388
|
+
$component-radio-buttons-radio-selector-size: 20;
|
|
389
|
+
$component-radio-buttons-radio-selector-dot-active-size: 12;
|
|
390
|
+
$component-search-search-result-badge-height-size: 18;
|
|
391
|
+
$component-section-title-section-title-inner-stack-bottom-space: 12;
|
|
392
|
+
$component-section-title-section-title-arrow-inline-space: 5; // 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.
|
|
393
|
+
$component-section-title-section-title-arrow-inline-space-active: 5; // 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.
|
|
394
|
+
$component-section-title-section-title-height-size: 32;
|
|
395
|
+
$component-separators-separator-thickness-size: 2;
|
|
396
|
+
$component-skeletons-headlines-skeleton-image-placeholder-max-width: 282;
|
|
397
|
+
$component-skeletons-article-skeleton-image-inline-space: 12;
|
|
398
|
+
$component-skeletons-article-skeleton-text-inline-space: 0;
|
|
399
|
+
$component-skeletons-article-text-skeleton-height-size: 270;
|
|
400
|
+
$component-special-navi-special-navi-inline-space: 24;
|
|
401
|
+
$component-sliders-slider-progress-bar-idle-height-size: 4;
|
|
402
|
+
$component-sliders-slider-progress-bar-hover-height-size: 8;
|
|
403
|
+
$component-sliders-slider-progress-inactive-height-size: 2;
|
|
404
|
+
$component-sliders-vid-player-progress-bar-height-size: 12;
|
|
405
|
+
$component-spinners-video-spinner-size: 40;
|
|
406
|
+
$component-spinners-video-spinner-size0-5x: 20;
|
|
407
|
+
$component-spinners-video-spinner-stroke-size: 2;
|
|
408
|
+
$component-tabs-tab-label-font-size: 16; // 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.
|
|
409
|
+
$component-tabs-tab-label-font-size-line: 12; // 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.
|
|
410
|
+
$component-tabs-ios-tabbar-height-size: 49;
|
|
411
|
+
$component-tabs-android-tabbar-height-size: 56;
|
|
412
|
+
$component-tabs-apps-tabs-label-font-size: 11; // 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.
|
|
413
|
+
$component-tabs-apps-tabs-label-line-height: 14.4; // 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.
|
|
414
|
+
$component-tabs-top-bar-tab-item-height-size: 44;
|
|
415
|
+
$component-table-table-column-width-size0-5x: 40;
|
|
416
|
+
$component-table-table-column-width-size0-75x: 56;
|
|
417
|
+
$component-table-table-column-width-size1x: 80;
|
|
418
|
+
$component-table-table-column-width-size1-5x: 120;
|
|
419
|
+
$component-table-table-column-width-size2x: 140;
|
|
420
|
+
$component-table-table-column-width-size2-5x: 180;
|
|
421
|
+
$component-table-table-column-width-size3x: 200;
|
|
422
|
+
$component-table-table-item-max-width-size: 224;
|
|
423
|
+
$component-teaser-a-teaser-a-teaser-kicker-font-size: 14; // 16 - 16 - 22 - 24 This variable references the semantic variables kicker3fontsize and kicker2fontsize. At the 600px breakpoint smaller devices use the kicker3 variable
|
|
424
|
+
$component-teaser-a-teaser-a-teaser-kicker-line-height: 14;
|
|
425
|
+
$component-teaser-a-teaser-a-teaser-headline-font-size: 24; // This variable references the semantic variables headline3 (XS&SM) and headline2 (MD&LG). 28 - 28 - 48 - 64
|
|
426
|
+
$component-teaser-a-teaser-a-teaser-headline-line-height: 24;
|
|
427
|
+
$component-teaser-a-teaser-a-teaser-title-inline-space: 8;
|
|
428
|
+
$component-teaser-b-teaser-b-teaser-title-inline-space: 8;
|
|
429
|
+
$component-teaser-bild-play-bild-play-teaser-width-size: 145;
|
|
430
|
+
$component-teaser-m-q-teaser-m-q-teaser-headline-font-size: 16; // XS-headline4FontSize:22 // SM-headline4FontSize:22 // MD-headline3FontSize:36 // LG-headline3FontSize:40
|
|
431
|
+
$component-teaser-m-q-teaser-m-q-teaser-headline-line-height: 18.4;
|
|
432
|
+
$component-teaser-m-q-teaser-m-q-teaser-headline-font-weight: 600;
|
|
433
|
+
$component-teaser-m-q-teaser-mq-teaser-title-inline-space: 8;
|
|
434
|
+
$component-teaser-teaser-badges-height-size-lg: 32; // This token is for controling the height of badges that are inside of teasers. 32 - 32 - 32 - 40
|
|
435
|
+
$component-teaser-teaser-badges-height-size-sm: 24;
|
|
436
|
+
$component-teaser-teaser-badges-margin-space: 8; // This variable is used for creating space around the outside of a subscription badge or video icon badge.
|
|
437
|
+
$component-teaser-teaser-kicker-bg-inline-space: 6;
|
|
438
|
+
$component-teaser-teaser-kicker-bg-stack-space: 2;
|
|
439
|
+
$component-teaser-q-teaser-quad-kicker-font-size: 16;
|
|
440
|
+
$component-teaser-q-teaser-quad-headline-font-size: 36; // This component level variable is used on the quad teaser headline. It references the semantic level variable headline1. 48 - 48 - 72 - 100
|
|
441
|
+
$component-teaser-q-teaser-quad-headline-line-height: 37.8;
|
|
442
|
+
$component-teaser-q-teaser-q-teaser-title-inline-space: 8;
|
|
443
|
+
$component-teaser-teaser-layout-grid-space: 12;
|
|
444
|
+
$component-teaser-std-teaser-std-teaser-badges-margin-space: 4; // This variable is used for creating space around the outside of a subscription badge or video icon badge.
|
|
445
|
+
$component-teaser-std-teaser-std-teaser-image-title-gap-space: 4;
|
|
446
|
+
$component-teaser-std-teaser-std-teaser-kicker-headline-stack-space: 2; // 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
|
|
447
|
+
$component-teaser-super-a-super-a-teaser-title-inline-space: 16; // 16 - 16 - 16 - 16
|
|
448
|
+
$component-teaser-teaser-title-inline-left-space: 12;
|
|
449
|
+
$component-teaser-teaser-title-stack-space: 4;
|
|
450
|
+
$component-teaser-teaser-title-gap-space: 4;
|
|
451
|
+
$component-teaser-teaser-title-bottom-stack-space: 12;
|
|
452
|
+
$component-toggle-switch-app-toggle-item-label-font-size: 14; // This variable is used on labels in list items with toggle switches found in app preferences. 14 - 14 - 16 - 18
|
|
453
|
+
$component-toggle-switch-app-toggle-item-label-line-height: 14.1; // This variable is used on labels in list items with toggle switches found in app preferences. 14.1 - 14.1 - 16.2 - 18.2
|
|
454
|
+
$component-video-video-badge-time-line-height: 21;
|
|
455
|
+
$component-video-video-time-badge-font-size: 16; // 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.
|
|
456
|
+
$component-video-vertical-video-mock-headline-font-size: 22;
|
|
457
|
+
$component-video-video-frame-inline-space: 0;
|
|
458
|
+
$component-video-video-red-play-icon-height-size: 10; // This variable is used for changing the red play icon inside the white square.
|
|
459
|
+
$component-video-video-red-play-icon-width-size: 8;
|
|
460
|
+
$component-video-video-skeleton-container-height: 180;
|
|
461
|
+
$component-video-video-time-badge-size: 24; // 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.
|
|
462
|
+
$component-video-video-time-badge-corner-size: 2; // 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.
|
|
463
|
+
$component-video-video-ad-badge-font-size: 14; // 14 - 14 - 16 - 16 -- This variable is used in the videoAdBadge font size parameter.
|
|
464
|
+
$component-d-sys-docs-specs-font-family: Gotham; // This variable is used only for texts and labels that form part of this design system's documentation.
|
|
465
|
+
$component-d-sys-docs-1column-mobile: 320; // This variable is used only for this design system's component tests.
|
|
466
|
+
$component-d-sys-docs-d-sys-docs-width-size: 320;
|
|
467
|
+
$component-d-sys-docs-ds-caption-stack-space0-5x: 4; // This variable is used in documentation pages that have small caption or lables along with a UI component documented. 4 - 4 - 6 - 8
|
|
468
|
+
$component-d-sys-docs-ds-caption-stack-space1x: 8;
|
|
469
|
+
$component-d-sys-docs-ds-main-container-space: 0; // This variable is used on documentation pages. This is an alternative variable to the main container max width variable. 0 - 0 - 68 - 68
|
|
470
|
+
$component-d-sys-docs-foundations-banner-height-size: 80; // 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
|
|
471
|
+
$component-d-sys-docs-main-content-stage-size: 320; // 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
|
|
472
|
+
$component-d-sys-docs-thin-banner-vertical-height-size: 558; // 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
|
|
473
|
+
$component-d-sys-docs-bild-design-frame-space: 12; // Variable used in spacing parameters of bild.design webpage mockups. move to bild.design group maybe
|
|
474
|
+
$component-d-sys-docs-doc-header-height-size: 144; // This variable is used on documentation headers that contain info about platfroms and component names. 144 - 144 - 160 - 180
|
|
475
|
+
$breakpoint-name: xs;
|