@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,277 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
export const globalTypographyFontfamilyDisplayfontfamily = "Gotham"; // Bild: Gotham | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the display text style font family parameter.
|
|
6
|
+
export const globalTypographyFontfamilyHeadlinefontfamily = "Gotham Condensed"; // Bild: GothamCond | SpoBi: AntennaExtraCond | Ads: LucidaGrande | This variable is used in the headlines text style font family parameter.
|
|
7
|
+
export const globalTypographyFontfamilySubheadlinefontfamily =
|
|
8
|
+
"Gotham Condensed"; // Bild: GothamCond | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the subheadlines text style font family parameter.
|
|
9
|
+
export const globalTypographyFontfamilyKickerfontfamily = "Gotham XNarrow"; // Bild: GothamXNarrow | SpoBi: AntennaExtraCond | Ads: LucidaGrande | This variable is used in the kickers text styles font family parameter.
|
|
10
|
+
export const globalTypographyFontfamilyTitlefontfamily = "Gotham"; // Bild: Gotham | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the titles text style font family parameter.
|
|
11
|
+
export const globalTypographyFontfamilyCalloutfontfamily = "Gotham"; // Bild: Gotham | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the callouts text style font family parameter.
|
|
12
|
+
export const globalTypographyFontfamilyBodyfontfamily = "Gotham XNarrow"; // Bild: GothamXNarrow | SpoBi: Inter | Ads: LucidaGrande | This variable is used in the body text style font family parameter.
|
|
13
|
+
export const globalTypographyFontfamilyFootnotefontfamily = "Gotham XNarrow"; // Bild: GothamXNarrow | SpoBi: Inter | Ads: LucidaGrande | This variable is used in the footnotes text style font family parameter.
|
|
14
|
+
export const globalTypographyFontfamilyLabelfontfamily = "Gotham XNarrow"; // Bild: GothamXNarrow | SpoBi: AntennaExtraCond | Ads: LucidaGrande | This variable is used in the labels text styles font family parameter.
|
|
15
|
+
export const globalTypographyFontfamilyQuotefontfamily = "Gotham"; // Bild: Gotham | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the quotes text style font family parameter.
|
|
16
|
+
export const globalTypographyFontsizeDisplayDisplay1fontsizexs = 40; // Bild: 40 | SpoBi: 38 | Ads: 39 | This variable is used in the display1 text style font size parameter for small device sizes.
|
|
17
|
+
export const globalTypographyFontsizeDisplayDisplay1fontsizesm = 40; // Bild: 40 | SpoBi: 38 | Ads: 39 | This variable is used in the display1 text style font size parameter for small device sizes.
|
|
18
|
+
export const globalTypographyFontsizeDisplayDisplay1fontsizemd = 72; // Bild: 72 | SpoBi: 68 | Ads: 70 | This variable is used in the display1 text style font size parameter for medium device sizes.
|
|
19
|
+
export const globalTypographyFontsizeDisplayDisplay1fontsizelg = 120; // Bild: 120 | SpoBi: 114 | Ads: 116 | This variable is used in the display1 text style font size parameter for large device sizes.
|
|
20
|
+
export const globalTypographyFontsizeDisplayDisplay2fontsizexs = 36; // Bild: 36 | SpoBi: 34 | Ads: 35 | This variable is used in the display2 text style font size parameter for small device sizes.
|
|
21
|
+
export const globalTypographyFontsizeDisplayDisplay2fontsizesm = 36; // Bild: 36 | SpoBi: 34 | Ads: 35 | This variable is used in the display2 text style font size parameter for small device sizes.
|
|
22
|
+
export const globalTypographyFontsizeDisplayDisplay2fontsizemd = 42; // Bild: 42 | SpoBi: 40 | Ads: 41 | This variable is used in the display2 text style font size parameter for medium device sizes.
|
|
23
|
+
export const globalTypographyFontsizeDisplayDisplay2fontsizelg = 64; // Bild: 64 | SpoBi: 61 | Ads: 62 | This variable is used in the display2 text style font size parameter for large device sizes.
|
|
24
|
+
export const globalTypographyFontsizeDisplayDisplay3fontsizexs = 28; // Bild: 28 | SpoBi: 27 | Ads: 27 | This variable is used in the display3 text style font size parameter for small device sizes.
|
|
25
|
+
export const globalTypographyFontsizeDisplayDisplay3fontsizesm = 28; // Bild: 28 | SpoBi: 27 | Ads: 27 | This variable is used in the display3 text style font size parameter for small device sizes.
|
|
26
|
+
export const globalTypographyFontsizeDisplayDisplay3fontsizemd = 32; // Bild: 32 | SpoBi: 30 | Ads: 31 | This variable is used in the display3 text style font size parameter for medium device sizes.
|
|
27
|
+
export const globalTypographyFontsizeDisplayDisplay3fontsizelg = 40; // Bild: 40 | SpoBi: 38 | Ads: 39 | This variable is used in the display3 text style font size parameter for large device sizes.
|
|
28
|
+
export const globalTypographyFontsizeHeadlineHeadlinetextalign = "center"; // This variable is used for controlling the alignment of headlines across brands. current online css example var: --headline-text-align-lg
|
|
29
|
+
export const globalTypographyFontsizeHeadlineHeadline1fontsizexs = 48; // Bild: 48 | SpoBi: 42 | Ads: 36 | This variable is used in the headline1 text style font size parameter for small device sizes.
|
|
30
|
+
export const globalTypographyFontsizeHeadlineHeadline1fontsizesm = 48; // Bild: 48 | SpoBi: 42 | Ads: 36 | This variable is used in the headline1 text style font size parameter for small device sizes.
|
|
31
|
+
export const globalTypographyFontsizeHeadlineHeadline1fontsizemd = 72; // Bild: 72 | SpoBi: 60 | Ads: 54 | This variable is used in the headline1 text style font size parameter for medium device sizes.
|
|
32
|
+
export const globalTypographyFontsizeHeadlineHeadline1fontsizelg = 100; // Bild: 100 | SpoBi: 80 | Ads: 70 | This variable is used in the headline1 text style font size parameter for large device sizes.
|
|
33
|
+
export const globalTypographyFontsizeHeadlineHeadline2fontsizexs = 40; // Bild: 40 | SpoBi: 42 | Ads: 30 | This variable is used in the headline2 text style font size parameter for small device sizes.
|
|
34
|
+
export const globalTypographyFontsizeHeadlineHeadline2fontsizesm = 40; // Bild: 40 | SpoBi: 42 | Ads: 30 | This variable is used in the headline2 text style font size parameter for small device sizes.
|
|
35
|
+
export const globalTypographyFontsizeHeadlineHeadline2fontsizemd = 48; // Bild: 48 | SpoBi: 44 | Ads: 36 | This variable is used in the headline2 text style font size parameter for medium device sizes.
|
|
36
|
+
export const globalTypographyFontsizeHeadlineHeadline2fontsizelg = 64; // Bild: 64 | SpoBi: 50 | Ads: 48 | This variable is used in the headline2 text style font size parameter for large device sizes.
|
|
37
|
+
export const globalTypographyFontsizeHeadlineHeadline3fontsizexs = 28; // Bild: 28 | SpoBi: 30 | Ads: 24 | This variable is used in the headline3 text style font size parameter for small device sizes.
|
|
38
|
+
export const globalTypographyFontsizeHeadlineHeadline3fontsizesm = 28; // Bild: 28 | SpoBi: 30 | Ads: 24 | This variable is used in the headline3 text style font size parameter for small device sizes.
|
|
39
|
+
export const globalTypographyFontsizeHeadlineHeadline3fontsizemd = 36; // Bild: 36 | SpoBi: 30 | Ads: 26 | This variable is used in the headline3 text style font size parameter for medium device sizes.
|
|
40
|
+
export const globalTypographyFontsizeHeadlineHeadline3fontsizelg = 40; // Bild: 40 | SpoBi: 34 | Ads: 32 | This variable is used in the headline3 text style font size parameter for large device sizes.
|
|
41
|
+
export const globalTypographyFontsizeHeadlineHeadline4fontsizexs = 22; // Bild: 22 | SpoBi: 21 | Ads: 16 | This variable is used in the headline4 text style font size parameter for small device sizes.
|
|
42
|
+
export const globalTypographyFontsizeHeadlineHeadline4fontsizesm = 22; // Bild: 22 | SpoBi: 21 | Ads: 16 | This variable is used in the headline4 text style font size parameter for small device sizes.
|
|
43
|
+
export const globalTypographyFontsizeHeadlineHeadline4fontsizemd = 26; // Bild: 26 | SpoBi: 26 | Ads: 20 | This variable is used in the headline4 text style font size parameter for medium device sizes.
|
|
44
|
+
export const globalTypographyFontsizeHeadlineHeadline4fontsizelg = 32; // Bild: 32 | SpoBi: 26 | Ads: 22 | This variable is used in the headline4 text style font size parameter for large device sizes.
|
|
45
|
+
export const globalTypographyFontsizeSubheadlineSubheadline1fontsizexs = 24; // Bild: 24 | SpoBi: 18 | Ads: 18 | This variable is used in the subheadline1 text style font size parameter for small device sizes.
|
|
46
|
+
export const globalTypographyFontsizeSubheadlineSubheadline1fontsizesm = 24; // Bild: 24 | SpoBi: 18 | Ads: 18 | This variable is used in the subheadline1 text style font size parameter for small device sizes.
|
|
47
|
+
export const globalTypographyFontsizeSubheadlineSubheadline1fontsizemd = 32; // Bild: 32 | SpoBi: 22 | Ads: 18 | This variable is used in the subheadline1 text style font size parameter for medium device sizes.
|
|
48
|
+
export const globalTypographyFontsizeSubheadlineSubheadline1fontsizelg = 36; // Bild: 36 | SpoBi: 26 | Ads: 28 | This variable is used in the subheadline1 text style font size parameter for large device sizes.
|
|
49
|
+
export const globalTypographyFontsizeKickerKicker1fontsizexs = 18; // Bild: 18 | SpoBi: 20 | Ads: 16 | This variable is used in the kicker1 text style font size parameter for small device sizes. Current online css: --kicker-0-font-size-sm
|
|
50
|
+
export const globalTypographyFontsizeKickerKicker1fontsizesm = 18; // Bild: 18 | SpoBi: 20 | Ads: 16 | This variable is used in the kicker1 text style font size parameter for small device sizes. Current online css: --kicker-0-font-size-sm
|
|
51
|
+
export const globalTypographyFontsizeKickerKicker1fontsizemd = 22; // Bild: 22 | SpoBi: 26 | Ads: 18 | This variable is used in the kicker1 text style font size parameter for medium device sizes. Current online css: --kicker-0-font-size-md
|
|
52
|
+
export const globalTypographyFontsizeKickerKicker1fontsizelg = 30; // Bild: 30 | SpoBi: 32 | Ads: 25 | This variable is used in the kicker1 text style font size parameter for large device sizes. Current online css: --kicker-0-font-size-lg
|
|
53
|
+
export const globalTypographyFontsizeKickerKicker2fontsizexs = 18; // Bild: 18 | SpoBi: 16 | Ads: 16 | This variable is used in the kicker2 text style font size parameter for small device sizes. Current online css: --kicker-1-font-size-sm
|
|
54
|
+
export const globalTypographyFontsizeKickerKicker2fontsizesm = 18; // Bild: 18 | SpoBi: 16 | Ads: 16 | This variable is used in the kicker2 text style font size parameter for small device sizes. Current online css: --kicker-1-font-size-sm
|
|
55
|
+
export const globalTypographyFontsizeKickerKicker2fontsizemd = 22; // Bild: 22 | SpoBi: 26 | Ads: 18 | This variable is used in the kicker2 text style font size parameter for medium device sizes. Current online css: --kicker-1-font-size-md
|
|
56
|
+
export const globalTypographyFontsizeKickerKicker2fontsizelg = 24; // Bild: 24 | SpoBi: 26 | Ads: 21 | This variable is used in the kicker2 text style font size parameter for large device sizes. Current online css: --kicker-1-font-size-lg
|
|
57
|
+
export const globalTypographyFontsizeKickerKicker3fontsizexs = 16; // Bild: 16 | SpoBi: 16 | Ads: 14 | This variable is used in the kicker3 text style font size parameter for small device sizes. Current online css: --kicker-2-font-size-sm
|
|
58
|
+
export const globalTypographyFontsizeKickerKicker3fontsizesm = 16; // Bild: 16 | SpoBi: 16 | Ads: 14 | This variable is used in the kicker3 text style font size parameter for small device sizes. Current online css: --kicker-2-font-size-sm
|
|
59
|
+
export const globalTypographyFontsizeKickerKicker3fontsizemd = 18; // Bild: 18 | SpoBi: 20 | Ads: 14 | This variable is used in the kicker3 text style font size parameter for medium device sizes. Current online css: --kicker-2-font-size-md
|
|
60
|
+
export const globalTypographyFontsizeKickerKicker3fontsizelg = 20; // Bild: 20 | SpoBi: 22 | Ads: 16 | This variable is used in the kicker3 text style font size parameter for large device sizes. Current online css: --kicker-2-font-size-lg
|
|
61
|
+
export const globalTypographyFontsizeKickerKicker4fontsizexs = 14; // Bild: 14 | SpoBi: 14 | Ads: 12 | This variable is used in the kicker4 text style font size parameter for small device sizes. Current online css: --kicker-3-font-size-sm
|
|
62
|
+
export const globalTypographyFontsizeKickerKicker4fontsizesm = 14; // Bild: 14 | SpoBi: 14 | Ads: 12 | This variable is used in the kicker4 text style font size parameter for small device sizes. Current online css: --kicker-3-font-size-sm
|
|
63
|
+
export const globalTypographyFontsizeKickerKicker4fontsizemd = 16; // Bild: 16 | SpoBi: 16 | Ads: 14 | This variable is used in the kicker4 text style font size parameter for medium device sizes. Current online css: --kicker-3-font-size-md
|
|
64
|
+
export const globalTypographyFontsizeKickerKicker4fontsizelg = 16; // Bild: 16 | SpoBi: 18 | Ads: 14 | This variable is used in the kicker4 text style font size parameter for large device sizes. Current online css: --kicker-3-font-size-lg
|
|
65
|
+
export const globalTypographyFontsizeTitleTitle1fontsizexs = 22; // Bild 22 | SpoBi 24 | Ads 22 | current online css: --ressort-header-font-size-sm
|
|
66
|
+
export const globalTypographyFontsizeTitleTitle1fontsizesm = 22; // Bild 22 | SpoBi 24 | Ads 22 | current online css: --ressort-header-font-size-sm
|
|
67
|
+
export const globalTypographyFontsizeTitleTitle1fontsizemd = 22; // Bild 22 | SpoBi 28 | Ads 22 | current online css: --ressort-header-font-size-md
|
|
68
|
+
export const globalTypographyFontsizeTitleTitle1fontsizelg = 28; // Bild 28 | SpoBi 30 | Ads 28 | current online css: --ressort-header-font-size-lg
|
|
69
|
+
export const globalTypographyFontsizeTitleTitle2fontsizexs = 16; // Bild 16 | SpoBi 16 | Ads 14 | current online css var: --caption-1-font-size-sm
|
|
70
|
+
export const globalTypographyFontsizeTitleTitle2fontsizesm = 16; // Bild 16 | SpoBi 16 | Ads 14 | current online css: --caption-1-font-size-sm
|
|
71
|
+
export const globalTypographyFontsizeTitleTitle2fontsizemd = 18; // Bild 18 | SpoBi 18 | Ads 16 | current online css: --caption-1-font-size-md
|
|
72
|
+
export const globalTypographyFontsizeTitleTitle2fontsizelg = 20; // Bild 20 | SpoBi 20 | Ads 18 | current online css: --caption-1-font-size-lg
|
|
73
|
+
export const globalTypographyFontsizeCalloutCallout1fontsizexs = 18; // Bild: 18 | SpoBi: 18 | Ads: 16 | This variable is used in the callout1 text style font size parameter for small device sizes. Current online css:
|
|
74
|
+
export const globalTypographyFontsizeCalloutCallout1fontsizesm = 18; // Bild: 18 | SpoBi: 18 | Ads: 16 | This variable is used in the callout1 text style font size parameter for small device sizes. Current online css:
|
|
75
|
+
export const globalTypographyFontsizeCalloutCallout1fontsizemd = 22; // Bild: 22 | SpoBi: 24 | Ads: 22 | This variable is used in the callout1 text style font size parameter for medium device sizes. Current online css:
|
|
76
|
+
export const globalTypographyFontsizeCalloutCallout1fontsizelg = 22; // Bild: 22 | SpoBi: 24 | Ads: 22 | This variable is used in the callout1 text style font size parameter for large device sizes. Current online css:
|
|
77
|
+
export const globalTypographyFontsizeBodyBodyfontsizexs = 21; // Bild: 21 | SpoBi: 17 | Ads: 17 | This variable is used in the body text style font size parameter for small device sizes. Current online css: --body-font-size
|
|
78
|
+
export const globalTypographyFontsizeBodyBodyfontsizesm = 21; // Bild: 21 | SpoBi: 17 | Ads: 17 | This variable is used in the body text style font size parameter for small device sizes. Current online css: --body-font-size
|
|
79
|
+
export const globalTypographyFontsizeBodyBodyfontsizemd = 21; // Bild: 21 | SpoBi: 17 | Ads: 17 | This variable is used in the body text style font size parameter for medium device sizes. Current online css: --body-font-size
|
|
80
|
+
export const globalTypographyFontsizeBodyBodyfontsizelg = 21; // Bild: 21 | SpoBi: 17 | Ads: 17 | This variable is used in the body text style font size parameter for large device sizes. Current online css: --body-font-size
|
|
81
|
+
export const globalTypographyFontsizeFootnoteFootnote1fontsizexs = 16; // --footnote-font-size-sm
|
|
82
|
+
export const globalTypographyFontsizeFootnoteFootnote1fontsizesm = 16; // --footnote-font-size-sm
|
|
83
|
+
export const globalTypographyFontsizeFootnoteFootnote1fontsizemd = 16;
|
|
84
|
+
export const globalTypographyFontsizeFootnoteFootnote1fontsizelg = 18; // --footnote-font-size-lg
|
|
85
|
+
export const globalTypographyFontsizeFootnoteFootnote2fontsizexs = 12;
|
|
86
|
+
export const globalTypographyFontsizeFootnoteFootnote2fontsizesm = 12;
|
|
87
|
+
export const globalTypographyFontsizeFootnoteFootnote2fontsizemd = 12;
|
|
88
|
+
export const globalTypographyFontsizeFootnoteFootnote2fontsizelg = 16;
|
|
89
|
+
export const globalTypographyFontsizeLabelLabel1fontsize = 17;
|
|
90
|
+
export const globalTypographyFontsizeLabelLabel1respfontsizexs = 10;
|
|
91
|
+
export const globalTypographyFontsizeLabelLabel1respfontsizesm = 10;
|
|
92
|
+
export const globalTypographyFontsizeLabelLabel1respfontsizemd = 15;
|
|
93
|
+
export const globalTypographyFontsizeLabelLabel1respfontsizelg = 17;
|
|
94
|
+
export const globalTypographyFontsizeLabelLabel2fontsize = 15;
|
|
95
|
+
export const globalTypographyFontsizeLabelLabel3fontsize = 12;
|
|
96
|
+
export const globalTypographyFontsizeLabelLabel4fontsize = 8;
|
|
97
|
+
export const globalTypographyFontsizeQuoteQuotefontsizexs = 16;
|
|
98
|
+
export const globalTypographyFontsizeQuoteQuotefontsizesm = 16;
|
|
99
|
+
export const globalTypographyFontsizeQuoteQuotefontsizemd = 18;
|
|
100
|
+
export const globalTypographyFontsizeQuoteQuotefontsizelg = 20;
|
|
101
|
+
export const globalTypographyLineheightDisplayDisplay1lineheightxs = 40;
|
|
102
|
+
export const globalTypographyLineheightDisplayDisplay1lineheightsm = 40;
|
|
103
|
+
export const globalTypographyLineheightDisplayDisplay1lineheightmd = 72;
|
|
104
|
+
export const globalTypographyLineheightDisplayDisplay1lineheightlg = 120;
|
|
105
|
+
export const globalTypographyLineheightDisplayDisplay2lineheightxs = 36;
|
|
106
|
+
export const globalTypographyLineheightDisplayDisplay2lineheightsm = 36;
|
|
107
|
+
export const globalTypographyLineheightDisplayDisplay2lineheightmd = 42;
|
|
108
|
+
export const globalTypographyLineheightDisplayDisplay2lineheightlg = 64;
|
|
109
|
+
export const globalTypographyLineheightDisplayDisplay3lineheightxs = 28;
|
|
110
|
+
export const globalTypographyLineheightDisplayDisplay3lineheightsm = 28;
|
|
111
|
+
export const globalTypographyLineheightDisplayDisplay3lineheightmd = 32;
|
|
112
|
+
export const globalTypographyLineheightDisplayDisplay3lineheightlg = 40;
|
|
113
|
+
export const globalTypographyLineheightHeadlineHeadline1lineheightxs = 48;
|
|
114
|
+
export const globalTypographyLineheightHeadlineHeadline1lineheightsm = 48;
|
|
115
|
+
export const globalTypographyLineheightHeadlineHeadline1lineheightmd = 72;
|
|
116
|
+
export const globalTypographyLineheightHeadlineHeadline1lineheightlg = 100;
|
|
117
|
+
export const globalTypographyLineheightHeadlineHeadline2lineheightxs = 40;
|
|
118
|
+
export const globalTypographyLineheightHeadlineHeadline2lineheightsm = 40;
|
|
119
|
+
export const globalTypographyLineheightHeadlineHeadline2lineheightmd = 48;
|
|
120
|
+
export const globalTypographyLineheightHeadlineHeadline2lineheightlg = 64;
|
|
121
|
+
export const globalTypographyLineheightHeadlineHeadline3lineheightxs = 28;
|
|
122
|
+
export const globalTypographyLineheightHeadlineHeadline3lineheightsm = 28;
|
|
123
|
+
export const globalTypographyLineheightHeadlineHeadline3lineheightmd = 36;
|
|
124
|
+
export const globalTypographyLineheightHeadlineHeadline3lineheightlg = 40;
|
|
125
|
+
export const globalTypographyLineheightHeadlineHeadline4lineheightxs = 22;
|
|
126
|
+
export const globalTypographyLineheightHeadlineHeadline4lineheightsm = 22;
|
|
127
|
+
export const globalTypographyLineheightHeadlineHeadline4lineheightmd = 22;
|
|
128
|
+
export const globalTypographyLineheightHeadlineHeadline4lineheightlg = 30;
|
|
129
|
+
export const globalTypographyLineheightSubheadlineSubheadline1lineheightxs = 24;
|
|
130
|
+
export const globalTypographyLineheightSubheadlineSubheadline1lineheightsm = 24;
|
|
131
|
+
export const globalTypographyLineheightSubheadlineSubheadline1lineheightmd = 32;
|
|
132
|
+
export const globalTypographyLineheightSubheadlineSubheadline1lineheightlg = 36;
|
|
133
|
+
export const globalTypographyLineheightKickerKicker1lineheightxs = 19.8;
|
|
134
|
+
export const globalTypographyLineheightKickerKicker1lineheightsm = 19.8;
|
|
135
|
+
export const globalTypographyLineheightKickerKicker1lineheightmd = 22;
|
|
136
|
+
export const globalTypographyLineheightKickerKicker1lineheightlg = 30;
|
|
137
|
+
export const globalTypographyLineheightKickerKicker2lineheightxs = 19.8;
|
|
138
|
+
export const globalTypographyLineheightKickerKicker2lineheightsm = 19.8;
|
|
139
|
+
export const globalTypographyLineheightKickerKicker2lineheightmd = 22;
|
|
140
|
+
export const globalTypographyLineheightKickerKicker2lineheightlg = 24;
|
|
141
|
+
export const globalTypographyLineheightKickerKicker3lineheightxs = 17.6;
|
|
142
|
+
export const globalTypographyLineheightKickerKicker3lineheightsm = 17.6;
|
|
143
|
+
export const globalTypographyLineheightKickerKicker3lineheightmd = 18;
|
|
144
|
+
export const globalTypographyLineheightKickerKicker3lineheightlg = 20;
|
|
145
|
+
export const globalTypographyLineheightKickerKicker4lineheightxs = 15.4;
|
|
146
|
+
export const globalTypographyLineheightKickerKicker4lineheightsm = 15.4;
|
|
147
|
+
export const globalTypographyLineheightKickerKicker4lineheightmd = 17.6;
|
|
148
|
+
export const globalTypographyLineheightKickerKicker4lineheightlg = 16;
|
|
149
|
+
export const globalTypographyLineheightTitleTitle1lineheightxs = 22;
|
|
150
|
+
export const globalTypographyLineheightTitleTitle1lineheightsm = 22;
|
|
151
|
+
export const globalTypographyLineheightTitleTitle1lineheightmd = 22;
|
|
152
|
+
export const globalTypographyLineheightTitleTitle1lineheightlg = 28;
|
|
153
|
+
export const globalTypographyLineheightTitleTitle2lineheightxs = 17.6;
|
|
154
|
+
export const globalTypographyLineheightTitleTitle2lineheightsm = 17.6;
|
|
155
|
+
export const globalTypographyLineheightTitleTitle2lineheightmd = 19.8;
|
|
156
|
+
export const globalTypographyLineheightTitleTitle2lineheightlg = 22;
|
|
157
|
+
export const globalTypographyLineheightCalloutCallout1lineheightxs = 18;
|
|
158
|
+
export const globalTypographyLineheightCalloutCallout1lineheightsm = 18;
|
|
159
|
+
export const globalTypographyLineheightCalloutCallout1lineheightmd = 22;
|
|
160
|
+
export const globalTypographyLineheightCalloutCallout1lineheightlg = 22;
|
|
161
|
+
export const globalTypographyLineheightBodyBodylineheightxs = 28;
|
|
162
|
+
export const globalTypographyLineheightBodyBodylineheightsm = 28;
|
|
163
|
+
export const globalTypographyLineheightBodyBodylineheightmd = 28;
|
|
164
|
+
export const globalTypographyLineheightBodyBodylineheightlg = 32;
|
|
165
|
+
export const globalTypographyLineheightFootnoteFootnote1lineheightxs = 21;
|
|
166
|
+
export const globalTypographyLineheightFootnoteFootnote1lineheightsm = 21;
|
|
167
|
+
export const globalTypographyLineheightFootnoteFootnote1lineheightmd = 21;
|
|
168
|
+
export const globalTypographyLineheightFootnoteFootnote1lineheightlg = 23;
|
|
169
|
+
export const globalTypographyLineheightFootnoteFootnote2lineheightxs = 15.6;
|
|
170
|
+
export const globalTypographyLineheightFootnoteFootnote2lineheightsm = 15.6;
|
|
171
|
+
export const globalTypographyLineheightFootnoteFootnote2lineheightmd = 15.8;
|
|
172
|
+
export const globalTypographyLineheightFootnoteFootnote2lineheightlg = 21;
|
|
173
|
+
export const globalTypographyLineheightLabelLabel1lineheight = 17; // Bild 17 | SpoBi 20.4 | Ads 20.4 | The label 1 text style uses this variable for its line height parameter.
|
|
174
|
+
export const globalTypographyLineheightLabelLabel1resplineheightxs = 10; // Bild 10 | SpoBi 12 | Ads 10 | The label1 responsive text style uses this variable for its line height parameter.
|
|
175
|
+
export const globalTypographyLineheightLabelLabel1resplineheightsm = 10; // Bild 10 | SpoBi 12 | Ads 10 | The label1 responsive text style uses this variable for its line height parameter.
|
|
176
|
+
export const globalTypographyLineheightLabelLabel1resplineheightmd = 15; // Bild 15 | SpoBi 18 | Ads 15 | The label1 responsive text style uses this variable for its line height parameter.
|
|
177
|
+
export const globalTypographyLineheightLabelLabel1resplineheightlg = 17; // Bild 17 | SpoBi 20.4 | Ads 17 | The label1 responsive text style uses this variable for its line height parameter.
|
|
178
|
+
export const globalTypographyLineheightLabelLabel2lineheight = 16; // Bild 16 | SpoBi 19.2 | Ads 16 | The label 2 text style uses this variable for its line height parameter.
|
|
179
|
+
export const globalTypographyLineheightLabelLabel3lineheight = 14.4; // Bild 14.4 | SpoBi 14.4 | Ads 14.4 | The label 3 text style uses this variable for its line height parameter.
|
|
180
|
+
export const globalTypographyLineheightLabelLabel4lineheight = 10; // Bild 10 | SpoBi 10 | Ads 10 | The label 4 text style uses this variable for its line height parameter.
|
|
181
|
+
export const globalTypographyLineheightQuoteQuotelineheightxs = 16;
|
|
182
|
+
export const globalTypographyLineheightQuoteQuotelineheightsm = 16;
|
|
183
|
+
export const globalTypographyLineheightQuoteQuotelineheightmd = 18;
|
|
184
|
+
export const globalTypographyLineheightQuoteQuotelineheightlg = 22;
|
|
185
|
+
export const globalTypographyFontweightDisplayDisplayfontweight = 800;
|
|
186
|
+
export const globalTypographyFontweightHeadlineHeadline1fontweight = 700;
|
|
187
|
+
export const globalTypographyFontweightHeadlineHeadline1fontweightst = "700";
|
|
188
|
+
export const globalTypographyFontweightHeadlineHeadline2fontweight = 700;
|
|
189
|
+
export const globalTypographyFontweightHeadlineHeadline2fontweightst = "700";
|
|
190
|
+
export const globalTypographyFontweightHeadlineHeadline3fontweight = 700;
|
|
191
|
+
export const globalTypographyFontweightHeadlineHeadline3fontweightst = "700";
|
|
192
|
+
export const globalTypographyFontweightHeadlineHeadline4fontweight = 600;
|
|
193
|
+
export const globalTypographyFontweightHeadlineHeadline4fontweightst = "600";
|
|
194
|
+
export const globalTypographyFontweightSubheadlineSubheadlinefontweight = 700;
|
|
195
|
+
export const globalTypographyFontweightKickerKickerfontweight = 700;
|
|
196
|
+
export const globalTypographyFontweightKickerKickerfontweightst = "700";
|
|
197
|
+
export const globalTypographyFontweightTitleTitlefontweight = 800;
|
|
198
|
+
export const globalTypographyFontweightCalloutCalloutfontweight = 800;
|
|
199
|
+
export const globalTypographyFontweightBodyBodyfontweightbook = 400;
|
|
200
|
+
export const globalTypographyFontweightBodyBodyfontweightbold = 700;
|
|
201
|
+
export const globalTypographyFontweightFootnoteFootnotefontweightbook = 400;
|
|
202
|
+
export const globalTypographyFontweightFootnoteFootnotefontweightbold = 700;
|
|
203
|
+
export const globalTypographyFontweightLabelLabelfontweightbook = 400;
|
|
204
|
+
export const globalTypographyFontweightLabelLabelfontweightbold = 700;
|
|
205
|
+
export const globalTypographyFontweightQuoteQuotefontweight = 800;
|
|
206
|
+
export const globalVisibiltyHideonbild = false;
|
|
207
|
+
export const globalVisibiltyHideonsportbild = true;
|
|
208
|
+
export const globalVisibiltyHideonadvertorial = true;
|
|
209
|
+
export const globalVisibiltyOnlybild = true;
|
|
210
|
+
export const globalVisibiltyOnlysportbild = false;
|
|
211
|
+
export const globalVisibiltyOnlyadvertorial = false;
|
|
212
|
+
export const componentButtonlabelfontweightst = "600";
|
|
213
|
+
export const componentAccordionAccordionlabelfontfamily = "Gotham XNarrow";
|
|
214
|
+
export const componentArticleFontsizeArticleimagecaptionfontsizexs = 16; // --article-figure-caption-font-size-sm
|
|
215
|
+
export const componentArticleFontsizeArticleimagecaptionfontsizesm = 16; // --article-figure-caption-font-size-sm
|
|
216
|
+
export const componentArticleFontsizeArticleimagecaptionfontsizemd = 18; // --article-figure-caption-font-size-md
|
|
217
|
+
export const componentArticleFontsizeArticleimagecaptionfontsizelg = 18; // --article-figure-caption-font-size-lg
|
|
218
|
+
export const componentArticleFontsizeArticleimagesourcefontsizexs = 16; // --article-figure-meta-font-size-sm
|
|
219
|
+
export const componentArticleFontsizeArticleimagesourcefontsizesm = 16; // --article-figure-meta-font-size-sm
|
|
220
|
+
export const componentArticleFontsizeArticleimagesourcefontsizemd = 16; // --article-figure-meta-font-size-sm
|
|
221
|
+
export const componentArticleFontsizeArticleimagesourcefontsizelg = 18; // --article-figure-meta-font-size-lg
|
|
222
|
+
export const componentArticleLineheightArticleimagecaptionlineheightxs = 19.5; // --article-figure-caption-line-height-sm ; Bild: 19.5 // SpoBi: 16.9 // Ad: 19.5
|
|
223
|
+
export const componentArticleLineheightArticleimagecaptionlineheightsm = 19.5; // --article-figure-caption-line-height-sm ; Bild: 19.5 // SpoBi: 16.9 // Ad: 19.5
|
|
224
|
+
export const componentArticleLineheightArticleimagecaptionlineheightmd = 24.75; // --article-figure-caption-line-height-md ; Bild: 24.75 // SpoBi: 16.9 // Ad: 19.5
|
|
225
|
+
export const componentArticleLineheightArticleimagecaptionlineheightlg = 24.75; // --article-figure-caption-line-height-lg ; Bild: 24.75 // SpoBi: 19.5 // Ad: 24
|
|
226
|
+
export const componentArticleLineheightArticleimagesourcelineheightxs = 21; // --article-figure-meta-line-height-sm ; Bild: 21 // SpoBi: 17 // Ad: 19
|
|
227
|
+
export const componentArticleLineheightArticleimagesourcelineheightsm = 21; // --article-figure-meta-line-height-sm ; Bild: 21 // SpoBi: 17 // Ad: 19
|
|
228
|
+
export const componentArticleLineheightArticleimagesourcelineheightmd = 21; // --article-figure-meta-line-height-sm ; Bild: 21 // SpoBi: 17 // Ad: 19
|
|
229
|
+
export const componentArticleLineheightArticleimagesourcelineheightlg = 23; // --article-figure-meta-line-height-lg ; Bild: 23 // SpoBi: 19 // Ad: 24
|
|
230
|
+
export const componentAvatarAvatarfontfamily = "Gotham XNarrow"; // current css 09-2025 --article-author-font // Bild: GothamXNarrow; SpoBi: Inter; Ads: LucidaGrande
|
|
231
|
+
export const componentAvatarAvatarfontsizesm = 16; // 09-2025 css using footnote var for font sizes SM & LG // Bild: 16; SpoBi: 13; Ads: 13
|
|
232
|
+
export const componentAvatarAvatarfontsizelg = 18; // 09-2025 css using footnote var for font sizes SM & LG // Bild: 18; SpoBi: 15; Ads: 15
|
|
233
|
+
export const componentBreadcrumbFontfamilyBreadcrumbfontfamily =
|
|
234
|
+
"Gotham XNarrow"; // --breadcrumb-font
|
|
235
|
+
export const componentBreadcrumbFontweightBreadcrumbfontweight = 700; // --breadcrumb-font-size-sm
|
|
236
|
+
export const componentBreadcrumbFontsizeBreadcrumbfontsizexs = 15; // --breadcrumb-font-size-sm
|
|
237
|
+
export const componentBreadcrumbFontsizeBreadcrumbfontsizesm = 15; // --breadcrumb-font-size-sm
|
|
238
|
+
export const componentBreadcrumbFontsizeBreadcrumbfontsizemd = 15; // --breadcrumb-font-size-sm
|
|
239
|
+
export const componentBreadcrumbFontsizeBreadcrumbfontsizelg = 12; // --breadcrumb-font-size-lg
|
|
240
|
+
export const componentBreadcrumbLineheightBreadcrumblineheightxs = 15; // not defined as variable
|
|
241
|
+
export const componentBreadcrumbLineheightBreadcrumblineheightsm = 15; // not defined as variable
|
|
242
|
+
export const componentBreadcrumbLineheightBreadcrumblineheightmd = 15; // not defined as variable
|
|
243
|
+
export const componentBreadcrumbLineheightBreadcrumblineheightlg = 12; // not defined as variable
|
|
244
|
+
export const componentBreakingnewsBreakingnewscontentfontsize = 21;
|
|
245
|
+
export const componentFooterFooterlinkfontfamily = "Gotham XNarrow";
|
|
246
|
+
export const componentInputfieldInputfieldlabelfontfamily = "Gotham XNarrow";
|
|
247
|
+
export const componentMediaplayerVideotimebadgefontfamily = "Gotham XNarrow";
|
|
248
|
+
export const componentMenuMenuitemfontsize = 15; // --nav-btn-font-size
|
|
249
|
+
export const componentMenuMenuitemfontweight = "700";
|
|
250
|
+
export const componentMenuApptopbartitlefontsizexs = 12; // --caption-1-font-size-sm
|
|
251
|
+
export const componentMenuApptopbartitlefontsizesm = 12; // --caption-1-font-size-sm
|
|
252
|
+
export const componentMenuApptopbartitlefontsizemd = 14; // --caption-1-font-size-md
|
|
253
|
+
export const componentMenuApptopbartitlefontsizelg = 14; // --caption-1-font-size-lg
|
|
254
|
+
export const componentMenuApptopbartitlelineheightxs = 14;
|
|
255
|
+
export const componentMenuApptopbartitlelineheightsm = 14;
|
|
256
|
+
export const componentMenuApptopbartitlelineheightmd = 17;
|
|
257
|
+
export const componentMenuApptopbartitlelineheightlg = 17;
|
|
258
|
+
export const componentTeaserTeasertitleinlinespacexs = 8; // --teaser-title-padding-xs
|
|
259
|
+
export const componentTeaserTeasertitleinlinespacesm = 8; // --teaser-title-padding-sm
|
|
260
|
+
export const componentTeaserTeasertitleinlinespacemd = 12; // --teaser-title-padding-md
|
|
261
|
+
export const componentTeaserTeasertitleinlinespacelg = 12; // --teaser-title-padding-lg
|
|
262
|
+
export const componentTeaserQuadQteasertitleinlinespacexs = 8;
|
|
263
|
+
export const componentTeaserQuadQteasertitleinlinespacesm = 8;
|
|
264
|
+
export const componentTeaserQuadQteasertitleinlinespacemd = 16;
|
|
265
|
+
export const componentTeaserQuadQteasertitleinlinespacelg = 12;
|
|
266
|
+
export const componentTeaserMiniqMiniqteasertitleinlinespacexs = 8;
|
|
267
|
+
export const componentTeaserMiniqMiniqteasertitleinlinespacesm = 8;
|
|
268
|
+
export const componentTeaserMiniqMiniqteasertitleinlinespacemd = 8;
|
|
269
|
+
export const componentTeaserMiniqMiniqteasertitleinlinespacelg = 8;
|
|
270
|
+
export const componentTeaserAteaserAteasertitleinlinespacexs = 8;
|
|
271
|
+
export const componentTeaserAteaserAteasertitleinlinespacesm = 8;
|
|
272
|
+
export const componentTeaserAteaserAteasertitleinlinespacemd = 12;
|
|
273
|
+
export const componentTeaserAteaserAteasertitleinlinespacelg = 12;
|
|
274
|
+
export const componentTeaserSuperaSuperateasertitleinlinespace = 16;
|
|
275
|
+
export const componentTeaser2xateaser2xateasertitleinlinespace = 8;
|
|
276
|
+
export const componentTeaserBteaserBteasertitleinlinespace = 8;
|
|
277
|
+
export const brandname = "BILD";
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
export const globalCoreCorecolorprimary = "#de0000"; // Bild: 046; SpoBi: 016 current css calls this variable main tenant color
|
|
6
|
+
export const globalCoreCorecolorsecondary = "#ffffff"; // Bild&SpoBi Tone 100
|
|
7
|
+
export const globalCoreCorecolorsecondarydark = "#242629"; // Bild: 015 ; SpoBi: 010
|
|
8
|
+
export const globalCoreCorecolortertiary = "#242629"; // Bild: 015 ; SpoBi: 010
|
|
9
|
+
export const globalCoreCorecolortertiarydark = "#ffffff"; // Bild&SpoBi: 100
|
|
10
|
+
export const globalAttentionAccentcolorprimary = "#de0000"; // Bild: Tone 046 ; SpoBi: 016 This variable is used on small UI elements such as the background color for kickers.
|
|
11
|
+
export const globalAttentionAccentcolorprimarydark = "#ffffff"; // Bild: 100 ; SpoBi: 098
|
|
12
|
+
export const globalSurfaceSurfacecolorprimary = "#ffffff"; // Bild: 100 ; SpoBi: 100
|
|
13
|
+
export const globalSurfaceSurfacecolorprimarydark = "#242629"; // Bild: 015 ; SpoBi: 010
|
|
14
|
+
export const globalSurfaceSurfacecolorsecondary = "#f2f5f5"; // Bild: 096 ; SpoBi: 098
|
|
15
|
+
export const globalSurfaceSurfacecolorsecondarydark = "#2b3038"; // Bild: 020 ; SpoBi: 016
|
|
16
|
+
export const globalSurfaceSurfacecolortertiary = "#e8edf0"; // Bild: 093 ; SpoBi: 081
|
|
17
|
+
export const globalSurfaceSurfacecolortertiarydark = "#333d40"; // Bild: 025 ; SpoBi: 029
|
|
18
|
+
export const globalSurfaceSurfacecolorquartenary = "#cfd4d9"; // Bild: 085 ; SpoBi: 085
|
|
19
|
+
export const globalSurfaceSurfacecolorquartenarydark = "#4a5259"; // Bild: 035 ; SpoBi: 035
|
|
20
|
+
export const globalStateColorprimaryactive = "#de0000"; // Bild: 046 ; SpoBi: 029
|
|
21
|
+
export const globalStateColorprimaryactivedark = "#de0000"; // Bild: 046 ; SpoBi: 098
|
|
22
|
+
export const globalTextTextcolorprimary = "#242629"; // Bild & SpoBi: Tone 015
|
|
23
|
+
export const globalTextTextcolorprimarydark = "#e8edf0"; // Bild & SpoBi: Tone 093
|
|
24
|
+
export const globalTextTextcolorsecondary = "#8c9196"; // Bild & SpoBi: Tone 060
|
|
25
|
+
export const globalTextTextcolorsecondarydark = "#8c9196"; // Bild & SpoBi: Tone 060
|
|
26
|
+
export const globalTextHeadlinecolorprimary = "#242629"; // Bild: 015 ; SpoBi: 016
|
|
27
|
+
export const globalTextHeadlinecolorprimarydark = "#ffffff"; // Bild&SpoBi: Tone 100
|
|
28
|
+
export const globalTextKickertextcoloronbg = "#ffffff"; // This variable is used on kicker texts that are on top of a color that is different from the outer color of the overall user interface. Bild & SpoBi: Tone 100
|
|
29
|
+
export const globalTextKickertextcoloronsurface = "#de0000"; // This variable is used for the color of kicker texts that are not no top of a different color of the overall user interface. Bild: 046 ; SpoBi: 060
|
|
30
|
+
export const globalTextKickertextcoloronsurfacedark = "#8c9196"; // Use this variable for kicker texts that are directly on top of the color of the overall user interface. Bild & SpoBi tone 060.
|
|
31
|
+
export const globalTextKickerbgcoloronsurface = "#de0000"; // Use this variable for the color immediately behind the bounding box of the kicker text element. Bild: 046 ; SpoBi: 029
|
|
32
|
+
export const globalTextKickerbgcoloronsurfacedark = "#8c9196"; // Use this variable for the dark mode color of the background immediately around the kicker text element. Bild: 060 ; SpoBi: 060
|
|
33
|
+
export const componentAvatarAvatarlabelcolor = "#242629"; // 09-2025 css --article-author-name-color // Bild: 015; SpoBi: 045
|
|
34
|
+
export const componentAvatarAvatarlabelcolordark = "#ffffff"; // 09-2025 css --article-author-name-color // Bild: 100; SpoBi: 093
|
|
35
|
+
export const componentAvatarAvatarlabelcolorhover = "#de0000"; // This variable is used for decorating the avatar text's underline color. Bild: 046; SpoBi: 029
|
|
36
|
+
export const componentChipcoloractive = "#de0000";
|
|
37
|
+
export const componentBreakingnewsBreakingnewstoptitletextcolor = "#1c1c1c"; // This variable is used for the color of the "breaking" word in the "breaking news" horizontally animated headlines strip. Bild: 010 ; SpoBi: 081
|
|
38
|
+
export const componentBreakingnewsBreakingnewsbottomtitletextcolor = "#1c1c1c"; // This variable is used for the color of the "News" word in the breaking news horizontal animated headlines strip. Bild: 010 ; SpoBi: 100
|
|
39
|
+
export const componentBreakingnewsBreakingnewstitlesurfacecolor = "#fc8226"; // This variable is used for the background color of the "Breaking News" title. Bild: 067 ; SpoBi: 016
|
|
40
|
+
export const componentBreakingnewsBreakingnewssurfacecolor = "#242629"; // This variable is used on the breaking news strip that has horizontally animated headlines. Bild: 015 ; SpoBi: 081
|
|
41
|
+
export const componentBreakingnewsBreakingnewssurfacecolordark = "#e8edf0"; // This variable is for the background color of the horizontally animated strip with headlines for breaking news on dark mode. Bild: 093 ; SpoBi: 081
|
|
42
|
+
export const componentBreakingnewsBreakingnewstextcontentcolor = "#ffffff"; // This variable is used on the text for headlines in the horizontally animated breaking news strip. Bild: 100 ; SpoBi: 015
|
|
43
|
+
export const componentBreakingnewsBreakingnewstextcontentcolordark = "#242629"; // This variable is used on the text for headlines in the horizontally animated breaking news strip on dark mode. Bild&SpoBi: 015
|
|
44
|
+
export const componentButtonPrimarybrandButtonprimarybgcoloridle = "#de0000"; // Bild: 046 ; SpoBi: 029
|
|
45
|
+
export const componentButtonPrimarybrandButtonprimarybgcolorhover = "#b00003"; // Bild: 035 ; SpoBi: 016
|
|
46
|
+
export const componentButtonPrimarybrandButtonprimarybgcoloridledark =
|
|
47
|
+
"#de0000"; // This variable controls the primary button idle color for two brands in dark mode. Bild: 046 ; SpoBi: 038
|
|
48
|
+
export const componentButtonPrimarybrandButtonprimarybgcolorhoverdark =
|
|
49
|
+
"#b00003"; // This variable stores colors for the hover state of primary buttons for two brands in dark mode. Bild: 035 ; SpoBi: 029
|
|
50
|
+
export const componentButtonPrimaryneutralButtonprimarybgcoloridle = "#242629"; // Bild & SpoBi: Tone 015
|
|
51
|
+
export const componentButtonPrimaryneutralButtonprimarybgcolorhover = "#4a5259"; // Bild & SpoBi: Tone 035
|
|
52
|
+
export const componentButtonPrimaryneutralButtonprimarybgcoloridledark =
|
|
53
|
+
"#ffffff"; // Bild & SpoBi: Tone 100
|
|
54
|
+
export const componentButtonPrimaryneutralButtonprimarybgcolorhoverdark =
|
|
55
|
+
"#e8edf0"; // Bild: 093 ; SpoBi: 081
|
|
56
|
+
export const componentMenuMenulinklanesurfacecolor = "#ffffff"; // This variable is used for making possible the default color difference between the Bild and SportBild link lanes inside the menu component.
|
|
57
|
+
export const componentMenuMenulinklanesurfacecolordark = "#242629"; // This variable is used for making possible the default color difference between the Bild and SportBild link lanes inside the menu component on Dark mode.
|
|
58
|
+
export const componentMenuMenulinklanelabelcolor = "#4a5259"; // This variable is used for making possible the default color difference between the Bild and SportBild link lane labels inside the menu component.
|
|
59
|
+
export const componentMenuMenulinklanelabelcoloractive = "#242629"; // This variable is used for making possible the active color difference between the Bild and SportBild link lane labels inside the menu component.
|
|
60
|
+
export const componentMenuMenulinklanelabelcolordark = "#8c9196";
|
|
61
|
+
export const componentMenuMenulinkcolorborderactive = "#de0000";
|
|
62
|
+
export const componentMenuMenulinkcolorborderactivedark = "#ffffff";
|
|
63
|
+
export const componentMenuAppbottomtabbarbgcolor = "#ffffff";
|
|
64
|
+
export const componentMenuApptopbarbgcolordark = "#333d40";
|
|
65
|
+
export const componentMenuAppbottomtabbarbgdark = "#333d40";
|
|
66
|
+
export const componentMenuApptopbarsurfacecolor = "#ffffff";
|
|
67
|
+
export const componentMenuApptopbariconcolor = "#4a5259";
|
|
68
|
+
export const componentMenuApptopbariconcolordark = "#8c9196";
|
|
69
|
+
export const componentMenuApptopbartextcolor = "#242629";
|
|
70
|
+
export const componentMenuApptopbartextcolordark = "#e8edf0";
|
|
71
|
+
export const componentMenuApptobbartabnavbottomborder = "#e8edf0";
|
|
72
|
+
export const componentMenuApptobbartabnavbottomborderdark = "#4a5259";
|
|
73
|
+
export const componentMenuApptobbartabnavbottomborderactive = "#de0000";
|
|
74
|
+
export const componentMenuApptobbartabnavbottomborderactivedark = "#ffffff";
|
|
75
|
+
export const componentTeaserTeasertitlebackgroundgradientstart =
|
|
76
|
+
"rgba(0, 0, 0, 0.7)";
|
|
77
|
+
export const componentTeaserTeasertitlebackgroundgradientstop =
|
|
78
|
+
"rgba(0, 0, 0, 0)";
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
export const globalCoreCorecolorprimary = "#0a264f"; // Bild: 046; SpoBi: 016 current css calls this variable main tenant color
|
|
6
|
+
export const globalCoreCorecolorsecondary = "#ffffff"; // Bild&SpoBi Tone 100
|
|
7
|
+
export const globalCoreCorecolorsecondarydark = "#081729"; // Bild: 015 ; SpoBi: 010
|
|
8
|
+
export const globalCoreCorecolortertiary = "#081729"; // Bild: 015 ; SpoBi: 010
|
|
9
|
+
export const globalCoreCorecolortertiarydark = "#ffffff"; // Bild&SpoBi: 100
|
|
10
|
+
export const globalAttentionAccentcolorprimary = "#174582"; // Bild: Tone 046 ; SpoBi: 016 This variable is used on small UI elements such as the background color for kickers.
|
|
11
|
+
export const globalAttentionAccentcolorprimarydark = "#f7fafc"; // Bild: 100 ; SpoBi: 098
|
|
12
|
+
export const globalSurfaceSurfacecolorprimary = "#ffffff"; // Bild: 100 ; SpoBi: 100
|
|
13
|
+
export const globalSurfaceSurfacecolorprimarydark = "#081729"; // Bild: 015 ; SpoBi: 010
|
|
14
|
+
export const globalSurfaceSurfacecolorsecondary = "#f7fafc"; // Bild: 096 ; SpoBi: 098
|
|
15
|
+
export const globalSurfaceSurfacecolorsecondarydark = "#0a264f"; // Bild: 020 ; SpoBi: 016
|
|
16
|
+
export const globalSurfaceSurfacecolortertiary = "#bdc9db"; // Bild: 093 ; SpoBi: 081
|
|
17
|
+
export const globalSurfaceSurfacecolortertiarydark = "#174582"; // Bild: 025 ; SpoBi: 029
|
|
18
|
+
export const globalSurfaceSurfacecolorquartenary = "#cfd4d9"; // Bild: 085 ; SpoBi: 085
|
|
19
|
+
export const globalSurfaceSurfacecolorquartenarydark = "#4a5259"; // Bild: 035 ; SpoBi: 035
|
|
20
|
+
export const globalStateColorprimaryactive = "#174582"; // Bild: 046 ; SpoBi: 029
|
|
21
|
+
export const globalStateColorprimaryactivedark = "#f7fafc"; // Bild: 046 ; SpoBi: 098
|
|
22
|
+
export const globalTextTextcolorprimary = "#242629"; // Bild & SpoBi: Tone 015
|
|
23
|
+
export const globalTextTextcolorprimarydark = "#e8edf0"; // Bild & SpoBi: Tone 093
|
|
24
|
+
export const globalTextTextcolorsecondary = "#8c9196"; // Bild & SpoBi: Tone 060
|
|
25
|
+
export const globalTextTextcolorsecondarydark = "#8c9196"; // Bild & SpoBi: Tone 060
|
|
26
|
+
export const globalTextHeadlinecolorprimary = "#0a264f"; // Bild: 015 ; SpoBi: 016
|
|
27
|
+
export const globalTextHeadlinecolorprimarydark = "#ffffff"; // Bild&SpoBi: Tone 100
|
|
28
|
+
export const globalTextKickertextcoloronbg = "#ffffff"; // This variable is used on kicker texts that are on top of a color that is different from the outer color of the overall user interface. Bild & SpoBi: Tone 100
|
|
29
|
+
export const globalTextKickertextcoloronsurface = "#8c9196"; // This variable is used for the color of kicker texts that are not no top of a different color of the overall user interface. Bild: 046 ; SpoBi: 060
|
|
30
|
+
export const globalTextKickertextcoloronsurfacedark = "#8c9196"; // Use this variable for kicker texts that are directly on top of the color of the overall user interface. Bild & SpoBi tone 060.
|
|
31
|
+
export const globalTextKickerbgcoloronsurface = "#174582"; // Use this variable for the color immediately behind the bounding box of the kicker text element. Bild: 046 ; SpoBi: 029
|
|
32
|
+
export const globalTextKickerbgcoloronsurfacedark = "#8c9196"; // Use this variable for the dark mode color of the background immediately around the kicker text element. Bild: 060 ; SpoBi: 060
|
|
33
|
+
export const componentAvatarAvatarlabelcolor = "#666b70"; // 09-2025 css --article-author-name-color // Bild: 015; SpoBi: 045
|
|
34
|
+
export const componentAvatarAvatarlabelcolordark = "#e8edf0"; // 09-2025 css --article-author-name-color // Bild: 100; SpoBi: 093
|
|
35
|
+
export const componentAvatarAvatarlabelcolorhover = "#174582"; // This variable is used for decorating the avatar text's underline color. Bild: 046; SpoBi: 029
|
|
36
|
+
export const componentChipcoloractive = "#174582";
|
|
37
|
+
export const componentBreakingnewsBreakingnewstoptitletextcolor = "#ffbf00"; // This variable is used for the color of the "breaking" word in the "breaking news" horizontally animated headlines strip. Bild: 010 ; SpoBi: 081
|
|
38
|
+
export const componentBreakingnewsBreakingnewsbottomtitletextcolor = "#ffffff"; // This variable is used for the color of the "News" word in the breaking news horizontal animated headlines strip. Bild: 010 ; SpoBi: 100
|
|
39
|
+
export const componentBreakingnewsBreakingnewstitlesurfacecolor = "#0a264f"; // This variable is used for the background color of the "Breaking News" title. Bild: 067 ; SpoBi: 016
|
|
40
|
+
export const componentBreakingnewsBreakingnewssurfacecolor = "#ffbf00"; // This variable is used on the breaking news strip that has horizontally animated headlines. Bild: 015 ; SpoBi: 081
|
|
41
|
+
export const componentBreakingnewsBreakingnewssurfacecolordark = "#ffbf00"; // This variable is for the background color of the horizontally animated strip with headlines for breaking news on dark mode. Bild: 093 ; SpoBi: 081
|
|
42
|
+
export const componentBreakingnewsBreakingnewstextcontentcolor = "#242629"; // This variable is used on the text for headlines in the horizontally animated breaking news strip. Bild: 100 ; SpoBi: 015
|
|
43
|
+
export const componentBreakingnewsBreakingnewstextcontentcolordark = "#242629"; // This variable is used on the text for headlines in the horizontally animated breaking news strip on dark mode. Bild&SpoBi: 015
|
|
44
|
+
export const componentButtonPrimarybrandButtonprimarybgcoloridle = "#174582"; // Bild: 046 ; SpoBi: 029
|
|
45
|
+
export const componentButtonPrimarybrandButtonprimarybgcolorhover = "#0a264f"; // Bild: 035 ; SpoBi: 016
|
|
46
|
+
export const componentButtonPrimarybrandButtonprimarybgcoloridledark =
|
|
47
|
+
"#305999"; // This variable controls the primary button idle color for two brands in dark mode. Bild: 046 ; SpoBi: 038
|
|
48
|
+
export const componentButtonPrimarybrandButtonprimarybgcolorhoverdark =
|
|
49
|
+
"#174582"; // This variable stores colors for the hover state of primary buttons for two brands in dark mode. Bild: 035 ; SpoBi: 029
|
|
50
|
+
export const componentButtonPrimaryneutralButtonprimarybgcoloridle = "#242629"; // Bild & SpoBi: Tone 015
|
|
51
|
+
export const componentButtonPrimaryneutralButtonprimarybgcolorhover = "#4a5259"; // Bild & SpoBi: Tone 035
|
|
52
|
+
export const componentButtonPrimaryneutralButtonprimarybgcoloridledark =
|
|
53
|
+
"#ffffff"; // Bild & SpoBi: Tone 100
|
|
54
|
+
export const componentButtonPrimaryneutralButtonprimarybgcolorhoverdark =
|
|
55
|
+
"#bdc9db"; // Bild: 093 ; SpoBi: 081
|
|
56
|
+
export const componentMenuMenulinklanesurfacecolor = "#0a264f"; // This variable is used for making possible the default color difference between the Bild and SportBild link lanes inside the menu component.
|
|
57
|
+
export const componentMenuMenulinklanesurfacecolordark = "#0a264f"; // This variable is used for making possible the default color difference between the Bild and SportBild link lanes inside the menu component on Dark mode.
|
|
58
|
+
export const componentMenuMenulinklanelabelcolor = "#cfd4d9"; // This variable is used for making possible the default color difference between the Bild and SportBild link lane labels inside the menu component.
|
|
59
|
+
export const componentMenuMenulinklanelabelcoloractive = "#ffffff"; // This variable is used for making possible the active color difference between the Bild and SportBild link lane labels inside the menu component.
|
|
60
|
+
export const componentMenuMenulinklanelabelcolordark = "#adb5ba";
|
|
61
|
+
export const componentMenuMenulinkcolorborderactive = "#0a264f";
|
|
62
|
+
export const componentMenuMenulinkcolorborderactivedark = "#f7fafc";
|
|
63
|
+
export const componentMenuAppbottomtabbarbgcolor = "#ffffff";
|
|
64
|
+
export const componentMenuApptopbarbgcolordark = "#0a264f";
|
|
65
|
+
export const componentMenuAppbottomtabbarbgdark = "#0a264f";
|
|
66
|
+
export const componentMenuApptopbarsurfacecolor = "#0a264f";
|
|
67
|
+
export const componentMenuApptopbariconcolor = "#8c9196";
|
|
68
|
+
export const componentMenuApptopbariconcolordark = "#8c9196";
|
|
69
|
+
export const componentMenuApptopbartextcolor = "#e8edf0";
|
|
70
|
+
export const componentMenuApptopbartextcolordark = "#e8edf0";
|
|
71
|
+
export const componentMenuApptobbartabnavbottomborder = "#174582";
|
|
72
|
+
export const componentMenuApptobbartabnavbottomborderdark = "#174582";
|
|
73
|
+
export const componentMenuApptobbartabnavbottomborderactive = "#cfd4d9";
|
|
74
|
+
export const componentMenuApptobbartabnavbottomborderactivedark = "#ffffff";
|
|
75
|
+
export const componentTeaserTeasertitlebackgroundgradientstart =
|
|
76
|
+
"rgba(10, 38, 79, 0.7)";
|
|
77
|
+
export const componentTeaserTeasertitlebackgroundgradientstop =
|
|
78
|
+
"rgba(10, 38, 79, 0)";
|