@db-ux/core-foundations 1.0.0-test-13b991d
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/README.md +351 -0
- package/assets/fonts/OFL.txt +93 -0
- package/assets/fonts/OpenSans-Bold-EU.woff2 +0 -0
- package/assets/fonts/OpenSans-Bold.ttf +0 -0
- package/assets/fonts/OpenSans-ExtraBold-EU.woff2 +0 -0
- package/assets/fonts/OpenSans-ExtraBold.ttf +0 -0
- package/assets/fonts/OpenSans-Light-EU.woff2 +0 -0
- package/assets/fonts/OpenSans-Light.ttf +0 -0
- package/assets/fonts/OpenSans-Medium-EU.woff2 +0 -0
- package/assets/fonts/OpenSans-Medium.ttf +0 -0
- package/assets/fonts/OpenSans-Regular-EU.woff2 +0 -0
- package/assets/fonts/OpenSans-Regular.ttf +0 -0
- package/assets/fonts/OpenSans-SemiBold-EU.woff2 +0 -0
- package/assets/fonts/OpenSans-SemiBold.ttf +0 -0
- package/assets/fonts/README.md +23 -0
- package/assets/fonts/generate-eu-fonts.ts +46 -0
- package/assets/fonts/unicode-eu.txt +14 -0
- package/assets/icons/DB_LICENSE +253 -0
- package/assets/icons/LICENCES.json +153 -0
- package/assets/icons/arrow_down.svg +1 -0
- package/assets/icons/arrow_left.svg +1 -0
- package/assets/icons/arrow_right.svg +1 -0
- package/assets/icons/arrow_up.svg +1 -0
- package/assets/icons/arrow_up_right.svg +1 -0
- package/assets/icons/brand.svg +1 -0
- package/assets/icons/calendar.svg +5 -0
- package/assets/icons/check-circle.svg +1 -0
- package/assets/icons/check.svg +1 -0
- package/assets/icons/check_circle.svg +1 -0
- package/assets/icons/chevron_down.svg +1 -0
- package/assets/icons/chevron_left.svg +1 -0
- package/assets/icons/chevron_right.svg +1 -0
- package/assets/icons/chevron_up.svg +1 -0
- package/assets/icons/circle.svg +1 -0
- package/assets/icons/clock.svg +1 -0
- package/assets/icons/cross.svg +1 -0
- package/assets/icons/cross_circle.svg +1 -0
- package/assets/icons/exclamation_mark_circle.svg +1 -0
- package/assets/icons/exclamation_mark_triangle.svg +1 -0
- package/assets/icons/fonts/all/db-ux.woff2 +0 -0
- package/assets/icons/fonts/default/db-ux.woff2 +0 -0
- package/assets/icons/fonts/default_12/db-ux.woff2 +0 -0
- package/assets/icons/fonts/default_14/db-ux.woff2 +0 -0
- package/assets/icons/fonts/default_16/db-ux.woff2 +0 -0
- package/assets/icons/fonts/default_20/db-ux.woff2 +0 -0
- package/assets/icons/fonts/default_24/db-ux.woff2 +0 -0
- package/assets/icons/fonts/default_28/db-ux.woff2 +0 -0
- package/assets/icons/fonts/default_32/db-ux.woff2 +0 -0
- package/assets/icons/fonts/default_48/db-ux.woff2 +0 -0
- package/assets/icons/fonts/default_64/db-ux.woff2 +0 -0
- package/assets/icons/fonts/filled/db-ux.woff2 +0 -0
- package/assets/icons/fonts/filled_12/db-ux.woff2 +0 -0
- package/assets/icons/fonts/filled_14/db-ux.woff2 +0 -0
- package/assets/icons/fonts/filled_16/db-ux.woff2 +0 -0
- package/assets/icons/fonts/filled_20/db-ux.woff2 +0 -0
- package/assets/icons/fonts/filled_24/db-ux.woff2 +0 -0
- package/assets/icons/fonts/filled_28/db-ux.woff2 +0 -0
- package/assets/icons/fonts/filled_32/db-ux.woff2 +0 -0
- package/assets/icons/fonts/filled_48/db-ux.woff2 +0 -0
- package/assets/icons/fonts/filled_64/db-ux.woff2 +0 -0
- package/assets/icons/information_circle.svg +1 -0
- package/assets/icons/magnifying_glass.svg +1 -0
- package/assets/icons/menu.svg +1 -0
- package/assets/icons/minus.svg +1 -0
- package/assets/icons/plus.svg +1 -0
- package/assets/icons/resize_handle_corner.svg +1 -0
- package/assets/icons/x_placeholder.svg +1 -0
- package/build/all-icons.d.ts +1 -0
- package/build/all-icons.js +28 -0
- package/build/base-icon-types.d.ts +1 -0
- package/build/base-icon-types.js +1 -0
- package/build/icon-types.d.ts +20 -0
- package/build/icon-types.js +1 -0
- package/build/ide/db.ide.css +1072 -0
- package/build/index.d.ts +3 -0
- package/build/index.js +3 -0
- package/build/styles/_absolute.assets-paths.scss +5 -0
- package/build/styles/_default.assets-paths.scss +2 -0
- package/build/styles/_normalize.scss +257 -0
- package/build/styles/_rollup.assets-paths.scss +5 -0
- package/build/styles/_screen-sizes.scss +49 -0
- package/build/styles/_variables.scss +80 -0
- package/build/styles/_webpack.assets-paths.scss +5 -0
- package/build/styles/absolute.css +1185 -0
- package/build/styles/absolute.scss +3 -0
- package/build/styles/animation/_animations.scss +109 -0
- package/build/styles/animation/_index.scss +2 -0
- package/build/styles/animation/_transitions.scss +14 -0
- package/build/styles/colors/_default-color-scheme.scss +2957 -0
- package/build/styles/colors/_default-palette.scss +2523 -0
- package/build/styles/colors/_index.scss +5 -0
- package/build/styles/colors/_placeholder.scss +203 -0
- package/build/styles/colors/_variables.additional-palette.scss +285 -0
- package/build/styles/colors/_variables.additional-speaking-colors.scss +9 -0
- package/build/styles/colors/_variables.additional.scss +2 -0
- package/build/styles/colors/_variables.palette.scss +225 -0
- package/build/styles/colors/_variables.scss +156 -0
- package/build/styles/colors/_variables.speaking-colors.scss +8 -0
- package/build/styles/colors/classes/_get-class.scss +23 -0
- package/build/styles/colors/classes/all.css +2320 -0
- package/build/styles/colors/classes/all.scss +18 -0
- package/build/styles/colors/classes/blue.css +151 -0
- package/build/styles/colors/classes/blue.scss +6 -0
- package/build/styles/colors/classes/brand.css +151 -0
- package/build/styles/colors/classes/brand.scss +6 -0
- package/build/styles/colors/classes/critical.css +151 -0
- package/build/styles/colors/classes/critical.scss +6 -0
- package/build/styles/colors/classes/cyan.css +151 -0
- package/build/styles/colors/classes/cyan.scss +6 -0
- package/build/styles/colors/classes/green.css +151 -0
- package/build/styles/colors/classes/green.scss +6 -0
- package/build/styles/colors/classes/informational.css +151 -0
- package/build/styles/colors/classes/informational.scss +6 -0
- package/build/styles/colors/classes/neutral.css +151 -0
- package/build/styles/colors/classes/neutral.scss +6 -0
- package/build/styles/colors/classes/orange.css +151 -0
- package/build/styles/colors/classes/orange.scss +6 -0
- package/build/styles/colors/classes/pink.css +151 -0
- package/build/styles/colors/classes/pink.scss +6 -0
- package/build/styles/colors/classes/red.css +151 -0
- package/build/styles/colors/classes/red.scss +6 -0
- package/build/styles/colors/classes/successful.css +151 -0
- package/build/styles/colors/classes/successful.scss +6 -0
- package/build/styles/colors/classes/turquoise.css +151 -0
- package/build/styles/colors/classes/turquoise.scss +6 -0
- package/build/styles/colors/classes/violet.css +151 -0
- package/build/styles/colors/classes/violet.scss +6 -0
- package/build/styles/colors/classes/warning.css +151 -0
- package/build/styles/colors/classes/warning.scss +6 -0
- package/build/styles/colors/classes/yellow.css +151 -0
- package/build/styles/colors/classes/yellow.scss +6 -0
- package/build/styles/colors/speaking-colors/additional/_blue.speaking-colors.scss +112 -0
- package/build/styles/colors/speaking-colors/additional/_cyan.speaking-colors.scss +112 -0
- package/build/styles/colors/speaking-colors/additional/_green.speaking-colors.scss +112 -0
- package/build/styles/colors/speaking-colors/additional/_orange.speaking-colors.scss +112 -0
- package/build/styles/colors/speaking-colors/additional/_pink.speaking-colors.scss +112 -0
- package/build/styles/colors/speaking-colors/additional/_red.speaking-colors.scss +112 -0
- package/build/styles/colors/speaking-colors/additional/_turquoise.speaking-colors.scss +136 -0
- package/build/styles/colors/speaking-colors/additional/_violet.speaking-colors.scss +112 -0
- package/build/styles/colors/speaking-colors/additional/_yellow.speaking-colors.scss +112 -0
- package/build/styles/colors/speaking-colors/semantic/_brand.speaking-colors.scss +112 -0
- package/build/styles/colors/speaking-colors/semantic/_critical.speaking-colors.scss +130 -0
- package/build/styles/colors/speaking-colors/semantic/_informational.speaking-colors.scss +136 -0
- package/build/styles/colors/speaking-colors/semantic/_neutral.speaking-colors.scss +130 -0
- package/build/styles/colors/speaking-colors/semantic/_successful.speaking-colors.scss +136 -0
- package/build/styles/colors/speaking-colors/semantic/_warning.speaking-colors.scss +130 -0
- package/build/styles/defaults/default-code.css +93 -0
- package/build/styles/defaults/default-code.scss +42 -0
- package/build/styles/defaults/default-elevation.css +1 -0
- package/build/styles/defaults/default-elevation.scss +22 -0
- package/build/styles/defaults/default-fonts.css +25 -0
- package/build/styles/defaults/default-fonts.scss +79 -0
- package/build/styles/defaults/default-icons.css +1 -0
- package/build/styles/defaults/default-icons.scss +57 -0
- package/build/styles/defaults/default-required.css +1 -0
- package/build/styles/defaults/default-required.scss +137 -0
- package/build/styles/defaults/default-root.css +93 -0
- package/build/styles/defaults/default-root.scss +9 -0
- package/build/styles/defaults/default-theme.css +93 -0
- package/build/styles/defaults/default-theme.scss +864 -0
- package/build/styles/density/_densities.scss +13 -0
- package/build/styles/density/_index.scss +5 -0
- package/build/styles/density/_scaling-placeholder.scss +57 -0
- package/build/styles/density/_typography-placeholder.scss +86 -0
- package/build/styles/density/_variables.scss +3 -0
- package/build/styles/density/classes/_get-class.scss +10 -0
- package/build/styles/density/classes/all.css +1033 -0
- package/build/styles/density/classes/all.scss +6 -0
- package/build/styles/density/classes/expressive.css +363 -0
- package/build/styles/density/classes/expressive.scss +6 -0
- package/build/styles/density/classes/functional.css +363 -0
- package/build/styles/density/classes/functional.scss +6 -0
- package/build/styles/density/classes/regular.css +363 -0
- package/build/styles/density/classes/regular.scss +6 -0
- package/build/styles/fonts/_font-sizes.scss +55 -0
- package/build/styles/fonts/_index.scss +1 -0
- package/build/styles/fonts/absolute.css +1 -0
- package/build/styles/fonts/absolute.scss +3 -0
- package/build/styles/fonts/classes/all.css +185 -0
- package/build/styles/fonts/classes/all.scss +13 -0
- package/build/styles/fonts/classes/body/2xl.css +16 -0
- package/build/styles/fonts/classes/body/2xl.scss +8 -0
- package/build/styles/fonts/classes/body/2xs.css +16 -0
- package/build/styles/fonts/classes/body/2xs.scss +8 -0
- package/build/styles/fonts/classes/body/3xl.css +16 -0
- package/build/styles/fonts/classes/body/3xl.scss +8 -0
- package/build/styles/fonts/classes/body/3xs.css +16 -0
- package/build/styles/fonts/classes/body/3xs.scss +8 -0
- package/build/styles/fonts/classes/body/all.css +104 -0
- package/build/styles/fonts/classes/body/all.scss +8 -0
- package/build/styles/fonts/classes/body/lg.css +16 -0
- package/build/styles/fonts/classes/body/lg.scss +8 -0
- package/build/styles/fonts/classes/body/md.css +16 -0
- package/build/styles/fonts/classes/body/md.scss +8 -0
- package/build/styles/fonts/classes/body/sm.css +16 -0
- package/build/styles/fonts/classes/body/sm.scss +8 -0
- package/build/styles/fonts/classes/body/xl.css +16 -0
- package/build/styles/fonts/classes/body/xl.scss +8 -0
- package/build/styles/fonts/classes/body/xs.css +16 -0
- package/build/styles/fonts/classes/body/xs.scss +8 -0
- package/build/styles/fonts/classes/headline/2xl.css +14 -0
- package/build/styles/fonts/classes/headline/2xl.scss +8 -0
- package/build/styles/fonts/classes/headline/2xs.css +14 -0
- package/build/styles/fonts/classes/headline/2xs.scss +8 -0
- package/build/styles/fonts/classes/headline/3xl.css +14 -0
- package/build/styles/fonts/classes/headline/3xl.scss +8 -0
- package/build/styles/fonts/classes/headline/3xs.css +14 -0
- package/build/styles/fonts/classes/headline/3xs.scss +8 -0
- package/build/styles/fonts/classes/headline/all.css +86 -0
- package/build/styles/fonts/classes/headline/all.scss +8 -0
- package/build/styles/fonts/classes/headline/lg.css +14 -0
- package/build/styles/fonts/classes/headline/lg.scss +8 -0
- package/build/styles/fonts/classes/headline/md.css +14 -0
- package/build/styles/fonts/classes/headline/md.scss +8 -0
- package/build/styles/fonts/classes/headline/sm.css +14 -0
- package/build/styles/fonts/classes/headline/sm.scss +8 -0
- package/build/styles/fonts/classes/headline/xl.css +14 -0
- package/build/styles/fonts/classes/headline/xl.scss +8 -0
- package/build/styles/fonts/classes/headline/xs.css +14 -0
- package/build/styles/fonts/classes/headline/xs.scss +8 -0
- package/build/styles/fonts/relative.css +1 -0
- package/build/styles/fonts/relative.scss +57 -0
- package/build/styles/fonts/rollup.css +1 -0
- package/build/styles/fonts/rollup.scss +3 -0
- package/build/styles/fonts/webpack.css +1 -0
- package/build/styles/fonts/webpack.scss +3 -0
- package/build/styles/helpers/_a11y.scss +17 -0
- package/build/styles/helpers/_clearfix.scss +5 -0
- package/build/styles/helpers/_divider.scss +50 -0
- package/build/styles/helpers/_focus.scss +23 -0
- package/build/styles/helpers/_functions.scss +44 -0
- package/build/styles/helpers/_index.scss +6 -0
- package/build/styles/helpers/_shadow-dom.scss +5 -0
- package/build/styles/helpers/classes/all.css +238 -0
- package/build/styles/helpers/classes/all.scss +2 -0
- package/build/styles/helpers/classes/divider.css +221 -0
- package/build/styles/helpers/classes/divider.scss +13 -0
- package/build/styles/helpers/classes/focus.css +24 -0
- package/build/styles/helpers/classes/focus.scss +6 -0
- package/build/styles/icons/_icon-helpers.scss +161 -0
- package/build/styles/icons/_index.scss +1 -0
- package/build/styles/icons/absolute.css +1 -0
- package/build/styles/icons/absolute.scss +3 -0
- package/build/styles/icons/relative.css +1 -0
- package/build/styles/icons/relative.scss +50 -0
- package/build/styles/icons/rollup.css +1 -0
- package/build/styles/icons/rollup.scss +3 -0
- package/build/styles/icons/webpack.css +1 -0
- package/build/styles/icons/webpack.scss +3 -0
- package/build/styles/index.css +1185 -0
- package/build/styles/index.scss +6 -0
- package/build/styles/relative.css +7344 -0
- package/build/styles/relative.scss +4 -0
- package/build/styles/rollup.css +1185 -0
- package/build/styles/rollup.scss +3 -0
- package/build/styles/webpack.css +1185 -0
- package/build/styles/webpack.scss +3 -0
- package/build/tailwind/tailwind-tokens.json +252 -0
- package/build/tailwind/tailwind.config.cjs +15 -0
- package/build/tailwind/tailwind.config.mjs +16 -0
- package/build/tailwind/theme/colors.css +154 -0
- package/build/tailwind/theme/index.css +176 -0
- package/package.json +64 -0
|
@@ -0,0 +1,1185 @@
|
|
|
1
|
+
@charset "UTF-8";
|
|
2
|
+
/* Use this file if you want the default color and density in your project */
|
|
3
|
+
/* Variants for adaptive components like input, select, notification, ... */
|
|
4
|
+
blockquote, :root {
|
|
5
|
+
--db-adaptive-bg-basic-level-1-default: var(
|
|
6
|
+
--db-neutral-bg-basic-level-1-default
|
|
7
|
+
);
|
|
8
|
+
--db-adaptive-bg-basic-level-1-hovered: var(
|
|
9
|
+
--db-neutral-bg-basic-level-1-hovered
|
|
10
|
+
);
|
|
11
|
+
--db-adaptive-bg-basic-level-1-pressed: var(
|
|
12
|
+
--db-neutral-bg-basic-level-1-pressed
|
|
13
|
+
);
|
|
14
|
+
--db-adaptive-bg-basic-level-2-default: var(
|
|
15
|
+
--db-neutral-bg-basic-level-2-default
|
|
16
|
+
);
|
|
17
|
+
--db-adaptive-bg-basic-level-2-hovered: var(
|
|
18
|
+
--db-neutral-bg-basic-level-2-hovered
|
|
19
|
+
);
|
|
20
|
+
--db-adaptive-bg-basic-level-2-pressed: var(
|
|
21
|
+
--db-neutral-bg-basic-level-2-pressed
|
|
22
|
+
);
|
|
23
|
+
--db-adaptive-bg-basic-level-3-default: var(
|
|
24
|
+
--db-neutral-bg-basic-level-3-default
|
|
25
|
+
);
|
|
26
|
+
--db-adaptive-bg-basic-level-3-hovered: var(
|
|
27
|
+
--db-neutral-bg-basic-level-3-hovered
|
|
28
|
+
);
|
|
29
|
+
--db-adaptive-bg-basic-level-3-pressed: var(
|
|
30
|
+
--db-neutral-bg-basic-level-3-pressed
|
|
31
|
+
);
|
|
32
|
+
--db-adaptive-bg-basic-transparent-full-default: var(
|
|
33
|
+
--db-neutral-bg-basic-transparent-full-default
|
|
34
|
+
);
|
|
35
|
+
--db-adaptive-bg-basic-transparent-semi-default: var(
|
|
36
|
+
--db-neutral-bg-basic-transparent-semi-default
|
|
37
|
+
);
|
|
38
|
+
--db-adaptive-bg-basic-transparent-hovered: var(
|
|
39
|
+
--db-neutral-bg-basic-transparent-hovered
|
|
40
|
+
);
|
|
41
|
+
--db-adaptive-bg-basic-transparent-pressed: var(
|
|
42
|
+
--db-neutral-bg-basic-transparent-pressed
|
|
43
|
+
);
|
|
44
|
+
--db-adaptive-on-bg-basic-emphasis-100-default: var(
|
|
45
|
+
--db-neutral-on-bg-basic-emphasis-100-default
|
|
46
|
+
);
|
|
47
|
+
--db-adaptive-on-bg-basic-emphasis-100-hovered: var(
|
|
48
|
+
--db-neutral-on-bg-basic-emphasis-100-hovered
|
|
49
|
+
);
|
|
50
|
+
--db-adaptive-on-bg-basic-emphasis-100-pressed: var(
|
|
51
|
+
--db-neutral-on-bg-basic-emphasis-100-pressed
|
|
52
|
+
);
|
|
53
|
+
--db-adaptive-on-bg-basic-emphasis-90-default: var(
|
|
54
|
+
--db-neutral-on-bg-basic-emphasis-90-default
|
|
55
|
+
);
|
|
56
|
+
--db-adaptive-on-bg-basic-emphasis-90-hovered: var(
|
|
57
|
+
--db-neutral-on-bg-basic-emphasis-90-hovered
|
|
58
|
+
);
|
|
59
|
+
--db-adaptive-on-bg-basic-emphasis-90-pressed: var(
|
|
60
|
+
--db-neutral-on-bg-basic-emphasis-90-pressed
|
|
61
|
+
);
|
|
62
|
+
--db-adaptive-on-bg-basic-emphasis-80-default: var(
|
|
63
|
+
--db-neutral-on-bg-basic-emphasis-80-default
|
|
64
|
+
);
|
|
65
|
+
--db-adaptive-on-bg-basic-emphasis-80-hovered: var(
|
|
66
|
+
--db-neutral-on-bg-basic-emphasis-80-hovered
|
|
67
|
+
);
|
|
68
|
+
--db-adaptive-on-bg-basic-emphasis-80-pressed: var(
|
|
69
|
+
--db-neutral-on-bg-basic-emphasis-80-pressed
|
|
70
|
+
);
|
|
71
|
+
--db-adaptive-on-bg-basic-emphasis-70-default: var(
|
|
72
|
+
--db-neutral-on-bg-basic-emphasis-70-default
|
|
73
|
+
);
|
|
74
|
+
--db-adaptive-on-bg-basic-emphasis-70-hovered: var(
|
|
75
|
+
--db-neutral-on-bg-basic-emphasis-70-hovered
|
|
76
|
+
);
|
|
77
|
+
--db-adaptive-on-bg-basic-emphasis-70-pressed: var(
|
|
78
|
+
--db-neutral-on-bg-basic-emphasis-70-pressed
|
|
79
|
+
);
|
|
80
|
+
--db-adaptive-on-bg-basic-emphasis-60-default: var(
|
|
81
|
+
--db-neutral-on-bg-basic-emphasis-60-default
|
|
82
|
+
);
|
|
83
|
+
--db-adaptive-on-bg-basic-emphasis-60-hovered: var(
|
|
84
|
+
--db-neutral-on-bg-basic-emphasis-60-hovered
|
|
85
|
+
);
|
|
86
|
+
--db-adaptive-on-bg-basic-emphasis-60-pressed: var(
|
|
87
|
+
--db-neutral-on-bg-basic-emphasis-60-pressed
|
|
88
|
+
);
|
|
89
|
+
--db-adaptive-on-bg-basic-emphasis-50-default: var(
|
|
90
|
+
--db-neutral-on-bg-basic-emphasis-50-default
|
|
91
|
+
);
|
|
92
|
+
--db-adaptive-on-bg-basic-emphasis-50-hovered: var(
|
|
93
|
+
--db-neutral-on-bg-basic-emphasis-50-hovered
|
|
94
|
+
);
|
|
95
|
+
--db-adaptive-on-bg-basic-emphasis-50-pressed: var(
|
|
96
|
+
--db-neutral-on-bg-basic-emphasis-50-pressed
|
|
97
|
+
);
|
|
98
|
+
--db-adaptive-bg-inverted-contrast-max-default: var(
|
|
99
|
+
--db-neutral-bg-inverted-contrast-max-default
|
|
100
|
+
);
|
|
101
|
+
--db-adaptive-bg-inverted-contrast-max-hovered: var(
|
|
102
|
+
--db-neutral-bg-inverted-contrast-max-hovered
|
|
103
|
+
);
|
|
104
|
+
--db-adaptive-bg-inverted-contrast-max-pressed: var(
|
|
105
|
+
--db-neutral-bg-inverted-contrast-max-pressed
|
|
106
|
+
);
|
|
107
|
+
--db-adaptive-bg-inverted-contrast-high-default: var(
|
|
108
|
+
--db-neutral-bg-inverted-contrast-high-default
|
|
109
|
+
);
|
|
110
|
+
--db-adaptive-bg-inverted-contrast-high-hovered: var(
|
|
111
|
+
--db-neutral-bg-inverted-contrast-high-hovered
|
|
112
|
+
);
|
|
113
|
+
--db-adaptive-bg-inverted-contrast-high-pressed: var(
|
|
114
|
+
--db-neutral-bg-inverted-contrast-high-pressed
|
|
115
|
+
);
|
|
116
|
+
--db-adaptive-bg-inverted-contrast-low-default: var(
|
|
117
|
+
--db-neutral-bg-inverted-contrast-low-default
|
|
118
|
+
);
|
|
119
|
+
--db-adaptive-bg-inverted-contrast-low-hovered: var(
|
|
120
|
+
--db-neutral-bg-inverted-contrast-low-hovered
|
|
121
|
+
);
|
|
122
|
+
--db-adaptive-bg-inverted-contrast-low-pressed: var(
|
|
123
|
+
--db-neutral-bg-inverted-contrast-low-pressed
|
|
124
|
+
);
|
|
125
|
+
--db-adaptive-on-bg-inverted-default: var(
|
|
126
|
+
--db-neutral-on-bg-inverted-default
|
|
127
|
+
);
|
|
128
|
+
--db-adaptive-on-bg-inverted-hovered: var(
|
|
129
|
+
--db-neutral-on-bg-inverted-hovered
|
|
130
|
+
);
|
|
131
|
+
--db-adaptive-on-bg-inverted-pressed: var(
|
|
132
|
+
--db-neutral-on-bg-inverted-pressed
|
|
133
|
+
);
|
|
134
|
+
--db-adaptive-origin-default: var(--db-neutral-origin-default);
|
|
135
|
+
--db-adaptive-origin-hovered: var(--db-neutral-origin-hovered);
|
|
136
|
+
--db-adaptive-origin-pressed: var(--db-neutral-origin-pressed);
|
|
137
|
+
--db-adaptive-on-origin-default: var(
|
|
138
|
+
--db-neutral-on-origin-default
|
|
139
|
+
);
|
|
140
|
+
--db-adaptive-on-origin-hovered: var(
|
|
141
|
+
--db-neutral-on-origin-hovered
|
|
142
|
+
);
|
|
143
|
+
--db-adaptive-on-origin-pressed: var(
|
|
144
|
+
--db-neutral-on-origin-pressed
|
|
145
|
+
);
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
:root {
|
|
149
|
+
background-color: var(--db-neutral-bg-basic-level-1-default);
|
|
150
|
+
color: var(--db-neutral-on-bg-basic-emphasis-100-default);
|
|
151
|
+
}
|
|
152
|
+
:root::before, :root::after {
|
|
153
|
+
--db-icon-color: var(--db-neutral-on-bg-basic-emphasis-100-default);
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
blockquote {
|
|
157
|
+
background-color: var(--db-neutral-bg-basic-transparent-semi-default);
|
|
158
|
+
color: var(--db-neutral-on-bg-basic-emphasis-100-default);
|
|
159
|
+
}
|
|
160
|
+
blockquote::before, blockquote::after {
|
|
161
|
+
--db-icon-color: var(--db-neutral-on-bg-basic-emphasis-100-default);
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
/**
|
|
165
|
+
Generates 3 types of placeholders, e.g:
|
|
166
|
+
- %db-component-variables-md
|
|
167
|
+
- %db-font-size-md
|
|
168
|
+
- %db-overwrite-font-size-md
|
|
169
|
+
*/
|
|
170
|
+
:root {
|
|
171
|
+
line-height: var(--db-type-body-line-height-md);
|
|
172
|
+
font-size: var(--db-type-body-font-size-md);
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
:root {
|
|
176
|
+
/* Those variables are only for components to calculate heights and change icons */
|
|
177
|
+
--db-icon-font-weight: var(--db-base-body-icon-weight-md);
|
|
178
|
+
--db-icon-font-size: var(--db-base-body-icon-font-size-md);
|
|
179
|
+
--db-base-line-height: var(--db-type-body-line-height-md);
|
|
180
|
+
--db-base-font-size: var(--db-type-body-font-size-md);
|
|
181
|
+
line-height: var(--db-type-body-line-height-md);
|
|
182
|
+
font-size: var(--db-type-body-font-size-md);
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
small,
|
|
186
|
+
code {
|
|
187
|
+
/* Those variables are only for components to calculate heights and change icons */
|
|
188
|
+
--db-icon-font-weight: var(--db-base-body-icon-weight-sm);
|
|
189
|
+
--db-icon-font-size: var(--db-base-body-icon-font-size-sm);
|
|
190
|
+
--db-base-line-height: var(--db-type-body-line-height-sm);
|
|
191
|
+
--db-base-font-size: var(--db-type-body-font-size-sm);
|
|
192
|
+
line-height: var(--db-type-body-line-height-sm);
|
|
193
|
+
font-size: var(--db-type-body-font-size-sm);
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
/* Use sizing's for fixed heights/widths e.g. the db-button has always a fixed height */
|
|
197
|
+
/* Use fixed spacings for all kind of distances (margin, padding, ...) */
|
|
198
|
+
/* The primary use-case for responsive spacings are
|
|
199
|
+
paddings/gaps in an application e.g. the <main> should have a responsive padding. */
|
|
200
|
+
/* Elevation */
|
|
201
|
+
/* Border */
|
|
202
|
+
/* Transitions */
|
|
203
|
+
/* Use this file if you want the default color and density in your project */
|
|
204
|
+
:is(a,
|
|
205
|
+
button,
|
|
206
|
+
input,
|
|
207
|
+
textarea,
|
|
208
|
+
summary,
|
|
209
|
+
select,
|
|
210
|
+
[tabindex]:not([tabindex="-1"])):focus-visible {
|
|
211
|
+
outline: var(--db-border-height-2xs) solid var(--db-focus-outline-color, var(--db-informational-on-bg-basic-emphasis-80-default));
|
|
212
|
+
outline-offset: var(--db-border-height-xs);
|
|
213
|
+
box-shadow: 0 0 0 var(--db-border-height-xs) var(--db-focus-box-shadow-bg-color, transparent);
|
|
214
|
+
}
|
|
215
|
+
:not([type=radio], [role=switch]):is(a,
|
|
216
|
+
button,
|
|
217
|
+
input,
|
|
218
|
+
textarea,
|
|
219
|
+
summary,
|
|
220
|
+
select,
|
|
221
|
+
[tabindex]:not([tabindex="-1"])):focus-visible {
|
|
222
|
+
border-radius: var(--db-border-radius-xs);
|
|
223
|
+
}
|
|
224
|
+
@media screen and (prefers-reduced-motion: no-preference) {
|
|
225
|
+
:is(a,
|
|
226
|
+
button,
|
|
227
|
+
input,
|
|
228
|
+
textarea,
|
|
229
|
+
summary,
|
|
230
|
+
select,
|
|
231
|
+
[tabindex]:not([tabindex="-1"])):focus-visible {
|
|
232
|
+
transition: outline var(--db-transition-duration-extra-fast), box-shadow var(--db-transition-duration-extra-fast);
|
|
233
|
+
}
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
/* Use this file if you want the default color and density in your project */
|
|
237
|
+
:root {
|
|
238
|
+
--db-sizing-3xs: var(--db-sizing-regular-3xs);
|
|
239
|
+
--db-sizing-2xs: var(--db-sizing-regular-2xs);
|
|
240
|
+
--db-sizing-xs: var(--db-sizing-regular-xs);
|
|
241
|
+
--db-sizing-sm: var(--db-sizing-regular-sm);
|
|
242
|
+
--db-sizing-md: var(--db-sizing-regular-md);
|
|
243
|
+
--db-sizing-lg: var(--db-sizing-regular-lg);
|
|
244
|
+
--db-sizing-xl: var(--db-sizing-regular-xl);
|
|
245
|
+
--db-sizing-2xl: var(--db-sizing-regular-2xl);
|
|
246
|
+
--db-sizing-3xl: var(--db-sizing-regular-3xl);
|
|
247
|
+
--db-spacing-fixed-3xs: var(--db-spacing-fixed-regular-3xs);
|
|
248
|
+
--db-spacing-fixed-2xs: var(--db-spacing-fixed-regular-2xs);
|
|
249
|
+
--db-spacing-fixed-xs: var(--db-spacing-fixed-regular-xs);
|
|
250
|
+
--db-spacing-fixed-sm: var(--db-spacing-fixed-regular-sm);
|
|
251
|
+
--db-spacing-fixed-md: var(--db-spacing-fixed-regular-md);
|
|
252
|
+
--db-spacing-fixed-lg: var(--db-spacing-fixed-regular-lg);
|
|
253
|
+
--db-spacing-fixed-xl: var(--db-spacing-fixed-regular-xl);
|
|
254
|
+
--db-spacing-fixed-2xl: var(--db-spacing-fixed-regular-2xl);
|
|
255
|
+
--db-spacing-fixed-3xl: var(--db-spacing-fixed-regular-3xl);
|
|
256
|
+
--db-spacing-responsive-3xs: var(--db-spacing-responsive-regular-mobile-3xs);
|
|
257
|
+
--db-spacing-responsive-2xs: var(--db-spacing-responsive-regular-mobile-2xs);
|
|
258
|
+
--db-spacing-responsive-xs: var(--db-spacing-responsive-regular-mobile-xs);
|
|
259
|
+
--db-spacing-responsive-sm: var(--db-spacing-responsive-regular-mobile-sm);
|
|
260
|
+
--db-spacing-responsive-md: var(--db-spacing-responsive-regular-mobile-md);
|
|
261
|
+
--db-spacing-responsive-lg: var(--db-spacing-responsive-regular-mobile-lg);
|
|
262
|
+
--db-spacing-responsive-xl: var(--db-spacing-responsive-regular-mobile-xl);
|
|
263
|
+
--db-spacing-responsive-2xl: var(--db-spacing-responsive-regular-mobile-2xl);
|
|
264
|
+
--db-spacing-responsive-3xl: var(--db-spacing-responsive-regular-mobile-3xl);
|
|
265
|
+
/* stylelint-disable at-rule-empty-line-before */
|
|
266
|
+
/* stylelint-enable at-rule-empty-line-before */
|
|
267
|
+
/* stylelint-disable-next-line media-query-no-invalid */
|
|
268
|
+
/* stylelint-disable-next-line at-rule-empty-line-before */
|
|
269
|
+
/* stylelint-disable at-rule-empty-line-before */
|
|
270
|
+
/* stylelint-enable at-rule-empty-line-before */
|
|
271
|
+
/* stylelint-disable-next-line media-query-no-invalid */
|
|
272
|
+
/* stylelint-disable-next-line at-rule-empty-line-before */
|
|
273
|
+
}
|
|
274
|
+
@media screen and (min-width: 45em) {
|
|
275
|
+
:not([data-force-mobile]):root, [data-force-mobile=false]:root {
|
|
276
|
+
--db-spacing-responsive-3xs: var(--db-spacing-responsive-regular-tablet-3xs);
|
|
277
|
+
--db-spacing-responsive-2xs: var(--db-spacing-responsive-regular-tablet-2xs);
|
|
278
|
+
--db-spacing-responsive-xs: var(--db-spacing-responsive-regular-tablet-xs);
|
|
279
|
+
--db-spacing-responsive-sm: var(--db-spacing-responsive-regular-tablet-sm);
|
|
280
|
+
--db-spacing-responsive-md: var(--db-spacing-responsive-regular-tablet-md);
|
|
281
|
+
--db-spacing-responsive-lg: var(--db-spacing-responsive-regular-tablet-lg);
|
|
282
|
+
--db-spacing-responsive-xl: var(--db-spacing-responsive-regular-tablet-xl);
|
|
283
|
+
--db-spacing-responsive-2xl: var(--db-spacing-responsive-regular-tablet-2xl);
|
|
284
|
+
--db-spacing-responsive-3xl: var(--db-spacing-responsive-regular-tablet-3xl);
|
|
285
|
+
}
|
|
286
|
+
}
|
|
287
|
+
@media screen and (min-width: 64em) {
|
|
288
|
+
:not([data-force-mobile]):root, [data-force-mobile=false]:root {
|
|
289
|
+
--db-spacing-responsive-3xs: var(--db-spacing-responsive-regular-desktop-3xs);
|
|
290
|
+
--db-spacing-responsive-2xs: var(--db-spacing-responsive-regular-desktop-2xs);
|
|
291
|
+
--db-spacing-responsive-xs: var(--db-spacing-responsive-regular-desktop-xs);
|
|
292
|
+
--db-spacing-responsive-sm: var(--db-spacing-responsive-regular-desktop-sm);
|
|
293
|
+
--db-spacing-responsive-md: var(--db-spacing-responsive-regular-desktop-md);
|
|
294
|
+
--db-spacing-responsive-lg: var(--db-spacing-responsive-regular-desktop-lg);
|
|
295
|
+
--db-spacing-responsive-xl: var(--db-spacing-responsive-regular-desktop-xl);
|
|
296
|
+
--db-spacing-responsive-2xl: var(--db-spacing-responsive-regular-desktop-2xl);
|
|
297
|
+
--db-spacing-responsive-3xl: var(--db-spacing-responsive-regular-desktop-3xl);
|
|
298
|
+
}
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
:root {
|
|
302
|
+
--db-type-headline-font-size-3xs: var(--db-typography-regular-mobile-headline-3xs-font-size);
|
|
303
|
+
--db-type-headline-line-height-3xs: var(--db-typography-regular-mobile-headline-3xs-line-height);
|
|
304
|
+
--db-base-headline-icon-weight-3xs: var(--db-base-icon-weight-regular-mobile-headline-3xs);
|
|
305
|
+
--db-base-headline-icon-font-size-3xs: var(--db-base-icon-font-size-regular-mobile-headline-3xs);
|
|
306
|
+
--db-type-headline-font-size-2xs: var(--db-typography-regular-mobile-headline-2xs-font-size);
|
|
307
|
+
--db-type-headline-line-height-2xs: var(--db-typography-regular-mobile-headline-2xs-line-height);
|
|
308
|
+
--db-base-headline-icon-weight-2xs: var(--db-base-icon-weight-regular-mobile-headline-2xs);
|
|
309
|
+
--db-base-headline-icon-font-size-2xs: var(--db-base-icon-font-size-regular-mobile-headline-2xs);
|
|
310
|
+
--db-type-headline-font-size-xs: var(--db-typography-regular-mobile-headline-xs-font-size);
|
|
311
|
+
--db-type-headline-line-height-xs: var(--db-typography-regular-mobile-headline-xs-line-height);
|
|
312
|
+
--db-base-headline-icon-weight-xs: var(--db-base-icon-weight-regular-mobile-headline-xs);
|
|
313
|
+
--db-base-headline-icon-font-size-xs: var(--db-base-icon-font-size-regular-mobile-headline-xs);
|
|
314
|
+
--db-type-headline-font-size-sm: var(--db-typography-regular-mobile-headline-sm-font-size);
|
|
315
|
+
--db-type-headline-line-height-sm: var(--db-typography-regular-mobile-headline-sm-line-height);
|
|
316
|
+
--db-base-headline-icon-weight-sm: var(--db-base-icon-weight-regular-mobile-headline-sm);
|
|
317
|
+
--db-base-headline-icon-font-size-sm: var(--db-base-icon-font-size-regular-mobile-headline-sm);
|
|
318
|
+
--db-type-headline-font-size-md: var(--db-typography-regular-mobile-headline-md-font-size);
|
|
319
|
+
--db-type-headline-line-height-md: var(--db-typography-regular-mobile-headline-md-line-height);
|
|
320
|
+
--db-base-headline-icon-weight-md: var(--db-base-icon-weight-regular-mobile-headline-md);
|
|
321
|
+
--db-base-headline-icon-font-size-md: var(--db-base-icon-font-size-regular-mobile-headline-md);
|
|
322
|
+
--db-type-headline-font-size-lg: var(--db-typography-regular-mobile-headline-lg-font-size);
|
|
323
|
+
--db-type-headline-line-height-lg: var(--db-typography-regular-mobile-headline-lg-line-height);
|
|
324
|
+
--db-base-headline-icon-weight-lg: var(--db-base-icon-weight-regular-mobile-headline-lg);
|
|
325
|
+
--db-base-headline-icon-font-size-lg: var(--db-base-icon-font-size-regular-mobile-headline-lg);
|
|
326
|
+
--db-type-headline-font-size-xl: var(--db-typography-regular-mobile-headline-xl-font-size);
|
|
327
|
+
--db-type-headline-line-height-xl: var(--db-typography-regular-mobile-headline-xl-line-height);
|
|
328
|
+
--db-base-headline-icon-weight-xl: var(--db-base-icon-weight-regular-mobile-headline-xl);
|
|
329
|
+
--db-base-headline-icon-font-size-xl: var(--db-base-icon-font-size-regular-mobile-headline-xl);
|
|
330
|
+
--db-type-headline-font-size-2xl: var(--db-typography-regular-mobile-headline-2xl-font-size);
|
|
331
|
+
--db-type-headline-line-height-2xl: var(--db-typography-regular-mobile-headline-2xl-line-height);
|
|
332
|
+
--db-base-headline-icon-weight-2xl: var(--db-base-icon-weight-regular-mobile-headline-2xl);
|
|
333
|
+
--db-base-headline-icon-font-size-2xl: var(--db-base-icon-font-size-regular-mobile-headline-2xl);
|
|
334
|
+
--db-type-headline-font-size-3xl: var(--db-typography-regular-mobile-headline-3xl-font-size);
|
|
335
|
+
--db-type-headline-line-height-3xl: var(--db-typography-regular-mobile-headline-3xl-line-height);
|
|
336
|
+
--db-base-headline-icon-weight-3xl: var(--db-base-icon-weight-regular-mobile-headline-3xl);
|
|
337
|
+
--db-base-headline-icon-font-size-3xl: var(--db-base-icon-font-size-regular-mobile-headline-3xl);
|
|
338
|
+
/* stylelint-disable at-rule-empty-line-before */
|
|
339
|
+
/* stylelint-enable at-rule-empty-line-before */
|
|
340
|
+
/* stylelint-disable-next-line media-query-no-invalid */
|
|
341
|
+
/* stylelint-disable-next-line at-rule-empty-line-before */
|
|
342
|
+
/* stylelint-disable at-rule-empty-line-before */
|
|
343
|
+
/* stylelint-enable at-rule-empty-line-before */
|
|
344
|
+
/* stylelint-disable-next-line media-query-no-invalid */
|
|
345
|
+
/* stylelint-disable-next-line at-rule-empty-line-before */
|
|
346
|
+
}
|
|
347
|
+
@media screen and (min-width: 45em) {
|
|
348
|
+
:not([data-force-mobile]):root, [data-force-mobile=false]:root {
|
|
349
|
+
--db-type-headline-font-size-3xs: var(--db-typography-regular-tablet-headline-3xs-font-size);
|
|
350
|
+
--db-type-headline-line-height-3xs: var(--db-typography-regular-tablet-headline-3xs-line-height);
|
|
351
|
+
--db-base-headline-icon-weight-3xs: var(--db-base-icon-weight-regular-tablet-headline-3xs);
|
|
352
|
+
--db-base-headline-icon-font-size-3xs: var(--db-base-icon-font-size-regular-tablet-headline-3xs);
|
|
353
|
+
--db-type-headline-font-size-2xs: var(--db-typography-regular-tablet-headline-2xs-font-size);
|
|
354
|
+
--db-type-headline-line-height-2xs: var(--db-typography-regular-tablet-headline-2xs-line-height);
|
|
355
|
+
--db-base-headline-icon-weight-2xs: var(--db-base-icon-weight-regular-tablet-headline-2xs);
|
|
356
|
+
--db-base-headline-icon-font-size-2xs: var(--db-base-icon-font-size-regular-tablet-headline-2xs);
|
|
357
|
+
--db-type-headline-font-size-xs: var(--db-typography-regular-tablet-headline-xs-font-size);
|
|
358
|
+
--db-type-headline-line-height-xs: var(--db-typography-regular-tablet-headline-xs-line-height);
|
|
359
|
+
--db-base-headline-icon-weight-xs: var(--db-base-icon-weight-regular-tablet-headline-xs);
|
|
360
|
+
--db-base-headline-icon-font-size-xs: var(--db-base-icon-font-size-regular-tablet-headline-xs);
|
|
361
|
+
--db-type-headline-font-size-sm: var(--db-typography-regular-tablet-headline-sm-font-size);
|
|
362
|
+
--db-type-headline-line-height-sm: var(--db-typography-regular-tablet-headline-sm-line-height);
|
|
363
|
+
--db-base-headline-icon-weight-sm: var(--db-base-icon-weight-regular-tablet-headline-sm);
|
|
364
|
+
--db-base-headline-icon-font-size-sm: var(--db-base-icon-font-size-regular-tablet-headline-sm);
|
|
365
|
+
--db-type-headline-font-size-md: var(--db-typography-regular-tablet-headline-md-font-size);
|
|
366
|
+
--db-type-headline-line-height-md: var(--db-typography-regular-tablet-headline-md-line-height);
|
|
367
|
+
--db-base-headline-icon-weight-md: var(--db-base-icon-weight-regular-tablet-headline-md);
|
|
368
|
+
--db-base-headline-icon-font-size-md: var(--db-base-icon-font-size-regular-tablet-headline-md);
|
|
369
|
+
--db-type-headline-font-size-lg: var(--db-typography-regular-tablet-headline-lg-font-size);
|
|
370
|
+
--db-type-headline-line-height-lg: var(--db-typography-regular-tablet-headline-lg-line-height);
|
|
371
|
+
--db-base-headline-icon-weight-lg: var(--db-base-icon-weight-regular-tablet-headline-lg);
|
|
372
|
+
--db-base-headline-icon-font-size-lg: var(--db-base-icon-font-size-regular-tablet-headline-lg);
|
|
373
|
+
--db-type-headline-font-size-xl: var(--db-typography-regular-tablet-headline-xl-font-size);
|
|
374
|
+
--db-type-headline-line-height-xl: var(--db-typography-regular-tablet-headline-xl-line-height);
|
|
375
|
+
--db-base-headline-icon-weight-xl: var(--db-base-icon-weight-regular-tablet-headline-xl);
|
|
376
|
+
--db-base-headline-icon-font-size-xl: var(--db-base-icon-font-size-regular-tablet-headline-xl);
|
|
377
|
+
--db-type-headline-font-size-2xl: var(--db-typography-regular-tablet-headline-2xl-font-size);
|
|
378
|
+
--db-type-headline-line-height-2xl: var(--db-typography-regular-tablet-headline-2xl-line-height);
|
|
379
|
+
--db-base-headline-icon-weight-2xl: var(--db-base-icon-weight-regular-tablet-headline-2xl);
|
|
380
|
+
--db-base-headline-icon-font-size-2xl: var(--db-base-icon-font-size-regular-tablet-headline-2xl);
|
|
381
|
+
--db-type-headline-font-size-3xl: var(--db-typography-regular-tablet-headline-3xl-font-size);
|
|
382
|
+
--db-type-headline-line-height-3xl: var(--db-typography-regular-tablet-headline-3xl-line-height);
|
|
383
|
+
--db-base-headline-icon-weight-3xl: var(--db-base-icon-weight-regular-tablet-headline-3xl);
|
|
384
|
+
--db-base-headline-icon-font-size-3xl: var(--db-base-icon-font-size-regular-tablet-headline-3xl);
|
|
385
|
+
}
|
|
386
|
+
}
|
|
387
|
+
@media screen and (min-width: 64em) {
|
|
388
|
+
:not([data-force-mobile]):root, [data-force-mobile=false]:root {
|
|
389
|
+
--db-type-headline-font-size-3xs: var(--db-typography-regular-desktop-headline-3xs-font-size);
|
|
390
|
+
--db-type-headline-line-height-3xs: var(--db-typography-regular-desktop-headline-3xs-line-height);
|
|
391
|
+
--db-base-headline-icon-weight-3xs: var(--db-base-icon-weight-regular-desktop-headline-3xs);
|
|
392
|
+
--db-base-headline-icon-font-size-3xs: var(--db-base-icon-font-size-regular-desktop-headline-3xs);
|
|
393
|
+
--db-type-headline-font-size-2xs: var(--db-typography-regular-desktop-headline-2xs-font-size);
|
|
394
|
+
--db-type-headline-line-height-2xs: var(--db-typography-regular-desktop-headline-2xs-line-height);
|
|
395
|
+
--db-base-headline-icon-weight-2xs: var(--db-base-icon-weight-regular-desktop-headline-2xs);
|
|
396
|
+
--db-base-headline-icon-font-size-2xs: var(--db-base-icon-font-size-regular-desktop-headline-2xs);
|
|
397
|
+
--db-type-headline-font-size-xs: var(--db-typography-regular-desktop-headline-xs-font-size);
|
|
398
|
+
--db-type-headline-line-height-xs: var(--db-typography-regular-desktop-headline-xs-line-height);
|
|
399
|
+
--db-base-headline-icon-weight-xs: var(--db-base-icon-weight-regular-desktop-headline-xs);
|
|
400
|
+
--db-base-headline-icon-font-size-xs: var(--db-base-icon-font-size-regular-desktop-headline-xs);
|
|
401
|
+
--db-type-headline-font-size-sm: var(--db-typography-regular-desktop-headline-sm-font-size);
|
|
402
|
+
--db-type-headline-line-height-sm: var(--db-typography-regular-desktop-headline-sm-line-height);
|
|
403
|
+
--db-base-headline-icon-weight-sm: var(--db-base-icon-weight-regular-desktop-headline-sm);
|
|
404
|
+
--db-base-headline-icon-font-size-sm: var(--db-base-icon-font-size-regular-desktop-headline-sm);
|
|
405
|
+
--db-type-headline-font-size-md: var(--db-typography-regular-desktop-headline-md-font-size);
|
|
406
|
+
--db-type-headline-line-height-md: var(--db-typography-regular-desktop-headline-md-line-height);
|
|
407
|
+
--db-base-headline-icon-weight-md: var(--db-base-icon-weight-regular-desktop-headline-md);
|
|
408
|
+
--db-base-headline-icon-font-size-md: var(--db-base-icon-font-size-regular-desktop-headline-md);
|
|
409
|
+
--db-type-headline-font-size-lg: var(--db-typography-regular-desktop-headline-lg-font-size);
|
|
410
|
+
--db-type-headline-line-height-lg: var(--db-typography-regular-desktop-headline-lg-line-height);
|
|
411
|
+
--db-base-headline-icon-weight-lg: var(--db-base-icon-weight-regular-desktop-headline-lg);
|
|
412
|
+
--db-base-headline-icon-font-size-lg: var(--db-base-icon-font-size-regular-desktop-headline-lg);
|
|
413
|
+
--db-type-headline-font-size-xl: var(--db-typography-regular-desktop-headline-xl-font-size);
|
|
414
|
+
--db-type-headline-line-height-xl: var(--db-typography-regular-desktop-headline-xl-line-height);
|
|
415
|
+
--db-base-headline-icon-weight-xl: var(--db-base-icon-weight-regular-desktop-headline-xl);
|
|
416
|
+
--db-base-headline-icon-font-size-xl: var(--db-base-icon-font-size-regular-desktop-headline-xl);
|
|
417
|
+
--db-type-headline-font-size-2xl: var(--db-typography-regular-desktop-headline-2xl-font-size);
|
|
418
|
+
--db-type-headline-line-height-2xl: var(--db-typography-regular-desktop-headline-2xl-line-height);
|
|
419
|
+
--db-base-headline-icon-weight-2xl: var(--db-base-icon-weight-regular-desktop-headline-2xl);
|
|
420
|
+
--db-base-headline-icon-font-size-2xl: var(--db-base-icon-font-size-regular-desktop-headline-2xl);
|
|
421
|
+
--db-type-headline-font-size-3xl: var(--db-typography-regular-desktop-headline-3xl-font-size);
|
|
422
|
+
--db-type-headline-line-height-3xl: var(--db-typography-regular-desktop-headline-3xl-line-height);
|
|
423
|
+
--db-base-headline-icon-weight-3xl: var(--db-base-icon-weight-regular-desktop-headline-3xl);
|
|
424
|
+
--db-base-headline-icon-font-size-3xl: var(--db-base-icon-font-size-regular-desktop-headline-3xl);
|
|
425
|
+
}
|
|
426
|
+
}
|
|
427
|
+
|
|
428
|
+
:root {
|
|
429
|
+
--db-type-body-font-size-3xs: var(--db-typography-regular-mobile-body-3xs-font-size);
|
|
430
|
+
--db-type-body-line-height-3xs: var(--db-typography-regular-mobile-body-3xs-line-height);
|
|
431
|
+
--db-base-body-icon-weight-3xs: var(--db-base-icon-weight-regular-mobile-body-3xs);
|
|
432
|
+
--db-base-body-icon-font-size-3xs: var(--db-base-icon-font-size-regular-mobile-body-3xs);
|
|
433
|
+
--db-type-body-font-size-2xs: var(--db-typography-regular-mobile-body-2xs-font-size);
|
|
434
|
+
--db-type-body-line-height-2xs: var(--db-typography-regular-mobile-body-2xs-line-height);
|
|
435
|
+
--db-base-body-icon-weight-2xs: var(--db-base-icon-weight-regular-mobile-body-2xs);
|
|
436
|
+
--db-base-body-icon-font-size-2xs: var(--db-base-icon-font-size-regular-mobile-body-2xs);
|
|
437
|
+
--db-type-body-font-size-xs: var(--db-typography-regular-mobile-body-xs-font-size);
|
|
438
|
+
--db-type-body-line-height-xs: var(--db-typography-regular-mobile-body-xs-line-height);
|
|
439
|
+
--db-base-body-icon-weight-xs: var(--db-base-icon-weight-regular-mobile-body-xs);
|
|
440
|
+
--db-base-body-icon-font-size-xs: var(--db-base-icon-font-size-regular-mobile-body-xs);
|
|
441
|
+
--db-type-body-font-size-sm: var(--db-typography-regular-mobile-body-sm-font-size);
|
|
442
|
+
--db-type-body-line-height-sm: var(--db-typography-regular-mobile-body-sm-line-height);
|
|
443
|
+
--db-base-body-icon-weight-sm: var(--db-base-icon-weight-regular-mobile-body-sm);
|
|
444
|
+
--db-base-body-icon-font-size-sm: var(--db-base-icon-font-size-regular-mobile-body-sm);
|
|
445
|
+
--db-type-body-font-size-md: var(--db-typography-regular-mobile-body-md-font-size);
|
|
446
|
+
--db-type-body-line-height-md: var(--db-typography-regular-mobile-body-md-line-height);
|
|
447
|
+
--db-base-body-icon-weight-md: var(--db-base-icon-weight-regular-mobile-body-md);
|
|
448
|
+
--db-base-body-icon-font-size-md: var(--db-base-icon-font-size-regular-mobile-body-md);
|
|
449
|
+
--db-type-body-font-size-lg: var(--db-typography-regular-mobile-body-lg-font-size);
|
|
450
|
+
--db-type-body-line-height-lg: var(--db-typography-regular-mobile-body-lg-line-height);
|
|
451
|
+
--db-base-body-icon-weight-lg: var(--db-base-icon-weight-regular-mobile-body-lg);
|
|
452
|
+
--db-base-body-icon-font-size-lg: var(--db-base-icon-font-size-regular-mobile-body-lg);
|
|
453
|
+
--db-type-body-font-size-xl: var(--db-typography-regular-mobile-body-xl-font-size);
|
|
454
|
+
--db-type-body-line-height-xl: var(--db-typography-regular-mobile-body-xl-line-height);
|
|
455
|
+
--db-base-body-icon-weight-xl: var(--db-base-icon-weight-regular-mobile-body-xl);
|
|
456
|
+
--db-base-body-icon-font-size-xl: var(--db-base-icon-font-size-regular-mobile-body-xl);
|
|
457
|
+
--db-type-body-font-size-2xl: var(--db-typography-regular-mobile-body-2xl-font-size);
|
|
458
|
+
--db-type-body-line-height-2xl: var(--db-typography-regular-mobile-body-2xl-line-height);
|
|
459
|
+
--db-base-body-icon-weight-2xl: var(--db-base-icon-weight-regular-mobile-body-2xl);
|
|
460
|
+
--db-base-body-icon-font-size-2xl: var(--db-base-icon-font-size-regular-mobile-body-2xl);
|
|
461
|
+
--db-type-body-font-size-3xl: var(--db-typography-regular-mobile-body-3xl-font-size);
|
|
462
|
+
--db-type-body-line-height-3xl: var(--db-typography-regular-mobile-body-3xl-line-height);
|
|
463
|
+
--db-base-body-icon-weight-3xl: var(--db-base-icon-weight-regular-mobile-body-3xl);
|
|
464
|
+
--db-base-body-icon-font-size-3xl: var(--db-base-icon-font-size-regular-mobile-body-3xl);
|
|
465
|
+
/* stylelint-disable at-rule-empty-line-before */
|
|
466
|
+
/* stylelint-enable at-rule-empty-line-before */
|
|
467
|
+
/* stylelint-disable-next-line media-query-no-invalid */
|
|
468
|
+
/* stylelint-disable-next-line at-rule-empty-line-before */
|
|
469
|
+
/* stylelint-disable at-rule-empty-line-before */
|
|
470
|
+
/* stylelint-enable at-rule-empty-line-before */
|
|
471
|
+
/* stylelint-disable-next-line media-query-no-invalid */
|
|
472
|
+
/* stylelint-disable-next-line at-rule-empty-line-before */
|
|
473
|
+
}
|
|
474
|
+
@media screen and (min-width: 45em) {
|
|
475
|
+
:not([data-force-mobile]):root, [data-force-mobile=false]:root {
|
|
476
|
+
--db-type-body-font-size-3xs: var(--db-typography-regular-tablet-body-3xs-font-size);
|
|
477
|
+
--db-type-body-line-height-3xs: var(--db-typography-regular-tablet-body-3xs-line-height);
|
|
478
|
+
--db-base-body-icon-weight-3xs: var(--db-base-icon-weight-regular-mobile-body-3xs);
|
|
479
|
+
--db-base-body-icon-font-size-3xs: var(--db-base-icon-font-size-regular-mobile-body-3xs);
|
|
480
|
+
--db-type-body-font-size-2xs: var(--db-typography-regular-tablet-body-2xs-font-size);
|
|
481
|
+
--db-type-body-line-height-2xs: var(--db-typography-regular-tablet-body-2xs-line-height);
|
|
482
|
+
--db-base-body-icon-weight-2xs: var(--db-base-icon-weight-regular-mobile-body-2xs);
|
|
483
|
+
--db-base-body-icon-font-size-2xs: var(--db-base-icon-font-size-regular-mobile-body-2xs);
|
|
484
|
+
--db-type-body-font-size-xs: var(--db-typography-regular-tablet-body-xs-font-size);
|
|
485
|
+
--db-type-body-line-height-xs: var(--db-typography-regular-tablet-body-xs-line-height);
|
|
486
|
+
--db-base-body-icon-weight-xs: var(--db-base-icon-weight-regular-mobile-body-xs);
|
|
487
|
+
--db-base-body-icon-font-size-xs: var(--db-base-icon-font-size-regular-mobile-body-xs);
|
|
488
|
+
--db-type-body-font-size-sm: var(--db-typography-regular-tablet-body-sm-font-size);
|
|
489
|
+
--db-type-body-line-height-sm: var(--db-typography-regular-tablet-body-sm-line-height);
|
|
490
|
+
--db-base-body-icon-weight-sm: var(--db-base-icon-weight-regular-mobile-body-sm);
|
|
491
|
+
--db-base-body-icon-font-size-sm: var(--db-base-icon-font-size-regular-mobile-body-sm);
|
|
492
|
+
--db-type-body-font-size-md: var(--db-typography-regular-tablet-body-md-font-size);
|
|
493
|
+
--db-type-body-line-height-md: var(--db-typography-regular-tablet-body-md-line-height);
|
|
494
|
+
--db-base-body-icon-weight-md: var(--db-base-icon-weight-regular-mobile-body-md);
|
|
495
|
+
--db-base-body-icon-font-size-md: var(--db-base-icon-font-size-regular-mobile-body-md);
|
|
496
|
+
--db-type-body-font-size-lg: var(--db-typography-regular-tablet-body-lg-font-size);
|
|
497
|
+
--db-type-body-line-height-lg: var(--db-typography-regular-tablet-body-lg-line-height);
|
|
498
|
+
--db-base-body-icon-weight-lg: var(--db-base-icon-weight-regular-mobile-body-lg);
|
|
499
|
+
--db-base-body-icon-font-size-lg: var(--db-base-icon-font-size-regular-mobile-body-lg);
|
|
500
|
+
--db-type-body-font-size-xl: var(--db-typography-regular-tablet-body-xl-font-size);
|
|
501
|
+
--db-type-body-line-height-xl: var(--db-typography-regular-tablet-body-xl-line-height);
|
|
502
|
+
--db-base-body-icon-weight-xl: var(--db-base-icon-weight-regular-mobile-body-xl);
|
|
503
|
+
--db-base-body-icon-font-size-xl: var(--db-base-icon-font-size-regular-mobile-body-xl);
|
|
504
|
+
--db-type-body-font-size-2xl: var(--db-typography-regular-tablet-body-2xl-font-size);
|
|
505
|
+
--db-type-body-line-height-2xl: var(--db-typography-regular-tablet-body-2xl-line-height);
|
|
506
|
+
--db-base-body-icon-weight-2xl: var(--db-base-icon-weight-regular-mobile-body-2xl);
|
|
507
|
+
--db-base-body-icon-font-size-2xl: var(--db-base-icon-font-size-regular-mobile-body-2xl);
|
|
508
|
+
--db-type-body-font-size-3xl: var(--db-typography-regular-tablet-body-3xl-font-size);
|
|
509
|
+
--db-type-body-line-height-3xl: var(--db-typography-regular-tablet-body-3xl-line-height);
|
|
510
|
+
--db-base-body-icon-weight-3xl: var(--db-base-icon-weight-regular-mobile-body-3xl);
|
|
511
|
+
--db-base-body-icon-font-size-3xl: var(--db-base-icon-font-size-regular-mobile-body-3xl);
|
|
512
|
+
}
|
|
513
|
+
}
|
|
514
|
+
@media screen and (min-width: 64em) {
|
|
515
|
+
:not([data-force-mobile]):root, [data-force-mobile=false]:root {
|
|
516
|
+
--db-type-body-font-size-3xs: var(--db-typography-regular-desktop-body-3xs-font-size);
|
|
517
|
+
--db-type-body-line-height-3xs: var(--db-typography-regular-desktop-body-3xs-line-height);
|
|
518
|
+
--db-base-body-icon-weight-3xs: var(--db-base-icon-weight-regular-mobile-body-3xs);
|
|
519
|
+
--db-base-body-icon-font-size-3xs: var(--db-base-icon-font-size-regular-mobile-body-3xs);
|
|
520
|
+
--db-type-body-font-size-2xs: var(--db-typography-regular-desktop-body-2xs-font-size);
|
|
521
|
+
--db-type-body-line-height-2xs: var(--db-typography-regular-desktop-body-2xs-line-height);
|
|
522
|
+
--db-base-body-icon-weight-2xs: var(--db-base-icon-weight-regular-mobile-body-2xs);
|
|
523
|
+
--db-base-body-icon-font-size-2xs: var(--db-base-icon-font-size-regular-mobile-body-2xs);
|
|
524
|
+
--db-type-body-font-size-xs: var(--db-typography-regular-desktop-body-xs-font-size);
|
|
525
|
+
--db-type-body-line-height-xs: var(--db-typography-regular-desktop-body-xs-line-height);
|
|
526
|
+
--db-base-body-icon-weight-xs: var(--db-base-icon-weight-regular-mobile-body-xs);
|
|
527
|
+
--db-base-body-icon-font-size-xs: var(--db-base-icon-font-size-regular-mobile-body-xs);
|
|
528
|
+
--db-type-body-font-size-sm: var(--db-typography-regular-desktop-body-sm-font-size);
|
|
529
|
+
--db-type-body-line-height-sm: var(--db-typography-regular-desktop-body-sm-line-height);
|
|
530
|
+
--db-base-body-icon-weight-sm: var(--db-base-icon-weight-regular-mobile-body-sm);
|
|
531
|
+
--db-base-body-icon-font-size-sm: var(--db-base-icon-font-size-regular-mobile-body-sm);
|
|
532
|
+
--db-type-body-font-size-md: var(--db-typography-regular-desktop-body-md-font-size);
|
|
533
|
+
--db-type-body-line-height-md: var(--db-typography-regular-desktop-body-md-line-height);
|
|
534
|
+
--db-base-body-icon-weight-md: var(--db-base-icon-weight-regular-mobile-body-md);
|
|
535
|
+
--db-base-body-icon-font-size-md: var(--db-base-icon-font-size-regular-mobile-body-md);
|
|
536
|
+
--db-type-body-font-size-lg: var(--db-typography-regular-desktop-body-lg-font-size);
|
|
537
|
+
--db-type-body-line-height-lg: var(--db-typography-regular-desktop-body-lg-line-height);
|
|
538
|
+
--db-base-body-icon-weight-lg: var(--db-base-icon-weight-regular-mobile-body-lg);
|
|
539
|
+
--db-base-body-icon-font-size-lg: var(--db-base-icon-font-size-regular-mobile-body-lg);
|
|
540
|
+
--db-type-body-font-size-xl: var(--db-typography-regular-desktop-body-xl-font-size);
|
|
541
|
+
--db-type-body-line-height-xl: var(--db-typography-regular-desktop-body-xl-line-height);
|
|
542
|
+
--db-base-body-icon-weight-xl: var(--db-base-icon-weight-regular-mobile-body-xl);
|
|
543
|
+
--db-base-body-icon-font-size-xl: var(--db-base-icon-font-size-regular-mobile-body-xl);
|
|
544
|
+
--db-type-body-font-size-2xl: var(--db-typography-regular-desktop-body-2xl-font-size);
|
|
545
|
+
--db-type-body-line-height-2xl: var(--db-typography-regular-desktop-body-2xl-line-height);
|
|
546
|
+
--db-base-body-icon-weight-2xl: var(--db-base-icon-weight-regular-mobile-body-2xl);
|
|
547
|
+
--db-base-body-icon-font-size-2xl: var(--db-base-icon-font-size-regular-mobile-body-2xl);
|
|
548
|
+
--db-type-body-font-size-3xl: var(--db-typography-regular-desktop-body-3xl-font-size);
|
|
549
|
+
--db-type-body-line-height-3xl: var(--db-typography-regular-desktop-body-3xl-line-height);
|
|
550
|
+
--db-base-body-icon-weight-3xl: var(--db-base-icon-weight-regular-mobile-body-3xl);
|
|
551
|
+
--db-base-body-icon-font-size-3xl: var(--db-base-icon-font-size-regular-mobile-body-3xl);
|
|
552
|
+
}
|
|
553
|
+
}
|
|
554
|
+
|
|
555
|
+
/* Use this file if you want to use the defaults for the <code> tag in your project */
|
|
556
|
+
pre:has(code) {
|
|
557
|
+
background-color: var(--db-adaptive-bg-inverted-contrast-max-default);
|
|
558
|
+
color: var(--db-adaptive-on-bg-inverted-default);
|
|
559
|
+
padding: var(--db-spacing-fixed-xs);
|
|
560
|
+
}
|
|
561
|
+
|
|
562
|
+
a:has(code) {
|
|
563
|
+
background-color: var(--db-adaptive-bg-inverted-contrast-max-default);
|
|
564
|
+
color: var(--db-adaptive-on-bg-inverted-default);
|
|
565
|
+
/* stylelint-disable-next-line a11y/selector-pseudo-class-focus */
|
|
566
|
+
}
|
|
567
|
+
a:has(code):hover:not(:disabled, [aria-disabled=true]) {
|
|
568
|
+
cursor: pointer;
|
|
569
|
+
color: var(--db-adaptive-on-bg-inverted-hovered);
|
|
570
|
+
}
|
|
571
|
+
a:has(code):hover:not(:disabled, [aria-disabled=true]):is(textarea), a:has(code):hover:not(:disabled, [aria-disabled=true]):is(input) {
|
|
572
|
+
cursor: initial;
|
|
573
|
+
}
|
|
574
|
+
a:has(code):hover:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]), a:has(code):hover:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)) {
|
|
575
|
+
cursor: pointer;
|
|
576
|
+
}
|
|
577
|
+
a:has(code):active:not(:disabled, [aria-disabled=true]) {
|
|
578
|
+
cursor: pointer;
|
|
579
|
+
color: var(--db-adaptive-on-bg-inverted-pressed);
|
|
580
|
+
}
|
|
581
|
+
a:has(code):active:not(:disabled, [aria-disabled=true]):is(textarea), a:has(code):active:not(:disabled, [aria-disabled=true]):is(input) {
|
|
582
|
+
cursor: initial;
|
|
583
|
+
}
|
|
584
|
+
a:has(code):active:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]), a:has(code):active:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)) {
|
|
585
|
+
cursor: pointer;
|
|
586
|
+
}
|
|
587
|
+
a:has(code) > code {
|
|
588
|
+
color: inherit;
|
|
589
|
+
}
|
|
590
|
+
|
|
591
|
+
code {
|
|
592
|
+
background-color: var(--db-adaptive-bg-inverted-contrast-max-default);
|
|
593
|
+
color: var(--db-adaptive-on-bg-inverted-default);
|
|
594
|
+
padding-block: var(--db-spacing-fixed-3xs);
|
|
595
|
+
padding-inline: var(--db-spacing-fixed-2xs);
|
|
596
|
+
}
|
|
597
|
+
|
|
598
|
+
blockquote {
|
|
599
|
+
margin: 0;
|
|
600
|
+
padding: var(--db-spacing-fixed-sm) var(--db-spacing-fixed-md);
|
|
601
|
+
}
|
|
602
|
+
|
|
603
|
+
/* Use this file if you want the default elevation data attributes in your project */
|
|
604
|
+
.db-interactive-elevation,
|
|
605
|
+
[data-interactive=elevation] {
|
|
606
|
+
cursor: pointer;
|
|
607
|
+
box-shadow: var(--db-elevation-md);
|
|
608
|
+
/* stylelint-disable-next-line a11y/selector-pseudo-class-focus */
|
|
609
|
+
}
|
|
610
|
+
@media screen and (prefers-reduced-motion: no-preference) {
|
|
611
|
+
.db-interactive-elevation,
|
|
612
|
+
[data-interactive=elevation] {
|
|
613
|
+
transition: box-shadow var(--db-transition-duration-fast) var(--db-transition-timing-functional);
|
|
614
|
+
}
|
|
615
|
+
}
|
|
616
|
+
.db-interactive-elevation:hover:not(:disabled, [aria-disabled=true]),
|
|
617
|
+
[data-interactive=elevation]:hover:not(:disabled, [aria-disabled=true]) {
|
|
618
|
+
cursor: pointer;
|
|
619
|
+
box-shadow: var(--db-elevation-lg);
|
|
620
|
+
}
|
|
621
|
+
.db-interactive-elevation:hover:not(:disabled, [aria-disabled=true]):is(textarea), .db-interactive-elevation:hover:not(:disabled, [aria-disabled=true]):is(input),
|
|
622
|
+
[data-interactive=elevation]:hover:not(:disabled, [aria-disabled=true]):is(textarea),
|
|
623
|
+
[data-interactive=elevation]:hover:not(:disabled, [aria-disabled=true]):is(input) {
|
|
624
|
+
cursor: initial;
|
|
625
|
+
}
|
|
626
|
+
.db-interactive-elevation:hover:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]), .db-interactive-elevation:hover:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)),
|
|
627
|
+
[data-interactive=elevation]:hover:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]),
|
|
628
|
+
[data-interactive=elevation]:hover:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)) {
|
|
629
|
+
cursor: pointer;
|
|
630
|
+
}
|
|
631
|
+
.db-interactive-elevation:active:not(:disabled, [aria-disabled=true]),
|
|
632
|
+
[data-interactive=elevation]:active:not(:disabled, [aria-disabled=true]) {
|
|
633
|
+
cursor: pointer;
|
|
634
|
+
box-shadow: var(--db-elevation-sm);
|
|
635
|
+
}
|
|
636
|
+
.db-interactive-elevation:active:not(:disabled, [aria-disabled=true]):is(textarea), .db-interactive-elevation:active:not(:disabled, [aria-disabled=true]):is(input),
|
|
637
|
+
[data-interactive=elevation]:active:not(:disabled, [aria-disabled=true]):is(textarea),
|
|
638
|
+
[data-interactive=elevation]:active:not(:disabled, [aria-disabled=true]):is(input) {
|
|
639
|
+
cursor: initial;
|
|
640
|
+
}
|
|
641
|
+
.db-interactive-elevation:active:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]), .db-interactive-elevation:active:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)),
|
|
642
|
+
[data-interactive=elevation]:active:not(:disabled, [aria-disabled=true]):is(input[type=checkbox]),
|
|
643
|
+
[data-interactive=elevation]:active:not(:disabled, [aria-disabled=true]):is(input[type=radio]:not(:checked)) {
|
|
644
|
+
cursor: pointer;
|
|
645
|
+
}
|
|
646
|
+
|
|
647
|
+
/* Use this file if you want the default fonts for paragraph and headlines in your project */
|
|
648
|
+
:is(h1, h2, h3, h4, h5, h6) {
|
|
649
|
+
font-family: var(--db-font-family-head);
|
|
650
|
+
font-weight: 700;
|
|
651
|
+
text-wrap: balance;
|
|
652
|
+
}
|
|
653
|
+
:is(h1, h2, h3, h4, h5, h6)[data-variant=light] {
|
|
654
|
+
font-weight: 300;
|
|
655
|
+
}
|
|
656
|
+
:is(h1, h2, h3, h4, h5, h6)[data-variant=regular] {
|
|
657
|
+
font-weight: 400;
|
|
658
|
+
}
|
|
659
|
+
|
|
660
|
+
h1 {
|
|
661
|
+
/* stylelint-disable custom-property-pattern */
|
|
662
|
+
line-height: var(--db-type-headline-line-height-xl);
|
|
663
|
+
font-size: var(--db-type-headline-font-size-xl);
|
|
664
|
+
margin-block: var(--db-spacing-fixed-xl);
|
|
665
|
+
/* stylelint-enable custom-property-pattern */
|
|
666
|
+
}
|
|
667
|
+
h1::before, h1::after {
|
|
668
|
+
--db-icon-font-size: var(
|
|
669
|
+
--db-base-headline-icon-font-size-xl
|
|
670
|
+
);
|
|
671
|
+
--db-icon-font-weight: var(
|
|
672
|
+
--db-base-headline-icon-weight-xl
|
|
673
|
+
);
|
|
674
|
+
}
|
|
675
|
+
|
|
676
|
+
h2 {
|
|
677
|
+
/* stylelint-disable custom-property-pattern */
|
|
678
|
+
line-height: var(--db-type-headline-line-height-lg);
|
|
679
|
+
font-size: var(--db-type-headline-font-size-lg);
|
|
680
|
+
margin-block: var(--db-spacing-fixed-lg);
|
|
681
|
+
/* stylelint-enable custom-property-pattern */
|
|
682
|
+
}
|
|
683
|
+
h2::before, h2::after {
|
|
684
|
+
--db-icon-font-size: var(
|
|
685
|
+
--db-base-headline-icon-font-size-lg
|
|
686
|
+
);
|
|
687
|
+
--db-icon-font-weight: var(
|
|
688
|
+
--db-base-headline-icon-weight-lg
|
|
689
|
+
);
|
|
690
|
+
}
|
|
691
|
+
|
|
692
|
+
h3 {
|
|
693
|
+
/* stylelint-disable custom-property-pattern */
|
|
694
|
+
line-height: var(--db-type-headline-line-height-md);
|
|
695
|
+
font-size: var(--db-type-headline-font-size-md);
|
|
696
|
+
margin-block: var(--db-spacing-fixed-md);
|
|
697
|
+
/* stylelint-enable custom-property-pattern */
|
|
698
|
+
}
|
|
699
|
+
h3::before, h3::after {
|
|
700
|
+
--db-icon-font-size: var(
|
|
701
|
+
--db-base-headline-icon-font-size-md
|
|
702
|
+
);
|
|
703
|
+
--db-icon-font-weight: var(
|
|
704
|
+
--db-base-headline-icon-weight-md
|
|
705
|
+
);
|
|
706
|
+
}
|
|
707
|
+
|
|
708
|
+
h4 {
|
|
709
|
+
/* stylelint-disable custom-property-pattern */
|
|
710
|
+
line-height: var(--db-type-headline-line-height-sm);
|
|
711
|
+
font-size: var(--db-type-headline-font-size-sm);
|
|
712
|
+
margin-block: var(--db-spacing-fixed-sm);
|
|
713
|
+
/* stylelint-enable custom-property-pattern */
|
|
714
|
+
}
|
|
715
|
+
h4::before, h4::after {
|
|
716
|
+
--db-icon-font-size: var(
|
|
717
|
+
--db-base-headline-icon-font-size-sm
|
|
718
|
+
);
|
|
719
|
+
--db-icon-font-weight: var(
|
|
720
|
+
--db-base-headline-icon-weight-sm
|
|
721
|
+
);
|
|
722
|
+
}
|
|
723
|
+
|
|
724
|
+
h5 {
|
|
725
|
+
/* stylelint-disable custom-property-pattern */
|
|
726
|
+
line-height: var(--db-type-headline-line-height-xs);
|
|
727
|
+
font-size: var(--db-type-headline-font-size-xs);
|
|
728
|
+
margin-block: var(--db-spacing-fixed-xs);
|
|
729
|
+
/* stylelint-enable custom-property-pattern */
|
|
730
|
+
}
|
|
731
|
+
h5::before, h5::after {
|
|
732
|
+
--db-icon-font-size: var(
|
|
733
|
+
--db-base-headline-icon-font-size-xs
|
|
734
|
+
);
|
|
735
|
+
--db-icon-font-weight: var(
|
|
736
|
+
--db-base-headline-icon-weight-xs
|
|
737
|
+
);
|
|
738
|
+
}
|
|
739
|
+
|
|
740
|
+
h6 {
|
|
741
|
+
/* stylelint-disable custom-property-pattern */
|
|
742
|
+
line-height: var(--db-type-headline-line-height-2xs);
|
|
743
|
+
font-size: var(--db-type-headline-font-size-2xs);
|
|
744
|
+
margin-block: var(--db-spacing-fixed-2xs);
|
|
745
|
+
/* stylelint-enable custom-property-pattern */
|
|
746
|
+
}
|
|
747
|
+
h6::before, h6::after {
|
|
748
|
+
--db-icon-font-size: var(
|
|
749
|
+
--db-base-headline-icon-font-size-2xs
|
|
750
|
+
);
|
|
751
|
+
--db-icon-font-weight: var(
|
|
752
|
+
--db-base-headline-icon-weight-2xs
|
|
753
|
+
);
|
|
754
|
+
}
|
|
755
|
+
|
|
756
|
+
p {
|
|
757
|
+
margin-block: var(--db-spacing-fixed-md);
|
|
758
|
+
}
|
|
759
|
+
|
|
760
|
+
[data-font=digital] {
|
|
761
|
+
font-weight: 300;
|
|
762
|
+
}
|
|
763
|
+
|
|
764
|
+
[data-font=regular] {
|
|
765
|
+
font-weight: 400;
|
|
766
|
+
}
|
|
767
|
+
|
|
768
|
+
[data-font=medium] {
|
|
769
|
+
font-weight: 500;
|
|
770
|
+
}
|
|
771
|
+
|
|
772
|
+
[data-font=semibold] {
|
|
773
|
+
font-weight: 600;
|
|
774
|
+
}
|
|
775
|
+
|
|
776
|
+
[data-font=bold],
|
|
777
|
+
strong {
|
|
778
|
+
font-weight: 700;
|
|
779
|
+
}
|
|
780
|
+
|
|
781
|
+
[data-icon]::before,
|
|
782
|
+
[data-icon-before]::before, [data-icon-after]::after {
|
|
783
|
+
content: var(--db-icon, attr(data-icon));
|
|
784
|
+
content: var(--db-icon, attr(data-icon))/"";
|
|
785
|
+
-webkit-alt: "";
|
|
786
|
+
alt: "";
|
|
787
|
+
color: var(--db-icon-color, inherit);
|
|
788
|
+
display: inline-block;
|
|
789
|
+
/*** icon - placeholder ***/
|
|
790
|
+
font-family: var(--db-icon-font-family, var(--db-icon-default-font-family, "db-ux-default")) !important;
|
|
791
|
+
font-size: var(--db-icon-font-size, 1.5rem);
|
|
792
|
+
-webkit-font-smoothing: antialiased;
|
|
793
|
+
-moz-osx-font-smoothing: grayscale;
|
|
794
|
+
font-style: normal;
|
|
795
|
+
font-variant: normal;
|
|
796
|
+
font-weight: var(--db-icon-font-weight, normal);
|
|
797
|
+
line-height: 1;
|
|
798
|
+
/* stylelint-disable-next-line declaration-property-value-no-unknown */
|
|
799
|
+
speak: none;
|
|
800
|
+
/* stylelint-disable-next-line declaration-property-value-no-unknown */
|
|
801
|
+
speak: never;
|
|
802
|
+
text-transform: none;
|
|
803
|
+
vertical-align: middle;
|
|
804
|
+
block-size: var(--db-icon-font-size, 1.5rem);
|
|
805
|
+
inline-size: var(--db-icon-font-size, 1.5rem);
|
|
806
|
+
}
|
|
807
|
+
@media aural {
|
|
808
|
+
[data-icon]::before,
|
|
809
|
+
[data-icon-before]::before, [data-icon-after]::after {
|
|
810
|
+
content: none;
|
|
811
|
+
}
|
|
812
|
+
}
|
|
813
|
+
@media speech {
|
|
814
|
+
[data-icon]::before,
|
|
815
|
+
[data-icon-before]::before, [data-icon-after]::after {
|
|
816
|
+
content: none;
|
|
817
|
+
}
|
|
818
|
+
}
|
|
819
|
+
|
|
820
|
+
[data-icon]:is(span),
|
|
821
|
+
[data-icon-before]:is(span),
|
|
822
|
+
[data-icon-after]:is(span) {
|
|
823
|
+
display: inline-flex;
|
|
824
|
+
vertical-align: baseline;
|
|
825
|
+
}
|
|
826
|
+
|
|
827
|
+
[data-icon]::before,
|
|
828
|
+
[data-icon-before]::before {
|
|
829
|
+
margin-inline-end: var(--db-icon-margin-end, var(--db-spacing-fixed-xs));
|
|
830
|
+
}
|
|
831
|
+
|
|
832
|
+
[data-hide-icon=true]::before,
|
|
833
|
+
[data-hide-icon-before=true]::before,
|
|
834
|
+
[data-icon=none]::before,
|
|
835
|
+
[data-icon-before=none]::before {
|
|
836
|
+
content: none;
|
|
837
|
+
}
|
|
838
|
+
|
|
839
|
+
[data-icon-after]::after {
|
|
840
|
+
content: var(--db-icon-after, attr(data-icon-after));
|
|
841
|
+
content: var(--db-icon-after, attr(data-icon-after))/"";
|
|
842
|
+
margin-inline-start: var(--db-icon-margin-start, var(--db-spacing-fixed-xs));
|
|
843
|
+
}
|
|
844
|
+
|
|
845
|
+
[data-hide-icon-after=true]::after,
|
|
846
|
+
[data-icon-after=none]::after {
|
|
847
|
+
content: none;
|
|
848
|
+
}
|
|
849
|
+
|
|
850
|
+
.is-icon-text-replace[data-icon], .is-icon-text-replace[data-icon-before] {
|
|
851
|
+
font-size: 0 !important;
|
|
852
|
+
/* stylelint-disable-next-line at-rule-empty-line-before */
|
|
853
|
+
}
|
|
854
|
+
.is-icon-text-replace[data-icon]::before, .is-icon-text-replace[data-icon-before]::before {
|
|
855
|
+
--db-icon-margin-end: 0;
|
|
856
|
+
}
|
|
857
|
+
.is-icon-text-replace[data-icon-after] {
|
|
858
|
+
font-size: 0 !important;
|
|
859
|
+
}
|
|
860
|
+
.is-icon-text-replace[data-icon-after]::after {
|
|
861
|
+
--db-icon-margin-start: 0;
|
|
862
|
+
}
|
|
863
|
+
|
|
864
|
+
/* Required styles to normalize default css */
|
|
865
|
+
/* Document
|
|
866
|
+
* ========================================================================== */
|
|
867
|
+
/**
|
|
868
|
+
* 1. Correct the line height in all browsers.
|
|
869
|
+
* 2. Prevent adjustments of font size after orientation changes in iOS.
|
|
870
|
+
*/
|
|
871
|
+
:where(html) {
|
|
872
|
+
line-height: 1.15; /* 1 */
|
|
873
|
+
-webkit-text-size-adjust: 100%; /* 2 */
|
|
874
|
+
text-size-adjust: 100%; /* 2 */
|
|
875
|
+
}
|
|
876
|
+
|
|
877
|
+
/* Sections
|
|
878
|
+
* ========================================================================== */
|
|
879
|
+
/**
|
|
880
|
+
* Correct the font size and margin on `h1` elements within `section` and
|
|
881
|
+
* `article` contexts in Chrome, Edge, Firefox, and Safari.
|
|
882
|
+
*/
|
|
883
|
+
:where(h1) {
|
|
884
|
+
font-size: 2em;
|
|
885
|
+
margin-block-end: 0.67em;
|
|
886
|
+
margin-block-start: 0.67em;
|
|
887
|
+
}
|
|
888
|
+
|
|
889
|
+
/* Grouping content
|
|
890
|
+
* ========================================================================== */
|
|
891
|
+
/**
|
|
892
|
+
* Remove the margin on nested lists in Chrome, Edge, and Safari.
|
|
893
|
+
*/
|
|
894
|
+
:where(dl, ol, ul) :where(dl, ol, ul) {
|
|
895
|
+
margin-block-end: 0;
|
|
896
|
+
margin-block-start: 0;
|
|
897
|
+
}
|
|
898
|
+
|
|
899
|
+
/**
|
|
900
|
+
* 1. Add the correct box sizing in Firefox.
|
|
901
|
+
* 2. Correct the inheritance of border color in Firefox.
|
|
902
|
+
*/
|
|
903
|
+
:where(hr) {
|
|
904
|
+
box-sizing: content-box; /* 1 */
|
|
905
|
+
color: inherit; /* 2 */
|
|
906
|
+
height: 0; /* 1 */
|
|
907
|
+
}
|
|
908
|
+
|
|
909
|
+
/* Text-level semantics
|
|
910
|
+
* ========================================================================== */
|
|
911
|
+
/**
|
|
912
|
+
* Add the correct text decoration in Safari.
|
|
913
|
+
*/
|
|
914
|
+
:where(abbr[title]) {
|
|
915
|
+
text-decoration: underline;
|
|
916
|
+
text-decoration: underline dotted;
|
|
917
|
+
}
|
|
918
|
+
|
|
919
|
+
/**
|
|
920
|
+
* Add the correct font weight in Chrome, Edge, and Safari.
|
|
921
|
+
*/
|
|
922
|
+
:where(b, strong) {
|
|
923
|
+
font-weight: bolder;
|
|
924
|
+
}
|
|
925
|
+
|
|
926
|
+
/**
|
|
927
|
+
* 1. Correct the inheritance and scaling of font size in all browsers.
|
|
928
|
+
* 2. Correct the odd `em` font sizing in all browsers.
|
|
929
|
+
*/
|
|
930
|
+
:where(code, kbd, pre, samp) {
|
|
931
|
+
font-family: monospace, monospace; /* 1 */
|
|
932
|
+
font-size: 1em; /* 2 */
|
|
933
|
+
}
|
|
934
|
+
|
|
935
|
+
/**
|
|
936
|
+
* Add the correct font size in all browsers.
|
|
937
|
+
*/
|
|
938
|
+
:where(small) {
|
|
939
|
+
font-size: 80%;
|
|
940
|
+
}
|
|
941
|
+
|
|
942
|
+
/* Tabular data
|
|
943
|
+
* ========================================================================== */
|
|
944
|
+
/**
|
|
945
|
+
* 1. Correct table border color in Chrome, Edge, and Safari.
|
|
946
|
+
* 2. Remove text indentation from table contents in Chrome, Edge, and Safari.
|
|
947
|
+
*/
|
|
948
|
+
:where(table) {
|
|
949
|
+
border-color: currentColor; /* 1 */
|
|
950
|
+
text-indent: 0; /* 2 */
|
|
951
|
+
}
|
|
952
|
+
|
|
953
|
+
/* Forms
|
|
954
|
+
* ========================================================================== */
|
|
955
|
+
/**
|
|
956
|
+
* Remove the margin on controls in Safari.
|
|
957
|
+
*/
|
|
958
|
+
:where(button, input, select) {
|
|
959
|
+
margin: 0;
|
|
960
|
+
}
|
|
961
|
+
|
|
962
|
+
/**
|
|
963
|
+
* Remove the inheritance of text transform in Firefox.
|
|
964
|
+
*/
|
|
965
|
+
:where(button) {
|
|
966
|
+
text-transform: none;
|
|
967
|
+
}
|
|
968
|
+
|
|
969
|
+
/**
|
|
970
|
+
* Correct the inability to style buttons in iOS and Safari.
|
|
971
|
+
*/
|
|
972
|
+
:where(button, input:is([type=button i], [type=reset i], [type=submit i])) {
|
|
973
|
+
-webkit-appearance: button;
|
|
974
|
+
}
|
|
975
|
+
|
|
976
|
+
/**
|
|
977
|
+
* Add the correct vertical alignment in Chrome, Edge, and Firefox.
|
|
978
|
+
*/
|
|
979
|
+
:where(progress) {
|
|
980
|
+
vertical-align: baseline;
|
|
981
|
+
}
|
|
982
|
+
|
|
983
|
+
/**
|
|
984
|
+
* Remove the inheritance of text transform in Firefox.
|
|
985
|
+
*/
|
|
986
|
+
:where(select) {
|
|
987
|
+
text-transform: none;
|
|
988
|
+
}
|
|
989
|
+
|
|
990
|
+
/**
|
|
991
|
+
* Remove the margin in Firefox and Safari.
|
|
992
|
+
*/
|
|
993
|
+
:where(textarea) {
|
|
994
|
+
margin: 0;
|
|
995
|
+
}
|
|
996
|
+
|
|
997
|
+
/**
|
|
998
|
+
* 1. Correct the odd appearance in Chrome, Edge, and Safari.
|
|
999
|
+
* 2. Correct the outline style in Safari.
|
|
1000
|
+
*/
|
|
1001
|
+
:where(input[type=search i]) {
|
|
1002
|
+
-webkit-appearance: textfield; /* 1 */
|
|
1003
|
+
outline-offset: -2px; /* 2 */
|
|
1004
|
+
}
|
|
1005
|
+
|
|
1006
|
+
/**
|
|
1007
|
+
* Correct the cursor style of increment and decrement buttons in Safari.
|
|
1008
|
+
*/
|
|
1009
|
+
::-webkit-inner-spin-button,
|
|
1010
|
+
::-webkit-outer-spin-button {
|
|
1011
|
+
height: auto;
|
|
1012
|
+
}
|
|
1013
|
+
|
|
1014
|
+
/**
|
|
1015
|
+
* Correct the text style of placeholders in Chrome, Edge, and Safari.
|
|
1016
|
+
*/
|
|
1017
|
+
::-webkit-input-placeholder {
|
|
1018
|
+
color: inherit;
|
|
1019
|
+
opacity: 0.54;
|
|
1020
|
+
}
|
|
1021
|
+
|
|
1022
|
+
/**
|
|
1023
|
+
* Remove the inner padding in Chrome, Edge, and Safari on macOS.
|
|
1024
|
+
*/
|
|
1025
|
+
::-webkit-search-decoration {
|
|
1026
|
+
-webkit-appearance: none;
|
|
1027
|
+
}
|
|
1028
|
+
|
|
1029
|
+
/**
|
|
1030
|
+
* 1. Correct the inability to style upload buttons in iOS and Safari.
|
|
1031
|
+
* 2. Change font properties to `inherit` in Safari.
|
|
1032
|
+
*/
|
|
1033
|
+
::-webkit-file-upload-button {
|
|
1034
|
+
-webkit-appearance: button; /* 1 */
|
|
1035
|
+
font: inherit; /* 2 */
|
|
1036
|
+
}
|
|
1037
|
+
|
|
1038
|
+
/**
|
|
1039
|
+
* Remove the inner border and padding of focus outlines in Firefox.
|
|
1040
|
+
*/
|
|
1041
|
+
:where(button, input:is([type=button i], [type=color i], [type=reset i], [type=submit i]))::-moz-focus-inner {
|
|
1042
|
+
border-style: none;
|
|
1043
|
+
padding: 0;
|
|
1044
|
+
}
|
|
1045
|
+
|
|
1046
|
+
/**
|
|
1047
|
+
* Restore the focus outline styles unset by the previous rule in Firefox.
|
|
1048
|
+
*/
|
|
1049
|
+
:where(button, input:is([type=button i], [type=color i], [type=reset i], [type=submit i]))::-moz-focusring {
|
|
1050
|
+
outline: 1px dotted ButtonText;
|
|
1051
|
+
}
|
|
1052
|
+
|
|
1053
|
+
/**
|
|
1054
|
+
* Remove the additional :invalid styles in Firefox.
|
|
1055
|
+
*/
|
|
1056
|
+
:where(:-moz-ui-invalid) {
|
|
1057
|
+
box-shadow: none;
|
|
1058
|
+
}
|
|
1059
|
+
|
|
1060
|
+
/* Interactive
|
|
1061
|
+
* ========================================================================== */
|
|
1062
|
+
/*
|
|
1063
|
+
* Add the correct styles in Safari.
|
|
1064
|
+
*/
|
|
1065
|
+
:where(dialog) {
|
|
1066
|
+
background-color: white;
|
|
1067
|
+
border: solid;
|
|
1068
|
+
color: black;
|
|
1069
|
+
height: -moz-fit-content;
|
|
1070
|
+
height: fit-content;
|
|
1071
|
+
left: 0;
|
|
1072
|
+
margin: auto;
|
|
1073
|
+
padding: 1em;
|
|
1074
|
+
position: absolute;
|
|
1075
|
+
right: 0;
|
|
1076
|
+
width: -moz-fit-content;
|
|
1077
|
+
width: fit-content;
|
|
1078
|
+
}
|
|
1079
|
+
|
|
1080
|
+
:where(dialog:not([open])) {
|
|
1081
|
+
display: none;
|
|
1082
|
+
}
|
|
1083
|
+
|
|
1084
|
+
/*
|
|
1085
|
+
* Add the correct display in all browsers.
|
|
1086
|
+
*/
|
|
1087
|
+
:where(summary) {
|
|
1088
|
+
display: list-item;
|
|
1089
|
+
}
|
|
1090
|
+
|
|
1091
|
+
:root {
|
|
1092
|
+
--db-breakpoint-xs: 22.5em;
|
|
1093
|
+
--db-breakpoint-sm: 45em;
|
|
1094
|
+
--db-breakpoint-md: 64em;
|
|
1095
|
+
--db-breakpoint-lg: 90em;
|
|
1096
|
+
}
|
|
1097
|
+
|
|
1098
|
+
html,
|
|
1099
|
+
body {
|
|
1100
|
+
margin: 0;
|
|
1101
|
+
padding: 0;
|
|
1102
|
+
}
|
|
1103
|
+
|
|
1104
|
+
/* stylelint-disable selector-max-id */
|
|
1105
|
+
body,
|
|
1106
|
+
#root,
|
|
1107
|
+
#app {
|
|
1108
|
+
block-size: inherit;
|
|
1109
|
+
}
|
|
1110
|
+
|
|
1111
|
+
/* stylelint-enable selector-max-id */
|
|
1112
|
+
body {
|
|
1113
|
+
font-family: var(--db-font-family-sans);
|
|
1114
|
+
}
|
|
1115
|
+
|
|
1116
|
+
html {
|
|
1117
|
+
box-sizing: var(--db-box-sizing, border-box);
|
|
1118
|
+
}
|
|
1119
|
+
|
|
1120
|
+
* {
|
|
1121
|
+
/*
|
|
1122
|
+
we overwrite this for all elements to pass the correct sizes even for elements
|
|
1123
|
+
which have a default font-size/line-height set
|
|
1124
|
+
*/
|
|
1125
|
+
font-size: inherit;
|
|
1126
|
+
line-height: inherit;
|
|
1127
|
+
font-family: inherit;
|
|
1128
|
+
}
|
|
1129
|
+
|
|
1130
|
+
*,
|
|
1131
|
+
::before,
|
|
1132
|
+
::after {
|
|
1133
|
+
box-sizing: inherit;
|
|
1134
|
+
}
|
|
1135
|
+
|
|
1136
|
+
body,
|
|
1137
|
+
button,
|
|
1138
|
+
input,
|
|
1139
|
+
textarea,
|
|
1140
|
+
summary,
|
|
1141
|
+
select,
|
|
1142
|
+
a {
|
|
1143
|
+
color: inherit;
|
|
1144
|
+
}
|
|
1145
|
+
|
|
1146
|
+
img,
|
|
1147
|
+
embed,
|
|
1148
|
+
iframe,
|
|
1149
|
+
object,
|
|
1150
|
+
video {
|
|
1151
|
+
block-size: auto;
|
|
1152
|
+
max-inline-size: 100%;
|
|
1153
|
+
}
|
|
1154
|
+
|
|
1155
|
+
iframe {
|
|
1156
|
+
border: 0;
|
|
1157
|
+
}
|
|
1158
|
+
|
|
1159
|
+
:where(ul) {
|
|
1160
|
+
padding-inline-start: var(--db-spacing-fixed-md);
|
|
1161
|
+
/* stylelint-disable-next-line declaration-property-value-no-unknown, no-irregular-whitespace */
|
|
1162
|
+
list-style-type: "• ";
|
|
1163
|
+
}
|
|
1164
|
+
:where(ul) li::marker {
|
|
1165
|
+
color: var(--db-brand-origin-default);
|
|
1166
|
+
}
|
|
1167
|
+
|
|
1168
|
+
nav ol,
|
|
1169
|
+
nav ul,
|
|
1170
|
+
[role=navigation] ol,
|
|
1171
|
+
[role=navigation] ul {
|
|
1172
|
+
list-style-type: "";
|
|
1173
|
+
margin: 0;
|
|
1174
|
+
padding: 0;
|
|
1175
|
+
}
|
|
1176
|
+
|
|
1177
|
+
fieldset {
|
|
1178
|
+
border: 0;
|
|
1179
|
+
}
|
|
1180
|
+
|
|
1181
|
+
details > *,
|
|
1182
|
+
details > ::before,
|
|
1183
|
+
details > ::after {
|
|
1184
|
+
box-sizing: var(--db-box-sizing, border-box);
|
|
1185
|
+
}
|