@alfalab/core-components-tabs 10.0.13-alfasans → 10.0.13
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/components/primary-tablist/index.css +167 -180
- package/components/primary-tablist/index.module.css.js +1 -1
- package/components/primary-tablist/mobile.css +291 -317
- package/components/primary-tablist/mobile.module.css.js +1 -1
- package/components/scroll-controls/index.css +11 -11
- package/components/scroll-controls/index.module.css.js +1 -1
- package/components/scrollable-container/index.css +5 -5
- package/components/scrollable-container/index.module.css.js +1 -1
- package/components/secondary-tablist/index.css +18 -18
- package/components/secondary-tablist/index.module.css.js +1 -1
- package/components/secondary-tablist/mobile.css +22 -22
- package/components/secondary-tablist/mobile.module.css.js +1 -1
- package/components/tab/index.css +2 -2
- package/components/tab/index.module.css.js +1 -1
- package/cssm/components/primary-tablist/index.module.css +35 -48
- package/cssm/components/primary-tablist/mobile.module.css +35 -48
- package/esm/components/primary-tablist/index.css +167 -180
- package/esm/components/primary-tablist/index.module.css.js +1 -1
- package/esm/components/primary-tablist/mobile.css +291 -317
- package/esm/components/primary-tablist/mobile.module.css.js +1 -1
- package/esm/components/scroll-controls/index.css +11 -11
- package/esm/components/scroll-controls/index.module.css.js +1 -1
- package/esm/components/scrollable-container/index.css +5 -5
- package/esm/components/scrollable-container/index.module.css.js +1 -1
- package/esm/components/secondary-tablist/index.css +18 -18
- package/esm/components/secondary-tablist/index.module.css.js +1 -1
- package/esm/components/secondary-tablist/mobile.css +22 -22
- package/esm/components/secondary-tablist/mobile.module.css.js +1 -1
- package/esm/components/tab/index.css +2 -2
- package/esm/components/tab/index.module.css.js +1 -1
- package/modern/components/primary-tablist/index.css +167 -180
- package/modern/components/primary-tablist/index.module.css.js +1 -1
- package/modern/components/primary-tablist/mobile.css +291 -317
- package/modern/components/primary-tablist/mobile.module.css.js +1 -1
- package/modern/components/scroll-controls/index.css +11 -11
- package/modern/components/scroll-controls/index.module.css.js +1 -1
- package/modern/components/scrollable-container/index.css +5 -5
- package/modern/components/scrollable-container/index.module.css.js +1 -1
- package/modern/components/secondary-tablist/index.css +18 -18
- package/modern/components/secondary-tablist/index.module.css.js +1 -1
- package/modern/components/secondary-tablist/mobile.css +22 -22
- package/modern/components/secondary-tablist/mobile.module.css.js +1 -1
- package/modern/components/tab/index.css +2 -2
- package/modern/components/tab/index.module.css.js +1 -1
- package/moderncssm/components/primary-tablist/index.module.css +30 -45
- package/moderncssm/components/primary-tablist/mobile.module.css +30 -45
- package/package.json +12 -12
|
@@ -26,9 +26,11 @@
|
|
|
26
26
|
--gap-32: var(--gap-2xl);
|
|
27
27
|
--gap-4-neg: var(--gap-2xs-neg);
|
|
28
28
|
}:root {
|
|
29
|
-
--font-family-
|
|
30
|
-
|
|
31
|
-
|
|
29
|
+
--font-family-system:
|
|
30
|
+
system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
|
|
31
|
+
--font-family-styrene:
|
|
32
|
+
'Styrene UI', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica,
|
|
33
|
+
sans-serif;
|
|
32
34
|
}:root {
|
|
33
35
|
--focus-color: var(--color-light-status-info);
|
|
34
36
|
--disabled-cursor: not-allowed;
|
|
@@ -49,11 +51,11 @@
|
|
|
49
51
|
--primary-tablist-l-padding: var(--gap-0) var(--gap-0) var(--gap-20);
|
|
50
52
|
--primary-tablist-xl-gaps: var(--gap-32);
|
|
51
53
|
--primary-tablist-xl-padding: var(--gap-4) var(--gap-0) var(--gap-24);
|
|
52
|
-
}.
|
|
54
|
+
}.tabs__component_v7fpj {
|
|
53
55
|
position: relative;
|
|
54
56
|
display: inline-flex;
|
|
55
57
|
min-width: 100%;
|
|
56
|
-
}.
|
|
58
|
+
}.tabs__component_v7fpj:before {
|
|
57
59
|
content: '';
|
|
58
60
|
display: block;
|
|
59
61
|
position: absolute;
|
|
@@ -61,299 +63,285 @@
|
|
|
61
63
|
height: 1px;
|
|
62
64
|
width: 100%;
|
|
63
65
|
background-color: var(--primary-tablist-bottom-border-color);
|
|
64
|
-
}.
|
|
66
|
+
}.tabs__desktop_v7fpj.tabs__paragraph-primary-large_v7fpj .tabs__title_v7fpj {
|
|
65
67
|
font-size: 18px;
|
|
66
68
|
line-height: 24px;
|
|
67
69
|
font-weight: 400;
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
}.tabs__desktop_1gf86.tabs__paragraph-primary-medium_1gf86 .tabs__title_1gf86 {
|
|
70
|
+
font-family: var(--font-family-system);
|
|
71
|
+
}.tabs__desktop_v7fpj.tabs__paragraph-primary-medium_v7fpj .tabs__title_v7fpj {
|
|
71
72
|
font-size: 16px;
|
|
72
73
|
line-height: 24px;
|
|
73
74
|
font-weight: 400;
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
}.tabs__desktop_1gf86.tabs__paragraph-primary-small_1gf86 .tabs__title_1gf86 {
|
|
75
|
+
font-family: var(--font-family-system);
|
|
76
|
+
}.tabs__desktop_v7fpj.tabs__paragraph-primary-small_v7fpj .tabs__title_v7fpj {
|
|
77
77
|
font-size: 14px;
|
|
78
78
|
line-height: 20px;
|
|
79
79
|
font-weight: 400;
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
}.tabs__desktop_1gf86.tabs__action-primary-large_1gf86 .tabs__title_1gf86 {
|
|
80
|
+
font-family: var(--font-family-system);
|
|
81
|
+
}.tabs__desktop_v7fpj.tabs__action-primary-large_v7fpj .tabs__title_v7fpj {
|
|
83
82
|
font-size: 18px;
|
|
84
83
|
line-height: 24px;
|
|
85
84
|
font-weight: 500;
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
}.tabs__desktop_1gf86.tabs__action-primary-medium_1gf86 .tabs__title_1gf86 {
|
|
85
|
+
font-family: var(--font-family-system);
|
|
86
|
+
}.tabs__desktop_v7fpj.tabs__action-primary-medium_v7fpj .tabs__title_v7fpj {
|
|
89
87
|
font-size: 16px;
|
|
90
88
|
line-height: 24px;
|
|
91
89
|
font-weight: 500;
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
}.tabs__desktop_1gf86.tabs__action-primary-small_1gf86 .tabs__title_1gf86 {
|
|
90
|
+
font-family: var(--font-family-system);
|
|
91
|
+
}.tabs__desktop_v7fpj.tabs__action-primary-small_v7fpj .tabs__title_v7fpj {
|
|
95
92
|
font-size: 14px;
|
|
96
93
|
line-height: 20px;
|
|
97
94
|
font-weight: 500;
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
}.tabs__desktop_1gf86.tabs__accent-primary-large_1gf86 .tabs__title_1gf86 {
|
|
95
|
+
font-family: var(--font-family-system);
|
|
96
|
+
}.tabs__desktop_v7fpj.tabs__accent-primary-large_v7fpj .tabs__title_v7fpj {
|
|
101
97
|
font-size: 18px;
|
|
102
98
|
line-height: 24px;
|
|
103
99
|
font-weight: 700;
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
}.tabs__desktop_1gf86.tabs__accent-primary-medium_1gf86 .tabs__title_1gf86 {
|
|
100
|
+
font-family: var(--font-family-system);
|
|
101
|
+
}.tabs__desktop_v7fpj.tabs__accent-primary-medium_v7fpj .tabs__title_v7fpj {
|
|
107
102
|
font-size: 16px;
|
|
108
103
|
line-height: 24px;
|
|
109
104
|
font-weight: 700;
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
}.tabs__desktop_1gf86.tabs__accent-primary-small_1gf86 .tabs__title_1gf86 {
|
|
105
|
+
font-family: var(--font-family-system);
|
|
106
|
+
}.tabs__desktop_v7fpj.tabs__accent-primary-small_v7fpj .tabs__title_v7fpj {
|
|
113
107
|
font-size: 14px;
|
|
114
108
|
line-height: 20px;
|
|
115
109
|
font-weight: 700;
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
}.tabs__desktop_1gf86.tabs__paragraph-primary-large_1gf86 .tabs__title_1gf86, .tabs__desktop_1gf86.tabs__paragraph-primary-medium_1gf86 .tabs__title_1gf86, .tabs__desktop_1gf86.tabs__accent-primary-large_1gf86 .tabs__title_1gf86, .tabs__desktop_1gf86.tabs__accent-primary-medium_1gf86 .tabs__title_1gf86, .tabs__desktop_1gf86.tabs__action-primary-large_1gf86 .tabs__title_1gf86, .tabs__desktop_1gf86.tabs__action-primary-medium_1gf86 .tabs__title_1gf86 {
|
|
110
|
+
font-family: var(--font-family-system);
|
|
111
|
+
}.tabs__desktop_v7fpj.tabs__paragraph-primary-large_v7fpj .tabs__title_v7fpj, .tabs__desktop_v7fpj.tabs__paragraph-primary-medium_v7fpj .tabs__title_v7fpj, .tabs__desktop_v7fpj.tabs__accent-primary-large_v7fpj .tabs__title_v7fpj, .tabs__desktop_v7fpj.tabs__accent-primary-medium_v7fpj .tabs__title_v7fpj, .tabs__desktop_v7fpj.tabs__action-primary-large_v7fpj .tabs__title_v7fpj, .tabs__desktop_v7fpj.tabs__action-primary-medium_v7fpj .tabs__title_v7fpj {
|
|
119
112
|
padding-bottom: calc(24px / 2);
|
|
120
|
-
}.
|
|
121
|
-
.
|
|
122
|
-
.
|
|
123
|
-
.
|
|
124
|
-
.
|
|
125
|
-
.
|
|
126
|
-
.
|
|
127
|
-
.
|
|
128
|
-
.
|
|
129
|
-
.
|
|
130
|
-
.
|
|
131
|
-
.
|
|
113
|
+
}.tabs__desktop_v7fpj.tabs__paragraph-primary-large_v7fpj .tabs__title_v7fpj + .tabs__title_v7fpj,
|
|
114
|
+
.tabs__desktop_v7fpj.tabs__paragraph-primary-medium_v7fpj .tabs__title_v7fpj + .tabs__title_v7fpj,
|
|
115
|
+
.tabs__desktop_v7fpj.tabs__accent-primary-large_v7fpj .tabs__title_v7fpj + .tabs__title_v7fpj,
|
|
116
|
+
.tabs__desktop_v7fpj.tabs__accent-primary-medium_v7fpj .tabs__title_v7fpj + .tabs__title_v7fpj,
|
|
117
|
+
.tabs__desktop_v7fpj.tabs__action-primary-large_v7fpj .tabs__title_v7fpj + .tabs__title_v7fpj,
|
|
118
|
+
.tabs__desktop_v7fpj.tabs__action-primary-medium_v7fpj .tabs__title_v7fpj + .tabs__title_v7fpj,
|
|
119
|
+
.tabs__desktop_v7fpj.tabs__paragraph-primary-large_v7fpj .tabs__pickerWrapper_v7fpj,
|
|
120
|
+
.tabs__desktop_v7fpj.tabs__paragraph-primary-medium_v7fpj .tabs__pickerWrapper_v7fpj,
|
|
121
|
+
.tabs__desktop_v7fpj.tabs__accent-primary-large_v7fpj .tabs__pickerWrapper_v7fpj,
|
|
122
|
+
.tabs__desktop_v7fpj.tabs__accent-primary-medium_v7fpj .tabs__pickerWrapper_v7fpj,
|
|
123
|
+
.tabs__desktop_v7fpj.tabs__action-primary-large_v7fpj .tabs__pickerWrapper_v7fpj,
|
|
124
|
+
.tabs__desktop_v7fpj.tabs__action-primary-medium_v7fpj .tabs__pickerWrapper_v7fpj {
|
|
132
125
|
margin-left: 24px;
|
|
133
|
-
}.
|
|
126
|
+
}.tabs__desktop_v7fpj.tabs__paragraph-primary-large_v7fpj .tabs__option_v7fpj, .tabs__desktop_v7fpj.tabs__paragraph-primary-medium_v7fpj .tabs__option_v7fpj, .tabs__desktop_v7fpj.tabs__accent-primary-large_v7fpj .tabs__option_v7fpj, .tabs__desktop_v7fpj.tabs__accent-primary-medium_v7fpj .tabs__option_v7fpj, .tabs__desktop_v7fpj.tabs__action-primary-large_v7fpj .tabs__option_v7fpj, .tabs__desktop_v7fpj.tabs__action-primary-medium_v7fpj .tabs__option_v7fpj {
|
|
134
127
|
padding: var(--gap-0);
|
|
135
|
-
}.
|
|
128
|
+
}.tabs__desktop_v7fpj.tabs__paragraph-primary-large_v7fpj .tabs__scrollControls_v7fpj > button, .tabs__desktop_v7fpj.tabs__paragraph-primary-medium_v7fpj .tabs__scrollControls_v7fpj > button, .tabs__desktop_v7fpj.tabs__accent-primary-large_v7fpj .tabs__scrollControls_v7fpj > button, .tabs__desktop_v7fpj.tabs__accent-primary-medium_v7fpj .tabs__scrollControls_v7fpj > button, .tabs__desktop_v7fpj.tabs__action-primary-large_v7fpj .tabs__scrollControls_v7fpj > button, .tabs__desktop_v7fpj.tabs__action-primary-medium_v7fpj .tabs__scrollControls_v7fpj > button {
|
|
136
129
|
box-sizing: content-box;
|
|
137
130
|
width: 24px;
|
|
138
131
|
height: 24px;
|
|
139
132
|
padding: var(--gap-0);
|
|
140
|
-
}.
|
|
133
|
+
}.tabs__desktop_v7fpj.tabs__paragraph-primary-large_v7fpj .tabs__scrollControls_v7fpj button:first-child, .tabs__desktop_v7fpj.tabs__paragraph-primary-medium_v7fpj .tabs__scrollControls_v7fpj button:first-child, .tabs__desktop_v7fpj.tabs__accent-primary-large_v7fpj .tabs__scrollControls_v7fpj button:first-child, .tabs__desktop_v7fpj.tabs__accent-primary-medium_v7fpj .tabs__scrollControls_v7fpj button:first-child, .tabs__desktop_v7fpj.tabs__action-primary-large_v7fpj .tabs__scrollControls_v7fpj button:first-child, .tabs__desktop_v7fpj.tabs__action-primary-medium_v7fpj .tabs__scrollControls_v7fpj button:first-child {
|
|
141
134
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(24px / 2);
|
|
142
|
-
}.
|
|
135
|
+
}.tabs__desktop_v7fpj.tabs__paragraph-primary-small_v7fpj .tabs__title_v7fpj, .tabs__desktop_v7fpj.tabs__accent-primary-small_v7fpj .tabs__title_v7fpj, .tabs__desktop_v7fpj.tabs__action-primary-small_v7fpj .tabs__title_v7fpj {
|
|
143
136
|
padding-bottom: calc(20px / 2);
|
|
144
|
-
}.
|
|
145
|
-
.
|
|
146
|
-
.
|
|
147
|
-
.
|
|
148
|
-
.
|
|
149
|
-
.
|
|
137
|
+
}.tabs__desktop_v7fpj.tabs__paragraph-primary-small_v7fpj .tabs__title_v7fpj + .tabs__title_v7fpj,
|
|
138
|
+
.tabs__desktop_v7fpj.tabs__accent-primary-small_v7fpj .tabs__title_v7fpj + .tabs__title_v7fpj,
|
|
139
|
+
.tabs__desktop_v7fpj.tabs__action-primary-small_v7fpj .tabs__title_v7fpj + .tabs__title_v7fpj,
|
|
140
|
+
.tabs__desktop_v7fpj.tabs__paragraph-primary-small_v7fpj .tabs__pickerWrapper_v7fpj,
|
|
141
|
+
.tabs__desktop_v7fpj.tabs__accent-primary-small_v7fpj .tabs__pickerWrapper_v7fpj,
|
|
142
|
+
.tabs__desktop_v7fpj.tabs__action-primary-small_v7fpj .tabs__pickerWrapper_v7fpj {
|
|
150
143
|
margin-left: 20px;
|
|
151
|
-
}.
|
|
144
|
+
}.tabs__desktop_v7fpj.tabs__paragraph-primary-small_v7fpj .tabs__option_v7fpj, .tabs__desktop_v7fpj.tabs__accent-primary-small_v7fpj .tabs__option_v7fpj, .tabs__desktop_v7fpj.tabs__action-primary-small_v7fpj .tabs__option_v7fpj {
|
|
152
145
|
padding: var(--gap-0);
|
|
153
|
-
}.
|
|
146
|
+
}.tabs__desktop_v7fpj.tabs__paragraph-primary-small_v7fpj .tabs__scrollControls_v7fpj > button, .tabs__desktop_v7fpj.tabs__accent-primary-small_v7fpj .tabs__scrollControls_v7fpj > button, .tabs__desktop_v7fpj.tabs__action-primary-small_v7fpj .tabs__scrollControls_v7fpj > button {
|
|
154
147
|
box-sizing: content-box;
|
|
155
148
|
width: 20px;
|
|
156
149
|
height: 20px;
|
|
157
150
|
padding: var(--gap-0);
|
|
158
|
-
}.
|
|
151
|
+
}.tabs__desktop_v7fpj.tabs__paragraph-primary-small_v7fpj .tabs__scrollControls_v7fpj button:first-child, .tabs__desktop_v7fpj.tabs__accent-primary-small_v7fpj .tabs__scrollControls_v7fpj button:first-child, .tabs__desktop_v7fpj.tabs__action-primary-small_v7fpj .tabs__scrollControls_v7fpj button:first-child {
|
|
159
152
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(20px / 2);
|
|
160
|
-
}.
|
|
153
|
+
}.tabs__desktop_v7fpj.tabs__headline-system-xlarge_v7fpj .tabs__title_v7fpj {
|
|
161
154
|
font-size: 48px;
|
|
162
155
|
line-height: 52px;
|
|
163
156
|
font-weight: 700;
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
}.tabs__desktop_1gf86.tabs__headline-system-large_1gf86 .tabs__title_1gf86 {
|
|
157
|
+
font-family: var(--font-family-system);
|
|
158
|
+
}.tabs__desktop_v7fpj.tabs__headline-system-large_v7fpj .tabs__title_v7fpj {
|
|
167
159
|
font-size: 40px;
|
|
168
160
|
line-height: 48px;
|
|
169
161
|
font-weight: 700;
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
}.tabs__desktop_1gf86.tabs__headline-system-medium_1gf86 .tabs__title_1gf86 {
|
|
162
|
+
font-family: var(--font-family-system);
|
|
163
|
+
}.tabs__desktop_v7fpj.tabs__headline-system-medium_v7fpj .tabs__title_v7fpj {
|
|
173
164
|
font-size: 30px;
|
|
174
165
|
line-height: 36px;
|
|
175
166
|
font-weight: 700;
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
}.tabs__desktop_1gf86.tabs__headline-system-small_1gf86 .tabs__title_1gf86 {
|
|
167
|
+
font-family: var(--font-family-system);
|
|
168
|
+
}.tabs__desktop_v7fpj.tabs__headline-system-small_v7fpj .tabs__title_v7fpj {
|
|
179
169
|
font-size: 22px;
|
|
180
170
|
line-height: 26px;
|
|
181
171
|
font-weight: 700;
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
}.tabs__desktop_1gf86.tabs__headline-system-xsmall_1gf86 .tabs__title_1gf86 {
|
|
172
|
+
font-family: var(--font-family-system);
|
|
173
|
+
}.tabs__desktop_v7fpj.tabs__headline-system-xsmall_v7fpj .tabs__title_v7fpj {
|
|
185
174
|
font-size: 18px;
|
|
186
175
|
line-height: 22px;
|
|
187
176
|
font-weight: 700;
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
}.tabs__desktop_1gf86.tabs__headline-xlarge_1gf86 .tabs__title_1gf86 {
|
|
177
|
+
font-family: var(--font-family-system);
|
|
178
|
+
}.tabs__desktop_v7fpj.tabs__headline-xlarge_v7fpj .tabs__title_v7fpj {
|
|
191
179
|
font-size: 48px;
|
|
192
180
|
line-height: 64px;
|
|
193
|
-
font-weight:
|
|
194
|
-
|
|
195
|
-
font-family: var(--font-family-
|
|
196
|
-
}.
|
|
181
|
+
font-weight: 500;
|
|
182
|
+
font-feature-settings: 'ss01';
|
|
183
|
+
font-family: var(--font-family-styrene);
|
|
184
|
+
}.tabs__desktop_v7fpj.tabs__headline-large_v7fpj .tabs__title_v7fpj {
|
|
197
185
|
font-size: 40px;
|
|
198
186
|
line-height: 48px;
|
|
199
|
-
font-weight:
|
|
200
|
-
|
|
201
|
-
font-family: var(--font-family-
|
|
202
|
-
}.
|
|
187
|
+
font-weight: 500;
|
|
188
|
+
font-feature-settings: 'ss01';
|
|
189
|
+
font-family: var(--font-family-styrene);
|
|
190
|
+
}.tabs__desktop_v7fpj.tabs__headline-medium_v7fpj .tabs__title_v7fpj {
|
|
203
191
|
font-size: 32px;
|
|
204
192
|
line-height: 40px;
|
|
205
|
-
font-weight:
|
|
206
|
-
|
|
207
|
-
font-family: var(--font-family-
|
|
208
|
-
}.
|
|
193
|
+
font-weight: 500;
|
|
194
|
+
font-feature-settings: 'ss01';
|
|
195
|
+
font-family: var(--font-family-styrene);
|
|
196
|
+
}.tabs__desktop_v7fpj.tabs__headline-small_v7fpj .tabs__title_v7fpj {
|
|
209
197
|
font-size: 24px;
|
|
210
198
|
line-height: 32px;
|
|
211
|
-
font-weight:
|
|
212
|
-
|
|
213
|
-
font-family: var(--font-family-
|
|
214
|
-
}.
|
|
199
|
+
font-weight: 500;
|
|
200
|
+
font-feature-settings: 'ss01';
|
|
201
|
+
font-family: var(--font-family-styrene);
|
|
202
|
+
}.tabs__desktop_v7fpj.tabs__headline-xsmall_v7fpj .tabs__title_v7fpj {
|
|
215
203
|
font-size: 20px;
|
|
216
204
|
line-height: 24px;
|
|
217
|
-
font-weight:
|
|
218
|
-
|
|
219
|
-
font-family: var(--font-family-
|
|
220
|
-
}.
|
|
205
|
+
font-weight: 500;
|
|
206
|
+
font-feature-settings: 'ss01';
|
|
207
|
+
font-family: var(--font-family-styrene);
|
|
208
|
+
}.tabs__desktop_v7fpj.tabs__headline-system-xlarge_v7fpj .tabs__title_v7fpj {
|
|
221
209
|
padding-bottom: calc(52px / 2);
|
|
222
|
-
}.
|
|
223
|
-
.
|
|
210
|
+
}.tabs__desktop_v7fpj.tabs__headline-system-xlarge_v7fpj .tabs__title_v7fpj + .tabs__title_v7fpj,
|
|
211
|
+
.tabs__desktop_v7fpj.tabs__headline-system-xlarge_v7fpj .tabs__pickerWrapper_v7fpj {
|
|
224
212
|
margin-left: 52px;
|
|
225
|
-
}.
|
|
213
|
+
}.tabs__desktop_v7fpj.tabs__headline-system-xlarge_v7fpj .tabs__option_v7fpj {
|
|
226
214
|
padding: var(--gap-0);
|
|
227
|
-
}.
|
|
215
|
+
}.tabs__desktop_v7fpj.tabs__headline-system-xlarge_v7fpj .tabs__scrollControls_v7fpj > button {
|
|
228
216
|
box-sizing: content-box;
|
|
229
217
|
width: 52px;
|
|
230
218
|
height: 52px;
|
|
231
219
|
padding: var(--gap-0);
|
|
232
|
-
}.
|
|
220
|
+
}.tabs__desktop_v7fpj.tabs__headline-system-xlarge_v7fpj .tabs__scrollControls_v7fpj button:first-child {
|
|
233
221
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(52px / 2);
|
|
234
|
-
}.
|
|
222
|
+
}.tabs__desktop_v7fpj.tabs__headline-system-large_v7fpj .tabs__title_v7fpj, .tabs__desktop_v7fpj.tabs__headline-large_v7fpj .tabs__title_v7fpj {
|
|
235
223
|
padding-bottom: calc(48px / 2);
|
|
236
|
-
}.
|
|
237
|
-
.
|
|
238
|
-
.
|
|
239
|
-
.
|
|
224
|
+
}.tabs__desktop_v7fpj.tabs__headline-system-large_v7fpj .tabs__title_v7fpj + .tabs__title_v7fpj,
|
|
225
|
+
.tabs__desktop_v7fpj.tabs__headline-large_v7fpj .tabs__title_v7fpj + .tabs__title_v7fpj,
|
|
226
|
+
.tabs__desktop_v7fpj.tabs__headline-system-large_v7fpj .tabs__pickerWrapper_v7fpj,
|
|
227
|
+
.tabs__desktop_v7fpj.tabs__headline-large_v7fpj .tabs__pickerWrapper_v7fpj {
|
|
240
228
|
margin-left: 48px;
|
|
241
|
-
}.
|
|
229
|
+
}.tabs__desktop_v7fpj.tabs__headline-system-large_v7fpj .tabs__option_v7fpj, .tabs__desktop_v7fpj.tabs__headline-large_v7fpj .tabs__option_v7fpj {
|
|
242
230
|
padding: var(--gap-0);
|
|
243
|
-
}.
|
|
231
|
+
}.tabs__desktop_v7fpj.tabs__headline-system-large_v7fpj .tabs__scrollControls_v7fpj > button, .tabs__desktop_v7fpj.tabs__headline-large_v7fpj .tabs__scrollControls_v7fpj > button {
|
|
244
232
|
box-sizing: content-box;
|
|
245
233
|
width: 48px;
|
|
246
234
|
height: 48px;
|
|
247
235
|
padding: var(--gap-0);
|
|
248
|
-
}.
|
|
236
|
+
}.tabs__desktop_v7fpj.tabs__headline-system-large_v7fpj .tabs__scrollControls_v7fpj button:first-child, .tabs__desktop_v7fpj.tabs__headline-large_v7fpj .tabs__scrollControls_v7fpj button:first-child {
|
|
249
237
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(48px / 2);
|
|
250
|
-
}.
|
|
238
|
+
}.tabs__desktop_v7fpj.tabs__headline-system-medium_v7fpj .tabs__title_v7fpj {
|
|
251
239
|
padding-bottom: calc(36px / 2);
|
|
252
|
-
}.
|
|
253
|
-
.
|
|
240
|
+
}.tabs__desktop_v7fpj.tabs__headline-system-medium_v7fpj .tabs__title_v7fpj + .tabs__title_v7fpj,
|
|
241
|
+
.tabs__desktop_v7fpj.tabs__headline-system-medium_v7fpj .tabs__pickerWrapper_v7fpj {
|
|
254
242
|
margin-left: 36px;
|
|
255
|
-
}.
|
|
243
|
+
}.tabs__desktop_v7fpj.tabs__headline-system-medium_v7fpj .tabs__option_v7fpj {
|
|
256
244
|
padding: var(--gap-0);
|
|
257
|
-
}.
|
|
245
|
+
}.tabs__desktop_v7fpj.tabs__headline-system-medium_v7fpj .tabs__scrollControls_v7fpj > button {
|
|
258
246
|
box-sizing: content-box;
|
|
259
247
|
width: 36px;
|
|
260
248
|
height: 36px;
|
|
261
249
|
padding: var(--gap-0);
|
|
262
|
-
}.
|
|
250
|
+
}.tabs__desktop_v7fpj.tabs__headline-system-medium_v7fpj .tabs__scrollControls_v7fpj button:first-child {
|
|
263
251
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(36px / 2);
|
|
264
|
-
}.
|
|
252
|
+
}.tabs__desktop_v7fpj.tabs__headline-system-small_v7fpj .tabs__title_v7fpj {
|
|
265
253
|
padding-bottom: calc(26px / 2);
|
|
266
|
-
}.
|
|
267
|
-
.
|
|
254
|
+
}.tabs__desktop_v7fpj.tabs__headline-system-small_v7fpj .tabs__title_v7fpj + .tabs__title_v7fpj,
|
|
255
|
+
.tabs__desktop_v7fpj.tabs__headline-system-small_v7fpj .tabs__pickerWrapper_v7fpj {
|
|
268
256
|
margin-left: 26px;
|
|
269
|
-
}.
|
|
257
|
+
}.tabs__desktop_v7fpj.tabs__headline-system-small_v7fpj .tabs__option_v7fpj {
|
|
270
258
|
padding: var(--gap-0);
|
|
271
|
-
}.
|
|
259
|
+
}.tabs__desktop_v7fpj.tabs__headline-system-small_v7fpj .tabs__scrollControls_v7fpj > button {
|
|
272
260
|
box-sizing: content-box;
|
|
273
261
|
width: 26px;
|
|
274
262
|
height: 26px;
|
|
275
263
|
padding: var(--gap-0);
|
|
276
|
-
}.
|
|
264
|
+
}.tabs__desktop_v7fpj.tabs__headline-system-small_v7fpj .tabs__scrollControls_v7fpj button:first-child {
|
|
277
265
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(26px / 2);
|
|
278
|
-
}.
|
|
266
|
+
}.tabs__desktop_v7fpj.tabs__headline-system-xsmall_v7fpj .tabs__title_v7fpj {
|
|
279
267
|
padding-bottom: calc(22px / 2);
|
|
280
|
-
}.
|
|
281
|
-
.
|
|
268
|
+
}.tabs__desktop_v7fpj.tabs__headline-system-xsmall_v7fpj .tabs__title_v7fpj + .tabs__title_v7fpj,
|
|
269
|
+
.tabs__desktop_v7fpj.tabs__headline-system-xsmall_v7fpj .tabs__pickerWrapper_v7fpj {
|
|
282
270
|
margin-left: 22px;
|
|
283
|
-
}.
|
|
271
|
+
}.tabs__desktop_v7fpj.tabs__headline-system-xsmall_v7fpj .tabs__option_v7fpj {
|
|
284
272
|
padding: var(--gap-0);
|
|
285
|
-
}.
|
|
273
|
+
}.tabs__desktop_v7fpj.tabs__headline-system-xsmall_v7fpj .tabs__scrollControls_v7fpj > button {
|
|
286
274
|
box-sizing: content-box;
|
|
287
275
|
width: 22px;
|
|
288
276
|
height: 22px;
|
|
289
277
|
padding: var(--gap-0);
|
|
290
|
-
}.
|
|
278
|
+
}.tabs__desktop_v7fpj.tabs__headline-system-xsmall_v7fpj .tabs__scrollControls_v7fpj button:first-child {
|
|
291
279
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(22px / 2);
|
|
292
|
-
}.
|
|
280
|
+
}.tabs__desktop_v7fpj.tabs__headline-xlarge_v7fpj .tabs__title_v7fpj {
|
|
293
281
|
padding-bottom: calc(64px / 2);
|
|
294
|
-
}.
|
|
295
|
-
.
|
|
282
|
+
}.tabs__desktop_v7fpj.tabs__headline-xlarge_v7fpj .tabs__title_v7fpj + .tabs__title_v7fpj,
|
|
283
|
+
.tabs__desktop_v7fpj.tabs__headline-xlarge_v7fpj .tabs__pickerWrapper_v7fpj {
|
|
296
284
|
margin-left: 64px;
|
|
297
|
-
}.
|
|
285
|
+
}.tabs__desktop_v7fpj.tabs__headline-xlarge_v7fpj .tabs__option_v7fpj {
|
|
298
286
|
padding: var(--gap-0);
|
|
299
|
-
}.
|
|
287
|
+
}.tabs__desktop_v7fpj.tabs__headline-xlarge_v7fpj .tabs__scrollControls_v7fpj > button {
|
|
300
288
|
box-sizing: content-box;
|
|
301
289
|
width: 64px;
|
|
302
290
|
height: 64px;
|
|
303
291
|
padding: var(--gap-0);
|
|
304
|
-
}.
|
|
292
|
+
}.tabs__desktop_v7fpj.tabs__headline-xlarge_v7fpj .tabs__scrollControls_v7fpj button:first-child {
|
|
305
293
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(64px / 2);
|
|
306
|
-
}.
|
|
294
|
+
}.tabs__desktop_v7fpj.tabs__headline-medium_v7fpj .tabs__title_v7fpj {
|
|
307
295
|
padding-bottom: calc(40px / 2);
|
|
308
|
-
}.
|
|
309
|
-
.
|
|
296
|
+
}.tabs__desktop_v7fpj.tabs__headline-medium_v7fpj .tabs__title_v7fpj + .tabs__title_v7fpj,
|
|
297
|
+
.tabs__desktop_v7fpj.tabs__headline-medium_v7fpj .tabs__pickerWrapper_v7fpj {
|
|
310
298
|
margin-left: 40px;
|
|
311
|
-
}.
|
|
299
|
+
}.tabs__desktop_v7fpj.tabs__headline-medium_v7fpj .tabs__option_v7fpj {
|
|
312
300
|
padding: var(--gap-0);
|
|
313
|
-
}.
|
|
301
|
+
}.tabs__desktop_v7fpj.tabs__headline-medium_v7fpj .tabs__scrollControls_v7fpj > button {
|
|
314
302
|
box-sizing: content-box;
|
|
315
303
|
width: 40px;
|
|
316
304
|
height: 40px;
|
|
317
305
|
padding: var(--gap-0);
|
|
318
|
-
}.
|
|
306
|
+
}.tabs__desktop_v7fpj.tabs__headline-medium_v7fpj .tabs__scrollControls_v7fpj button:first-child {
|
|
319
307
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(40px / 2);
|
|
320
|
-
}.
|
|
308
|
+
}.tabs__desktop_v7fpj.tabs__headline-small_v7fpj .tabs__title_v7fpj {
|
|
321
309
|
padding-bottom: calc(32px / 2);
|
|
322
|
-
}.
|
|
323
|
-
.
|
|
310
|
+
}.tabs__desktop_v7fpj.tabs__headline-small_v7fpj .tabs__title_v7fpj + .tabs__title_v7fpj,
|
|
311
|
+
.tabs__desktop_v7fpj.tabs__headline-small_v7fpj .tabs__pickerWrapper_v7fpj {
|
|
324
312
|
margin-left: 32px;
|
|
325
|
-
}.
|
|
313
|
+
}.tabs__desktop_v7fpj.tabs__headline-small_v7fpj .tabs__option_v7fpj {
|
|
326
314
|
padding: var(--gap-0);
|
|
327
|
-
}.
|
|
315
|
+
}.tabs__desktop_v7fpj.tabs__headline-small_v7fpj .tabs__scrollControls_v7fpj > button {
|
|
328
316
|
box-sizing: content-box;
|
|
329
317
|
width: 32px;
|
|
330
318
|
height: 32px;
|
|
331
319
|
padding: var(--gap-0);
|
|
332
|
-
}.
|
|
320
|
+
}.tabs__desktop_v7fpj.tabs__headline-small_v7fpj .tabs__scrollControls_v7fpj button:first-child {
|
|
333
321
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(32px / 2);
|
|
334
|
-
}.
|
|
322
|
+
}.tabs__desktop_v7fpj.tabs__headline-xsmall_v7fpj .tabs__title_v7fpj {
|
|
335
323
|
padding-bottom: calc(24px / 2);
|
|
336
|
-
}.
|
|
337
|
-
.
|
|
324
|
+
}.tabs__desktop_v7fpj.tabs__headline-xsmall_v7fpj .tabs__title_v7fpj + .tabs__title_v7fpj,
|
|
325
|
+
.tabs__desktop_v7fpj.tabs__headline-xsmall_v7fpj .tabs__pickerWrapper_v7fpj {
|
|
338
326
|
margin-left: 24px;
|
|
339
|
-
}.
|
|
327
|
+
}.tabs__desktop_v7fpj.tabs__headline-xsmall_v7fpj .tabs__option_v7fpj {
|
|
340
328
|
padding: var(--gap-0);
|
|
341
|
-
}.
|
|
329
|
+
}.tabs__desktop_v7fpj.tabs__headline-xsmall_v7fpj .tabs__scrollControls_v7fpj > button {
|
|
342
330
|
box-sizing: content-box;
|
|
343
331
|
width: 24px;
|
|
344
332
|
height: 24px;
|
|
345
333
|
padding: var(--gap-0);
|
|
346
|
-
}.
|
|
334
|
+
}.tabs__desktop_v7fpj.tabs__headline-xsmall_v7fpj .tabs__scrollControls_v7fpj button:first-child {
|
|
347
335
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(24px / 2);
|
|
348
|
-
}.
|
|
336
|
+
}.tabs__fullWidthScroll_v7fpj {
|
|
349
337
|
min-width: calc(100% - 2 * var(--gap-16));
|
|
350
338
|
margin: var(--gap-0) var(--gap-16);
|
|
351
|
-
}.
|
|
339
|
+
}.tabs__container_v7fpj {
|
|
352
340
|
position: relative;
|
|
353
341
|
overflow: hidden;
|
|
354
342
|
margin: var(--gap-4-neg) var(--gap-0) var(--gap-4-neg) var(--gap-4-neg);
|
|
355
343
|
padding: var(--gap-4) var(--gap-0) var(--gap-4) var(--gap-4);
|
|
356
|
-
}.
|
|
344
|
+
}.tabs__title_v7fpj {
|
|
357
345
|
display: flex;
|
|
358
346
|
align-items: center;
|
|
359
347
|
height: 100%;
|
|
@@ -369,21 +357,21 @@
|
|
|
369
357
|
-moz-user-select: none;
|
|
370
358
|
user-select: none;
|
|
371
359
|
outline: none;
|
|
372
|
-
}.
|
|
360
|
+
}.tabs__title_v7fpj:not(:disabled):hover {
|
|
373
361
|
color: var(--primary-tablist-hover-color);
|
|
374
|
-
}.
|
|
362
|
+
}.tabs__focused_v7fpj {
|
|
375
363
|
outline: 2px solid var(--focus-color);
|
|
376
364
|
outline-offset: 2px;
|
|
377
|
-
}.
|
|
365
|
+
}.tabs__collapsed_v7fpj {
|
|
378
366
|
order: 99;
|
|
379
367
|
visibility: collapse;
|
|
380
|
-
}.
|
|
368
|
+
}.tabs__selected_v7fpj {
|
|
381
369
|
cursor: default;
|
|
382
370
|
color: var(--primary-tablist-selected-color);
|
|
383
|
-
}.
|
|
371
|
+
}.tabs__disabled_v7fpj {
|
|
384
372
|
cursor: var(--disabled-cursor);
|
|
385
373
|
color: var(--primary-tablist-disabled-color);
|
|
386
|
-
}.
|
|
374
|
+
}.tabs__line_v7fpj {
|
|
387
375
|
position: absolute;
|
|
388
376
|
height: 3px;
|
|
389
377
|
bottom: calc(var(--gap-2) / 2);
|
|
@@ -392,53 +380,52 @@
|
|
|
392
380
|
transition:
|
|
393
381
|
transform 0.2s ease,
|
|
394
382
|
width 0.2s ease;
|
|
395
|
-
}.
|
|
383
|
+
}.tabs__option_v7fpj {
|
|
396
384
|
color: var(--color-light-text-primary);
|
|
397
|
-
}.
|
|
385
|
+
}.tabs__s_v7fpj .tabs__title_v7fpj, .tabs__xs_v7fpj .tabs__title_v7fpj, .tabs__xxs_v7fpj .tabs__title_v7fpj {
|
|
398
386
|
padding: var(--primary-tablist-s-padding);
|
|
399
|
-
}.
|
|
387
|
+
}.tabs__s_v7fpj .tabs__title_v7fpj + .tabs__title_v7fpj, .tabs__xs_v7fpj .tabs__title_v7fpj + .tabs__title_v7fpj, .tabs__xxs_v7fpj .tabs__title_v7fpj + .tabs__title_v7fpj {
|
|
400
388
|
margin-left: var(--primary-tablist-s-gaps);
|
|
401
|
-
}.
|
|
389
|
+
}.tabs__s_v7fpj .tabs__pickerWrapper_v7fpj, .tabs__xs_v7fpj .tabs__pickerWrapper_v7fpj, .tabs__xxs_v7fpj .tabs__pickerWrapper_v7fpj {
|
|
402
390
|
margin-left: var(--primary-tablist-s-gaps);
|
|
403
|
-
}.
|
|
391
|
+
}.tabs__s_v7fpj .tabs__option_v7fpj, .tabs__xs_v7fpj .tabs__option_v7fpj, .tabs__xxs_v7fpj .tabs__option_v7fpj {
|
|
404
392
|
padding: var(--gap-0);
|
|
405
|
-
}.
|
|
393
|
+
}.tabs__m_v7fpj .tabs__title_v7fpj {
|
|
406
394
|
padding: var(--primary-tablist-m-padding);
|
|
407
|
-
}.
|
|
395
|
+
}.tabs__m_v7fpj .tabs__title_v7fpj + .tabs__title_v7fpj {
|
|
408
396
|
margin-left: var(--primary-tablist-m-gaps);
|
|
409
|
-
}.
|
|
397
|
+
}.tabs__m_v7fpj .tabs__pickerWrapper_v7fpj {
|
|
410
398
|
margin-left: var(--primary-tablist-m-gaps);
|
|
411
|
-
}.
|
|
399
|
+
}.tabs__m_v7fpj .tabs__option_v7fpj {
|
|
412
400
|
padding: var(--gap-0);
|
|
413
|
-
}.
|
|
401
|
+
}.tabs__l_v7fpj .tabs__title_v7fpj {
|
|
414
402
|
padding: var(--primary-tablist-l-padding);
|
|
415
|
-
}.
|
|
403
|
+
}.tabs__l_v7fpj .tabs__title_v7fpj + .tabs__title_v7fpj {
|
|
416
404
|
margin-left: var(--primary-tablist-l-gaps);
|
|
417
|
-
}.
|
|
405
|
+
}.tabs__l_v7fpj .tabs__pickerWrapper_v7fpj {
|
|
418
406
|
margin-left: var(--primary-tablist-l-gaps);
|
|
419
|
-
}.
|
|
407
|
+
}.tabs__l_v7fpj .tabs__option_v7fpj {
|
|
420
408
|
padding: var(--gap-0);
|
|
421
|
-
}.
|
|
409
|
+
}.tabs__xl_v7fpj .tabs__title_v7fpj {
|
|
422
410
|
padding: var(--primary-tablist-xl-padding);
|
|
423
|
-
}.
|
|
411
|
+
}.tabs__xl_v7fpj .tabs__title_v7fpj + .tabs__title_v7fpj {
|
|
424
412
|
margin-left: var(--primary-tablist-xl-gaps);
|
|
425
|
-
}.
|
|
413
|
+
}.tabs__xl_v7fpj .tabs__pickerWrapper_v7fpj {
|
|
426
414
|
margin-left: var(--primary-tablist-xl-gaps);
|
|
427
|
-
}.
|
|
415
|
+
}.tabs__xl_v7fpj .tabs__option_v7fpj {
|
|
428
416
|
padding: var(--gap-0);
|
|
429
|
-
}.
|
|
417
|
+
}.tabs__rightAddons_v7fpj {
|
|
430
418
|
display: flex;
|
|
431
419
|
justify-content: center;
|
|
432
420
|
align-items: center;
|
|
433
421
|
margin-left: var(--gap-8);
|
|
434
|
-
}.
|
|
422
|
+
}.tabs__rightAddonsMarginZero_v7fpj {
|
|
435
423
|
margin-left: var(--gap-0);
|
|
436
|
-
}.
|
|
424
|
+
}.tabs__title_v7fpj.tabs__noTextStyle_v7fpj {
|
|
437
425
|
font-size: 18px;
|
|
438
426
|
line-height: 24px;
|
|
439
427
|
font-weight: 400;
|
|
440
|
-
|
|
441
|
-
font-family: var(--font-family-alfasans);
|
|
428
|
+
font-family: var(--font-family-system);
|
|
442
429
|
}
|
|
443
430
|
:root {
|
|
444
431
|
--color-light-accent-primary: #ef3124;
|
|
@@ -470,9 +457,11 @@
|
|
|
470
457
|
--gap-4-neg: var(--gap-2xs-neg);
|
|
471
458
|
}
|
|
472
459
|
:root {
|
|
473
|
-
--font-family-
|
|
474
|
-
|
|
475
|
-
|
|
460
|
+
--font-family-system:
|
|
461
|
+
system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
|
|
462
|
+
--font-family-styrene:
|
|
463
|
+
'Styrene UI', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica,
|
|
464
|
+
sans-serif;
|
|
476
465
|
}
|
|
477
466
|
:root {
|
|
478
467
|
--focus-color: var(--color-light-status-info);
|
|
@@ -496,308 +485,293 @@
|
|
|
496
485
|
--primary-tablist-xl-gaps: var(--gap-32);
|
|
497
486
|
--primary-tablist-xl-padding: var(--gap-4) var(--gap-0) var(--gap-24);
|
|
498
487
|
}
|
|
499
|
-
.
|
|
488
|
+
.tabs__title_yk00x {
|
|
500
489
|
}
|
|
501
|
-
.
|
|
490
|
+
.tabs__mobile_yk00x .tabs__title_yk00x {
|
|
502
491
|
padding: var(--primary-tablist-mobile-padding);
|
|
503
492
|
}
|
|
504
|
-
.
|
|
493
|
+
.tabs__mobile_yk00x .tabs__title_yk00x + .tabs__title_yk00x {
|
|
505
494
|
margin-left: var(--primary-tablist-mobile-gaps);
|
|
506
495
|
}
|
|
507
|
-
.
|
|
496
|
+
.tabs__mobile_yk00x.tabs__paragraph-primary-large_yk00x .tabs__title_yk00x {
|
|
508
497
|
font-size: 18px;
|
|
509
498
|
line-height: 24px;
|
|
510
499
|
font-weight: 400;
|
|
511
|
-
|
|
512
|
-
font-family: var(--font-family-alfasans);
|
|
500
|
+
font-family: var(--font-family-system);
|
|
513
501
|
}
|
|
514
|
-
.
|
|
502
|
+
.tabs__mobile_yk00x.tabs__paragraph-primary-medium_yk00x .tabs__title_yk00x {
|
|
515
503
|
font-size: 16px;
|
|
516
504
|
line-height: 24px;
|
|
517
505
|
font-weight: 400;
|
|
518
|
-
|
|
519
|
-
font-family: var(--font-family-alfasans);
|
|
506
|
+
font-family: var(--font-family-system);
|
|
520
507
|
}
|
|
521
|
-
.
|
|
508
|
+
.tabs__mobile_yk00x.tabs__paragraph-primary-small_yk00x .tabs__title_yk00x {
|
|
522
509
|
font-size: 14px;
|
|
523
510
|
line-height: 20px;
|
|
524
511
|
font-weight: 400;
|
|
525
|
-
|
|
526
|
-
font-family: var(--font-family-alfasans);
|
|
512
|
+
font-family: var(--font-family-system);
|
|
527
513
|
}
|
|
528
|
-
.
|
|
514
|
+
.tabs__mobile_yk00x.tabs__action-primary-large_yk00x .tabs__title_yk00x {
|
|
529
515
|
font-size: 18px;
|
|
530
516
|
line-height: 24px;
|
|
531
517
|
font-weight: 500;
|
|
532
|
-
|
|
533
|
-
font-family: var(--font-family-alfasans);
|
|
518
|
+
font-family: var(--font-family-system);
|
|
534
519
|
}
|
|
535
|
-
.
|
|
520
|
+
.tabs__mobile_yk00x.tabs__action-primary-medium_yk00x .tabs__title_yk00x {
|
|
536
521
|
font-size: 16px;
|
|
537
522
|
line-height: 24px;
|
|
538
523
|
font-weight: 500;
|
|
539
|
-
|
|
540
|
-
font-family: var(--font-family-alfasans);
|
|
524
|
+
font-family: var(--font-family-system);
|
|
541
525
|
}
|
|
542
|
-
.
|
|
526
|
+
.tabs__mobile_yk00x.tabs__action-primary-small_yk00x .tabs__title_yk00x {
|
|
543
527
|
font-size: 14px;
|
|
544
528
|
line-height: 20px;
|
|
545
529
|
font-weight: 500;
|
|
546
|
-
|
|
547
|
-
font-family: var(--font-family-alfasans);
|
|
530
|
+
font-family: var(--font-family-system);
|
|
548
531
|
}
|
|
549
|
-
.
|
|
532
|
+
.tabs__mobile_yk00x.tabs__accent-primary-large_yk00x .tabs__title_yk00x {
|
|
550
533
|
font-size: 18px;
|
|
551
534
|
line-height: 24px;
|
|
552
535
|
font-weight: 700;
|
|
553
|
-
|
|
554
|
-
font-family: var(--font-family-alfasans);
|
|
536
|
+
font-family: var(--font-family-system);
|
|
555
537
|
}
|
|
556
|
-
.
|
|
538
|
+
.tabs__mobile_yk00x.tabs__accent-primary-medium_yk00x .tabs__title_yk00x {
|
|
557
539
|
font-size: 16px;
|
|
558
540
|
line-height: 24px;
|
|
559
541
|
font-weight: 700;
|
|
560
|
-
|
|
561
|
-
font-family: var(--font-family-alfasans);
|
|
542
|
+
font-family: var(--font-family-system);
|
|
562
543
|
}
|
|
563
|
-
.
|
|
544
|
+
.tabs__mobile_yk00x.tabs__accent-primary-small_yk00x .tabs__title_yk00x {
|
|
564
545
|
font-size: 14px;
|
|
565
546
|
line-height: 20px;
|
|
566
547
|
font-weight: 700;
|
|
567
|
-
|
|
568
|
-
font-family: var(--font-family-alfasans);
|
|
548
|
+
font-family: var(--font-family-system);
|
|
569
549
|
}
|
|
570
|
-
.
|
|
550
|
+
.tabs__mobile_yk00x.tabs__paragraph-primary-large_yk00x .tabs__title_yk00x, .tabs__mobile_yk00x.tabs__paragraph-primary-medium_yk00x .tabs__title_yk00x, .tabs__mobile_yk00x.tabs__accent-primary-large_yk00x .tabs__title_yk00x, .tabs__mobile_yk00x.tabs__accent-primary-medium_yk00x .tabs__title_yk00x, .tabs__mobile_yk00x.tabs__action-primary-large_yk00x .tabs__title_yk00x, .tabs__mobile_yk00x.tabs__action-primary-medium_yk00x .tabs__title_yk00x {
|
|
571
551
|
padding-bottom: calc(24px / 2);
|
|
572
552
|
}
|
|
573
|
-
.
|
|
574
|
-
.
|
|
575
|
-
.
|
|
576
|
-
.
|
|
577
|
-
.
|
|
578
|
-
.
|
|
579
|
-
.
|
|
580
|
-
.
|
|
581
|
-
.
|
|
582
|
-
.
|
|
583
|
-
.
|
|
584
|
-
.
|
|
553
|
+
.tabs__mobile_yk00x.tabs__paragraph-primary-large_yk00x .tabs__title_yk00x + .tabs__title_yk00x,
|
|
554
|
+
.tabs__mobile_yk00x.tabs__paragraph-primary-medium_yk00x .tabs__title_yk00x + .tabs__title_yk00x,
|
|
555
|
+
.tabs__mobile_yk00x.tabs__accent-primary-large_yk00x .tabs__title_yk00x + .tabs__title_yk00x,
|
|
556
|
+
.tabs__mobile_yk00x.tabs__accent-primary-medium_yk00x .tabs__title_yk00x + .tabs__title_yk00x,
|
|
557
|
+
.tabs__mobile_yk00x.tabs__action-primary-large_yk00x .tabs__title_yk00x + .tabs__title_yk00x,
|
|
558
|
+
.tabs__mobile_yk00x.tabs__action-primary-medium_yk00x .tabs__title_yk00x + .tabs__title_yk00x,
|
|
559
|
+
.tabs__mobile_yk00x.tabs__paragraph-primary-large_yk00x .tabs__pickerWrapper_yk00x,
|
|
560
|
+
.tabs__mobile_yk00x.tabs__paragraph-primary-medium_yk00x .tabs__pickerWrapper_yk00x,
|
|
561
|
+
.tabs__mobile_yk00x.tabs__accent-primary-large_yk00x .tabs__pickerWrapper_yk00x,
|
|
562
|
+
.tabs__mobile_yk00x.tabs__accent-primary-medium_yk00x .tabs__pickerWrapper_yk00x,
|
|
563
|
+
.tabs__mobile_yk00x.tabs__action-primary-large_yk00x .tabs__pickerWrapper_yk00x,
|
|
564
|
+
.tabs__mobile_yk00x.tabs__action-primary-medium_yk00x .tabs__pickerWrapper_yk00x {
|
|
585
565
|
margin-left: 24px;
|
|
586
566
|
}
|
|
587
|
-
.
|
|
567
|
+
.tabs__mobile_yk00x.tabs__paragraph-primary-large_yk00x .tabs__option_yk00x, .tabs__mobile_yk00x.tabs__paragraph-primary-medium_yk00x .tabs__option_yk00x, .tabs__mobile_yk00x.tabs__accent-primary-large_yk00x .tabs__option_yk00x, .tabs__mobile_yk00x.tabs__accent-primary-medium_yk00x .tabs__option_yk00x, .tabs__mobile_yk00x.tabs__action-primary-large_yk00x .tabs__option_yk00x, .tabs__mobile_yk00x.tabs__action-primary-medium_yk00x .tabs__option_yk00x {
|
|
588
568
|
padding: var(--gap-0);
|
|
589
569
|
}
|
|
590
|
-
.
|
|
570
|
+
.tabs__mobile_yk00x.tabs__paragraph-primary-large_yk00x .tabs__scrollControls_yk00x > button, .tabs__mobile_yk00x.tabs__paragraph-primary-medium_yk00x .tabs__scrollControls_yk00x > button, .tabs__mobile_yk00x.tabs__accent-primary-large_yk00x .tabs__scrollControls_yk00x > button, .tabs__mobile_yk00x.tabs__accent-primary-medium_yk00x .tabs__scrollControls_yk00x > button, .tabs__mobile_yk00x.tabs__action-primary-large_yk00x .tabs__scrollControls_yk00x > button, .tabs__mobile_yk00x.tabs__action-primary-medium_yk00x .tabs__scrollControls_yk00x > button {
|
|
591
571
|
box-sizing: content-box;
|
|
592
572
|
width: 24px;
|
|
593
573
|
height: 24px;
|
|
594
574
|
padding: var(--gap-0);
|
|
595
575
|
}
|
|
596
|
-
.
|
|
576
|
+
.tabs__mobile_yk00x.tabs__paragraph-primary-large_yk00x .tabs__scrollControls_yk00x button:first-child, .tabs__mobile_yk00x.tabs__paragraph-primary-medium_yk00x .tabs__scrollControls_yk00x button:first-child, .tabs__mobile_yk00x.tabs__accent-primary-large_yk00x .tabs__scrollControls_yk00x button:first-child, .tabs__mobile_yk00x.tabs__accent-primary-medium_yk00x .tabs__scrollControls_yk00x button:first-child, .tabs__mobile_yk00x.tabs__action-primary-large_yk00x .tabs__scrollControls_yk00x button:first-child, .tabs__mobile_yk00x.tabs__action-primary-medium_yk00x .tabs__scrollControls_yk00x button:first-child {
|
|
597
577
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(24px / 2);
|
|
598
578
|
}
|
|
599
|
-
.
|
|
579
|
+
.tabs__mobile_yk00x.tabs__paragraph-primary-small_yk00x .tabs__title_yk00x, .tabs__mobile_yk00x.tabs__accent-primary-small_yk00x .tabs__title_yk00x, .tabs__mobile_yk00x.tabs__action-primary-small_yk00x .tabs__title_yk00x {
|
|
600
580
|
padding-bottom: calc(20px / 2);
|
|
601
581
|
}
|
|
602
|
-
.
|
|
603
|
-
.
|
|
604
|
-
.
|
|
605
|
-
.
|
|
606
|
-
.
|
|
607
|
-
.
|
|
582
|
+
.tabs__mobile_yk00x.tabs__paragraph-primary-small_yk00x .tabs__title_yk00x + .tabs__title_yk00x,
|
|
583
|
+
.tabs__mobile_yk00x.tabs__accent-primary-small_yk00x .tabs__title_yk00x + .tabs__title_yk00x,
|
|
584
|
+
.tabs__mobile_yk00x.tabs__action-primary-small_yk00x .tabs__title_yk00x + .tabs__title_yk00x,
|
|
585
|
+
.tabs__mobile_yk00x.tabs__paragraph-primary-small_yk00x .tabs__pickerWrapper_yk00x,
|
|
586
|
+
.tabs__mobile_yk00x.tabs__accent-primary-small_yk00x .tabs__pickerWrapper_yk00x,
|
|
587
|
+
.tabs__mobile_yk00x.tabs__action-primary-small_yk00x .tabs__pickerWrapper_yk00x {
|
|
608
588
|
margin-left: 20px;
|
|
609
589
|
}
|
|
610
|
-
.
|
|
590
|
+
.tabs__mobile_yk00x.tabs__paragraph-primary-small_yk00x .tabs__option_yk00x, .tabs__mobile_yk00x.tabs__accent-primary-small_yk00x .tabs__option_yk00x, .tabs__mobile_yk00x.tabs__action-primary-small_yk00x .tabs__option_yk00x {
|
|
611
591
|
padding: var(--gap-0);
|
|
612
592
|
}
|
|
613
|
-
.
|
|
593
|
+
.tabs__mobile_yk00x.tabs__paragraph-primary-small_yk00x .tabs__scrollControls_yk00x > button, .tabs__mobile_yk00x.tabs__accent-primary-small_yk00x .tabs__scrollControls_yk00x > button, .tabs__mobile_yk00x.tabs__action-primary-small_yk00x .tabs__scrollControls_yk00x > button {
|
|
614
594
|
box-sizing: content-box;
|
|
615
595
|
width: 20px;
|
|
616
596
|
height: 20px;
|
|
617
597
|
padding: var(--gap-0);
|
|
618
598
|
}
|
|
619
|
-
.
|
|
599
|
+
.tabs__mobile_yk00x.tabs__paragraph-primary-small_yk00x .tabs__scrollControls_yk00x button:first-child, .tabs__mobile_yk00x.tabs__accent-primary-small_yk00x .tabs__scrollControls_yk00x button:first-child, .tabs__mobile_yk00x.tabs__action-primary-small_yk00x .tabs__scrollControls_yk00x button:first-child {
|
|
620
600
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(20px / 2);
|
|
621
601
|
}
|
|
622
|
-
.
|
|
602
|
+
.tabs__mobile_yk00x.tabs__headline-system-xlarge_yk00x .tabs__title_yk00x {
|
|
623
603
|
font-size: 34px;
|
|
624
604
|
line-height: 40px;
|
|
625
|
-
font-weight:
|
|
626
|
-
|
|
627
|
-
font-family: var(--font-family-alfasans);
|
|
605
|
+
font-weight: 600;
|
|
606
|
+
font-family: var(--font-family-system);
|
|
628
607
|
}
|
|
629
|
-
.
|
|
608
|
+
.tabs__mobile_yk00x.tabs__headline-system-large_yk00x .tabs__title_yk00x {
|
|
630
609
|
font-size: 30px;
|
|
631
610
|
line-height: 36px;
|
|
632
|
-
font-weight:
|
|
633
|
-
|
|
634
|
-
font-family: var(--font-family-alfasans);
|
|
611
|
+
font-weight: 600;
|
|
612
|
+
font-family: var(--font-family-system);
|
|
635
613
|
}
|
|
636
|
-
.
|
|
614
|
+
.tabs__mobile_yk00x.tabs__headline-system-medium_yk00x .tabs__title_yk00x {
|
|
637
615
|
font-size: 26px;
|
|
638
616
|
line-height: 32px;
|
|
639
|
-
font-weight:
|
|
640
|
-
|
|
641
|
-
font-family: var(--font-family-alfasans);
|
|
617
|
+
font-weight: 600;
|
|
618
|
+
font-family: var(--font-family-system);
|
|
642
619
|
}
|
|
643
|
-
.
|
|
620
|
+
.tabs__mobile_yk00x.tabs__headline-system-small_yk00x .tabs__title_yk00x {
|
|
644
621
|
font-size: 20px;
|
|
645
622
|
line-height: 28px;
|
|
646
|
-
font-weight:
|
|
647
|
-
|
|
648
|
-
font-family: var(--font-family-alfasans);
|
|
623
|
+
font-weight: 600;
|
|
624
|
+
font-family: var(--font-family-system);
|
|
649
625
|
}
|
|
650
|
-
.
|
|
626
|
+
.tabs__mobile_yk00x.tabs__headline-system-xsmall_yk00x .tabs__title_yk00x {
|
|
651
627
|
font-size: 16px;
|
|
652
628
|
line-height: 20px;
|
|
653
|
-
font-weight:
|
|
654
|
-
|
|
655
|
-
font-family: var(--font-family-alfasans);
|
|
629
|
+
font-weight: 600;
|
|
630
|
+
font-family: var(--font-family-system);
|
|
656
631
|
}
|
|
657
|
-
.
|
|
632
|
+
.tabs__mobile_yk00x.tabs__headline-xlarge_yk00x .tabs__title_yk00x {
|
|
658
633
|
font-size: 34px;
|
|
659
634
|
line-height: 40px;
|
|
660
635
|
font-weight: 500;
|
|
661
|
-
|
|
662
|
-
font-family: var(--font-family-
|
|
636
|
+
font-feature-settings: 'ss01';
|
|
637
|
+
font-family: var(--font-family-styrene);
|
|
663
638
|
}
|
|
664
|
-
.
|
|
639
|
+
.tabs__mobile_yk00x.tabs__headline-large_yk00x .tabs__title_yk00x {
|
|
665
640
|
font-size: 30px;
|
|
666
641
|
line-height: 36px;
|
|
667
642
|
font-weight: 500;
|
|
668
|
-
|
|
669
|
-
font-family: var(--font-family-
|
|
643
|
+
font-feature-settings: 'ss01';
|
|
644
|
+
font-family: var(--font-family-styrene);
|
|
670
645
|
}
|
|
671
|
-
.
|
|
646
|
+
.tabs__mobile_yk00x.tabs__headline-medium_yk00x .tabs__title_yk00x {
|
|
672
647
|
font-size: 26px;
|
|
673
648
|
line-height: 32px;
|
|
674
649
|
font-weight: 500;
|
|
675
|
-
|
|
676
|
-
font-family: var(--font-family-
|
|
650
|
+
font-feature-settings: 'ss01';
|
|
651
|
+
font-family: var(--font-family-styrene);
|
|
677
652
|
}
|
|
678
|
-
.
|
|
653
|
+
.tabs__mobile_yk00x.tabs__headline-small_yk00x .tabs__title_yk00x {
|
|
679
654
|
font-size: 20px;
|
|
680
655
|
line-height: 28px;
|
|
681
656
|
font-weight: 500;
|
|
682
|
-
|
|
683
|
-
font-family: var(--font-family-
|
|
657
|
+
font-feature-settings: 'ss01';
|
|
658
|
+
font-family: var(--font-family-styrene);
|
|
684
659
|
}
|
|
685
|
-
.
|
|
660
|
+
.tabs__mobile_yk00x.tabs__headline-xsmall_yk00x .tabs__title_yk00x {
|
|
686
661
|
font-size: 16px;
|
|
687
662
|
line-height: 20px;
|
|
688
663
|
font-weight: 500;
|
|
689
|
-
|
|
690
|
-
font-family: var(--font-family-
|
|
664
|
+
font-feature-settings: 'ss01';
|
|
665
|
+
font-family: var(--font-family-styrene);
|
|
691
666
|
}
|
|
692
|
-
.
|
|
667
|
+
.tabs__mobile_yk00x.tabs__headline-system-xlarge_yk00x .tabs__title_yk00x, .tabs__mobile_yk00x.tabs__headline-xlarge_yk00x .tabs__title_yk00x {
|
|
693
668
|
padding-bottom: calc(40px / 2);
|
|
694
669
|
}
|
|
695
|
-
.
|
|
696
|
-
.
|
|
697
|
-
.
|
|
698
|
-
.
|
|
670
|
+
.tabs__mobile_yk00x.tabs__headline-system-xlarge_yk00x .tabs__title_yk00x + .tabs__title_yk00x,
|
|
671
|
+
.tabs__mobile_yk00x.tabs__headline-xlarge_yk00x .tabs__title_yk00x + .tabs__title_yk00x,
|
|
672
|
+
.tabs__mobile_yk00x.tabs__headline-system-xlarge_yk00x .tabs__pickerWrapper_yk00x,
|
|
673
|
+
.tabs__mobile_yk00x.tabs__headline-xlarge_yk00x .tabs__pickerWrapper_yk00x {
|
|
699
674
|
margin-left: 40px;
|
|
700
675
|
}
|
|
701
|
-
.
|
|
676
|
+
.tabs__mobile_yk00x.tabs__headline-system-xlarge_yk00x .tabs__option_yk00x, .tabs__mobile_yk00x.tabs__headline-xlarge_yk00x .tabs__option_yk00x {
|
|
702
677
|
padding: var(--gap-0);
|
|
703
678
|
}
|
|
704
|
-
.
|
|
679
|
+
.tabs__mobile_yk00x.tabs__headline-system-xlarge_yk00x .tabs__scrollControls_yk00x > button, .tabs__mobile_yk00x.tabs__headline-xlarge_yk00x .tabs__scrollControls_yk00x > button {
|
|
705
680
|
box-sizing: content-box;
|
|
706
681
|
width: 40px;
|
|
707
682
|
height: 40px;
|
|
708
683
|
padding: var(--gap-0);
|
|
709
684
|
}
|
|
710
|
-
.
|
|
685
|
+
.tabs__mobile_yk00x.tabs__headline-system-xlarge_yk00x .tabs__scrollControls_yk00x button:first-child, .tabs__mobile_yk00x.tabs__headline-xlarge_yk00x .tabs__scrollControls_yk00x button:first-child {
|
|
711
686
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(40px / 2);
|
|
712
687
|
}
|
|
713
|
-
.
|
|
688
|
+
.tabs__mobile_yk00x.tabs__headline-system-large_yk00x .tabs__title_yk00x, .tabs__mobile_yk00x.tabs__headline-large_yk00x .tabs__title_yk00x {
|
|
714
689
|
padding-bottom: calc(36px / 2);
|
|
715
690
|
}
|
|
716
|
-
.
|
|
717
|
-
.
|
|
718
|
-
.
|
|
719
|
-
.
|
|
691
|
+
.tabs__mobile_yk00x.tabs__headline-system-large_yk00x .tabs__title_yk00x + .tabs__title_yk00x,
|
|
692
|
+
.tabs__mobile_yk00x.tabs__headline-large_yk00x .tabs__title_yk00x + .tabs__title_yk00x,
|
|
693
|
+
.tabs__mobile_yk00x.tabs__headline-system-large_yk00x .tabs__pickerWrapper_yk00x,
|
|
694
|
+
.tabs__mobile_yk00x.tabs__headline-large_yk00x .tabs__pickerWrapper_yk00x {
|
|
720
695
|
margin-left: 36px;
|
|
721
696
|
}
|
|
722
|
-
.
|
|
697
|
+
.tabs__mobile_yk00x.tabs__headline-system-large_yk00x .tabs__option_yk00x, .tabs__mobile_yk00x.tabs__headline-large_yk00x .tabs__option_yk00x {
|
|
723
698
|
padding: var(--gap-0);
|
|
724
699
|
}
|
|
725
|
-
.
|
|
700
|
+
.tabs__mobile_yk00x.tabs__headline-system-large_yk00x .tabs__scrollControls_yk00x > button, .tabs__mobile_yk00x.tabs__headline-large_yk00x .tabs__scrollControls_yk00x > button {
|
|
726
701
|
box-sizing: content-box;
|
|
727
702
|
width: 36px;
|
|
728
703
|
height: 36px;
|
|
729
704
|
padding: var(--gap-0);
|
|
730
705
|
}
|
|
731
|
-
.
|
|
706
|
+
.tabs__mobile_yk00x.tabs__headline-system-large_yk00x .tabs__scrollControls_yk00x button:first-child, .tabs__mobile_yk00x.tabs__headline-large_yk00x .tabs__scrollControls_yk00x button:first-child {
|
|
732
707
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(36px / 2);
|
|
733
708
|
}
|
|
734
|
-
.
|
|
709
|
+
.tabs__mobile_yk00x.tabs__headline-system-medium_yk00x .tabs__title_yk00x, .tabs__mobile_yk00x.tabs__headline-medium_yk00x .tabs__title_yk00x {
|
|
735
710
|
padding-bottom: calc(32px / 2);
|
|
736
711
|
}
|
|
737
|
-
.
|
|
738
|
-
.
|
|
739
|
-
.
|
|
740
|
-
.
|
|
712
|
+
.tabs__mobile_yk00x.tabs__headline-system-medium_yk00x .tabs__title_yk00x + .tabs__title_yk00x,
|
|
713
|
+
.tabs__mobile_yk00x.tabs__headline-medium_yk00x .tabs__title_yk00x + .tabs__title_yk00x,
|
|
714
|
+
.tabs__mobile_yk00x.tabs__headline-system-medium_yk00x .tabs__pickerWrapper_yk00x,
|
|
715
|
+
.tabs__mobile_yk00x.tabs__headline-medium_yk00x .tabs__pickerWrapper_yk00x {
|
|
741
716
|
margin-left: 32px;
|
|
742
717
|
}
|
|
743
|
-
.
|
|
718
|
+
.tabs__mobile_yk00x.tabs__headline-system-medium_yk00x .tabs__option_yk00x, .tabs__mobile_yk00x.tabs__headline-medium_yk00x .tabs__option_yk00x {
|
|
744
719
|
padding: var(--gap-0);
|
|
745
720
|
}
|
|
746
|
-
.
|
|
721
|
+
.tabs__mobile_yk00x.tabs__headline-system-medium_yk00x .tabs__scrollControls_yk00x > button, .tabs__mobile_yk00x.tabs__headline-medium_yk00x .tabs__scrollControls_yk00x > button {
|
|
747
722
|
box-sizing: content-box;
|
|
748
723
|
width: 32px;
|
|
749
724
|
height: 32px;
|
|
750
725
|
padding: var(--gap-0);
|
|
751
726
|
}
|
|
752
|
-
.
|
|
727
|
+
.tabs__mobile_yk00x.tabs__headline-system-medium_yk00x .tabs__scrollControls_yk00x button:first-child, .tabs__mobile_yk00x.tabs__headline-medium_yk00x .tabs__scrollControls_yk00x button:first-child {
|
|
753
728
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(32px / 2);
|
|
754
729
|
}
|
|
755
|
-
.
|
|
730
|
+
.tabs__mobile_yk00x.tabs__headline-system-small_yk00x .tabs__title_yk00x, .tabs__mobile_yk00x.tabs__headline-small_yk00x .tabs__title_yk00x {
|
|
756
731
|
padding-bottom: calc(28px / 2);
|
|
757
732
|
}
|
|
758
|
-
.
|
|
759
|
-
.
|
|
760
|
-
.
|
|
761
|
-
.
|
|
733
|
+
.tabs__mobile_yk00x.tabs__headline-system-small_yk00x .tabs__title_yk00x + .tabs__title_yk00x,
|
|
734
|
+
.tabs__mobile_yk00x.tabs__headline-small_yk00x .tabs__title_yk00x + .tabs__title_yk00x,
|
|
735
|
+
.tabs__mobile_yk00x.tabs__headline-system-small_yk00x .tabs__pickerWrapper_yk00x,
|
|
736
|
+
.tabs__mobile_yk00x.tabs__headline-small_yk00x .tabs__pickerWrapper_yk00x {
|
|
762
737
|
margin-left: 28px;
|
|
763
738
|
}
|
|
764
|
-
.
|
|
739
|
+
.tabs__mobile_yk00x.tabs__headline-system-small_yk00x .tabs__option_yk00x, .tabs__mobile_yk00x.tabs__headline-small_yk00x .tabs__option_yk00x {
|
|
765
740
|
padding: var(--gap-0);
|
|
766
741
|
}
|
|
767
|
-
.
|
|
742
|
+
.tabs__mobile_yk00x.tabs__headline-system-small_yk00x .tabs__scrollControls_yk00x > button, .tabs__mobile_yk00x.tabs__headline-small_yk00x .tabs__scrollControls_yk00x > button {
|
|
768
743
|
box-sizing: content-box;
|
|
769
744
|
width: 28px;
|
|
770
745
|
height: 28px;
|
|
771
746
|
padding: var(--gap-0);
|
|
772
747
|
}
|
|
773
|
-
.
|
|
748
|
+
.tabs__mobile_yk00x.tabs__headline-system-small_yk00x .tabs__scrollControls_yk00x button:first-child, .tabs__mobile_yk00x.tabs__headline-small_yk00x .tabs__scrollControls_yk00x button:first-child {
|
|
774
749
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(28px / 2);
|
|
775
750
|
}
|
|
776
|
-
.
|
|
751
|
+
.tabs__mobile_yk00x.tabs__headline-system-xsmall_yk00x .tabs__title_yk00x, .tabs__mobile_yk00x.tabs__headline-xsmall_yk00x .tabs__title_yk00x {
|
|
777
752
|
padding-bottom: calc(20px / 2);
|
|
778
753
|
}
|
|
779
|
-
.
|
|
780
|
-
.
|
|
781
|
-
.
|
|
782
|
-
.
|
|
754
|
+
.tabs__mobile_yk00x.tabs__headline-system-xsmall_yk00x .tabs__title_yk00x + .tabs__title_yk00x,
|
|
755
|
+
.tabs__mobile_yk00x.tabs__headline-xsmall_yk00x .tabs__title_yk00x + .tabs__title_yk00x,
|
|
756
|
+
.tabs__mobile_yk00x.tabs__headline-system-xsmall_yk00x .tabs__pickerWrapper_yk00x,
|
|
757
|
+
.tabs__mobile_yk00x.tabs__headline-xsmall_yk00x .tabs__pickerWrapper_yk00x {
|
|
783
758
|
margin-left: 20px;
|
|
784
759
|
}
|
|
785
|
-
.
|
|
760
|
+
.tabs__mobile_yk00x.tabs__headline-system-xsmall_yk00x .tabs__option_yk00x, .tabs__mobile_yk00x.tabs__headline-xsmall_yk00x .tabs__option_yk00x {
|
|
786
761
|
padding: var(--gap-0);
|
|
787
762
|
}
|
|
788
|
-
.
|
|
763
|
+
.tabs__mobile_yk00x.tabs__headline-system-xsmall_yk00x .tabs__scrollControls_yk00x > button, .tabs__mobile_yk00x.tabs__headline-xsmall_yk00x .tabs__scrollControls_yk00x > button {
|
|
789
764
|
box-sizing: content-box;
|
|
790
765
|
width: 20px;
|
|
791
766
|
height: 20px;
|
|
792
767
|
padding: var(--gap-0);
|
|
793
768
|
}
|
|
794
|
-
.
|
|
769
|
+
.tabs__mobile_yk00x.tabs__headline-system-xsmall_yk00x .tabs__scrollControls_yk00x button:first-child, .tabs__mobile_yk00x.tabs__headline-xsmall_yk00x .tabs__scrollControls_yk00x button:first-child {
|
|
795
770
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(20px / 2);
|
|
796
771
|
}
|
|
797
|
-
.
|
|
772
|
+
.tabs__title_yk00x.tabs__noTextStyle_yk00x {
|
|
798
773
|
font-size: 16px;
|
|
799
774
|
line-height: 24px;
|
|
800
775
|
font-weight: 400;
|
|
801
|
-
|
|
802
|
-
font-family: var(--font-family-alfasans);
|
|
776
|
+
font-family: var(--font-family-system);
|
|
803
777
|
}
|