@marioschmidt/design-system-tokens 1.0.23 → 1.0.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/android/brands/advertorial/sizeclass-compact/typography_styles.xml +430 -430
- package/dist/android/brands/advertorial/sizeclass-regular/typography_styles.xml +431 -431
- package/dist/android/brands/bild/sizeclass-compact/typography_styles.xml +436 -436
- package/dist/android/brands/bild/sizeclass-regular/typography_styles.xml +434 -434
- package/dist/android/brands/sportbild/sizeclass-compact/typography_styles.xml +442 -442
- package/dist/android/brands/sportbild/sizeclass-regular/typography_styles.xml +442 -442
- package/dist/css/brands/advertorial/density/density-compact.css +1 -1
- package/dist/css/brands/advertorial/density/density-default.css +1 -1
- package/dist/css/brands/advertorial/density/density-spacious.css +1 -1
- package/dist/css/brands/advertorial/overrides/brandtokenmapping.css +494 -494
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.css +773 -773
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.css +773 -773
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.css +773 -773
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.css +773 -773
- package/dist/css/brands/advertorial/semantic/effects/effects-dark.css +23 -23
- package/dist/css/brands/advertorial/semantic/effects/effects-light.css +23 -23
- package/dist/css/brands/advertorial/semantic/typography/typography-lg.css +626 -626
- package/dist/css/brands/advertorial/semantic/typography/typography-md.css +627 -627
- package/dist/css/brands/advertorial/semantic/typography/typography-sm.css +624 -624
- package/dist/css/brands/advertorial/semantic/typography/typography-xs.css +624 -624
- package/dist/css/brands/bild/density/density-compact.css +1 -1
- package/dist/css/brands/bild/density/density-default.css +1 -1
- package/dist/css/brands/bild/density/density-spacious.css +1 -1
- package/dist/css/brands/bild/overrides/brandcolormapping.css +140 -140
- package/dist/css/brands/bild/overrides/brandtokenmapping.css +494 -494
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +773 -773
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-md-600px.css +773 -773
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.css +773 -773
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-xs-320px.css +773 -773
- package/dist/css/brands/bild/semantic/color/colormode-dark.css +385 -385
- package/dist/css/brands/bild/semantic/color/colormode-light.css +385 -385
- package/dist/css/brands/bild/semantic/effects/effects-dark.css +23 -23
- package/dist/css/brands/bild/semantic/effects/effects-light.css +23 -23
- package/dist/css/brands/bild/semantic/typography/typography-lg.css +637 -637
- package/dist/css/brands/bild/semantic/typography/typography-md.css +632 -632
- package/dist/css/brands/bild/semantic/typography/typography-sm.css +632 -632
- package/dist/css/brands/bild/semantic/typography/typography-xs.css +633 -633
- package/dist/css/brands/sportbild/density/density-compact.css +1 -1
- package/dist/css/brands/sportbild/density/density-default.css +1 -1
- package/dist/css/brands/sportbild/density/density-spacious.css +1 -1
- package/dist/css/brands/sportbild/overrides/brandcolormapping.css +140 -140
- package/dist/css/brands/sportbild/overrides/brandtokenmapping.css +494 -494
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +773 -773
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.css +773 -773
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.css +773 -773
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.css +773 -773
- package/dist/css/brands/sportbild/semantic/color/colormode-dark.css +385 -385
- package/dist/css/brands/sportbild/semantic/color/colormode-light.css +385 -385
- package/dist/css/brands/sportbild/semantic/effects/effects-dark.css +23 -23
- package/dist/css/brands/sportbild/semantic/effects/effects-light.css +23 -23
- package/dist/css/brands/sportbild/semantic/typography/typography-lg.css +632 -632
- package/dist/css/brands/sportbild/semantic/typography/typography-md.css +631 -631
- package/dist/css/brands/sportbild/semantic/typography/typography-sm.css +631 -631
- package/dist/css/brands/sportbild/semantic/typography/typography-xs.css +631 -631
- package/dist/css/shared/colorprimitive.css +97 -97
- package/dist/css/shared/fontprimitive.css +22 -22
- package/dist/css/shared/sizeprimitive.css +1 -1
- package/dist/css/shared/spaceprimitive.css +1 -1
- package/dist/flutter/brands/advertorial/overrides/brandtokenmapping.dart +291 -291
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +635 -635
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.dart +635 -635
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.dart +635 -635
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.dart +635 -635
- package/dist/flutter/brands/advertorial/semantic/effects/effects-dark.dart +186 -15
- package/dist/flutter/brands/advertorial/semantic/effects/effects-light.dart +186 -15
- package/dist/flutter/brands/advertorial/semantic/typography/typography-lg.dart +1060 -138
- package/dist/flutter/brands/advertorial/semantic/typography/typography-md.dart +1059 -137
- package/dist/flutter/brands/advertorial/semantic/typography/typography-sm.dart +1060 -138
- package/dist/flutter/brands/advertorial/semantic/typography/typography-xs.dart +1059 -137
- package/dist/flutter/brands/bild/overrides/brandcolormapping.dart +91 -91
- package/dist/flutter/brands/bild/overrides/brandtokenmapping.dart +291 -291
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +635 -635
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-md-600px.dart +635 -635
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.dart +635 -635
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-xs-320px.dart +635 -635
- package/dist/flutter/brands/bild/semantic/color/colormode-dark.dart +389 -389
- package/dist/flutter/brands/bild/semantic/color/colormode-light.dart +389 -389
- package/dist/flutter/brands/bild/semantic/effects/effects-dark.dart +186 -15
- package/dist/flutter/brands/bild/semantic/effects/effects-light.dart +186 -15
- package/dist/flutter/brands/bild/semantic/typography/typography-lg.dart +1060 -138
- package/dist/flutter/brands/bild/semantic/typography/typography-md.dart +1059 -137
- package/dist/flutter/brands/bild/semantic/typography/typography-sm.dart +1060 -138
- package/dist/flutter/brands/bild/semantic/typography/typography-xs.dart +1059 -137
- package/dist/flutter/brands/sportbild/overrides/brandcolormapping.dart +91 -91
- package/dist/flutter/brands/sportbild/overrides/brandtokenmapping.dart +291 -291
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +635 -635
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.dart +635 -635
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.dart +635 -635
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.dart +635 -635
- package/dist/flutter/brands/sportbild/semantic/color/colormode-dark.dart +389 -389
- package/dist/flutter/brands/sportbild/semantic/color/colormode-light.dart +389 -389
- package/dist/flutter/brands/sportbild/semantic/effects/effects-dark.dart +186 -15
- package/dist/flutter/brands/sportbild/semantic/effects/effects-light.dart +186 -15
- package/dist/flutter/brands/sportbild/semantic/typography/typography-lg.dart +1060 -138
- package/dist/flutter/brands/sportbild/semantic/typography/typography-md.dart +1059 -137
- package/dist/flutter/brands/sportbild/semantic/typography/typography-sm.dart +1060 -138
- package/dist/flutter/brands/sportbild/semantic/typography/typography-xs.dart +1059 -137
- package/dist/flutter/shared/colorprimitive.dart +82 -82
- package/dist/flutter/shared/fontprimitive.dart +21 -21
- package/dist/ios/brands/advertorial/overrides/Brandtokenmapping.swift +291 -291
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointLg1024pxRegular.swift +635 -635
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointMd600px.swift +635 -635
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointSm390pxCompact.swift +635 -635
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointXs320px.swift +635 -635
- package/dist/ios/brands/advertorial/semantic/effects/EffectsDark.swift +48 -16
- package/dist/ios/brands/advertorial/semantic/effects/EffectsLight.swift +48 -16
- package/dist/ios/brands/advertorial/sizeclass-compact/Typography.swift +200 -200
- package/dist/ios/brands/advertorial/sizeclass-regular/Typography.swift +200 -200
- package/dist/ios/brands/bild/overrides/Brandcolormapping.swift +91 -91
- package/dist/ios/brands/bild/overrides/Brandtokenmapping.swift +291 -291
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointLg1024pxRegular.swift +635 -635
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointMd600px.swift +635 -635
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointSm390pxCompact.swift +635 -635
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointXs320px.swift +635 -635
- package/dist/ios/brands/bild/semantic/color/ColormodeDark.swift +389 -389
- package/dist/ios/brands/bild/semantic/color/ColormodeLight.swift +389 -389
- package/dist/ios/brands/bild/semantic/effects/EffectsDark.swift +48 -16
- package/dist/ios/brands/bild/semantic/effects/EffectsLight.swift +48 -16
- package/dist/ios/brands/bild/sizeclass-compact/Typography.swift +200 -200
- package/dist/ios/brands/bild/sizeclass-regular/Typography.swift +200 -200
- package/dist/ios/brands/sportbild/overrides/Brandcolormapping.swift +91 -91
- package/dist/ios/brands/sportbild/overrides/Brandtokenmapping.swift +291 -291
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointLg1024pxRegular.swift +635 -635
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointMd600px.swift +635 -635
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointSm390pxCompact.swift +635 -635
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointXs320px.swift +635 -635
- package/dist/ios/brands/sportbild/semantic/color/ColormodeDark.swift +389 -389
- package/dist/ios/brands/sportbild/semantic/color/ColormodeLight.swift +389 -389
- package/dist/ios/brands/sportbild/semantic/effects/EffectsDark.swift +48 -16
- package/dist/ios/brands/sportbild/semantic/effects/EffectsLight.swift +48 -16
- package/dist/ios/brands/sportbild/sizeclass-compact/Typography.swift +200 -200
- package/dist/ios/brands/sportbild/sizeclass-regular/Typography.swift +200 -200
- package/dist/ios/shared/Colorprimitive.swift +82 -82
- package/dist/ios/shared/Fontprimitive.swift +21 -21
- package/dist/js/brands/advertorial/density/density-compact.js +1 -1
- package/dist/js/brands/advertorial/density/density-default.js +1 -1
- package/dist/js/brands/advertorial/density/density-spacious.js +1 -1
- package/dist/js/brands/advertorial/overrides/brandtokenmapping.js +292 -292
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.js +636 -636
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.js +636 -636
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.js +636 -636
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.js +636 -636
- package/dist/js/brands/advertorial/semantic/effects/effects-dark.js +181 -21
- package/dist/js/brands/advertorial/semantic/effects/effects-light.js +181 -21
- package/dist/js/brands/advertorial/semantic/typography/typography-lg.js +892 -254
- package/dist/js/brands/advertorial/semantic/typography/typography-md.js +892 -254
- package/dist/js/brands/advertorial/semantic/typography/typography-sm.js +892 -254
- package/dist/js/brands/advertorial/semantic/typography/typography-xs.js +892 -254
- package/dist/js/brands/bild/density/density-compact.js +1 -1
- package/dist/js/brands/bild/density/density-default.js +1 -1
- package/dist/js/brands/bild/density/density-spacious.js +1 -1
- package/dist/js/brands/bild/overrides/brandcolormapping.js +92 -92
- package/dist/js/brands/bild/overrides/brandtokenmapping.js +292 -292
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +636 -636
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-md-600px.js +636 -636
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.js +636 -636
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-xs-320px.js +636 -636
- package/dist/js/brands/bild/semantic/color/colormode-dark.js +390 -390
- package/dist/js/brands/bild/semantic/color/colormode-light.js +390 -390
- package/dist/js/brands/bild/semantic/effects/effects-dark.js +181 -21
- package/dist/js/brands/bild/semantic/effects/effects-light.js +181 -21
- package/dist/js/brands/bild/semantic/typography/typography-lg.js +892 -254
- package/dist/js/brands/bild/semantic/typography/typography-md.js +892 -254
- package/dist/js/brands/bild/semantic/typography/typography-sm.js +892 -254
- package/dist/js/brands/bild/semantic/typography/typography-xs.js +892 -254
- package/dist/js/brands/sportbild/density/density-compact.js +1 -1
- package/dist/js/brands/sportbild/density/density-default.js +1 -1
- package/dist/js/brands/sportbild/density/density-spacious.js +1 -1
- package/dist/js/brands/sportbild/overrides/brandcolormapping.js +92 -92
- package/dist/js/brands/sportbild/overrides/brandtokenmapping.js +292 -292
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +636 -636
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.js +636 -636
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.js +636 -636
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.js +636 -636
- package/dist/js/brands/sportbild/semantic/color/colormode-dark.js +390 -390
- package/dist/js/brands/sportbild/semantic/color/colormode-light.js +390 -390
- package/dist/js/brands/sportbild/semantic/effects/effects-dark.js +181 -21
- package/dist/js/brands/sportbild/semantic/effects/effects-light.js +181 -21
- package/dist/js/brands/sportbild/semantic/typography/typography-lg.js +892 -254
- package/dist/js/brands/sportbild/semantic/typography/typography-md.js +892 -254
- package/dist/js/brands/sportbild/semantic/typography/typography-sm.js +892 -254
- package/dist/js/brands/sportbild/semantic/typography/typography-xs.js +892 -254
- package/dist/js/shared/colorprimitive.js +83 -83
- package/dist/js/shared/fontprimitive.js +22 -22
- package/dist/js/shared/sizeprimitive.js +1 -1
- package/dist/js/shared/spaceprimitive.js +1 -1
- package/dist/manifest.json +1 -1
- package/dist/scss/brands/advertorial/density/density-compact.scss +1 -1
- package/dist/scss/brands/advertorial/density/density-default.scss +1 -1
- package/dist/scss/brands/advertorial/density/density-spacious.scss +1 -1
- package/dist/scss/brands/advertorial/overrides/brandtokenmapping.scss +292 -292
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +636 -636
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.scss +636 -636
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.scss +636 -636
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.scss +636 -636
- package/dist/scss/brands/bild/density/density-compact.scss +1 -1
- package/dist/scss/brands/bild/density/density-default.scss +1 -1
- package/dist/scss/brands/bild/density/density-spacious.scss +1 -1
- package/dist/scss/brands/bild/overrides/brandcolormapping.scss +92 -92
- package/dist/scss/brands/bild/overrides/brandtokenmapping.scss +292 -292
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +636 -636
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-md-600px.scss +636 -636
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +636 -636
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-xs-320px.scss +636 -636
- package/dist/scss/brands/bild/semantic/color/colormode-dark.scss +390 -390
- package/dist/scss/brands/bild/semantic/color/colormode-light.scss +390 -390
- package/dist/scss/brands/sportbild/density/density-compact.scss +1 -1
- package/dist/scss/brands/sportbild/density/density-default.scss +1 -1
- package/dist/scss/brands/sportbild/density/density-spacious.scss +1 -1
- package/dist/scss/brands/sportbild/overrides/brandcolormapping.scss +92 -92
- package/dist/scss/brands/sportbild/overrides/brandtokenmapping.scss +292 -292
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +636 -636
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.scss +636 -636
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +636 -636
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.scss +636 -636
- package/dist/scss/brands/sportbild/semantic/color/colormode-dark.scss +390 -390
- package/dist/scss/brands/sportbild/semantic/color/colormode-light.scss +390 -390
- package/dist/scss/shared/colorprimitive.scss +83 -83
- package/dist/scss/shared/fontprimitive.scss +22 -22
- package/dist/scss/shared/sizeprimitive.scss +1 -1
- package/dist/scss/shared/spaceprimitive.scss +1 -1
- package/package.json +1 -1
- package/dist/android/res/values/brands/advertorial/semantic/effects/effects-dark.xml +0 -20
- package/dist/android/res/values/brands/advertorial/semantic/effects/effects-light.xml +0 -20
- package/dist/android/res/values/brands/bild/semantic/effects/effects-dark.xml +0 -20
- package/dist/android/res/values/brands/bild/semantic/effects/effects-light.xml +0 -20
- package/dist/android/res/values/brands/sportbild/semantic/effects/effects-dark.xml +0 -20
- package/dist/android/res/values/brands/sportbild/semantic/effects/effects-light.xml +0 -20
- package/dist/scss/brands/advertorial/semantic/effects/effects-dark.scss +0 -56
- package/dist/scss/brands/advertorial/semantic/effects/effects-light.scss +0 -56
- package/dist/scss/brands/advertorial/semantic/typography/typography-lg.scss +0 -459
- package/dist/scss/brands/advertorial/semantic/typography/typography-md.scss +0 -459
- package/dist/scss/brands/advertorial/semantic/typography/typography-sm.scss +0 -459
- package/dist/scss/brands/advertorial/semantic/typography/typography-xs.scss +0 -459
- package/dist/scss/brands/bild/semantic/effects/effects-dark.scss +0 -56
- package/dist/scss/brands/bild/semantic/effects/effects-light.scss +0 -56
- package/dist/scss/brands/bild/semantic/typography/typography-lg.scss +0 -459
- package/dist/scss/brands/bild/semantic/typography/typography-md.scss +0 -459
- package/dist/scss/brands/bild/semantic/typography/typography-sm.scss +0 -459
- package/dist/scss/brands/bild/semantic/typography/typography-xs.scss +0 -459
- package/dist/scss/brands/sportbild/semantic/effects/effects-dark.scss +0 -56
- package/dist/scss/brands/sportbild/semantic/effects/effects-light.scss +0 -56
- package/dist/scss/brands/sportbild/semantic/typography/typography-lg.scss +0 -459
- package/dist/scss/brands/sportbild/semantic/typography/typography-md.scss +0 -459
- package/dist/scss/brands/sportbild/semantic/typography/typography-sm.scss +0 -459
- package/dist/scss/brands/sportbild/semantic/typography/typography-xs.scss +0 -459
|
@@ -1,203 +1,13 @@
|
|
|
1
1
|
//
|
|
2
2
|
// brandtokenmapping.scss
|
|
3
|
-
// Generiert am: 2025-11-
|
|
3
|
+
// Generiert am: 2025-11-25T08:26:25.856Z
|
|
4
4
|
// Nicht manuell bearbeiten!
|
|
5
5
|
//
|
|
6
6
|
|
|
7
|
-
// ============================================
|
|
8
|
-
// COMPONENT
|
|
9
|
-
// ============================================
|
|
10
|
-
|
|
11
|
-
$button-label-font-weight-st: Bold Italic;
|
|
12
|
-
|
|
13
|
-
// Component - Accordion
|
|
14
|
-
$accordion-label-font-family: Inter;
|
|
15
|
-
|
|
16
|
-
// Component - Article - FontSize
|
|
17
|
-
// --article-figure-caption-font-size-sm
|
|
18
|
-
$article-image-caption-font-size-xs: 13px;
|
|
19
|
-
// --article-figure-caption-font-size-md
|
|
20
|
-
$article-image-caption-font-size-md: 13px;
|
|
21
|
-
// --article-figure-caption-font-size-lg
|
|
22
|
-
$article-image-caption-font-size-lg: 15px;
|
|
23
|
-
// --article-figure-caption-font-size-sm
|
|
24
|
-
$article-image-caption-font-size-sm: 13px;
|
|
25
|
-
// --article-figure-meta-font-size-sm
|
|
26
|
-
$article-image-source-font-size-xs: 13px;
|
|
27
|
-
// --article-figure-meta-font-size-sm
|
|
28
|
-
$article-image-source-font-size-sm: 13px;
|
|
29
|
-
// --article-figure-meta-font-size-sm
|
|
30
|
-
$article-image-source-font-size-md: 13px;
|
|
31
|
-
// --article-figure-meta-font-size-lg
|
|
32
|
-
$article-image-source-font-size-lg: 15px;
|
|
33
|
-
|
|
34
|
-
// Component - Article - LineHeight
|
|
35
|
-
// --article-figure-caption-line-height-sm ; Bild: 19.5 // SpoBi: 16.9 // Ad: 19.5
|
|
36
|
-
$article-image-caption-line-height-xs: 16.899999618530273px;
|
|
37
|
-
// --article-figure-caption-line-height-md ; Bild: 24.75 // SpoBi: 16.9 // Ad: 19.5
|
|
38
|
-
$article-image-caption-line-height-md: 16.899999618530273px;
|
|
39
|
-
// --article-figure-caption-line-height-lg ; Bild: 24.75 // SpoBi: 19.5 // Ad: 24
|
|
40
|
-
$article-image-caption-line-height-lg: 19.5px;
|
|
41
|
-
// --article-figure-caption-line-height-sm ; Bild: 19.5 // SpoBi: 16.9 // Ad: 19.5
|
|
42
|
-
$article-image-caption-line-height-sm: 16.899999618530273px;
|
|
43
|
-
// --article-figure-meta-line-height-sm ; Bild: 21 // SpoBi: 17 // Ad: 19
|
|
44
|
-
$article-image-source-line-height-md: 17px;
|
|
45
|
-
// --article-figure-meta-line-height-lg ; Bild: 23 // SpoBi: 19 // Ad: 24
|
|
46
|
-
$article-image-source-line-height-lg: 19px;
|
|
47
|
-
// --article-figure-meta-line-height-sm ; Bild: 21 // SpoBi: 17 // Ad: 19
|
|
48
|
-
$article-image-source-line-height-xs: 17px;
|
|
49
|
-
// --article-figure-meta-line-height-sm ; Bild: 21 // SpoBi: 17 // Ad: 19
|
|
50
|
-
$article-image-source-line-height-sm: 17px;
|
|
51
|
-
|
|
52
|
-
// Component - Avatar
|
|
53
|
-
// current css 09-2025 --article-author-font // Bild: GothamXNarrow; SpoBi: Inter; Ads: LucidaGrande
|
|
54
|
-
$avatar-font-family: Inter;
|
|
55
|
-
// 09-2025 css using footnote var for font sizes SM & LG // Bild: 16; SpoBi: 13; Ads: 13
|
|
56
|
-
$avatar-font-size-sm: 13px;
|
|
57
|
-
// 09-2025 css using footnote var for font sizes SM & LG // Bild: 18; SpoBi: 15; Ads: 15
|
|
58
|
-
$avatar-font-size-lg: 15px;
|
|
59
|
-
|
|
60
|
-
// Component - Breadcrumb - FontFamily
|
|
61
|
-
// --breadcrumb-font
|
|
62
|
-
$breadcrumb-font-family: Inter;
|
|
63
|
-
|
|
64
|
-
// Component - Breadcrumb - FontSize
|
|
65
|
-
// --breadcrumb-font-size-sm
|
|
66
|
-
$breadcrumb-font-size-xs: 14px;
|
|
67
|
-
// --breadcrumb-font-size-sm
|
|
68
|
-
$breadcrumb-font-size-sm: 14px;
|
|
69
|
-
// --breadcrumb-font-size-sm
|
|
70
|
-
$breadcrumb-font-size-md: 14px;
|
|
71
|
-
// --breadcrumb-font-size-lg
|
|
72
|
-
$breadcrumb-font-size-lg: 11px;
|
|
73
|
-
|
|
74
|
-
// Component - Breadcrumb - FontWeight
|
|
75
|
-
// --breadcrumb-font-size-sm
|
|
76
|
-
$breadcrumb-font-weight: 400;
|
|
77
|
-
|
|
78
|
-
// Component - Breadcrumb - LineHeight
|
|
79
|
-
// not defined as variable
|
|
80
|
-
$breadcrumb-line-height-xs: 14px;
|
|
81
|
-
// not defined as variable
|
|
82
|
-
$breadcrumb-line-height-sm: 14px;
|
|
83
|
-
// not defined as variable
|
|
84
|
-
$breadcrumb-line-height-md: 14px;
|
|
85
|
-
// not defined as variable
|
|
86
|
-
$breadcrumb-line-height-lg: 11px;
|
|
87
|
-
|
|
88
|
-
// Component - BreakingNews
|
|
89
|
-
$breaking-news-content-font-size: 26px;
|
|
90
|
-
|
|
91
|
-
// Component - Footer
|
|
92
|
-
$footer-link-font-family: Inter;
|
|
93
|
-
|
|
94
|
-
// Component - Inputfield
|
|
95
|
-
$input-field-label-font-family: Inter;
|
|
96
|
-
|
|
97
|
-
// Component - MediaPlayer
|
|
98
|
-
$video-time-badge-font-family: Inter;
|
|
99
|
-
|
|
100
|
-
// Component - Menu
|
|
101
|
-
// --nav-btn-font-size
|
|
102
|
-
$menu-item-font-size: 18px;
|
|
103
|
-
// --caption-1-font-size-md
|
|
104
|
-
$app-top-bar-title-font-size-md: 13px;
|
|
105
|
-
// --caption-1-font-size-lg
|
|
106
|
-
$app-top-bar-title-font-size-lg: 13px;
|
|
107
|
-
// --caption-1-font-size-sm
|
|
108
|
-
$app-top-bar-title-font-size-xs: 12px;
|
|
109
|
-
// --caption-1-font-size-sm
|
|
110
|
-
$app-top-bar-title-font-size-sm: 12px;
|
|
111
|
-
$app-top-bar-title-line-height-md: 17px;
|
|
112
|
-
$app-top-bar-title-line-height-lg: 17px;
|
|
113
|
-
$app-top-bar-title-line-height-xs: 14px;
|
|
114
|
-
$app-top-bar-title-line-height-sm: 14px;
|
|
115
|
-
$menu-item-font-weight: Black Italic;
|
|
116
|
-
|
|
117
|
-
// Component - Teaser
|
|
118
|
-
// --teaser-title-padding-lg
|
|
119
|
-
$teaser-title-inline-space-lg: 16px;
|
|
120
|
-
// --teaser-title-padding-md
|
|
121
|
-
$teaser-title-inline-space-md: 16px;
|
|
122
|
-
// --teaser-title-padding-sm
|
|
123
|
-
$teaser-title-inline-space-sm: 12px;
|
|
124
|
-
// --teaser-title-padding-xs
|
|
125
|
-
$teaser-title-inline-space-xs: 12px;
|
|
126
|
-
|
|
127
|
-
// Component - Teaser - 2xaTeaser
|
|
128
|
-
$2xa-teaser-title-inline-space: 16px;
|
|
129
|
-
|
|
130
|
-
// Component - Teaser - Quad
|
|
131
|
-
$q-teaser-title-inline-space-lg: 24px;
|
|
132
|
-
$q-teaser-title-inline-space-md: 24px;
|
|
133
|
-
$q-teaser-title-inline-space-sm: 12px;
|
|
134
|
-
$q-teaser-title-inline-space-xs: 12px;
|
|
135
|
-
|
|
136
|
-
// Component - Teaser - aTeaser
|
|
137
|
-
$a-teaser-title-inline-space-lg: 16px;
|
|
138
|
-
$a-teaser-title-inline-space-md: 16px;
|
|
139
|
-
$a-teaser-title-inline-space-xs: 12px;
|
|
140
|
-
$a-teaser-title-inline-space-sm: 12px;
|
|
141
|
-
|
|
142
|
-
// Component - Teaser - bTeaser
|
|
143
|
-
$b-teaser-title-inline-space: 16px;
|
|
144
|
-
|
|
145
|
-
// Component - Teaser - miniQ
|
|
146
|
-
$mini-qteaser-title-inline-space-md: 12px;
|
|
147
|
-
$mini-qteaser-title-inline-space-lg: 12px;
|
|
148
|
-
$mini-qteaser-title-inline-space-sm: 12px;
|
|
149
|
-
$mini-qteaser-title-inline-space-xs: 12px;
|
|
150
|
-
|
|
151
|
-
// Component - Teaser - superA
|
|
152
|
-
$super-ateaser-title-inline-space: 24px;
|
|
153
|
-
|
|
154
|
-
|
|
155
7
|
// ============================================
|
|
156
8
|
// GLOBAL
|
|
157
9
|
// ============================================
|
|
158
10
|
|
|
159
|
-
// Global - Typography - FontFamily
|
|
160
|
-
// Bild: GothamXNarrow | SpoBi: AntennaExtraCond | Ads: LucidaGrande | This variable is used in the kickers text styles font family parameter.
|
|
161
|
-
$kicker-font-family: AntennaExtraCond;
|
|
162
|
-
// Bild: Gotham | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the display text style font family parameter.
|
|
163
|
-
$display-font-family: AntennaCond;
|
|
164
|
-
// Bild: GothamCond | SpoBi: AntennaExtraCond | Ads: LucidaGrande | This variable is used in the headlines text style font family parameter.
|
|
165
|
-
$headline-font-family: AntennaExtraCond;
|
|
166
|
-
// Bild: GothamCond | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the subheadlines text style font family parameter.
|
|
167
|
-
$subheadline-font-family: AntennaCond;
|
|
168
|
-
// Bild: GothamXNarrow | SpoBi: Inter | Ads: LucidaGrande | This variable is used in the body text style font family parameter.
|
|
169
|
-
$body-font-family: Inter;
|
|
170
|
-
// Bild: GothamXNarrow | SpoBi: Inter | Ads: LucidaGrande | This variable is used in the footnotes text style font family parameter.
|
|
171
|
-
$footnote-font-family: Inter;
|
|
172
|
-
// Bild: GothamXNarrow | SpoBi: AntennaExtraCond | Ads: LucidaGrande | This variable is used in the labels text styles font family parameter.
|
|
173
|
-
$label-font-family: AntennaExtraCond;
|
|
174
|
-
// Bild: Gotham | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the quotes text style font family parameter.
|
|
175
|
-
$quote-font-family: AntennaCond;
|
|
176
|
-
// Bild: Gotham | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the titles text style font family parameter.
|
|
177
|
-
$title-font-family: AntennaCond;
|
|
178
|
-
// Bild: Gotham | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the callouts text style font family parameter.
|
|
179
|
-
$callout-font-family: AntennaCond;
|
|
180
|
-
|
|
181
|
-
// Global - Typography - FontSize - Body
|
|
182
|
-
// 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
|
|
183
|
-
$body-font-size-xs: 17px;
|
|
184
|
-
// 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
|
|
185
|
-
$body-font-size-sm: 17px;
|
|
186
|
-
// 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
|
|
187
|
-
$body-font-size-md: 17px;
|
|
188
|
-
// 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
|
|
189
|
-
$body-font-size-lg: 17px;
|
|
190
|
-
|
|
191
|
-
// Global - Typography - FontSize - Callout
|
|
192
|
-
// 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:
|
|
193
|
-
$callout1-font-size-xs: 18px;
|
|
194
|
-
// 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:
|
|
195
|
-
$callout1-font-size-sm: 18px;
|
|
196
|
-
// 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:
|
|
197
|
-
$callout1-font-size-md: 24px;
|
|
198
|
-
// 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:
|
|
199
|
-
$callout1-font-size-lg: 24px;
|
|
200
|
-
|
|
201
11
|
// Global - Typography - FontSize - Display
|
|
202
12
|
// Bild: 40 | SpoBi: 38 | Ads: 39 | This variable is used in the display1 text style font size parameter for small device sizes.
|
|
203
13
|
$display1-font-size-xs: 38px;
|
|
@@ -224,19 +34,6 @@ $display3-font-size-lg: 38px;
|
|
|
224
34
|
// Bild: 28 | SpoBi: 27 | Ads: 27 | This variable is used in the display3 text style font size parameter for small device sizes.
|
|
225
35
|
$display3-font-size-xs: 27px;
|
|
226
36
|
|
|
227
|
-
// Global - Typography - FontSize - Footnote
|
|
228
|
-
// --footnote-font-size-sm
|
|
229
|
-
$footnote1-font-size-xs: 13px;
|
|
230
|
-
// --footnote-font-size-sm
|
|
231
|
-
$footnote1-font-size-sm: 13px;
|
|
232
|
-
$footnote1-font-size-md: 13px;
|
|
233
|
-
// --footnote-font-size-lg
|
|
234
|
-
$footnote1-font-size-lg: 15px;
|
|
235
|
-
$footnote2-font-size-xs: 10px;
|
|
236
|
-
$footnote2-font-size-sm: 10px;
|
|
237
|
-
$footnote2-font-size-md: 10px;
|
|
238
|
-
$footnote2-font-size-lg: 13px;
|
|
239
|
-
|
|
240
37
|
// Global - Typography - FontSize - Headline
|
|
241
38
|
// Bild: 48 | SpoBi: 42 | Ads: 36 | This variable is used in the headline1 text style font size parameter for small device sizes.
|
|
242
39
|
$headline1-font-size-xs: 42px;
|
|
@@ -307,22 +104,6 @@ $kicker4-font-size-md: 16px;
|
|
|
307
104
|
// 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
|
|
308
105
|
$kicker4-font-size-lg: 18px;
|
|
309
106
|
|
|
310
|
-
// Global - Typography - FontSize - Label
|
|
311
|
-
$label1-font-size: 17px;
|
|
312
|
-
$label2-font-size: 15px;
|
|
313
|
-
$label3-font-size: 12px;
|
|
314
|
-
$label4-font-size: 8px;
|
|
315
|
-
$label1-resp-font-size-xs: 10px;
|
|
316
|
-
$label1-resp-font-size-sm: 10px;
|
|
317
|
-
$label1-resp-font-size-md: 15px;
|
|
318
|
-
$label1-resp-font-size-lg: 17px;
|
|
319
|
-
|
|
320
|
-
// Global - Typography - FontSize - Quote
|
|
321
|
-
$quote-font-size-xs: 16px;
|
|
322
|
-
$quote-font-size-sm: 16px;
|
|
323
|
-
$quote-font-size-md: 18px;
|
|
324
|
-
$quote-font-size-lg: 20px;
|
|
325
|
-
|
|
326
107
|
// Global - Typography - FontSize - Subheadline
|
|
327
108
|
// Bild: 24 | SpoBi: 18 | Ads: 18 | This variable is used in the subheadline1 text style font size parameter for small device sizes.
|
|
328
109
|
$subheadline1-font-size-xs: 18px;
|
|
@@ -351,58 +132,54 @@ $title2-font-size-md: 18px;
|
|
|
351
132
|
// Bild 20 | SpoBi 20 | Ads 18 | current online css: --caption-1-font-size-lg
|
|
352
133
|
$title2-font-size-lg: 20px;
|
|
353
134
|
|
|
354
|
-
// Global - Typography -
|
|
355
|
-
|
|
356
|
-
$
|
|
135
|
+
// Global - Typography - FontSize - Callout
|
|
136
|
+
// 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:
|
|
137
|
+
$callout1-font-size-xs: 18px;
|
|
138
|
+
// 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:
|
|
139
|
+
$callout1-font-size-sm: 18px;
|
|
140
|
+
// 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:
|
|
141
|
+
$callout1-font-size-md: 24px;
|
|
142
|
+
// 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:
|
|
143
|
+
$callout1-font-size-lg: 24px;
|
|
357
144
|
|
|
358
|
-
// Global - Typography -
|
|
359
|
-
|
|
145
|
+
// Global - Typography - FontSize - Body
|
|
146
|
+
// 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
|
|
147
|
+
$body-font-size-xs: 17px;
|
|
148
|
+
// 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
|
|
149
|
+
$body-font-size-sm: 17px;
|
|
150
|
+
// 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
|
|
151
|
+
$body-font-size-md: 17px;
|
|
152
|
+
// 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
|
|
153
|
+
$body-font-size-lg: 17px;
|
|
360
154
|
|
|
361
|
-
// Global - Typography -
|
|
362
|
-
|
|
155
|
+
// Global - Typography - FontSize - Footnote
|
|
156
|
+
// --footnote-font-size-sm
|
|
157
|
+
$footnote1-font-size-xs: 13px;
|
|
158
|
+
// --footnote-font-size-sm
|
|
159
|
+
$footnote1-font-size-sm: 13px;
|
|
160
|
+
$footnote1-font-size-md: 13px;
|
|
161
|
+
// --footnote-font-size-lg
|
|
162
|
+
$footnote1-font-size-lg: 15px;
|
|
163
|
+
$footnote2-font-size-xs: 10px;
|
|
164
|
+
$footnote2-font-size-sm: 10px;
|
|
165
|
+
$footnote2-font-size-md: 10px;
|
|
166
|
+
$footnote2-font-size-lg: 13px;
|
|
363
167
|
|
|
364
|
-
// Global - Typography -
|
|
365
|
-
$
|
|
366
|
-
$
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
$headline1-font-weight-st: Bold Italic;
|
|
370
|
-
$headline1-font-weight: 700;
|
|
371
|
-
$headline2-font-weight: 700;
|
|
372
|
-
$headline3-font-weight: 700;
|
|
373
|
-
$headline4-font-weight: 700;
|
|
374
|
-
$headline2-font-weight-st: Bold Italic;
|
|
375
|
-
$headline3-font-weight-st: Bold Italic;
|
|
376
|
-
$headline4-font-weight-st: Bold Italic;
|
|
377
|
-
|
|
378
|
-
// Global - Typography - FontWeight - Kicker
|
|
379
|
-
$kicker-font-weight: 700;
|
|
380
|
-
$kicker-font-weight-st: Black Italic;
|
|
381
|
-
|
|
382
|
-
// Global - Typography - FontWeight - Label
|
|
383
|
-
$label-font-weight-book: 400;
|
|
384
|
-
$label-font-weight-bold: 700;
|
|
385
|
-
|
|
386
|
-
// Global - Typography - FontWeight - Quote
|
|
387
|
-
$quote-font-weight: 800;
|
|
388
|
-
|
|
389
|
-
// Global - Typography - FontWeight - Subheadline
|
|
390
|
-
$subheadline-font-weight: 700;
|
|
391
|
-
|
|
392
|
-
// Global - Typography - FontWeight - Title
|
|
393
|
-
$title-font-weight: 800;
|
|
394
|
-
|
|
395
|
-
// Global - Typography - LineHeight - Body
|
|
396
|
-
$body-line-height-xs: 28.049999237060547px;
|
|
397
|
-
$body-line-height-sm: 28.049999237060547px;
|
|
398
|
-
$body-line-height-md: 29.75px;
|
|
399
|
-
$body-line-height-lg: 28.049999237060547px;
|
|
168
|
+
// Global - Typography - FontSize - Quote
|
|
169
|
+
$quote-font-size-xs: 16px;
|
|
170
|
+
$quote-font-size-sm: 16px;
|
|
171
|
+
$quote-font-size-md: 18px;
|
|
172
|
+
$quote-font-size-lg: 20px;
|
|
400
173
|
|
|
401
|
-
// Global - Typography -
|
|
402
|
-
$
|
|
403
|
-
$
|
|
404
|
-
$
|
|
405
|
-
$
|
|
174
|
+
// Global - Typography - FontSize - Label
|
|
175
|
+
$label1-font-size: 17px;
|
|
176
|
+
$label2-font-size: 15px;
|
|
177
|
+
$label3-font-size: 12px;
|
|
178
|
+
$label4-font-size: 8px;
|
|
179
|
+
$label1-resp-font-size-xs: 10px;
|
|
180
|
+
$label1-resp-font-size-sm: 10px;
|
|
181
|
+
$label1-resp-font-size-md: 15px;
|
|
182
|
+
$label1-resp-font-size-lg: 17px;
|
|
406
183
|
|
|
407
184
|
// Global - Typography - LineHeight - Display
|
|
408
185
|
$display1-line-height-xs: 40px;
|
|
@@ -418,16 +195,6 @@ $display3-line-height-md: 32px;
|
|
|
418
195
|
$display3-line-height-sm: 28px;
|
|
419
196
|
$display3-line-height-xs: 28px;
|
|
420
197
|
|
|
421
|
-
// Global - Typography - LineHeight - Footnote
|
|
422
|
-
$footnote1-line-height-xs: 17.030000686645508px;
|
|
423
|
-
$footnote1-line-height-sm: 17.030000686645508px;
|
|
424
|
-
$footnote1-line-height-md: 17.030000686645508px;
|
|
425
|
-
$footnote1-line-height-lg: 19px;
|
|
426
|
-
$footnote2-line-height-xs: 13px;
|
|
427
|
-
$footnote2-line-height-sm: 13px;
|
|
428
|
-
$footnote2-line-height-md: 13px;
|
|
429
|
-
$footnote2-line-height-lg: 17.030000686645508px;
|
|
430
|
-
|
|
431
198
|
// Global - Typography - LineHeight - Headline
|
|
432
199
|
$headline1-line-height-xs: 42px;
|
|
433
200
|
$headline1-line-height-sm: 42px;
|
|
@@ -446,6 +213,12 @@ $headline4-line-height-sm: 23.100000381469727px;
|
|
|
446
213
|
$headline4-line-height-md: 28.600000381469727px;
|
|
447
214
|
$headline4-line-height-lg: 29.899999618530273px;
|
|
448
215
|
|
|
216
|
+
// Global - Typography - LineHeight - Subheadline
|
|
217
|
+
$subheadline1-line-height-xs: 23.399999618530273px;
|
|
218
|
+
$subheadline1-line-height-sm: 23.399999618530273px;
|
|
219
|
+
$subheadline1-line-height-md: 28.600000381469727px;
|
|
220
|
+
$subheadline1-line-height-lg: 33.79999923706055px;
|
|
221
|
+
|
|
449
222
|
// Global - Typography - LineHeight - Kicker
|
|
450
223
|
$kicker1-line-height-xs: 22px;
|
|
451
224
|
$kicker1-line-height-sm: 22px;
|
|
@@ -464,6 +237,38 @@ $kicker4-line-height-sm: 15.399999618530273px;
|
|
|
464
237
|
$kicker4-line-height-md: 17.600000381469727px;
|
|
465
238
|
$kicker4-line-height-lg: 19.799999237060547px;
|
|
466
239
|
|
|
240
|
+
// Global - Typography - LineHeight - Title
|
|
241
|
+
$title1-line-height-xs: 26.399999618530273px;
|
|
242
|
+
$title1-line-height-sm: 26.399999618530273px;
|
|
243
|
+
$title1-line-height-md: 30.799999237060547px;
|
|
244
|
+
$title1-line-height-lg: 33px;
|
|
245
|
+
$title2-line-height-xs: 16.799999237060547px;
|
|
246
|
+
$title2-line-height-sm: 20.799999237060547px;
|
|
247
|
+
$title2-line-height-md: 23.399999618530273px;
|
|
248
|
+
$title2-line-height-lg: 26px;
|
|
249
|
+
|
|
250
|
+
// Global - Typography - LineHeight - Callout
|
|
251
|
+
$callout1-line-height-xs: 23.399999618530273px;
|
|
252
|
+
$callout1-line-height-sm: 23.399999618530273px;
|
|
253
|
+
$callout1-line-height-md: 31.200000762939453px;
|
|
254
|
+
$callout1-line-height-lg: 31.200000762939453px;
|
|
255
|
+
|
|
256
|
+
// Global - Typography - LineHeight - Body
|
|
257
|
+
$body-line-height-xs: 28.049999237060547px;
|
|
258
|
+
$body-line-height-sm: 28.049999237060547px;
|
|
259
|
+
$body-line-height-md: 29.75px;
|
|
260
|
+
$body-line-height-lg: 28.049999237060547px;
|
|
261
|
+
|
|
262
|
+
// Global - Typography - LineHeight - Footnote
|
|
263
|
+
$footnote1-line-height-xs: 17.030000686645508px;
|
|
264
|
+
$footnote1-line-height-sm: 17.030000686645508px;
|
|
265
|
+
$footnote1-line-height-md: 17.030000686645508px;
|
|
266
|
+
$footnote1-line-height-lg: 19px;
|
|
267
|
+
$footnote2-line-height-xs: 13px;
|
|
268
|
+
$footnote2-line-height-sm: 13px;
|
|
269
|
+
$footnote2-line-height-md: 13px;
|
|
270
|
+
$footnote2-line-height-lg: 17.030000686645508px;
|
|
271
|
+
|
|
467
272
|
// Global - Typography - LineHeight - Label
|
|
468
273
|
// Bild 17 | SpoBi 20.4 | Ads 20.4 | The label 1 text style uses this variable for its line height parameter.
|
|
469
274
|
$label1-line-height: 20.399999618530273px;
|
|
@@ -488,21 +293,68 @@ $quote-line-height-sm: 20.799999237060547px;
|
|
|
488
293
|
$quote-line-height-md: 23.399999618530273px;
|
|
489
294
|
$quote-line-height-lg: 26px;
|
|
490
295
|
|
|
491
|
-
// Global - Typography -
|
|
492
|
-
$
|
|
493
|
-
$
|
|
494
|
-
$subheadline1-line-height-md: 28.600000381469727px;
|
|
495
|
-
$subheadline1-line-height-lg: 33.79999923706055px;
|
|
296
|
+
// Global - Typography - FontWeight - Body
|
|
297
|
+
$body-font-weight-book: 400;
|
|
298
|
+
$body-font-weight-bold: 700;
|
|
496
299
|
|
|
497
|
-
// Global - Typography -
|
|
498
|
-
$
|
|
499
|
-
$
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
$
|
|
503
|
-
$
|
|
504
|
-
|
|
505
|
-
|
|
300
|
+
// Global - Typography - FontWeight - Footnote
|
|
301
|
+
$footnote-font-weight-book: 400;
|
|
302
|
+
$footnote-font-weight-bold: 700;
|
|
303
|
+
|
|
304
|
+
// Global - Typography - FontWeight - Label
|
|
305
|
+
$label-font-weight-book: 400;
|
|
306
|
+
$label-font-weight-bold: 700;
|
|
307
|
+
|
|
308
|
+
// Global - Typography - FontWeight - Quote
|
|
309
|
+
$quote-font-weight: 800;
|
|
310
|
+
|
|
311
|
+
// Global - Typography - FontWeight - Display
|
|
312
|
+
$display-font-weight: 800;
|
|
313
|
+
|
|
314
|
+
// Global - Typography - FontWeight - Headline
|
|
315
|
+
$headline1-font-weight-st: Bold Italic;
|
|
316
|
+
$headline1-font-weight: 700;
|
|
317
|
+
$headline2-font-weight: 700;
|
|
318
|
+
$headline3-font-weight: 700;
|
|
319
|
+
$headline4-font-weight: 700;
|
|
320
|
+
$headline2-font-weight-st: Bold Italic;
|
|
321
|
+
$headline3-font-weight-st: Bold Italic;
|
|
322
|
+
$headline4-font-weight-st: Bold Italic;
|
|
323
|
+
|
|
324
|
+
// Global - Typography - FontWeight - Subheadline
|
|
325
|
+
$subheadline-font-weight: 700;
|
|
326
|
+
|
|
327
|
+
// Global - Typography - FontWeight - Kicker
|
|
328
|
+
$kicker-font-weight: 700;
|
|
329
|
+
$kicker-font-weight-st: Black Italic;
|
|
330
|
+
|
|
331
|
+
// Global - Typography - FontWeight - Callout
|
|
332
|
+
$callout-font-weight: 800;
|
|
333
|
+
|
|
334
|
+
// Global - Typography - FontWeight - Title
|
|
335
|
+
$title-font-weight: 800;
|
|
336
|
+
|
|
337
|
+
// Global - Typography - FontFamily
|
|
338
|
+
// Bild: GothamXNarrow | SpoBi: AntennaExtraCond | Ads: LucidaGrande | This variable is used in the kickers text styles font family parameter.
|
|
339
|
+
$kicker-font-family: AntennaExtraCond;
|
|
340
|
+
// Bild: Gotham | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the display text style font family parameter.
|
|
341
|
+
$display-font-family: AntennaCond;
|
|
342
|
+
// Bild: GothamCond | SpoBi: AntennaExtraCond | Ads: LucidaGrande | This variable is used in the headlines text style font family parameter.
|
|
343
|
+
$headline-font-family: AntennaExtraCond;
|
|
344
|
+
// Bild: GothamCond | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the subheadlines text style font family parameter.
|
|
345
|
+
$subheadline-font-family: AntennaCond;
|
|
346
|
+
// Bild: GothamXNarrow | SpoBi: Inter | Ads: LucidaGrande | This variable is used in the body text style font family parameter.
|
|
347
|
+
$body-font-family: Inter;
|
|
348
|
+
// Bild: GothamXNarrow | SpoBi: Inter | Ads: LucidaGrande | This variable is used in the footnotes text style font family parameter.
|
|
349
|
+
$footnote-font-family: Inter;
|
|
350
|
+
// Bild: GothamXNarrow | SpoBi: AntennaExtraCond | Ads: LucidaGrande | This variable is used in the labels text styles font family parameter.
|
|
351
|
+
$label-font-family: AntennaExtraCond;
|
|
352
|
+
// Bild: Gotham | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the quotes text style font family parameter.
|
|
353
|
+
$quote-font-family: AntennaCond;
|
|
354
|
+
// Bild: Gotham | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the titles text style font family parameter.
|
|
355
|
+
$title-font-family: AntennaCond;
|
|
356
|
+
// Bild: Gotham | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the callouts text style font family parameter.
|
|
357
|
+
$callout-font-family: AntennaCond;
|
|
506
358
|
|
|
507
359
|
// Global - Visibilty
|
|
508
360
|
$hide-on-bild: true;
|
|
@@ -513,6 +365,154 @@ $only-bild: false;
|
|
|
513
365
|
$only-sport-bild: true;
|
|
514
366
|
|
|
515
367
|
|
|
368
|
+
// ============================================
|
|
369
|
+
// COMPONENT
|
|
370
|
+
// ============================================
|
|
371
|
+
|
|
372
|
+
// Component - Article - FontSize
|
|
373
|
+
// --article-figure-caption-font-size-sm
|
|
374
|
+
$article-image-caption-font-size-xs: 13px;
|
|
375
|
+
// --article-figure-caption-font-size-md
|
|
376
|
+
$article-image-caption-font-size-md: 13px;
|
|
377
|
+
// --article-figure-caption-font-size-lg
|
|
378
|
+
$article-image-caption-font-size-lg: 15px;
|
|
379
|
+
// --article-figure-caption-font-size-sm
|
|
380
|
+
$article-image-caption-font-size-sm: 13px;
|
|
381
|
+
// --article-figure-meta-font-size-sm
|
|
382
|
+
$article-image-source-font-size-xs: 13px;
|
|
383
|
+
// --article-figure-meta-font-size-sm
|
|
384
|
+
$article-image-source-font-size-sm: 13px;
|
|
385
|
+
// --article-figure-meta-font-size-sm
|
|
386
|
+
$article-image-source-font-size-md: 13px;
|
|
387
|
+
// --article-figure-meta-font-size-lg
|
|
388
|
+
$article-image-source-font-size-lg: 15px;
|
|
389
|
+
|
|
390
|
+
// Component - Article - LineHeight
|
|
391
|
+
// --article-figure-caption-line-height-sm ; Bild: 19.5 // SpoBi: 16.9 // Ad: 19.5
|
|
392
|
+
$article-image-caption-line-height-xs: 16.899999618530273px;
|
|
393
|
+
// --article-figure-caption-line-height-md ; Bild: 24.75 // SpoBi: 16.9 // Ad: 19.5
|
|
394
|
+
$article-image-caption-line-height-md: 16.899999618530273px;
|
|
395
|
+
// --article-figure-caption-line-height-lg ; Bild: 24.75 // SpoBi: 19.5 // Ad: 24
|
|
396
|
+
$article-image-caption-line-height-lg: 19.5px;
|
|
397
|
+
// --article-figure-caption-line-height-sm ; Bild: 19.5 // SpoBi: 16.9 // Ad: 19.5
|
|
398
|
+
$article-image-caption-line-height-sm: 16.899999618530273px;
|
|
399
|
+
// --article-figure-meta-line-height-sm ; Bild: 21 // SpoBi: 17 // Ad: 19
|
|
400
|
+
$article-image-source-line-height-md: 17px;
|
|
401
|
+
// --article-figure-meta-line-height-lg ; Bild: 23 // SpoBi: 19 // Ad: 24
|
|
402
|
+
$article-image-source-line-height-lg: 19px;
|
|
403
|
+
// --article-figure-meta-line-height-sm ; Bild: 21 // SpoBi: 17 // Ad: 19
|
|
404
|
+
$article-image-source-line-height-xs: 17px;
|
|
405
|
+
// --article-figure-meta-line-height-sm ; Bild: 21 // SpoBi: 17 // Ad: 19
|
|
406
|
+
$article-image-source-line-height-sm: 17px;
|
|
407
|
+
|
|
408
|
+
// Component - Breadcrumb - FontSize
|
|
409
|
+
// --breadcrumb-font-size-sm
|
|
410
|
+
$breadcrumb-font-size-xs: 14px;
|
|
411
|
+
// --breadcrumb-font-size-sm
|
|
412
|
+
$breadcrumb-font-size-sm: 14px;
|
|
413
|
+
// --breadcrumb-font-size-sm
|
|
414
|
+
$breadcrumb-font-size-md: 14px;
|
|
415
|
+
// --breadcrumb-font-size-lg
|
|
416
|
+
$breadcrumb-font-size-lg: 11px;
|
|
417
|
+
|
|
418
|
+
// Component - Breadcrumb - LineHeight
|
|
419
|
+
// not defined as variable
|
|
420
|
+
$breadcrumb-line-height-xs: 14px;
|
|
421
|
+
// not defined as variable
|
|
422
|
+
$breadcrumb-line-height-sm: 14px;
|
|
423
|
+
// not defined as variable
|
|
424
|
+
$breadcrumb-line-height-md: 14px;
|
|
425
|
+
// not defined as variable
|
|
426
|
+
$breadcrumb-line-height-lg: 11px;
|
|
427
|
+
|
|
428
|
+
// Component - Breadcrumb - FontFamily
|
|
429
|
+
// --breadcrumb-font
|
|
430
|
+
$breadcrumb-font-family: Inter;
|
|
431
|
+
|
|
432
|
+
// Component - Breadcrumb - FontWeight
|
|
433
|
+
// --breadcrumb-font-size-sm
|
|
434
|
+
$breadcrumb-font-weight: 400;
|
|
435
|
+
|
|
436
|
+
// Component - Menu
|
|
437
|
+
// --nav-btn-font-size
|
|
438
|
+
$menu-item-font-size: 18px;
|
|
439
|
+
// --caption-1-font-size-md
|
|
440
|
+
$app-top-bar-title-font-size-md: 13px;
|
|
441
|
+
// --caption-1-font-size-lg
|
|
442
|
+
$app-top-bar-title-font-size-lg: 13px;
|
|
443
|
+
// --caption-1-font-size-sm
|
|
444
|
+
$app-top-bar-title-font-size-xs: 12px;
|
|
445
|
+
// --caption-1-font-size-sm
|
|
446
|
+
$app-top-bar-title-font-size-sm: 12px;
|
|
447
|
+
$app-top-bar-title-line-height-md: 17px;
|
|
448
|
+
$app-top-bar-title-line-height-lg: 17px;
|
|
449
|
+
$app-top-bar-title-line-height-xs: 14px;
|
|
450
|
+
$app-top-bar-title-line-height-sm: 14px;
|
|
451
|
+
$menu-item-font-weight: Black Italic;
|
|
452
|
+
|
|
453
|
+
// Component - Teaser
|
|
454
|
+
// --teaser-title-padding-lg
|
|
455
|
+
$teaser-title-inline-space-lg: 16px;
|
|
456
|
+
// --teaser-title-padding-md
|
|
457
|
+
$teaser-title-inline-space-md: 16px;
|
|
458
|
+
// --teaser-title-padding-sm
|
|
459
|
+
$teaser-title-inline-space-sm: 12px;
|
|
460
|
+
// --teaser-title-padding-xs
|
|
461
|
+
$teaser-title-inline-space-xs: 12px;
|
|
462
|
+
|
|
463
|
+
// Component - Teaser - Quad
|
|
464
|
+
$q-teaser-title-inline-space-lg: 24px;
|
|
465
|
+
$q-teaser-title-inline-space-md: 24px;
|
|
466
|
+
$q-teaser-title-inline-space-sm: 12px;
|
|
467
|
+
$q-teaser-title-inline-space-xs: 12px;
|
|
468
|
+
|
|
469
|
+
// Component - Teaser - aTeaser
|
|
470
|
+
$a-teaser-title-inline-space-lg: 16px;
|
|
471
|
+
$a-teaser-title-inline-space-md: 16px;
|
|
472
|
+
$a-teaser-title-inline-space-xs: 12px;
|
|
473
|
+
$a-teaser-title-inline-space-sm: 12px;
|
|
474
|
+
|
|
475
|
+
// Component - Teaser - bTeaser
|
|
476
|
+
$b-teaser-title-inline-space: 16px;
|
|
477
|
+
|
|
478
|
+
// Component - Teaser - 2xaTeaser
|
|
479
|
+
$2xa-teaser-title-inline-space: 16px;
|
|
480
|
+
|
|
481
|
+
// Component - Teaser - miniQ
|
|
482
|
+
$mini-qteaser-title-inline-space-md: 12px;
|
|
483
|
+
$mini-qteaser-title-inline-space-lg: 12px;
|
|
484
|
+
$mini-qteaser-title-inline-space-sm: 12px;
|
|
485
|
+
$mini-qteaser-title-inline-space-xs: 12px;
|
|
486
|
+
|
|
487
|
+
// Component - Teaser - superA
|
|
488
|
+
$super-ateaser-title-inline-space: 24px;
|
|
489
|
+
|
|
490
|
+
// Component - Avatar
|
|
491
|
+
// current css 09-2025 --article-author-font // Bild: GothamXNarrow; SpoBi: Inter; Ads: LucidaGrande
|
|
492
|
+
$avatar-font-family: Inter;
|
|
493
|
+
// 09-2025 css using footnote var for font sizes SM & LG // Bild: 16; SpoBi: 13; Ads: 13
|
|
494
|
+
$avatar-font-size-sm: 13px;
|
|
495
|
+
// 09-2025 css using footnote var for font sizes SM & LG // Bild: 18; SpoBi: 15; Ads: 15
|
|
496
|
+
$avatar-font-size-lg: 15px;
|
|
497
|
+
|
|
498
|
+
// Component - BreakingNews
|
|
499
|
+
$breaking-news-content-font-size: 26px;
|
|
500
|
+
|
|
501
|
+
// Component - Accordion
|
|
502
|
+
$accordion-label-font-family: Inter;
|
|
503
|
+
|
|
504
|
+
// Component - Footer
|
|
505
|
+
$footer-link-font-family: Inter;
|
|
506
|
+
|
|
507
|
+
// Component - MediaPlayer
|
|
508
|
+
$video-time-badge-font-family: Inter;
|
|
509
|
+
|
|
510
|
+
// Component - Inputfield
|
|
511
|
+
$input-field-label-font-family: Inter;
|
|
512
|
+
|
|
513
|
+
$button-label-font-weight-st: Bold Italic;
|
|
514
|
+
|
|
515
|
+
|
|
516
516
|
// ============================================
|
|
517
517
|
// OTHER
|
|
518
518
|
// ============================================
|