@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,283 +1,194 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Typography Classes - Bild / xs
|
|
3
|
-
* Generiert am: 2025-11-
|
|
3
|
+
* Generiert am: 2025-11-25T08:26:27.059Z
|
|
4
4
|
* Nicht manuell bearbeiten!
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
/* ============================================
|
|
8
|
-
|
|
9
|
-
============================================ */
|
|
10
|
-
|
|
11
|
-
.pageheaderdescription {
|
|
12
|
-
font-family: Gotham XNarrow;
|
|
13
|
-
font-weight: 700;
|
|
14
|
-
letter-spacing: 0px;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
/* This text style is only used on the design system's documentation for code syntax snippets. */
|
|
18
|
-
.codesnippets {
|
|
19
|
-
font-family: Source Code Pro;
|
|
20
|
-
font-size: 12px;
|
|
21
|
-
line-height: 15.600000381469727px;
|
|
22
|
-
letter-spacing: 0px;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
/* This text style is only used for mockup pages of the design system website. */
|
|
26
|
-
.bilddesignsidemenu {
|
|
27
|
-
font-family: Gotham XNarrow;
|
|
28
|
-
font-weight: 400;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
/* This text style is only used for mockup pages of the design system website. */
|
|
32
|
-
.bilddesignsidemenuactive {
|
|
33
|
-
font-family: Gotham XNarrow;
|
|
34
|
-
font-weight: 400;
|
|
35
|
-
text-decoration: underline;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
/* This text style is only used for mockup pages of the design system website. */
|
|
39
|
-
.bilddesignsidemenuhover {
|
|
40
|
-
font-family: Gotham XNarrow;
|
|
41
|
-
font-weight: 600;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
/* This text style is only used for mockups the vertical video component teaser headlines. */
|
|
45
|
-
.verticalvideosmockheadlines {
|
|
46
|
-
font-family: Gotham Condensed;
|
|
47
|
-
font-weight: 600;
|
|
48
|
-
font-size: 22px;
|
|
49
|
-
line-height: 22px;
|
|
50
|
-
text-decoration: underline;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
/* This text style is used on documentation pages that contain some token information. */
|
|
54
|
-
.tokenspecl {
|
|
55
|
-
font-family: Source Code Pro;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
/* ============================================
|
|
60
|
-
.SPECS
|
|
8
|
+
DISPLAY
|
|
61
9
|
============================================ */
|
|
62
10
|
|
|
63
|
-
/*
|
|
64
|
-
.
|
|
11
|
+
/* Display styles are used for large, attention-grabbing text, typically in hero sections, landing pages, or promotional contexts. They emphasize hierarchy and visual impact. Font size: 40 - 40 - 72 - 120 */
|
|
12
|
+
.display1 {
|
|
65
13
|
font-family: Gotham;
|
|
66
|
-
font-weight:
|
|
14
|
+
font-weight: 800;
|
|
15
|
+
font-size: 40px;
|
|
16
|
+
line-height: 40px;
|
|
17
|
+
letter-spacing: -0.5px;
|
|
67
18
|
}
|
|
68
19
|
|
|
69
|
-
/*
|
|
70
|
-
.
|
|
20
|
+
/* Display styles are used for large, attention-grabbing text, typically in hero sections, landing pages, or promotional contexts. They emphasize hierarchy and visual impact. Font size: 36 - 36 - 42 - 64 */
|
|
21
|
+
.display2 {
|
|
71
22
|
font-family: Gotham;
|
|
23
|
+
font-weight: 800;
|
|
24
|
+
font-size: 36px;
|
|
25
|
+
line-height: 36px;
|
|
26
|
+
letter-spacing: -0.5px;
|
|
72
27
|
}
|
|
73
28
|
|
|
74
|
-
/*
|
|
75
|
-
.
|
|
29
|
+
/* Display styles are used for large, attention-grabbing text, typically in hero sections, landing pages, or promotional contexts. They emphasize hierarchy and visual impact. Font size: 28 - 28 - 32 - 40 */
|
|
30
|
+
.display3 {
|
|
76
31
|
font-family: Gotham;
|
|
32
|
+
font-weight: 800;
|
|
33
|
+
font-size: 28px;
|
|
34
|
+
line-height: 28px;
|
|
35
|
+
letter-spacing: -0.5px;
|
|
77
36
|
}
|
|
78
37
|
|
|
79
|
-
/* This text style is only used for audit pages of the design system. */
|
|
80
|
-
.specsm {
|
|
81
|
-
font-family: Gotham;
|
|
82
|
-
}
|
|
83
38
|
|
|
84
|
-
/*
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
39
|
+
/* ============================================
|
|
40
|
+
HEADLINE
|
|
41
|
+
============================================ */
|
|
42
|
+
|
|
43
|
+
/* Headlines structure content into clear sections. They are prominent but more versatile than Display styles, used across articles, teasers and modules. Font size: 48 - 48 - 72 - 100 */
|
|
44
|
+
.headline1 {
|
|
45
|
+
font-family: Gotham Condensed;
|
|
46
|
+
font-size: 48px;
|
|
47
|
+
line-height: 48px;
|
|
48
|
+
letter-spacing: 0px;
|
|
49
|
+
font-style: 700;
|
|
91
50
|
}
|
|
92
51
|
|
|
93
|
-
/* This text style
|
|
94
|
-
.
|
|
95
|
-
font-family: Gotham;
|
|
96
|
-
font-
|
|
97
|
-
|
|
52
|
+
/* Headlines structure content into clear sections. They are prominent but more versatile than Display styles, used across articles, teasers and modules. This text style's token for the font size parameter changes across device sizes as follows: 40 - 40 - 48 - 64 */
|
|
53
|
+
.headline2 {
|
|
54
|
+
font-family: Gotham Condensed;
|
|
55
|
+
font-size: 40px;
|
|
56
|
+
line-height: 40px;
|
|
57
|
+
letter-spacing: 0px;
|
|
58
|
+
font-style: 700;
|
|
98
59
|
}
|
|
99
60
|
|
|
100
|
-
/* This text style is
|
|
101
|
-
.
|
|
102
|
-
font-family: Gotham;
|
|
103
|
-
font-
|
|
104
|
-
|
|
61
|
+
/* Headlines structure content into clear sections. They are prominent but more versatile than Display styles, used across articles, teasers and modules. This text style's font size parameter is controlled by the headline3FontSize token: 28 - 28 - 36 - 40 */
|
|
62
|
+
.headline3 {
|
|
63
|
+
font-family: Gotham Condensed;
|
|
64
|
+
font-size: 28px;
|
|
65
|
+
line-height: 28px;
|
|
66
|
+
letter-spacing: 0px;
|
|
67
|
+
font-style: 700;
|
|
105
68
|
}
|
|
106
69
|
|
|
107
|
-
/*
|
|
108
|
-
.
|
|
109
|
-
font-family: Gotham;
|
|
110
|
-
font-
|
|
111
|
-
|
|
70
|
+
/* Headlines structure content into clear sections. They are prominent but more versatile than Display styles, used across articles, teasers and modules. Font size: 22 - 22 - 26 - 32 */
|
|
71
|
+
.headline4 {
|
|
72
|
+
font-family: Gotham Condensed;
|
|
73
|
+
font-size: 22px;
|
|
74
|
+
line-height: 22px;
|
|
75
|
+
letter-spacing: 0px;
|
|
76
|
+
font-style: 600;
|
|
112
77
|
}
|
|
113
78
|
|
|
114
79
|
|
|
115
80
|
/* ============================================
|
|
116
|
-
|
|
81
|
+
SUBHEADLINE
|
|
117
82
|
============================================ */
|
|
118
83
|
|
|
119
|
-
/* This text style is
|
|
120
|
-
.
|
|
121
|
-
font-family: Gotham
|
|
84
|
+
/* This Subheadlines text style is used in articles. They are placed under the headline at the top of an article. Subheadlines can appear in some teasers also. Font size: 24 - 24 - 32 - 36 */
|
|
85
|
+
.subheadline1 {
|
|
86
|
+
font-family: Gotham Condensed;
|
|
122
87
|
font-weight: 700;
|
|
123
|
-
font-size:
|
|
88
|
+
font-size: 24px;
|
|
89
|
+
line-height: 24px;
|
|
124
90
|
letter-spacing: 0px;
|
|
125
91
|
}
|
|
126
92
|
|
|
127
93
|
|
|
128
94
|
/* ============================================
|
|
129
|
-
|
|
95
|
+
KICKER
|
|
130
96
|
============================================ */
|
|
131
97
|
|
|
132
|
-
/*
|
|
133
|
-
.
|
|
98
|
+
/* Kickers are short introductory lines placed above a headline to provide context, category, or emphasis. They support content orientation. Font size: 18 - 18 - 22 - 30 --//*//-- currently css uses kicker0 for the naming of this text style and sequence of font size changes */
|
|
99
|
+
.kicker1 {
|
|
134
100
|
font-family: Gotham XNarrow;
|
|
135
101
|
font-size: 18px;
|
|
136
102
|
line-height: 19.799999237060547px;
|
|
103
|
+
letter-spacing: 0px;
|
|
137
104
|
font-style: 700;
|
|
138
105
|
}
|
|
139
106
|
|
|
140
|
-
/*
|
|
141
|
-
.
|
|
107
|
+
/* Kickers are short introductory lines placed above a headline to provide context, category, or emphasis. They support content orientation. Font size: 18 - 18 - 22 - 24 --//*//-- currently css uses kicker1 for the naming of this text style and sequence of font size changes */
|
|
108
|
+
.kicker2 {
|
|
142
109
|
font-family: Gotham XNarrow;
|
|
143
|
-
font-
|
|
144
|
-
|
|
145
|
-
line-height: 19.5px;
|
|
110
|
+
font-size: 18px;
|
|
111
|
+
line-height: 19.799999237060547px;
|
|
146
112
|
letter-spacing: 0px;
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
/* This component level text style is reserved for article page headline texts that show up at the top of article pages. This text style references the generic text styles headline1 and headline2 font size variables. 40 - 40 - 72 - 100 */
|
|
150
|
-
.articleheadline {
|
|
151
|
-
font-family: Gotham Condensed;
|
|
152
|
-
font-size: 40px;
|
|
153
|
-
line-height: 40px;
|
|
154
113
|
font-style: 700;
|
|
155
114
|
}
|
|
156
115
|
|
|
157
|
-
/*
|
|
158
|
-
.
|
|
159
|
-
font-family: Gotham XNarrow;
|
|
160
|
-
font-weight: 400;
|
|
161
|
-
font-size: 16px;
|
|
162
|
-
line-height: 21px;
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
/* Use this text style for time and day text string that commonly shows up along with the article authors avatars. Font size: 12 - 12 - 14 - 16 */
|
|
166
|
-
.articletimestamp {
|
|
167
|
-
font-family: Gotham;
|
|
168
|
-
font-weight: 800;
|
|
169
|
-
font-size: 12px;
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
/* ============================================
|
|
174
|
-
ATEASER
|
|
175
|
-
============================================ */
|
|
176
|
-
|
|
177
|
-
/* 16 - 16 - 22 - 24 | This text style currently uses two different semantic styles within it, the kicker3 for XS & S, and kicker2 for MD & LG */
|
|
178
|
-
.ateaserkicker {
|
|
116
|
+
/* Kickers are short introductory lines placed above a headline to provide context, category, or emphasis. They support content orientation. Font size: 16 - 16 - 18 - 20 --//*//-- currently css uses kicker2 for the naming of this text style and sequence of font size changes */
|
|
117
|
+
.kicker3 {
|
|
179
118
|
font-family: Gotham XNarrow;
|
|
180
119
|
font-size: 16px;
|
|
181
|
-
line-height:
|
|
182
|
-
letter-spacing: 0px;
|
|
120
|
+
line-height: 17.600000381469727px;
|
|
183
121
|
font-style: 700;
|
|
184
122
|
}
|
|
185
123
|
|
|
186
|
-
/*
|
|
187
|
-
.
|
|
188
|
-
font-family: Gotham
|
|
189
|
-
font-size:
|
|
190
|
-
line-height:
|
|
124
|
+
/* Kickers are short introductory lines placed above a headline to provide context, category, or emphasis. They support content orientation. Font size: 14 - 14 - 16 - 16 --//*//-- currently css uses kicker3 for the naming of this text style and sequence of font size changes */
|
|
125
|
+
.kicker4 {
|
|
126
|
+
font-family: Gotham XNarrow;
|
|
127
|
+
font-size: 14px;
|
|
128
|
+
line-height: 15.399999618530273px;
|
|
191
129
|
letter-spacing: 0px;
|
|
192
130
|
font-style: 700;
|
|
193
131
|
}
|
|
194
132
|
|
|
195
133
|
|
|
196
134
|
/* ============================================
|
|
197
|
-
|
|
135
|
+
TITLE
|
|
198
136
|
============================================ */
|
|
199
137
|
|
|
200
|
-
/*
|
|
201
|
-
.
|
|
202
|
-
font-family: Gotham
|
|
203
|
-
font-weight:
|
|
204
|
-
font-size:
|
|
205
|
-
line-height:
|
|
138
|
+
/* Title styles are mid-level headings, often used for module names, card headers, or section labels. They balance prominence with readability. Font size: 22 - 22 - 22 - 28 */
|
|
139
|
+
.title1 {
|
|
140
|
+
font-family: Gotham;
|
|
141
|
+
font-weight: 800;
|
|
142
|
+
font-size: 22px;
|
|
143
|
+
line-height: 22px;
|
|
144
|
+
letter-spacing: 0px;
|
|
206
145
|
}
|
|
207
146
|
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
AVATAR
|
|
211
|
-
============================================ */
|
|
212
|
-
|
|
213
|
-
/* This text style is used for avatar on iOS & Android apps. 12 - 12 - 14 - 16 */
|
|
214
|
-
.appavatar {
|
|
147
|
+
/* Title styles are mid-level headings, often used for module names, card headers, or section labels. They balance prominence with readability. Font size: 22 - 22 - 22 - 28 */
|
|
148
|
+
.title1uppercase {
|
|
215
149
|
font-family: Gotham;
|
|
216
150
|
font-weight: 800;
|
|
217
|
-
font-size:
|
|
151
|
+
font-size: 22px;
|
|
152
|
+
line-height: 22px;
|
|
218
153
|
letter-spacing: 0px;
|
|
219
154
|
text-transform: upper;
|
|
220
155
|
}
|
|
221
156
|
|
|
222
|
-
/*
|
|
223
|
-
|
|
224
|
-
09-2025, on large devices this component uses the css var --footnote-font-size-lg at 1024px bp changes to --footnote-font-size-sm */
|
|
225
|
-
.avatardefault {
|
|
226
|
-
font-family: Gotham XNarrow;
|
|
227
|
-
font-weight: 700;
|
|
228
|
-
font-size: 16px;
|
|
229
|
-
line-height: 21px;
|
|
230
|
-
letter-spacing: 0px;
|
|
231
|
-
}
|
|
157
|
+
/* Title styles are mid-level headings, often used for module names, card headers, or section labels. They balance prominence with readability.
|
|
232
158
|
|
|
233
|
-
|
|
234
|
-
.
|
|
235
|
-
font-family: Gotham
|
|
236
|
-
font-weight:
|
|
159
|
+
In the previous system, this style was named Caption. For greater clarity and consistency, it has been renamed to title2. Font size: 16 - 16 - 18 - 20 */
|
|
160
|
+
.title2 {
|
|
161
|
+
font-family: Gotham;
|
|
162
|
+
font-weight: 800;
|
|
237
163
|
font-size: 16px;
|
|
238
|
-
line-height:
|
|
164
|
+
line-height: 17.600000381469727px;
|
|
239
165
|
letter-spacing: 0px;
|
|
240
|
-
text-decoration: underline;
|
|
241
166
|
}
|
|
242
167
|
|
|
243
|
-
/*
|
|
244
|
-
.avatarsecondaryinfo {
|
|
245
|
-
font-family: Gotham XNarrow;
|
|
246
|
-
font-weight: 400;
|
|
247
|
-
font-size: 16px;
|
|
248
|
-
line-height: 21px;
|
|
249
|
-
letter-spacing: 0px;
|
|
250
|
-
}
|
|
168
|
+
/* Title styles are mid-level headings, often used for module names, card headers, or section labels. They balance prominence with readability.
|
|
251
169
|
|
|
252
|
-
|
|
253
|
-
.
|
|
254
|
-
font-family: Gotham
|
|
255
|
-
font-weight:
|
|
170
|
+
In the previous system, this style was named Caption. For greater clarity and consistency, it has been renamed to title2. Font size: 16 - 16 - 18 - 20 */
|
|
171
|
+
.title2uppercase {
|
|
172
|
+
font-family: Gotham;
|
|
173
|
+
font-weight: 800;
|
|
256
174
|
font-size: 16px;
|
|
257
|
-
line-height:
|
|
175
|
+
line-height: 17.600000381469727px;
|
|
258
176
|
letter-spacing: 0px;
|
|
259
|
-
text-
|
|
177
|
+
text-transform: upper;
|
|
260
178
|
}
|
|
261
179
|
|
|
262
180
|
|
|
263
181
|
/* ============================================
|
|
264
|
-
|
|
182
|
+
CALLOUT
|
|
265
183
|
============================================ */
|
|
266
184
|
|
|
267
|
-
/*
|
|
268
|
-
.
|
|
269
|
-
font-family: Gotham
|
|
270
|
-
font-weight:
|
|
271
|
-
font-size:
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
/* This text style is used on horizontal video badges that contain either the video's total duration or a live status identifier. Font size: 16 - 16 - 18 - 18 */
|
|
276
|
-
.videotimebadge {
|
|
277
|
-
font-family: Gotham XNarrow;
|
|
278
|
-
font-weight: 400;
|
|
279
|
-
font-size: 16px;
|
|
280
|
-
line-height: 21px;
|
|
185
|
+
/* Callouts highlight key information, quotes, or important notes inside content. They stand apart from body text to draw attention. There is overlap between this text style and the title text styles. Font size: 18 - 18 - 22 - 22 */
|
|
186
|
+
.callout {
|
|
187
|
+
font-family: Gotham;
|
|
188
|
+
font-weight: 800;
|
|
189
|
+
font-size: 18px;
|
|
190
|
+
line-height: 18px;
|
|
191
|
+
letter-spacing: 0px;
|
|
281
192
|
}
|
|
282
193
|
|
|
283
194
|
|
|
@@ -321,448 +232,535 @@
|
|
|
321
232
|
|
|
322
233
|
|
|
323
234
|
/* ============================================
|
|
324
|
-
|
|
235
|
+
TEXTLINK
|
|
325
236
|
============================================ */
|
|
326
237
|
|
|
327
|
-
/*
|
|
328
|
-
.
|
|
238
|
+
/* Use this text style for styling elements that are clickable text links inside body texts. This style is often found in article texts. Font size remains constant at 21 across device sizes. */
|
|
239
|
+
.textlink {
|
|
329
240
|
font-family: Gotham XNarrow;
|
|
330
|
-
font-weight:
|
|
331
|
-
font-size:
|
|
332
|
-
line-height:
|
|
241
|
+
font-weight: 400;
|
|
242
|
+
font-size: 21px;
|
|
243
|
+
line-height: 28px;
|
|
333
244
|
letter-spacing: 0px;
|
|
245
|
+
text-decoration: underline;
|
|
334
246
|
}
|
|
335
247
|
|
|
336
|
-
/*
|
|
337
|
-
.
|
|
248
|
+
/* Use this text style for styling elements that are clickable text links inside body texts that are using the italic style. This style is often found in article texts that need to show contrast for publications titles, specific words or names. Font size remains constant at 21 across device sizes. */
|
|
249
|
+
.textlinkitalic {
|
|
338
250
|
font-family: Gotham XNarrow;
|
|
339
|
-
font-
|
|
340
|
-
|
|
341
|
-
line-height: 15px;
|
|
251
|
+
font-size: 21px;
|
|
252
|
+
line-height: 28px;
|
|
342
253
|
letter-spacing: 0px;
|
|
343
254
|
text-decoration: underline;
|
|
344
255
|
}
|
|
345
256
|
|
|
346
|
-
/*
|
|
347
|
-
.
|
|
257
|
+
/* Use this text style for styling elements that are clickable text links inside emphasized body texts that are using the bold or html strong style. This style is often found in article texts that need to show contrast for specific words or names. Font size remains constant at 21 across device sizes. */
|
|
258
|
+
.textlinkbold {
|
|
348
259
|
font-family: Gotham XNarrow;
|
|
349
260
|
font-weight: 700;
|
|
350
|
-
font-size:
|
|
351
|
-
line-height:
|
|
261
|
+
font-size: 21px;
|
|
262
|
+
line-height: 28px;
|
|
352
263
|
letter-spacing: 0px;
|
|
353
264
|
text-decoration: underline;
|
|
354
265
|
}
|
|
355
266
|
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
BREAKINGNEWS
|
|
359
|
-
============================================ */
|
|
360
|
-
|
|
361
|
-
/* Use this text style on breaking news headlines that horizontally scroll in the breaking news animated strip. Font size constant 21. */
|
|
362
|
-
.breakingnewstext {
|
|
267
|
+
/* Use this style for body text links or other text links that are in active state. Font size remains constant at 21 across device sizes. */
|
|
268
|
+
.textlinkhover {
|
|
363
269
|
font-family: Gotham XNarrow;
|
|
364
|
-
font-weight:
|
|
270
|
+
font-weight: 400;
|
|
365
271
|
font-size: 21px;
|
|
366
|
-
line-height:
|
|
367
|
-
letter-spacing: 0px;
|
|
368
|
-
text-transform: upper;
|
|
369
|
-
}
|
|
370
|
-
|
|
371
|
-
/* Use this text style on the upper title of the breaking news headline strip. Font size constant 13. */
|
|
372
|
-
.breakingnewsuppertitle {
|
|
373
|
-
font-family: Gotham;
|
|
374
|
-
font-weight: 800;
|
|
375
|
-
font-size: 13px;
|
|
376
|
-
line-height: 13px;
|
|
272
|
+
line-height: 28px;
|
|
377
273
|
letter-spacing: 0px;
|
|
274
|
+
text-decoration: underline;
|
|
378
275
|
}
|
|
379
276
|
|
|
380
|
-
/* Use this
|
|
381
|
-
.
|
|
382
|
-
font-family: Gotham;
|
|
383
|
-
font-weight:
|
|
384
|
-
font-size:
|
|
385
|
-
line-height:
|
|
277
|
+
/* Use this style for body text links or other text links that are in active state. Font size remains constant at 21 across device sizes. */
|
|
278
|
+
.textlinkboldhover {
|
|
279
|
+
font-family: Gotham XNarrow;
|
|
280
|
+
font-weight: 700;
|
|
281
|
+
font-size: 21px;
|
|
282
|
+
line-height: 28px;
|
|
386
283
|
letter-spacing: 0px;
|
|
284
|
+
text-decoration: underline;
|
|
387
285
|
}
|
|
388
286
|
|
|
389
287
|
|
|
390
288
|
/* ============================================
|
|
391
|
-
|
|
289
|
+
FOOTNOTE
|
|
392
290
|
============================================ */
|
|
393
291
|
|
|
394
|
-
/* This
|
|
395
|
-
.
|
|
292
|
+
/* Footnotes are used for disclaimers, annotations, or secondary details. They are small in size and carry low visual weight. This specific style is commonly used on small two lines of text that are seen on standard teasers. The font size of this text style is similar to the label text style. This text style should be chosen when longer small descriptive texts in a small font size is needed where as the label text style should be used for shorter identifier texts. Font size: 16 - 16 - 16 - 18 */
|
|
293
|
+
.footnote1 {
|
|
396
294
|
font-family: Gotham XNarrow;
|
|
397
|
-
font-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
text-transform: upper;
|
|
295
|
+
font-weight: 400;
|
|
296
|
+
font-size: 16px;
|
|
297
|
+
line-height: 21px;
|
|
298
|
+
letter-spacing: 0px;
|
|
402
299
|
}
|
|
403
300
|
|
|
404
|
-
/*
|
|
405
|
-
.
|
|
301
|
+
/* Footnotes are used for disclaimers, annotations, or secondary details. They are small in size and carry low visual weight. This text style should be chosen when longer small descriptive texts in a small font size is needed where as the label text style should be used for shorter identifier texts. 16 - 16 - 16 - 18 */
|
|
302
|
+
.footnote1bold {
|
|
406
303
|
font-family: Gotham XNarrow;
|
|
407
|
-
font-weight:
|
|
304
|
+
font-weight: 700;
|
|
408
305
|
font-size: 16px;
|
|
409
|
-
line-height:
|
|
306
|
+
line-height: 21px;
|
|
307
|
+
letter-spacing: 0px;
|
|
410
308
|
}
|
|
411
309
|
|
|
310
|
+
/* Footnotes are used for disclaimers, annotations, or secondary details. They are small in size and carry low visual weight. This text style should be chosen when longer small descriptive texts in a small font size is needed where as the label text style should be used for shorter identifier texts. Font size: 12 - 12 - 12 - 16 */
|
|
311
|
+
.footnote2 {
|
|
312
|
+
font-family: Gotham XNarrow;
|
|
313
|
+
font-weight: 400;
|
|
314
|
+
font-size: 12px;
|
|
315
|
+
line-height: 15.600000381469727px;
|
|
316
|
+
letter-spacing: 0px;
|
|
317
|
+
}
|
|
412
318
|
|
|
413
|
-
/*
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
.
|
|
419
|
-
font-family: Gotham;
|
|
420
|
-
font-weight: 800;
|
|
421
|
-
font-size: 18px;
|
|
422
|
-
line-height: 18px;
|
|
319
|
+
/* Footnotes are used for disclaimers, annotations, or secondary details. They are small in size and carry low visual weight. This text style should be chosen when longer small descriptive texts in a small font size is needed where as the label text style should be used for shorter identifier texts. Font size: 12 - 12 - 12 - 16 */
|
|
320
|
+
.footnote2bold {
|
|
321
|
+
font-family: Gotham XNarrow;
|
|
322
|
+
font-weight: 700;
|
|
323
|
+
font-size: 12px;
|
|
324
|
+
line-height: 15.600000381469727px;
|
|
423
325
|
letter-spacing: 0px;
|
|
424
326
|
}
|
|
425
327
|
|
|
426
328
|
|
|
427
329
|
/* ============================================
|
|
428
|
-
|
|
330
|
+
LABEL
|
|
429
331
|
============================================ */
|
|
430
332
|
|
|
431
|
-
/* This text style is
|
|
432
|
-
.
|
|
333
|
+
/* Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 17 across device sizes. */
|
|
334
|
+
.label1 {
|
|
335
|
+
font-family: Gotham XNarrow;
|
|
336
|
+
font-weight: 400;
|
|
337
|
+
font-size: 17px;
|
|
338
|
+
line-height: 17px;
|
|
339
|
+
letter-spacing: 0.25px;
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
/* Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 17 across device sizes. */
|
|
343
|
+
.label1bold {
|
|
433
344
|
font-family: Gotham XNarrow;
|
|
434
345
|
font-weight: 700;
|
|
435
|
-
font-size:
|
|
346
|
+
font-size: 17px;
|
|
347
|
+
line-height: 17px;
|
|
348
|
+
letter-spacing: 0.25px;
|
|
436
349
|
}
|
|
437
350
|
|
|
351
|
+
/* Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size changes across device sizes: 10 - 10 - 15 - 17 */
|
|
352
|
+
.label1boldresp {
|
|
353
|
+
font-family: Gotham XNarrow;
|
|
354
|
+
font-weight: 700;
|
|
355
|
+
font-size: 10px;
|
|
356
|
+
line-height: 10px;
|
|
357
|
+
letter-spacing: 0.25px;
|
|
358
|
+
}
|
|
438
359
|
|
|
439
|
-
/*
|
|
440
|
-
|
|
441
|
-
|
|
360
|
+
/* Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 17 across device sizes. */
|
|
361
|
+
.label1uppercasebold {
|
|
362
|
+
font-family: Gotham XNarrow;
|
|
363
|
+
font-weight: 700;
|
|
364
|
+
font-size: 17px;
|
|
365
|
+
line-height: 17px;
|
|
366
|
+
letter-spacing: 0.5px;
|
|
367
|
+
text-transform: upper;
|
|
368
|
+
}
|
|
442
369
|
|
|
443
|
-
/*
|
|
444
|
-
.
|
|
445
|
-
font-family: Gotham;
|
|
446
|
-
font-weight:
|
|
447
|
-
font-size:
|
|
448
|
-
line-height:
|
|
449
|
-
letter-spacing:
|
|
370
|
+
/* Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 15 across device sizes. */
|
|
371
|
+
.label2 {
|
|
372
|
+
font-family: Gotham XNarrow;
|
|
373
|
+
font-weight: 400;
|
|
374
|
+
font-size: 15px;
|
|
375
|
+
line-height: 16px;
|
|
376
|
+
letter-spacing: 0.25px;
|
|
450
377
|
}
|
|
451
378
|
|
|
452
|
-
/*
|
|
453
|
-
.
|
|
454
|
-
font-family: Gotham;
|
|
455
|
-
font-weight:
|
|
456
|
-
font-size:
|
|
457
|
-
line-height:
|
|
458
|
-
letter-spacing:
|
|
379
|
+
/* Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 15 across device sizes. */
|
|
380
|
+
.label2uppercase {
|
|
381
|
+
font-family: Gotham XNarrow;
|
|
382
|
+
font-weight: 400;
|
|
383
|
+
font-size: 15px;
|
|
384
|
+
line-height: 16px;
|
|
385
|
+
letter-spacing: 0.25px;
|
|
386
|
+
text-transform: upper;
|
|
459
387
|
}
|
|
460
388
|
|
|
461
|
-
/*
|
|
462
|
-
.
|
|
463
|
-
font-family: Gotham;
|
|
464
|
-
font-weight:
|
|
465
|
-
font-size:
|
|
466
|
-
line-height:
|
|
467
|
-
letter-spacing:
|
|
389
|
+
/* Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 15 across device sizes. */
|
|
390
|
+
.label2bold {
|
|
391
|
+
font-family: Gotham XNarrow;
|
|
392
|
+
font-weight: 700;
|
|
393
|
+
font-size: 15px;
|
|
394
|
+
line-height: 16px;
|
|
395
|
+
letter-spacing: 0.25px;
|
|
468
396
|
}
|
|
469
397
|
|
|
398
|
+
/* Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This style used on special navi component simiiar to link lane menu items. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. The font size value remains constant at 15 across device sizes. */
|
|
399
|
+
.label2uppercasebold {
|
|
400
|
+
font-family: Gotham XNarrow;
|
|
401
|
+
font-weight: 700;
|
|
402
|
+
font-size: 15px;
|
|
403
|
+
line-height: 16px;
|
|
404
|
+
letter-spacing: 0.25px;
|
|
405
|
+
text-transform: upper;
|
|
406
|
+
}
|
|
470
407
|
|
|
471
|
-
/*
|
|
472
|
-
|
|
473
|
-
============================================ */
|
|
474
|
-
|
|
475
|
-
/* This text style is used for link texts contained inside cards that commonly show up at the bottom of pages in footers. This link text style's font size parameter uses the label2 font size variable. */
|
|
476
|
-
.footercardlink {
|
|
408
|
+
/* Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 12 across device sizes. */
|
|
409
|
+
.label3 {
|
|
477
410
|
font-family: Gotham XNarrow;
|
|
478
411
|
font-weight: 400;
|
|
479
|
-
font-size:
|
|
480
|
-
|
|
412
|
+
font-size: 12px;
|
|
413
|
+
line-height: 14.399999618530273px;
|
|
414
|
+
letter-spacing: 0.25px;
|
|
481
415
|
}
|
|
482
416
|
|
|
483
|
-
/* This text style
|
|
484
|
-
.
|
|
417
|
+
/* Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 12 across device sizes. Current online CSS .nav_btn--type-list & .nav_btn__text // --nav-btn */
|
|
418
|
+
.label3uppercase {
|
|
485
419
|
font-family: Gotham XNarrow;
|
|
486
420
|
font-weight: 400;
|
|
421
|
+
font-size: 12px;
|
|
422
|
+
line-height: 14.399999618530273px;
|
|
423
|
+
letter-spacing: 0.5px;
|
|
424
|
+
text-transform: upper;
|
|
487
425
|
}
|
|
488
426
|
|
|
489
|
-
/* This text style
|
|
490
|
-
.
|
|
427
|
+
/* Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 12 across device sizes. */
|
|
428
|
+
.label3bold {
|
|
491
429
|
font-family: Gotham XNarrow;
|
|
492
430
|
font-weight: 700;
|
|
493
|
-
font-size:
|
|
494
|
-
line-height:
|
|
495
|
-
letter-spacing:
|
|
431
|
+
font-size: 12px;
|
|
432
|
+
line-height: 14.399999618530273px;
|
|
433
|
+
letter-spacing: 0.25px;
|
|
496
434
|
}
|
|
497
435
|
|
|
498
|
-
/*
|
|
499
|
-
.
|
|
436
|
+
/* Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 12 across device sizes. */
|
|
437
|
+
.label3uppercasebold {
|
|
438
|
+
font-family: Gotham XNarrow;
|
|
439
|
+
font-weight: 700;
|
|
440
|
+
font-size: 12px;
|
|
441
|
+
line-height: 14.399999618530273px;
|
|
442
|
+
letter-spacing: 0.5px;
|
|
443
|
+
text-transform: upper;
|
|
444
|
+
}
|
|
445
|
+
|
|
446
|
+
/* Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 8. */
|
|
447
|
+
.label4 {
|
|
500
448
|
font-family: Gotham XNarrow;
|
|
501
449
|
font-weight: 400;
|
|
502
|
-
font-size:
|
|
503
|
-
line-height:
|
|
450
|
+
font-size: 8px;
|
|
451
|
+
line-height: 10px;
|
|
452
|
+
letter-spacing: 0px;
|
|
504
453
|
}
|
|
505
454
|
|
|
506
455
|
|
|
507
456
|
/* ============================================
|
|
508
|
-
|
|
457
|
+
QUOTE
|
|
509
458
|
============================================ */
|
|
510
459
|
|
|
511
|
-
/*
|
|
512
|
-
.
|
|
513
|
-
font-family: Gotham
|
|
514
|
-
font-weight:
|
|
460
|
+
/* Use this text style for sections of text that are inside a fieldset with a quotation given by a person in an interview or a section of text from a larger body of text that need to be emphasized. */
|
|
461
|
+
.quote {
|
|
462
|
+
font-family: Gotham;
|
|
463
|
+
font-weight: 800;
|
|
515
464
|
font-size: 16px;
|
|
516
|
-
line-height:
|
|
465
|
+
line-height: 16px;
|
|
517
466
|
letter-spacing: 0px;
|
|
518
467
|
}
|
|
519
468
|
|
|
520
|
-
/* Footnotes are used for disclaimers, annotations, or secondary details. They are small in size and carry low visual weight. This text style should be chosen when longer small descriptive texts in a small font size is needed where as the label text style should be used for shorter identifier texts. 16 - 16 - 16 - 18 */
|
|
521
|
-
.footnote1bold {
|
|
522
|
-
font-family: Gotham XNarrow;
|
|
523
|
-
font-weight: 700;
|
|
524
|
-
font-size: 16px;
|
|
525
|
-
line-height: 21px;
|
|
526
|
-
letter-spacing: 0px;
|
|
527
|
-
}
|
|
528
469
|
|
|
529
|
-
/*
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
font-weight: 400;
|
|
533
|
-
font-size: 12px;
|
|
534
|
-
line-height: 15.600000381469727px;
|
|
535
|
-
letter-spacing: 0px;
|
|
536
|
-
}
|
|
470
|
+
/* ============================================
|
|
471
|
+
ACCORDION
|
|
472
|
+
============================================ */
|
|
537
473
|
|
|
538
|
-
/*
|
|
539
|
-
.
|
|
474
|
+
/* This text style is for use on accordion labels */
|
|
475
|
+
.accordionlabel {
|
|
540
476
|
font-family: Gotham XNarrow;
|
|
541
477
|
font-weight: 700;
|
|
542
|
-
font-size:
|
|
543
|
-
line-height: 15.600000381469727px;
|
|
478
|
+
font-size: 17px;
|
|
544
479
|
letter-spacing: 0px;
|
|
545
480
|
}
|
|
546
481
|
|
|
547
482
|
|
|
548
483
|
/* ============================================
|
|
549
|
-
|
|
484
|
+
ARTICLE
|
|
550
485
|
============================================ */
|
|
551
486
|
|
|
552
|
-
/*
|
|
553
|
-
.
|
|
554
|
-
font-family: Gotham
|
|
555
|
-
font-size:
|
|
556
|
-
line-height:
|
|
557
|
-
letter-spacing: 0px;
|
|
487
|
+
/* This text style contains the variables necessary for setting how the font parameters for the article kicker behaves across breakpoints. For font size, this component level token currently references the semantic level token kicker1FontSize. */
|
|
488
|
+
.articlekicker {
|
|
489
|
+
font-family: Gotham XNarrow;
|
|
490
|
+
font-size: 18px;
|
|
491
|
+
line-height: 19.799999237060547px;
|
|
558
492
|
font-style: 700;
|
|
559
493
|
}
|
|
560
494
|
|
|
561
|
-
/*
|
|
562
|
-
.
|
|
495
|
+
/* This text style is used on image captions that show up in article pages only. */
|
|
496
|
+
.articleimagecaption {
|
|
497
|
+
font-family: Gotham XNarrow;
|
|
498
|
+
font-weight: 700;
|
|
499
|
+
font-size: 16px;
|
|
500
|
+
line-height: 19.5px;
|
|
501
|
+
letter-spacing: 0px;
|
|
502
|
+
}
|
|
503
|
+
|
|
504
|
+
/* This component level text style is reserved for article page headline texts that show up at the top of article pages. This text style references the generic text styles headline1 and headline2 font size variables. 40 - 40 - 72 - 100 */
|
|
505
|
+
.articleheadline {
|
|
563
506
|
font-family: Gotham Condensed;
|
|
564
507
|
font-size: 40px;
|
|
565
508
|
line-height: 40px;
|
|
566
|
-
letter-spacing: 0px;
|
|
567
509
|
font-style: 700;
|
|
568
510
|
}
|
|
569
511
|
|
|
570
|
-
/*
|
|
571
|
-
.
|
|
572
|
-
font-family: Gotham
|
|
573
|
-
font-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
font-style: 700;
|
|
512
|
+
/* This text style is used on short pieces of text that give information about where an image originated. It can also be used on short texts that give information about where a video originated. */
|
|
513
|
+
.articlemetasource {
|
|
514
|
+
font-family: Gotham XNarrow;
|
|
515
|
+
font-weight: 400;
|
|
516
|
+
font-size: 16px;
|
|
517
|
+
line-height: 21px;
|
|
577
518
|
}
|
|
578
519
|
|
|
579
|
-
/*
|
|
580
|
-
.
|
|
581
|
-
font-family: Gotham
|
|
582
|
-
font-
|
|
583
|
-
|
|
584
|
-
letter-spacing: 0px;
|
|
585
|
-
font-style: 600;
|
|
520
|
+
/* Use this text style for time and day text string that commonly shows up along with the article authors avatars. Font size: 12 - 12 - 14 - 16 */
|
|
521
|
+
.articletimestamp {
|
|
522
|
+
font-family: Gotham;
|
|
523
|
+
font-weight: 800;
|
|
524
|
+
font-size: 12px;
|
|
586
525
|
}
|
|
587
526
|
|
|
588
527
|
|
|
589
528
|
/* ============================================
|
|
590
|
-
|
|
529
|
+
AUDIOPLAYER
|
|
591
530
|
============================================ */
|
|
592
531
|
|
|
593
|
-
/* This text style is used
|
|
594
|
-
.
|
|
532
|
+
/* This text style is used on audio player labels for elapsed time, reproduction speed and short functionality description text. Font size: 16 - 16 - 16 - 18 */
|
|
533
|
+
.audioplayerlabel {
|
|
595
534
|
font-family: Gotham XNarrow;
|
|
596
|
-
font-weight:
|
|
535
|
+
font-weight: 700;
|
|
597
536
|
font-size: 16px;
|
|
598
537
|
line-height: 16px;
|
|
599
538
|
}
|
|
600
539
|
|
|
601
540
|
|
|
602
541
|
/* ============================================
|
|
603
|
-
|
|
542
|
+
AVATAR
|
|
604
543
|
============================================ */
|
|
605
544
|
|
|
606
|
-
/*
|
|
607
|
-
.
|
|
545
|
+
/* This text style is used for avatar on iOS & Android apps. 12 - 12 - 14 - 16 */
|
|
546
|
+
.appavatar {
|
|
547
|
+
font-family: Gotham;
|
|
548
|
+
font-weight: 800;
|
|
549
|
+
font-size: 12px;
|
|
550
|
+
letter-spacing: 0px;
|
|
551
|
+
text-transform: upper;
|
|
552
|
+
}
|
|
553
|
+
|
|
554
|
+
/* This text style is used on article page avatar name labels in their default state. Font size: 16 - 16 - 16 - 18
|
|
555
|
+
|
|
556
|
+
09-2025, on large devices this component uses the css var --footnote-font-size-lg at 1024px bp changes to --footnote-font-size-sm */
|
|
557
|
+
.avatardefault {
|
|
608
558
|
font-family: Gotham XNarrow;
|
|
609
|
-
font-
|
|
610
|
-
|
|
559
|
+
font-weight: 700;
|
|
560
|
+
font-size: 16px;
|
|
561
|
+
line-height: 21px;
|
|
611
562
|
letter-spacing: 0px;
|
|
612
|
-
font-style: 700;
|
|
613
563
|
}
|
|
614
564
|
|
|
615
|
-
/*
|
|
616
|
-
.
|
|
565
|
+
/* This text style is used on avatars that appear in article pages. Font size: 16 - 16 - 16 - 18 */
|
|
566
|
+
.avatarhover {
|
|
617
567
|
font-family: Gotham XNarrow;
|
|
618
|
-
font-
|
|
619
|
-
|
|
568
|
+
font-weight: 700;
|
|
569
|
+
font-size: 16px;
|
|
570
|
+
line-height: 21px;
|
|
620
571
|
letter-spacing: 0px;
|
|
621
|
-
|
|
572
|
+
text-decoration: underline;
|
|
622
573
|
}
|
|
623
574
|
|
|
624
|
-
/*
|
|
625
|
-
.
|
|
575
|
+
/* This text style is used on avatars that show up on article pages. Some avatars have the individual's first and last name on a single line. The second line of the avatar label is then used for secondary information such as the location of the individual in the world. 16 - 16 - 16 - 18 */
|
|
576
|
+
.avatarsecondaryinfo {
|
|
626
577
|
font-family: Gotham XNarrow;
|
|
578
|
+
font-weight: 400;
|
|
627
579
|
font-size: 16px;
|
|
628
|
-
line-height:
|
|
629
|
-
|
|
580
|
+
line-height: 21px;
|
|
581
|
+
letter-spacing: 0px;
|
|
630
582
|
}
|
|
631
583
|
|
|
632
|
-
/*
|
|
633
|
-
.
|
|
584
|
+
/* This text style is used for the active state of the second line of avatar labels. This label text is used for secondary information such as the location of the individual in the world. 16 - 16 - 16 - 18 */
|
|
585
|
+
.avatarsecondaryinfohover {
|
|
634
586
|
font-family: Gotham XNarrow;
|
|
635
|
-
font-
|
|
636
|
-
|
|
587
|
+
font-weight: 400;
|
|
588
|
+
font-size: 16px;
|
|
589
|
+
line-height: 21px;
|
|
637
590
|
letter-spacing: 0px;
|
|
638
|
-
|
|
591
|
+
text-decoration: underline;
|
|
639
592
|
}
|
|
640
593
|
|
|
641
594
|
|
|
642
595
|
/* ============================================
|
|
643
|
-
|
|
596
|
+
BADGES
|
|
644
597
|
============================================ */
|
|
645
598
|
|
|
646
|
-
/*
|
|
647
|
-
.
|
|
599
|
+
/* 14 - 14 - 16 - 16 -- This text style is specific to the video horizontal player's ad badge that shows up next to the yellow progress bar that plays during horizontal video advertisements. */
|
|
600
|
+
.videoadbadge {
|
|
648
601
|
font-family: Gotham XNarrow;
|
|
649
602
|
font-weight: 400;
|
|
650
|
-
font-size:
|
|
651
|
-
|
|
652
|
-
letter-spacing: 0.25px;
|
|
603
|
+
font-size: 14px;
|
|
604
|
+
text-transform: upper;
|
|
653
605
|
}
|
|
654
606
|
|
|
655
|
-
/*
|
|
656
|
-
.
|
|
607
|
+
/* This text style is used on horizontal video badges that contain either the video's total duration or a live status identifier. Font size: 16 - 16 - 18 - 18 */
|
|
608
|
+
.videotimebadge {
|
|
609
|
+
font-family: Gotham XNarrow;
|
|
610
|
+
font-weight: 400;
|
|
611
|
+
font-size: 16px;
|
|
612
|
+
line-height: 21px;
|
|
613
|
+
}
|
|
614
|
+
|
|
615
|
+
|
|
616
|
+
/* ============================================
|
|
617
|
+
BREADCRUMB
|
|
618
|
+
============================================ */
|
|
619
|
+
|
|
620
|
+
/* This text style is used for the last items in a breadcrumbs chain. It is commonly used in article pages and is a h1 in html. This text style's font size parameter is controlled by the breadcrumbFontSize variable. 15 - 15 - 15 - 12. Breadcrumb labels are smaller on largest devices. */
|
|
621
|
+
.breadcrumb {
|
|
657
622
|
font-family: Gotham XNarrow;
|
|
658
623
|
font-weight: 700;
|
|
659
|
-
font-size:
|
|
660
|
-
line-height:
|
|
661
|
-
letter-spacing:
|
|
624
|
+
font-size: 15px;
|
|
625
|
+
line-height: 15px;
|
|
626
|
+
letter-spacing: 0px;
|
|
627
|
+
}
|
|
628
|
+
|
|
629
|
+
/* This text style is used for breadcrumb links that are commonly used in article pages. This text style's font size parameter is controlled by the breadcrumbFontSize variable. 15 - 15 - 15 - 12. Breadcrumb labels are smaller on largest devices. */
|
|
630
|
+
.breadcrumblink {
|
|
631
|
+
font-family: Gotham XNarrow;
|
|
632
|
+
font-weight: 700;
|
|
633
|
+
font-size: 15px;
|
|
634
|
+
line-height: 15px;
|
|
635
|
+
letter-spacing: 0px;
|
|
636
|
+
text-decoration: underline;
|
|
662
637
|
}
|
|
663
638
|
|
|
664
|
-
/*
|
|
665
|
-
.
|
|
639
|
+
/* This text style is used for the hover state of breadcrumbs that are commonly used in article pages. This text style's font size parameter is controlled by the breadcrumbFontSize variable. 15 - 15 - 15 - 12. Breadcrumb labels are smaller on largest devices. */
|
|
640
|
+
.breadcrumblinkhover {
|
|
666
641
|
font-family: Gotham XNarrow;
|
|
667
642
|
font-weight: 700;
|
|
668
|
-
font-size:
|
|
669
|
-
line-height:
|
|
670
|
-
letter-spacing:
|
|
643
|
+
font-size: 15px;
|
|
644
|
+
line-height: 15px;
|
|
645
|
+
letter-spacing: 0px;
|
|
646
|
+
text-decoration: underline;
|
|
671
647
|
}
|
|
672
648
|
|
|
673
|
-
|
|
674
|
-
|
|
649
|
+
|
|
650
|
+
/* ============================================
|
|
651
|
+
BREAKINGNEWS
|
|
652
|
+
============================================ */
|
|
653
|
+
|
|
654
|
+
/* Use this text style on breaking news headlines that horizontally scroll in the breaking news animated strip. Font size constant 21. */
|
|
655
|
+
.breakingnewstext {
|
|
675
656
|
font-family: Gotham XNarrow;
|
|
676
657
|
font-weight: 700;
|
|
677
|
-
font-size:
|
|
678
|
-
line-height:
|
|
679
|
-
letter-spacing:
|
|
658
|
+
font-size: 21px;
|
|
659
|
+
line-height: 24px;
|
|
660
|
+
letter-spacing: 0px;
|
|
680
661
|
text-transform: upper;
|
|
681
662
|
}
|
|
682
663
|
|
|
683
|
-
/*
|
|
684
|
-
.
|
|
685
|
-
font-family: Gotham
|
|
686
|
-
font-weight:
|
|
687
|
-
font-size:
|
|
688
|
-
line-height:
|
|
689
|
-
letter-spacing:
|
|
664
|
+
/* Use this text style on the upper title of the breaking news headline strip. Font size constant 13. */
|
|
665
|
+
.breakingnewsuppertitle {
|
|
666
|
+
font-family: Gotham;
|
|
667
|
+
font-weight: 800;
|
|
668
|
+
font-size: 13px;
|
|
669
|
+
line-height: 13px;
|
|
670
|
+
letter-spacing: 0px;
|
|
690
671
|
}
|
|
691
672
|
|
|
692
|
-
/*
|
|
693
|
-
.
|
|
673
|
+
/* Use this font style on the breaking news badge's lower title. Font size constant 23. */
|
|
674
|
+
.breakingnewslowertitle {
|
|
675
|
+
font-family: Gotham;
|
|
676
|
+
font-weight: 800;
|
|
677
|
+
font-size: 23px;
|
|
678
|
+
line-height: 21px;
|
|
679
|
+
letter-spacing: 0px;
|
|
680
|
+
}
|
|
681
|
+
|
|
682
|
+
|
|
683
|
+
/* ============================================
|
|
684
|
+
BUTTON
|
|
685
|
+
============================================ */
|
|
686
|
+
|
|
687
|
+
/* This text style is used on button labels. Its font size variable is currently in the Density collection. Font size changes across devices: 15 - 17 - 19 Current online CSS .btn--narrow & .btn */
|
|
688
|
+
.buttonlabel {
|
|
694
689
|
font-family: Gotham XNarrow;
|
|
695
|
-
font-weight: 400;
|
|
696
690
|
font-size: 15px;
|
|
697
|
-
line-height:
|
|
698
|
-
letter-spacing: 0.
|
|
691
|
+
line-height: 15px;
|
|
692
|
+
letter-spacing: 0.5px;
|
|
693
|
+
font-style: 600;
|
|
699
694
|
text-transform: upper;
|
|
700
695
|
}
|
|
701
696
|
|
|
702
|
-
/*
|
|
703
|
-
.
|
|
697
|
+
/* This text style is used on buttons that are commonly used inside of a container for advertizers and partners. This text is used in buttons that open links to external content. Font size: 16 - 16 - 16 - 18 */
|
|
698
|
+
.partnerlinkbuttonlabel {
|
|
704
699
|
font-family: Gotham XNarrow;
|
|
705
|
-
font-weight:
|
|
706
|
-
font-size:
|
|
700
|
+
font-weight: 400;
|
|
701
|
+
font-size: 16px;
|
|
707
702
|
line-height: 16px;
|
|
708
|
-
letter-spacing: 0.25px;
|
|
709
703
|
}
|
|
710
704
|
|
|
711
|
-
|
|
712
|
-
|
|
705
|
+
|
|
706
|
+
/* ============================================
|
|
707
|
+
CHIPS
|
|
708
|
+
============================================ */
|
|
709
|
+
|
|
710
|
+
/* This text style is used on the chips component. They are commonly used for filtering parameters. font size: 16 - 16 - 16 - 18 */
|
|
711
|
+
.chipslabel {
|
|
713
712
|
font-family: Gotham XNarrow;
|
|
714
713
|
font-weight: 700;
|
|
715
|
-
font-size:
|
|
716
|
-
line-height: 16px;
|
|
717
|
-
letter-spacing: 0.25px;
|
|
718
|
-
text-transform: upper;
|
|
714
|
+
font-size: 16px;
|
|
719
715
|
}
|
|
720
716
|
|
|
721
|
-
|
|
722
|
-
|
|
717
|
+
|
|
718
|
+
/* ============================================
|
|
719
|
+
FOOTER
|
|
720
|
+
============================================ */
|
|
721
|
+
|
|
722
|
+
/* This text style is used for link texts contained inside cards that commonly show up at the bottom of pages in footers. This link text style's font size parameter uses the label2 font size variable. */
|
|
723
|
+
.footercardlink {
|
|
723
724
|
font-family: Gotham XNarrow;
|
|
724
725
|
font-weight: 400;
|
|
725
|
-
font-size:
|
|
726
|
-
|
|
727
|
-
letter-spacing: 0.25px;
|
|
726
|
+
font-size: 15px;
|
|
727
|
+
text-decoration: underline;
|
|
728
728
|
}
|
|
729
729
|
|
|
730
|
-
/*
|
|
731
|
-
.
|
|
730
|
+
/* This text style is found on footers that separate links with a vertical bar. Font size remains constant at 20 px across devices. */
|
|
731
|
+
.footerlinkseparator {
|
|
732
732
|
font-family: Gotham XNarrow;
|
|
733
733
|
font-weight: 400;
|
|
734
|
-
font-size: 12px;
|
|
735
|
-
line-height: 14.399999618530273px;
|
|
736
|
-
letter-spacing: 0.5px;
|
|
737
|
-
text-transform: upper;
|
|
738
734
|
}
|
|
739
735
|
|
|
740
|
-
/*
|
|
741
|
-
.
|
|
736
|
+
/* This text style is used in footer links that show up at the bottom of content pages. Font size constant at 11px. */
|
|
737
|
+
.footerlinks {
|
|
742
738
|
font-family: Gotham XNarrow;
|
|
743
739
|
font-weight: 700;
|
|
744
|
-
font-size:
|
|
745
|
-
line-height:
|
|
746
|
-
letter-spacing:
|
|
740
|
+
font-size: 11px;
|
|
741
|
+
line-height: 14px;
|
|
742
|
+
letter-spacing: 0px;
|
|
747
743
|
}
|
|
748
744
|
|
|
749
|
-
/*
|
|
750
|
-
.
|
|
745
|
+
/* User data and offer pages use this text style on footer links. Font size remains constant at 18px. */
|
|
746
|
+
.footerlinkuser&offerpages {
|
|
751
747
|
font-family: Gotham XNarrow;
|
|
752
|
-
font-weight:
|
|
753
|
-
font-size:
|
|
754
|
-
line-height:
|
|
755
|
-
letter-spacing: 0.5px;
|
|
756
|
-
text-transform: upper;
|
|
748
|
+
font-weight: 400;
|
|
749
|
+
font-size: 18px;
|
|
750
|
+
line-height: 26px;
|
|
757
751
|
}
|
|
758
752
|
|
|
759
|
-
|
|
760
|
-
|
|
753
|
+
|
|
754
|
+
/* ============================================
|
|
755
|
+
INPUTFIELD
|
|
756
|
+
============================================ */
|
|
757
|
+
|
|
758
|
+
/* This text style is used in dropdowns and other text input fields such as date inputs, search input fields and other inputs for text found in forms for example. Font size references a variable from the density collection. 15 - 17 - 19 */
|
|
759
|
+
.textinputfieldlabel {
|
|
761
760
|
font-family: Gotham XNarrow;
|
|
762
761
|
font-weight: 400;
|
|
763
|
-
font-size:
|
|
764
|
-
line-height:
|
|
765
|
-
letter-spacing: 0px;
|
|
762
|
+
font-size: 16px;
|
|
763
|
+
line-height: 16px;
|
|
766
764
|
}
|
|
767
765
|
|
|
768
766
|
|
|
@@ -862,53 +860,135 @@
|
|
|
862
860
|
|
|
863
861
|
|
|
864
862
|
/* ============================================
|
|
865
|
-
|
|
863
|
+
NEWSTICKER
|
|
866
864
|
============================================ */
|
|
867
865
|
|
|
868
|
-
/*
|
|
869
|
-
.
|
|
866
|
+
/* The vertical newsticker component has timestamps that use this text style. 16 - 16 - 16 - 18 */
|
|
867
|
+
.newstickertimestamp {
|
|
870
868
|
font-family: Gotham XNarrow;
|
|
871
|
-
font-
|
|
872
|
-
|
|
869
|
+
font-weight: 700;
|
|
870
|
+
font-size: 16px;
|
|
871
|
+
line-height: 20.799999237060547px;
|
|
873
872
|
letter-spacing: 0px;
|
|
874
|
-
font-style: 700;
|
|
875
873
|
}
|
|
876
874
|
|
|
877
|
-
/* This component level
|
|
878
|
-
|
|
879
|
-
|
|
875
|
+
/* This text style is a component level option for the newsticker kicker. Currently the newsticker kicker uses the semantic text style kicker3. This text style references the semantic one. */
|
|
876
|
+
.newstickerkicker {
|
|
877
|
+
font-family: Gotham XNarrow;
|
|
878
|
+
font-weight: 700;
|
|
879
|
+
font-size: 16px;
|
|
880
|
+
line-height: 17.600000381469727px;
|
|
881
|
+
letter-spacing: 0px;
|
|
882
|
+
}
|
|
883
|
+
|
|
884
|
+
/* This text style is used on NewsTicker Headlines. It references the semantic level text style headline3. 28 - 28 - 36 - 40 */
|
|
885
|
+
.newstickerheadline {
|
|
880
886
|
font-family: Gotham Condensed;
|
|
881
|
-
font-size:
|
|
882
|
-
line-height:
|
|
887
|
+
font-size: 28px;
|
|
888
|
+
line-height: 28px;
|
|
883
889
|
letter-spacing: 0px;
|
|
884
890
|
font-style: 700;
|
|
885
891
|
}
|
|
886
892
|
|
|
887
893
|
|
|
888
894
|
/* ============================================
|
|
889
|
-
|
|
895
|
+
PAGINATION
|
|
890
896
|
============================================ */
|
|
891
897
|
|
|
892
|
-
/*
|
|
893
|
-
.
|
|
898
|
+
/* This component level text style stores the variables for the pagination component's active state (label1 with red accent color underline). Its size remains constant at 17px across device sizes. */
|
|
899
|
+
.numberedpaginationactive {
|
|
900
|
+
font-family: Gotham XNarrow;
|
|
901
|
+
font-weight: 700;
|
|
902
|
+
font-size: 17px;
|
|
903
|
+
line-height: 17px;
|
|
904
|
+
letter-spacing: 0.25px;
|
|
905
|
+
text-decoration: underline;
|
|
906
|
+
}
|
|
907
|
+
|
|
908
|
+
|
|
909
|
+
/* ============================================
|
|
910
|
+
PAYWALL
|
|
911
|
+
============================================ */
|
|
912
|
+
|
|
913
|
+
/* This text style is used for the paywall price tag text. */
|
|
914
|
+
.paywallcardpricetag {
|
|
915
|
+
font-family: Gotham;
|
|
916
|
+
font-weight: 800;
|
|
917
|
+
font-size: 64px;
|
|
918
|
+
line-height: 64px;
|
|
919
|
+
letter-spacing: -0.5px;
|
|
920
|
+
}
|
|
921
|
+
|
|
922
|
+
/* This text style is used on the paywall card under the price value. */
|
|
923
|
+
.paywallcardnote {
|
|
924
|
+
font-family: Gotham;
|
|
925
|
+
font-weight: 800;
|
|
926
|
+
font-size: 40px;
|
|
927
|
+
line-height: 40px;
|
|
928
|
+
letter-spacing: -0.5px;
|
|
929
|
+
}
|
|
930
|
+
|
|
931
|
+
|
|
932
|
+
/* ============================================
|
|
933
|
+
SPECIALNAVI
|
|
934
|
+
============================================ */
|
|
935
|
+
|
|
936
|
+
/* Used on menu link lane items and on mobile side menu drawer. */
|
|
937
|
+
.specianaviitemlabel {
|
|
938
|
+
font-family: Gotham XNarrow;
|
|
939
|
+
font-size: 15px;
|
|
940
|
+
line-height: 15px;
|
|
941
|
+
letter-spacing: 0px;
|
|
942
|
+
font-style: 700;
|
|
943
|
+
}
|
|
944
|
+
|
|
945
|
+
|
|
946
|
+
/* ============================================
|
|
947
|
+
TABS
|
|
948
|
+
============================================ */
|
|
949
|
+
|
|
950
|
+
/* This text style stores variables for the tab component. Tabs are similar to submenus and special navigation elements but tabs do not link to other URLs. */
|
|
951
|
+
.tablabel {
|
|
894
952
|
font-family: Gotham XNarrow;
|
|
895
953
|
font-weight: 700;
|
|
896
954
|
font-size: 16px;
|
|
897
|
-
|
|
955
|
+
text-transform: upper;
|
|
956
|
+
}
|
|
957
|
+
|
|
958
|
+
/* Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. */
|
|
959
|
+
.appbottombarlabeldefault {
|
|
960
|
+
font-family: Gotham XNarrow;
|
|
961
|
+
font-weight: 400;
|
|
962
|
+
font-size: 11px;
|
|
963
|
+
line-height: 14.399999618530273px;
|
|
964
|
+
letter-spacing: 0px;
|
|
965
|
+
}
|
|
966
|
+
|
|
967
|
+
/* Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. */
|
|
968
|
+
.appbottombarlabelactive {
|
|
969
|
+
font-family: Gotham XNarrow;
|
|
970
|
+
font-weight: 700;
|
|
971
|
+
font-size: 11px;
|
|
972
|
+
line-height: 14.399999618530273px;
|
|
898
973
|
letter-spacing: 0px;
|
|
899
974
|
}
|
|
900
975
|
|
|
901
|
-
|
|
902
|
-
|
|
976
|
+
|
|
977
|
+
/* ============================================
|
|
978
|
+
ATEASER
|
|
979
|
+
============================================ */
|
|
980
|
+
|
|
981
|
+
/* 16 - 16 - 22 - 24 | This text style currently uses two different semantic styles within it, the kicker3 for XS & S, and kicker2 for MD & LG */
|
|
982
|
+
.ateaserkicker {
|
|
903
983
|
font-family: Gotham XNarrow;
|
|
904
|
-
font-weight: 700;
|
|
905
984
|
font-size: 16px;
|
|
906
|
-
line-height:
|
|
985
|
+
line-height: 16px;
|
|
907
986
|
letter-spacing: 0px;
|
|
987
|
+
font-style: 700;
|
|
908
988
|
}
|
|
909
989
|
|
|
910
|
-
/* This text style
|
|
911
|
-
.
|
|
990
|
+
/* This text style references the semantic text styles headline3 (XS&SM) and headline2 (MD&LG). 28 - 28 - 48 - 64 */
|
|
991
|
+
.ateaserheadline {
|
|
912
992
|
font-family: Gotham Condensed;
|
|
913
993
|
font-size: 28px;
|
|
914
994
|
line-height: 28px;
|
|
@@ -918,40 +998,26 @@ XS-headline4FontSize:22 // SM-headline4FontSize:22 // MD-headline3FontSize:36 //
|
|
|
918
998
|
|
|
919
999
|
|
|
920
1000
|
/* ============================================
|
|
921
|
-
|
|
1001
|
+
MQTEASER
|
|
922
1002
|
============================================ */
|
|
923
1003
|
|
|
924
|
-
/* This component level text style
|
|
925
|
-
.
|
|
1004
|
+
/* This component level text style references size variables for the semantic level. Specifically kicker4. 14 - 14 - 16 - 16 */
|
|
1005
|
+
.mqteaserkicker {
|
|
926
1006
|
font-family: Gotham XNarrow;
|
|
927
|
-
font-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
text-decoration: underline;
|
|
932
|
-
}
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
/* ============================================
|
|
936
|
-
PAYWALL
|
|
937
|
-
============================================ */
|
|
938
|
-
|
|
939
|
-
/* This text style is used for the paywall price tag text. */
|
|
940
|
-
.paywallcardpricetag {
|
|
941
|
-
font-family: Gotham;
|
|
942
|
-
font-weight: 800;
|
|
943
|
-
font-size: 64px;
|
|
944
|
-
line-height: 64px;
|
|
945
|
-
letter-spacing: -0.5px;
|
|
1007
|
+
font-size: 14px;
|
|
1008
|
+
line-height: 15.399999618530273px;
|
|
1009
|
+
letter-spacing: 0px;
|
|
1010
|
+
font-style: 700;
|
|
946
1011
|
}
|
|
947
1012
|
|
|
948
|
-
/* This text style
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
font-
|
|
952
|
-
font-size:
|
|
953
|
-
line-height:
|
|
954
|
-
letter-spacing:
|
|
1013
|
+
/* This component level text style references the semantic level text sizes of headline3 and headline4.
|
|
1014
|
+
XS-headline4FontSize:22 // SM-headline4FontSize:22 // MD-headline3FontSize:36 // LG-headline3FontSize:40 */
|
|
1015
|
+
.mqteaserheadline {
|
|
1016
|
+
font-family: Gotham Condensed;
|
|
1017
|
+
font-size: 22px;
|
|
1018
|
+
line-height: 22px;
|
|
1019
|
+
letter-spacing: 0px;
|
|
1020
|
+
font-style: 700;
|
|
955
1021
|
}
|
|
956
1022
|
|
|
957
1023
|
|
|
@@ -969,34 +1035,6 @@ XS-headline4FontSize:22 // SM-headline4FontSize:22 // MD-headline3FontSize:36 //
|
|
|
969
1035
|
}
|
|
970
1036
|
|
|
971
1037
|
|
|
972
|
-
/* ============================================
|
|
973
|
-
QUOTE
|
|
974
|
-
============================================ */
|
|
975
|
-
|
|
976
|
-
/* Use this text style for sections of text that are inside a fieldset with a quotation given by a person in an interview or a section of text from a larger body of text that need to be emphasized. */
|
|
977
|
-
.quote {
|
|
978
|
-
font-family: Gotham;
|
|
979
|
-
font-weight: 800;
|
|
980
|
-
font-size: 16px;
|
|
981
|
-
line-height: 16px;
|
|
982
|
-
letter-spacing: 0px;
|
|
983
|
-
}
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
/* ============================================
|
|
987
|
-
SPECIALNAVI
|
|
988
|
-
============================================ */
|
|
989
|
-
|
|
990
|
-
/* Used on menu link lane items and on mobile side menu drawer. */
|
|
991
|
-
.specianaviitemlabel {
|
|
992
|
-
font-family: Gotham XNarrow;
|
|
993
|
-
font-size: 15px;
|
|
994
|
-
line-height: 15px;
|
|
995
|
-
letter-spacing: 0px;
|
|
996
|
-
font-style: 700;
|
|
997
|
-
}
|
|
998
|
-
|
|
999
|
-
|
|
1000
1038
|
/* ============================================
|
|
1001
1039
|
STDTEASER
|
|
1002
1040
|
============================================ */
|
|
@@ -1012,162 +1050,124 @@ XS-headline4FontSize:22 // SM-headline4FontSize:22 // MD-headline3FontSize:36 //
|
|
|
1012
1050
|
|
|
1013
1051
|
|
|
1014
1052
|
/* ============================================
|
|
1015
|
-
|
|
1053
|
+
TOGGLESWITCHES
|
|
1016
1054
|
============================================ */
|
|
1017
1055
|
|
|
1018
|
-
/* This
|
|
1019
|
-
.
|
|
1020
|
-
font-family: Gotham
|
|
1021
|
-
font-weight:
|
|
1022
|
-
font-size:
|
|
1023
|
-
line-height:
|
|
1056
|
+
/* This text style is used on labels in list items with toggle switches found in app preferences. 14 - 14 - 16 - 18 */
|
|
1057
|
+
.apptoogleitemlabel {
|
|
1058
|
+
font-family: Gotham;
|
|
1059
|
+
font-weight: 800;
|
|
1060
|
+
font-size: 14px;
|
|
1061
|
+
line-height: 14.100000381469727px;
|
|
1024
1062
|
letter-spacing: 0px;
|
|
1063
|
+
text-transform: upper;
|
|
1025
1064
|
}
|
|
1026
1065
|
|
|
1027
1066
|
|
|
1028
1067
|
/* ============================================
|
|
1029
|
-
|
|
1068
|
+
.DSDOCSSTYLES
|
|
1030
1069
|
============================================ */
|
|
1031
1070
|
|
|
1032
|
-
|
|
1033
|
-
.tablabel {
|
|
1071
|
+
.pageheaderdescription {
|
|
1034
1072
|
font-family: Gotham XNarrow;
|
|
1035
1073
|
font-weight: 700;
|
|
1036
|
-
font-size: 16px;
|
|
1037
|
-
text-transform: upper;
|
|
1038
|
-
}
|
|
1039
|
-
|
|
1040
|
-
/* Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. */
|
|
1041
|
-
.appbottombarlabeldefault {
|
|
1042
|
-
font-family: Gotham XNarrow;
|
|
1043
|
-
font-weight: 400;
|
|
1044
|
-
font-size: 11px;
|
|
1045
|
-
line-height: 14.399999618530273px;
|
|
1046
1074
|
letter-spacing: 0px;
|
|
1047
1075
|
}
|
|
1048
1076
|
|
|
1049
|
-
/*
|
|
1050
|
-
.
|
|
1051
|
-
font-family:
|
|
1052
|
-
font-
|
|
1053
|
-
|
|
1054
|
-
line-height: 14.399999618530273px;
|
|
1077
|
+
/* This text style is only used on the design system's documentation for code syntax snippets. */
|
|
1078
|
+
.codesnippets {
|
|
1079
|
+
font-family: Source Code Pro;
|
|
1080
|
+
font-size: 12px;
|
|
1081
|
+
line-height: 15.600000381469727px;
|
|
1055
1082
|
letter-spacing: 0px;
|
|
1056
1083
|
}
|
|
1057
1084
|
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
TEXTLINK
|
|
1061
|
-
============================================ */
|
|
1062
|
-
|
|
1063
|
-
/* Use this text style for styling elements that are clickable text links inside body texts. This style is often found in article texts. Font size remains constant at 21 across device sizes. */
|
|
1064
|
-
.textlink {
|
|
1085
|
+
/* This text style is only used for mockup pages of the design system website. */
|
|
1086
|
+
.bilddesignsidemenu {
|
|
1065
1087
|
font-family: Gotham XNarrow;
|
|
1066
1088
|
font-weight: 400;
|
|
1067
|
-
font-size: 21px;
|
|
1068
|
-
line-height: 28px;
|
|
1069
|
-
letter-spacing: 0px;
|
|
1070
|
-
text-decoration: underline;
|
|
1071
1089
|
}
|
|
1072
1090
|
|
|
1073
|
-
/*
|
|
1074
|
-
.
|
|
1091
|
+
/* This text style is only used for mockup pages of the design system website. */
|
|
1092
|
+
.bilddesignsidemenuactive {
|
|
1075
1093
|
font-family: Gotham XNarrow;
|
|
1076
|
-
font-
|
|
1077
|
-
line-height: 28px;
|
|
1078
|
-
letter-spacing: 0px;
|
|
1094
|
+
font-weight: 400;
|
|
1079
1095
|
text-decoration: underline;
|
|
1080
1096
|
}
|
|
1081
1097
|
|
|
1082
|
-
/*
|
|
1083
|
-
.
|
|
1098
|
+
/* This text style is only used for mockup pages of the design system website. */
|
|
1099
|
+
.bilddesignsidemenuhover {
|
|
1084
1100
|
font-family: Gotham XNarrow;
|
|
1085
|
-
font-weight:
|
|
1086
|
-
font-size: 21px;
|
|
1087
|
-
line-height: 28px;
|
|
1088
|
-
letter-spacing: 0px;
|
|
1089
|
-
text-decoration: underline;
|
|
1101
|
+
font-weight: 600;
|
|
1090
1102
|
}
|
|
1091
1103
|
|
|
1092
|
-
/*
|
|
1093
|
-
.
|
|
1094
|
-
font-family: Gotham
|
|
1095
|
-
font-weight:
|
|
1096
|
-
font-size:
|
|
1097
|
-
line-height:
|
|
1098
|
-
letter-spacing: 0px;
|
|
1104
|
+
/* This text style is only used for mockups the vertical video component teaser headlines. */
|
|
1105
|
+
.verticalvideosmockheadlines {
|
|
1106
|
+
font-family: Gotham Condensed;
|
|
1107
|
+
font-weight: 600;
|
|
1108
|
+
font-size: 22px;
|
|
1109
|
+
line-height: 22px;
|
|
1099
1110
|
text-decoration: underline;
|
|
1100
1111
|
}
|
|
1101
1112
|
|
|
1102
|
-
/*
|
|
1103
|
-
.
|
|
1104
|
-
font-family:
|
|
1105
|
-
font-weight: 700;
|
|
1106
|
-
font-size: 21px;
|
|
1107
|
-
line-height: 28px;
|
|
1108
|
-
letter-spacing: 0px;
|
|
1109
|
-
text-decoration: underline;
|
|
1113
|
+
/* This text style is used on documentation pages that contain some token information. */
|
|
1114
|
+
.tokenspecl {
|
|
1115
|
+
font-family: Source Code Pro;
|
|
1110
1116
|
}
|
|
1111
1117
|
|
|
1112
1118
|
|
|
1113
1119
|
/* ============================================
|
|
1114
|
-
|
|
1120
|
+
.SPECS
|
|
1115
1121
|
============================================ */
|
|
1116
1122
|
|
|
1117
|
-
/*
|
|
1118
|
-
.
|
|
1123
|
+
/* This text style is only used for audit pages of the design system. */
|
|
1124
|
+
.specsxs {
|
|
1119
1125
|
font-family: Gotham;
|
|
1120
|
-
font-weight:
|
|
1121
|
-
font-size: 22px;
|
|
1122
|
-
line-height: 22px;
|
|
1123
|
-
letter-spacing: 0px;
|
|
1126
|
+
font-weight: 400;
|
|
1124
1127
|
}
|
|
1125
1128
|
|
|
1126
|
-
/*
|
|
1127
|
-
.
|
|
1129
|
+
/* This text style is only used for audit pages of the design system. */
|
|
1130
|
+
.specss {
|
|
1128
1131
|
font-family: Gotham;
|
|
1129
|
-
font-weight: 800;
|
|
1130
|
-
font-size: 22px;
|
|
1131
|
-
line-height: 22px;
|
|
1132
|
-
letter-spacing: 0px;
|
|
1133
|
-
text-transform: upper;
|
|
1134
1132
|
}
|
|
1135
1133
|
|
|
1136
|
-
/*
|
|
1137
|
-
|
|
1138
|
-
In the previous system, this style was named Caption. For greater clarity and consistency, it has been renamed to title2. Font size: 16 - 16 - 18 - 20 */
|
|
1139
|
-
.title2 {
|
|
1134
|
+
/* This text style is only used for audit pages of the design system. */
|
|
1135
|
+
.specsms {
|
|
1140
1136
|
font-family: Gotham;
|
|
1141
|
-
font-weight: 800;
|
|
1142
|
-
font-size: 16px;
|
|
1143
|
-
line-height: 17.600000381469727px;
|
|
1144
|
-
letter-spacing: 0px;
|
|
1145
1137
|
}
|
|
1146
1138
|
|
|
1147
|
-
/*
|
|
1139
|
+
/* This text style is only used for audit pages of the design system. */
|
|
1140
|
+
.specsm {
|
|
1141
|
+
font-family: Gotham;
|
|
1142
|
+
}
|
|
1148
1143
|
|
|
1149
|
-
|
|
1150
|
-
.
|
|
1144
|
+
/* This text style is only used for audit pages of the design system. */
|
|
1145
|
+
.specsml {
|
|
1151
1146
|
font-family: Gotham;
|
|
1152
|
-
font-weight:
|
|
1153
|
-
font-size:
|
|
1154
|
-
line-height:
|
|
1155
|
-
|
|
1156
|
-
text-transform: upper;
|
|
1147
|
+
font-weight: 400;
|
|
1148
|
+
font-size: 64px;
|
|
1149
|
+
line-height: 80px;
|
|
1150
|
+
text-decoration: underline;
|
|
1157
1151
|
}
|
|
1158
1152
|
|
|
1153
|
+
/* This text style is only used for audit pages of the design system. */
|
|
1154
|
+
.specsl {
|
|
1155
|
+
font-family: Gotham;
|
|
1156
|
+
font-weight: 400;
|
|
1157
|
+
text-decoration: underline;
|
|
1158
|
+
}
|
|
1159
1159
|
|
|
1160
|
-
/*
|
|
1161
|
-
|
|
1162
|
-
|
|
1160
|
+
/* This text style is only used for audit pages of the design system. */
|
|
1161
|
+
.specsxl {
|
|
1162
|
+
font-family: Gotham;
|
|
1163
|
+
font-weight: 600;
|
|
1164
|
+
text-decoration: underline;
|
|
1165
|
+
}
|
|
1163
1166
|
|
|
1164
|
-
/* This text style is used
|
|
1165
|
-
.
|
|
1167
|
+
/* This text style is only used for audit pages of the design system. */
|
|
1168
|
+
.specsxxl {
|
|
1166
1169
|
font-family: Gotham;
|
|
1167
|
-
font-weight:
|
|
1168
|
-
|
|
1169
|
-
line-height: 14.100000381469727px;
|
|
1170
|
-
letter-spacing: 0px;
|
|
1171
|
-
text-transform: upper;
|
|
1170
|
+
font-weight: 600;
|
|
1171
|
+
text-decoration: underline;
|
|
1172
1172
|
}
|
|
1173
1173
|
|