@alfalab/core-components-tabs 10.0.8 → 10.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/primary-tablist/index.css +132 -132
- package/components/primary-tablist/index.module.css.js +1 -1
- package/components/primary-tablist/mobile.css +221 -221
- 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/esm/components/primary-tablist/index.css +132 -132
- package/esm/components/primary-tablist/index.module.css.js +1 -1
- package/esm/components/primary-tablist/mobile.css +221 -221
- 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 +132 -132
- package/modern/components/primary-tablist/index.module.css.js +1 -1
- package/modern/components/primary-tablist/mobile.css +221 -221
- 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/package.json +2 -2
|
@@ -51,11 +51,11 @@
|
|
|
51
51
|
--primary-tablist-l-padding: var(--gap-0) var(--gap-0) var(--gap-20);
|
|
52
52
|
--primary-tablist-xl-gaps: var(--gap-32);
|
|
53
53
|
--primary-tablist-xl-padding: var(--gap-4) var(--gap-0) var(--gap-24);
|
|
54
|
-
}.
|
|
54
|
+
}.tabs__component_13c0p {
|
|
55
55
|
position: relative;
|
|
56
56
|
display: inline-flex;
|
|
57
57
|
min-width: 100%;
|
|
58
|
-
}.
|
|
58
|
+
}.tabs__component_13c0p:before {
|
|
59
59
|
content: '';
|
|
60
60
|
display: block;
|
|
61
61
|
position: absolute;
|
|
@@ -63,285 +63,285 @@
|
|
|
63
63
|
height: 1px;
|
|
64
64
|
width: 100%;
|
|
65
65
|
background-color: var(--primary-tablist-bottom-border-color);
|
|
66
|
-
}.
|
|
66
|
+
}.tabs__desktop_13c0p.tabs__paragraph-primary-large_13c0p .tabs__title_13c0p {
|
|
67
67
|
font-size: 18px;
|
|
68
68
|
line-height: 24px;
|
|
69
69
|
font-weight: 400;
|
|
70
70
|
font-family: var(--font-family-system);
|
|
71
|
-
}.
|
|
71
|
+
}.tabs__desktop_13c0p.tabs__paragraph-primary-medium_13c0p .tabs__title_13c0p {
|
|
72
72
|
font-size: 16px;
|
|
73
73
|
line-height: 24px;
|
|
74
74
|
font-weight: 400;
|
|
75
75
|
font-family: var(--font-family-system);
|
|
76
|
-
}.
|
|
76
|
+
}.tabs__desktop_13c0p.tabs__paragraph-primary-small_13c0p .tabs__title_13c0p {
|
|
77
77
|
font-size: 14px;
|
|
78
78
|
line-height: 20px;
|
|
79
79
|
font-weight: 400;
|
|
80
80
|
font-family: var(--font-family-system);
|
|
81
|
-
}.
|
|
81
|
+
}.tabs__desktop_13c0p.tabs__action-primary-large_13c0p .tabs__title_13c0p {
|
|
82
82
|
font-size: 18px;
|
|
83
83
|
line-height: 24px;
|
|
84
84
|
font-weight: 500;
|
|
85
85
|
font-family: var(--font-family-system);
|
|
86
|
-
}.
|
|
86
|
+
}.tabs__desktop_13c0p.tabs__action-primary-medium_13c0p .tabs__title_13c0p {
|
|
87
87
|
font-size: 16px;
|
|
88
88
|
line-height: 24px;
|
|
89
89
|
font-weight: 500;
|
|
90
90
|
font-family: var(--font-family-system);
|
|
91
|
-
}.
|
|
91
|
+
}.tabs__desktop_13c0p.tabs__action-primary-small_13c0p .tabs__title_13c0p {
|
|
92
92
|
font-size: 14px;
|
|
93
93
|
line-height: 20px;
|
|
94
94
|
font-weight: 500;
|
|
95
95
|
font-family: var(--font-family-system);
|
|
96
|
-
}.
|
|
96
|
+
}.tabs__desktop_13c0p.tabs__accent-primary-large_13c0p .tabs__title_13c0p {
|
|
97
97
|
font-size: 18px;
|
|
98
98
|
line-height: 24px;
|
|
99
99
|
font-weight: 700;
|
|
100
100
|
font-family: var(--font-family-system);
|
|
101
|
-
}.
|
|
101
|
+
}.tabs__desktop_13c0p.tabs__accent-primary-medium_13c0p .tabs__title_13c0p {
|
|
102
102
|
font-size: 16px;
|
|
103
103
|
line-height: 24px;
|
|
104
104
|
font-weight: 700;
|
|
105
105
|
font-family: var(--font-family-system);
|
|
106
|
-
}.
|
|
106
|
+
}.tabs__desktop_13c0p.tabs__accent-primary-small_13c0p .tabs__title_13c0p {
|
|
107
107
|
font-size: 14px;
|
|
108
108
|
line-height: 20px;
|
|
109
109
|
font-weight: 700;
|
|
110
110
|
font-family: var(--font-family-system);
|
|
111
|
-
}.
|
|
111
|
+
}.tabs__desktop_13c0p.tabs__paragraph-primary-large_13c0p .tabs__title_13c0p, .tabs__desktop_13c0p.tabs__paragraph-primary-medium_13c0p .tabs__title_13c0p, .tabs__desktop_13c0p.tabs__accent-primary-large_13c0p .tabs__title_13c0p, .tabs__desktop_13c0p.tabs__accent-primary-medium_13c0p .tabs__title_13c0p, .tabs__desktop_13c0p.tabs__action-primary-large_13c0p .tabs__title_13c0p, .tabs__desktop_13c0p.tabs__action-primary-medium_13c0p .tabs__title_13c0p {
|
|
112
112
|
padding-bottom: calc(24px / 2);
|
|
113
|
-
}.
|
|
114
|
-
.
|
|
115
|
-
.
|
|
116
|
-
.
|
|
117
|
-
.
|
|
118
|
-
.
|
|
119
|
-
.
|
|
120
|
-
.
|
|
121
|
-
.
|
|
122
|
-
.
|
|
123
|
-
.
|
|
124
|
-
.
|
|
113
|
+
}.tabs__desktop_13c0p.tabs__paragraph-primary-large_13c0p .tabs__title_13c0p + .tabs__title_13c0p,
|
|
114
|
+
.tabs__desktop_13c0p.tabs__paragraph-primary-medium_13c0p .tabs__title_13c0p + .tabs__title_13c0p,
|
|
115
|
+
.tabs__desktop_13c0p.tabs__accent-primary-large_13c0p .tabs__title_13c0p + .tabs__title_13c0p,
|
|
116
|
+
.tabs__desktop_13c0p.tabs__accent-primary-medium_13c0p .tabs__title_13c0p + .tabs__title_13c0p,
|
|
117
|
+
.tabs__desktop_13c0p.tabs__action-primary-large_13c0p .tabs__title_13c0p + .tabs__title_13c0p,
|
|
118
|
+
.tabs__desktop_13c0p.tabs__action-primary-medium_13c0p .tabs__title_13c0p + .tabs__title_13c0p,
|
|
119
|
+
.tabs__desktop_13c0p.tabs__paragraph-primary-large_13c0p .tabs__pickerWrapper_13c0p,
|
|
120
|
+
.tabs__desktop_13c0p.tabs__paragraph-primary-medium_13c0p .tabs__pickerWrapper_13c0p,
|
|
121
|
+
.tabs__desktop_13c0p.tabs__accent-primary-large_13c0p .tabs__pickerWrapper_13c0p,
|
|
122
|
+
.tabs__desktop_13c0p.tabs__accent-primary-medium_13c0p .tabs__pickerWrapper_13c0p,
|
|
123
|
+
.tabs__desktop_13c0p.tabs__action-primary-large_13c0p .tabs__pickerWrapper_13c0p,
|
|
124
|
+
.tabs__desktop_13c0p.tabs__action-primary-medium_13c0p .tabs__pickerWrapper_13c0p {
|
|
125
125
|
margin-left: 24px;
|
|
126
|
-
}.
|
|
126
|
+
}.tabs__desktop_13c0p.tabs__paragraph-primary-large_13c0p .tabs__option_13c0p, .tabs__desktop_13c0p.tabs__paragraph-primary-medium_13c0p .tabs__option_13c0p, .tabs__desktop_13c0p.tabs__accent-primary-large_13c0p .tabs__option_13c0p, .tabs__desktop_13c0p.tabs__accent-primary-medium_13c0p .tabs__option_13c0p, .tabs__desktop_13c0p.tabs__action-primary-large_13c0p .tabs__option_13c0p, .tabs__desktop_13c0p.tabs__action-primary-medium_13c0p .tabs__option_13c0p {
|
|
127
127
|
padding: var(--gap-0);
|
|
128
|
-
}.
|
|
128
|
+
}.tabs__desktop_13c0p.tabs__paragraph-primary-large_13c0p .tabs__scrollControls_13c0p > button, .tabs__desktop_13c0p.tabs__paragraph-primary-medium_13c0p .tabs__scrollControls_13c0p > button, .tabs__desktop_13c0p.tabs__accent-primary-large_13c0p .tabs__scrollControls_13c0p > button, .tabs__desktop_13c0p.tabs__accent-primary-medium_13c0p .tabs__scrollControls_13c0p > button, .tabs__desktop_13c0p.tabs__action-primary-large_13c0p .tabs__scrollControls_13c0p > button, .tabs__desktop_13c0p.tabs__action-primary-medium_13c0p .tabs__scrollControls_13c0p > button {
|
|
129
129
|
box-sizing: content-box;
|
|
130
130
|
width: 24px;
|
|
131
131
|
height: 24px;
|
|
132
132
|
padding: var(--gap-0);
|
|
133
|
-
}.
|
|
133
|
+
}.tabs__desktop_13c0p.tabs__paragraph-primary-large_13c0p .tabs__scrollControls_13c0p button:first-child, .tabs__desktop_13c0p.tabs__paragraph-primary-medium_13c0p .tabs__scrollControls_13c0p button:first-child, .tabs__desktop_13c0p.tabs__accent-primary-large_13c0p .tabs__scrollControls_13c0p button:first-child, .tabs__desktop_13c0p.tabs__accent-primary-medium_13c0p .tabs__scrollControls_13c0p button:first-child, .tabs__desktop_13c0p.tabs__action-primary-large_13c0p .tabs__scrollControls_13c0p button:first-child, .tabs__desktop_13c0p.tabs__action-primary-medium_13c0p .tabs__scrollControls_13c0p button:first-child {
|
|
134
134
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(24px / 2);
|
|
135
|
-
}.
|
|
135
|
+
}.tabs__desktop_13c0p.tabs__paragraph-primary-small_13c0p .tabs__title_13c0p, .tabs__desktop_13c0p.tabs__accent-primary-small_13c0p .tabs__title_13c0p, .tabs__desktop_13c0p.tabs__action-primary-small_13c0p .tabs__title_13c0p {
|
|
136
136
|
padding-bottom: calc(20px / 2);
|
|
137
|
-
}.
|
|
138
|
-
.
|
|
139
|
-
.
|
|
140
|
-
.
|
|
141
|
-
.
|
|
142
|
-
.
|
|
137
|
+
}.tabs__desktop_13c0p.tabs__paragraph-primary-small_13c0p .tabs__title_13c0p + .tabs__title_13c0p,
|
|
138
|
+
.tabs__desktop_13c0p.tabs__accent-primary-small_13c0p .tabs__title_13c0p + .tabs__title_13c0p,
|
|
139
|
+
.tabs__desktop_13c0p.tabs__action-primary-small_13c0p .tabs__title_13c0p + .tabs__title_13c0p,
|
|
140
|
+
.tabs__desktop_13c0p.tabs__paragraph-primary-small_13c0p .tabs__pickerWrapper_13c0p,
|
|
141
|
+
.tabs__desktop_13c0p.tabs__accent-primary-small_13c0p .tabs__pickerWrapper_13c0p,
|
|
142
|
+
.tabs__desktop_13c0p.tabs__action-primary-small_13c0p .tabs__pickerWrapper_13c0p {
|
|
143
143
|
margin-left: 20px;
|
|
144
|
-
}.
|
|
144
|
+
}.tabs__desktop_13c0p.tabs__paragraph-primary-small_13c0p .tabs__option_13c0p, .tabs__desktop_13c0p.tabs__accent-primary-small_13c0p .tabs__option_13c0p, .tabs__desktop_13c0p.tabs__action-primary-small_13c0p .tabs__option_13c0p {
|
|
145
145
|
padding: var(--gap-0);
|
|
146
|
-
}.
|
|
146
|
+
}.tabs__desktop_13c0p.tabs__paragraph-primary-small_13c0p .tabs__scrollControls_13c0p > button, .tabs__desktop_13c0p.tabs__accent-primary-small_13c0p .tabs__scrollControls_13c0p > button, .tabs__desktop_13c0p.tabs__action-primary-small_13c0p .tabs__scrollControls_13c0p > button {
|
|
147
147
|
box-sizing: content-box;
|
|
148
148
|
width: 20px;
|
|
149
149
|
height: 20px;
|
|
150
150
|
padding: var(--gap-0);
|
|
151
|
-
}.
|
|
151
|
+
}.tabs__desktop_13c0p.tabs__paragraph-primary-small_13c0p .tabs__scrollControls_13c0p button:first-child, .tabs__desktop_13c0p.tabs__accent-primary-small_13c0p .tabs__scrollControls_13c0p button:first-child, .tabs__desktop_13c0p.tabs__action-primary-small_13c0p .tabs__scrollControls_13c0p button:first-child {
|
|
152
152
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(20px / 2);
|
|
153
|
-
}.
|
|
153
|
+
}.tabs__desktop_13c0p.tabs__headline-system-xlarge_13c0p .tabs__title_13c0p {
|
|
154
154
|
font-size: 48px;
|
|
155
155
|
line-height: 52px;
|
|
156
156
|
font-weight: 700;
|
|
157
157
|
font-family: var(--font-family-system);
|
|
158
|
-
}.
|
|
158
|
+
}.tabs__desktop_13c0p.tabs__headline-system-large_13c0p .tabs__title_13c0p {
|
|
159
159
|
font-size: 40px;
|
|
160
160
|
line-height: 48px;
|
|
161
161
|
font-weight: 700;
|
|
162
162
|
font-family: var(--font-family-system);
|
|
163
|
-
}.
|
|
163
|
+
}.tabs__desktop_13c0p.tabs__headline-system-medium_13c0p .tabs__title_13c0p {
|
|
164
164
|
font-size: 30px;
|
|
165
165
|
line-height: 36px;
|
|
166
166
|
font-weight: 700;
|
|
167
167
|
font-family: var(--font-family-system);
|
|
168
|
-
}.
|
|
168
|
+
}.tabs__desktop_13c0p.tabs__headline-system-small_13c0p .tabs__title_13c0p {
|
|
169
169
|
font-size: 22px;
|
|
170
170
|
line-height: 26px;
|
|
171
171
|
font-weight: 700;
|
|
172
172
|
font-family: var(--font-family-system);
|
|
173
|
-
}.
|
|
173
|
+
}.tabs__desktop_13c0p.tabs__headline-system-xsmall_13c0p .tabs__title_13c0p {
|
|
174
174
|
font-size: 18px;
|
|
175
175
|
line-height: 22px;
|
|
176
176
|
font-weight: 700;
|
|
177
177
|
font-family: var(--font-family-system);
|
|
178
|
-
}.
|
|
178
|
+
}.tabs__desktop_13c0p.tabs__headline-xlarge_13c0p .tabs__title_13c0p {
|
|
179
179
|
font-size: 48px;
|
|
180
180
|
line-height: 64px;
|
|
181
181
|
font-weight: 500;
|
|
182
182
|
font-feature-settings: 'ss01';
|
|
183
183
|
font-family: var(--font-family-styrene);
|
|
184
|
-
}.
|
|
184
|
+
}.tabs__desktop_13c0p.tabs__headline-large_13c0p .tabs__title_13c0p {
|
|
185
185
|
font-size: 40px;
|
|
186
186
|
line-height: 48px;
|
|
187
187
|
font-weight: 500;
|
|
188
188
|
font-feature-settings: 'ss01';
|
|
189
189
|
font-family: var(--font-family-styrene);
|
|
190
|
-
}.
|
|
190
|
+
}.tabs__desktop_13c0p.tabs__headline-medium_13c0p .tabs__title_13c0p {
|
|
191
191
|
font-size: 32px;
|
|
192
192
|
line-height: 40px;
|
|
193
193
|
font-weight: 500;
|
|
194
194
|
font-feature-settings: 'ss01';
|
|
195
195
|
font-family: var(--font-family-styrene);
|
|
196
|
-
}.
|
|
196
|
+
}.tabs__desktop_13c0p.tabs__headline-small_13c0p .tabs__title_13c0p {
|
|
197
197
|
font-size: 24px;
|
|
198
198
|
line-height: 32px;
|
|
199
199
|
font-weight: 500;
|
|
200
200
|
font-feature-settings: 'ss01';
|
|
201
201
|
font-family: var(--font-family-styrene);
|
|
202
|
-
}.
|
|
202
|
+
}.tabs__desktop_13c0p.tabs__headline-xsmall_13c0p .tabs__title_13c0p {
|
|
203
203
|
font-size: 20px;
|
|
204
204
|
line-height: 24px;
|
|
205
205
|
font-weight: 500;
|
|
206
206
|
font-feature-settings: 'ss01';
|
|
207
207
|
font-family: var(--font-family-styrene);
|
|
208
|
-
}.
|
|
208
|
+
}.tabs__desktop_13c0p.tabs__headline-system-xlarge_13c0p .tabs__title_13c0p {
|
|
209
209
|
padding-bottom: calc(52px / 2);
|
|
210
|
-
}.
|
|
211
|
-
.
|
|
210
|
+
}.tabs__desktop_13c0p.tabs__headline-system-xlarge_13c0p .tabs__title_13c0p + .tabs__title_13c0p,
|
|
211
|
+
.tabs__desktop_13c0p.tabs__headline-system-xlarge_13c0p .tabs__pickerWrapper_13c0p {
|
|
212
212
|
margin-left: 52px;
|
|
213
|
-
}.
|
|
213
|
+
}.tabs__desktop_13c0p.tabs__headline-system-xlarge_13c0p .tabs__option_13c0p {
|
|
214
214
|
padding: var(--gap-0);
|
|
215
|
-
}.
|
|
215
|
+
}.tabs__desktop_13c0p.tabs__headline-system-xlarge_13c0p .tabs__scrollControls_13c0p > button {
|
|
216
216
|
box-sizing: content-box;
|
|
217
217
|
width: 52px;
|
|
218
218
|
height: 52px;
|
|
219
219
|
padding: var(--gap-0);
|
|
220
|
-
}.
|
|
220
|
+
}.tabs__desktop_13c0p.tabs__headline-system-xlarge_13c0p .tabs__scrollControls_13c0p button:first-child {
|
|
221
221
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(52px / 2);
|
|
222
|
-
}.
|
|
222
|
+
}.tabs__desktop_13c0p.tabs__headline-system-large_13c0p .tabs__title_13c0p, .tabs__desktop_13c0p.tabs__headline-large_13c0p .tabs__title_13c0p {
|
|
223
223
|
padding-bottom: calc(48px / 2);
|
|
224
|
-
}.
|
|
225
|
-
.
|
|
226
|
-
.
|
|
227
|
-
.
|
|
224
|
+
}.tabs__desktop_13c0p.tabs__headline-system-large_13c0p .tabs__title_13c0p + .tabs__title_13c0p,
|
|
225
|
+
.tabs__desktop_13c0p.tabs__headline-large_13c0p .tabs__title_13c0p + .tabs__title_13c0p,
|
|
226
|
+
.tabs__desktop_13c0p.tabs__headline-system-large_13c0p .tabs__pickerWrapper_13c0p,
|
|
227
|
+
.tabs__desktop_13c0p.tabs__headline-large_13c0p .tabs__pickerWrapper_13c0p {
|
|
228
228
|
margin-left: 48px;
|
|
229
|
-
}.
|
|
229
|
+
}.tabs__desktop_13c0p.tabs__headline-system-large_13c0p .tabs__option_13c0p, .tabs__desktop_13c0p.tabs__headline-large_13c0p .tabs__option_13c0p {
|
|
230
230
|
padding: var(--gap-0);
|
|
231
|
-
}.
|
|
231
|
+
}.tabs__desktop_13c0p.tabs__headline-system-large_13c0p .tabs__scrollControls_13c0p > button, .tabs__desktop_13c0p.tabs__headline-large_13c0p .tabs__scrollControls_13c0p > button {
|
|
232
232
|
box-sizing: content-box;
|
|
233
233
|
width: 48px;
|
|
234
234
|
height: 48px;
|
|
235
235
|
padding: var(--gap-0);
|
|
236
|
-
}.
|
|
236
|
+
}.tabs__desktop_13c0p.tabs__headline-system-large_13c0p .tabs__scrollControls_13c0p button:first-child, .tabs__desktop_13c0p.tabs__headline-large_13c0p .tabs__scrollControls_13c0p button:first-child {
|
|
237
237
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(48px / 2);
|
|
238
|
-
}.
|
|
238
|
+
}.tabs__desktop_13c0p.tabs__headline-system-medium_13c0p .tabs__title_13c0p {
|
|
239
239
|
padding-bottom: calc(36px / 2);
|
|
240
|
-
}.
|
|
241
|
-
.
|
|
240
|
+
}.tabs__desktop_13c0p.tabs__headline-system-medium_13c0p .tabs__title_13c0p + .tabs__title_13c0p,
|
|
241
|
+
.tabs__desktop_13c0p.tabs__headline-system-medium_13c0p .tabs__pickerWrapper_13c0p {
|
|
242
242
|
margin-left: 36px;
|
|
243
|
-
}.
|
|
243
|
+
}.tabs__desktop_13c0p.tabs__headline-system-medium_13c0p .tabs__option_13c0p {
|
|
244
244
|
padding: var(--gap-0);
|
|
245
|
-
}.
|
|
245
|
+
}.tabs__desktop_13c0p.tabs__headline-system-medium_13c0p .tabs__scrollControls_13c0p > button {
|
|
246
246
|
box-sizing: content-box;
|
|
247
247
|
width: 36px;
|
|
248
248
|
height: 36px;
|
|
249
249
|
padding: var(--gap-0);
|
|
250
|
-
}.
|
|
250
|
+
}.tabs__desktop_13c0p.tabs__headline-system-medium_13c0p .tabs__scrollControls_13c0p button:first-child {
|
|
251
251
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(36px / 2);
|
|
252
|
-
}.
|
|
252
|
+
}.tabs__desktop_13c0p.tabs__headline-system-small_13c0p .tabs__title_13c0p {
|
|
253
253
|
padding-bottom: calc(26px / 2);
|
|
254
|
-
}.
|
|
255
|
-
.
|
|
254
|
+
}.tabs__desktop_13c0p.tabs__headline-system-small_13c0p .tabs__title_13c0p + .tabs__title_13c0p,
|
|
255
|
+
.tabs__desktop_13c0p.tabs__headline-system-small_13c0p .tabs__pickerWrapper_13c0p {
|
|
256
256
|
margin-left: 26px;
|
|
257
|
-
}.
|
|
257
|
+
}.tabs__desktop_13c0p.tabs__headline-system-small_13c0p .tabs__option_13c0p {
|
|
258
258
|
padding: var(--gap-0);
|
|
259
|
-
}.
|
|
259
|
+
}.tabs__desktop_13c0p.tabs__headline-system-small_13c0p .tabs__scrollControls_13c0p > button {
|
|
260
260
|
box-sizing: content-box;
|
|
261
261
|
width: 26px;
|
|
262
262
|
height: 26px;
|
|
263
263
|
padding: var(--gap-0);
|
|
264
|
-
}.
|
|
264
|
+
}.tabs__desktop_13c0p.tabs__headline-system-small_13c0p .tabs__scrollControls_13c0p button:first-child {
|
|
265
265
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(26px / 2);
|
|
266
|
-
}.
|
|
266
|
+
}.tabs__desktop_13c0p.tabs__headline-system-xsmall_13c0p .tabs__title_13c0p {
|
|
267
267
|
padding-bottom: calc(22px / 2);
|
|
268
|
-
}.
|
|
269
|
-
.
|
|
268
|
+
}.tabs__desktop_13c0p.tabs__headline-system-xsmall_13c0p .tabs__title_13c0p + .tabs__title_13c0p,
|
|
269
|
+
.tabs__desktop_13c0p.tabs__headline-system-xsmall_13c0p .tabs__pickerWrapper_13c0p {
|
|
270
270
|
margin-left: 22px;
|
|
271
|
-
}.
|
|
271
|
+
}.tabs__desktop_13c0p.tabs__headline-system-xsmall_13c0p .tabs__option_13c0p {
|
|
272
272
|
padding: var(--gap-0);
|
|
273
|
-
}.
|
|
273
|
+
}.tabs__desktop_13c0p.tabs__headline-system-xsmall_13c0p .tabs__scrollControls_13c0p > button {
|
|
274
274
|
box-sizing: content-box;
|
|
275
275
|
width: 22px;
|
|
276
276
|
height: 22px;
|
|
277
277
|
padding: var(--gap-0);
|
|
278
|
-
}.
|
|
278
|
+
}.tabs__desktop_13c0p.tabs__headline-system-xsmall_13c0p .tabs__scrollControls_13c0p button:first-child {
|
|
279
279
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(22px / 2);
|
|
280
|
-
}.
|
|
280
|
+
}.tabs__desktop_13c0p.tabs__headline-xlarge_13c0p .tabs__title_13c0p {
|
|
281
281
|
padding-bottom: calc(64px / 2);
|
|
282
|
-
}.
|
|
283
|
-
.
|
|
282
|
+
}.tabs__desktop_13c0p.tabs__headline-xlarge_13c0p .tabs__title_13c0p + .tabs__title_13c0p,
|
|
283
|
+
.tabs__desktop_13c0p.tabs__headline-xlarge_13c0p .tabs__pickerWrapper_13c0p {
|
|
284
284
|
margin-left: 64px;
|
|
285
|
-
}.
|
|
285
|
+
}.tabs__desktop_13c0p.tabs__headline-xlarge_13c0p .tabs__option_13c0p {
|
|
286
286
|
padding: var(--gap-0);
|
|
287
|
-
}.
|
|
287
|
+
}.tabs__desktop_13c0p.tabs__headline-xlarge_13c0p .tabs__scrollControls_13c0p > button {
|
|
288
288
|
box-sizing: content-box;
|
|
289
289
|
width: 64px;
|
|
290
290
|
height: 64px;
|
|
291
291
|
padding: var(--gap-0);
|
|
292
|
-
}.
|
|
292
|
+
}.tabs__desktop_13c0p.tabs__headline-xlarge_13c0p .tabs__scrollControls_13c0p button:first-child {
|
|
293
293
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(64px / 2);
|
|
294
|
-
}.
|
|
294
|
+
}.tabs__desktop_13c0p.tabs__headline-medium_13c0p .tabs__title_13c0p {
|
|
295
295
|
padding-bottom: calc(40px / 2);
|
|
296
|
-
}.
|
|
297
|
-
.
|
|
296
|
+
}.tabs__desktop_13c0p.tabs__headline-medium_13c0p .tabs__title_13c0p + .tabs__title_13c0p,
|
|
297
|
+
.tabs__desktop_13c0p.tabs__headline-medium_13c0p .tabs__pickerWrapper_13c0p {
|
|
298
298
|
margin-left: 40px;
|
|
299
|
-
}.
|
|
299
|
+
}.tabs__desktop_13c0p.tabs__headline-medium_13c0p .tabs__option_13c0p {
|
|
300
300
|
padding: var(--gap-0);
|
|
301
|
-
}.
|
|
301
|
+
}.tabs__desktop_13c0p.tabs__headline-medium_13c0p .tabs__scrollControls_13c0p > button {
|
|
302
302
|
box-sizing: content-box;
|
|
303
303
|
width: 40px;
|
|
304
304
|
height: 40px;
|
|
305
305
|
padding: var(--gap-0);
|
|
306
|
-
}.
|
|
306
|
+
}.tabs__desktop_13c0p.tabs__headline-medium_13c0p .tabs__scrollControls_13c0p button:first-child {
|
|
307
307
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(40px / 2);
|
|
308
|
-
}.
|
|
308
|
+
}.tabs__desktop_13c0p.tabs__headline-small_13c0p .tabs__title_13c0p {
|
|
309
309
|
padding-bottom: calc(32px / 2);
|
|
310
|
-
}.
|
|
311
|
-
.
|
|
310
|
+
}.tabs__desktop_13c0p.tabs__headline-small_13c0p .tabs__title_13c0p + .tabs__title_13c0p,
|
|
311
|
+
.tabs__desktop_13c0p.tabs__headline-small_13c0p .tabs__pickerWrapper_13c0p {
|
|
312
312
|
margin-left: 32px;
|
|
313
|
-
}.
|
|
313
|
+
}.tabs__desktop_13c0p.tabs__headline-small_13c0p .tabs__option_13c0p {
|
|
314
314
|
padding: var(--gap-0);
|
|
315
|
-
}.
|
|
315
|
+
}.tabs__desktop_13c0p.tabs__headline-small_13c0p .tabs__scrollControls_13c0p > button {
|
|
316
316
|
box-sizing: content-box;
|
|
317
317
|
width: 32px;
|
|
318
318
|
height: 32px;
|
|
319
319
|
padding: var(--gap-0);
|
|
320
|
-
}.
|
|
320
|
+
}.tabs__desktop_13c0p.tabs__headline-small_13c0p .tabs__scrollControls_13c0p button:first-child {
|
|
321
321
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(32px / 2);
|
|
322
|
-
}.
|
|
322
|
+
}.tabs__desktop_13c0p.tabs__headline-xsmall_13c0p .tabs__title_13c0p {
|
|
323
323
|
padding-bottom: calc(24px / 2);
|
|
324
|
-
}.
|
|
325
|
-
.
|
|
324
|
+
}.tabs__desktop_13c0p.tabs__headline-xsmall_13c0p .tabs__title_13c0p + .tabs__title_13c0p,
|
|
325
|
+
.tabs__desktop_13c0p.tabs__headline-xsmall_13c0p .tabs__pickerWrapper_13c0p {
|
|
326
326
|
margin-left: 24px;
|
|
327
|
-
}.
|
|
327
|
+
}.tabs__desktop_13c0p.tabs__headline-xsmall_13c0p .tabs__option_13c0p {
|
|
328
328
|
padding: var(--gap-0);
|
|
329
|
-
}.
|
|
329
|
+
}.tabs__desktop_13c0p.tabs__headline-xsmall_13c0p .tabs__scrollControls_13c0p > button {
|
|
330
330
|
box-sizing: content-box;
|
|
331
331
|
width: 24px;
|
|
332
332
|
height: 24px;
|
|
333
333
|
padding: var(--gap-0);
|
|
334
|
-
}.
|
|
334
|
+
}.tabs__desktop_13c0p.tabs__headline-xsmall_13c0p .tabs__scrollControls_13c0p button:first-child {
|
|
335
335
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(24px / 2);
|
|
336
|
-
}.
|
|
336
|
+
}.tabs__fullWidthScroll_13c0p {
|
|
337
337
|
min-width: calc(100% - 2 * var(--gap-16));
|
|
338
338
|
margin: var(--gap-0) var(--gap-16);
|
|
339
|
-
}.
|
|
339
|
+
}.tabs__container_13c0p {
|
|
340
340
|
position: relative;
|
|
341
341
|
overflow: hidden;
|
|
342
342
|
margin: var(--gap-4-neg) var(--gap-0) var(--gap-4-neg) var(--gap-4-neg);
|
|
343
343
|
padding: var(--gap-4) var(--gap-0) var(--gap-4) var(--gap-4);
|
|
344
|
-
}.
|
|
344
|
+
}.tabs__title_13c0p {
|
|
345
345
|
display: flex;
|
|
346
346
|
align-items: center;
|
|
347
347
|
height: 100%;
|
|
@@ -357,21 +357,21 @@
|
|
|
357
357
|
-moz-user-select: none;
|
|
358
358
|
user-select: none;
|
|
359
359
|
outline: none;
|
|
360
|
-
}.
|
|
360
|
+
}.tabs__title_13c0p:not(:disabled):hover {
|
|
361
361
|
color: var(--primary-tablist-hover-color);
|
|
362
|
-
}.
|
|
362
|
+
}.tabs__focused_13c0p {
|
|
363
363
|
outline: 2px solid var(--focus-color);
|
|
364
364
|
outline-offset: 2px;
|
|
365
|
-
}.
|
|
365
|
+
}.tabs__collapsed_13c0p {
|
|
366
366
|
order: 99;
|
|
367
367
|
visibility: collapse;
|
|
368
|
-
}.
|
|
368
|
+
}.tabs__selected_13c0p {
|
|
369
369
|
cursor: default;
|
|
370
370
|
color: var(--primary-tablist-selected-color);
|
|
371
|
-
}.
|
|
371
|
+
}.tabs__disabled_13c0p {
|
|
372
372
|
cursor: var(--disabled-cursor);
|
|
373
373
|
color: var(--primary-tablist-disabled-color);
|
|
374
|
-
}.
|
|
374
|
+
}.tabs__line_13c0p {
|
|
375
375
|
position: absolute;
|
|
376
376
|
height: 3px;
|
|
377
377
|
bottom: calc(var(--gap-2) / 2);
|
|
@@ -380,48 +380,48 @@
|
|
|
380
380
|
transition:
|
|
381
381
|
transform 0.2s ease,
|
|
382
382
|
width 0.2s ease;
|
|
383
|
-
}.
|
|
383
|
+
}.tabs__option_13c0p {
|
|
384
384
|
color: var(--color-light-text-primary);
|
|
385
|
-
}.
|
|
385
|
+
}.tabs__s_13c0p .tabs__title_13c0p, .tabs__xs_13c0p .tabs__title_13c0p, .tabs__xxs_13c0p .tabs__title_13c0p {
|
|
386
386
|
padding: var(--primary-tablist-s-padding);
|
|
387
|
-
}.
|
|
387
|
+
}.tabs__s_13c0p .tabs__title_13c0p + .tabs__title_13c0p, .tabs__xs_13c0p .tabs__title_13c0p + .tabs__title_13c0p, .tabs__xxs_13c0p .tabs__title_13c0p + .tabs__title_13c0p {
|
|
388
388
|
margin-left: var(--primary-tablist-s-gaps);
|
|
389
|
-
}.
|
|
389
|
+
}.tabs__s_13c0p .tabs__pickerWrapper_13c0p, .tabs__xs_13c0p .tabs__pickerWrapper_13c0p, .tabs__xxs_13c0p .tabs__pickerWrapper_13c0p {
|
|
390
390
|
margin-left: var(--primary-tablist-s-gaps);
|
|
391
|
-
}.
|
|
391
|
+
}.tabs__s_13c0p .tabs__option_13c0p, .tabs__xs_13c0p .tabs__option_13c0p, .tabs__xxs_13c0p .tabs__option_13c0p {
|
|
392
392
|
padding: var(--gap-0);
|
|
393
|
-
}.
|
|
393
|
+
}.tabs__m_13c0p .tabs__title_13c0p {
|
|
394
394
|
padding: var(--primary-tablist-m-padding);
|
|
395
|
-
}.
|
|
395
|
+
}.tabs__m_13c0p .tabs__title_13c0p + .tabs__title_13c0p {
|
|
396
396
|
margin-left: var(--primary-tablist-m-gaps);
|
|
397
|
-
}.
|
|
397
|
+
}.tabs__m_13c0p .tabs__pickerWrapper_13c0p {
|
|
398
398
|
margin-left: var(--primary-tablist-m-gaps);
|
|
399
|
-
}.
|
|
399
|
+
}.tabs__m_13c0p .tabs__option_13c0p {
|
|
400
400
|
padding: var(--gap-0);
|
|
401
|
-
}.
|
|
401
|
+
}.tabs__l_13c0p .tabs__title_13c0p {
|
|
402
402
|
padding: var(--primary-tablist-l-padding);
|
|
403
|
-
}.
|
|
403
|
+
}.tabs__l_13c0p .tabs__title_13c0p + .tabs__title_13c0p {
|
|
404
404
|
margin-left: var(--primary-tablist-l-gaps);
|
|
405
|
-
}.
|
|
405
|
+
}.tabs__l_13c0p .tabs__pickerWrapper_13c0p {
|
|
406
406
|
margin-left: var(--primary-tablist-l-gaps);
|
|
407
|
-
}.
|
|
407
|
+
}.tabs__l_13c0p .tabs__option_13c0p {
|
|
408
408
|
padding: var(--gap-0);
|
|
409
|
-
}.
|
|
409
|
+
}.tabs__xl_13c0p .tabs__title_13c0p {
|
|
410
410
|
padding: var(--primary-tablist-xl-padding);
|
|
411
|
-
}.
|
|
411
|
+
}.tabs__xl_13c0p .tabs__title_13c0p + .tabs__title_13c0p {
|
|
412
412
|
margin-left: var(--primary-tablist-xl-gaps);
|
|
413
|
-
}.
|
|
413
|
+
}.tabs__xl_13c0p .tabs__pickerWrapper_13c0p {
|
|
414
414
|
margin-left: var(--primary-tablist-xl-gaps);
|
|
415
|
-
}.
|
|
415
|
+
}.tabs__xl_13c0p .tabs__option_13c0p {
|
|
416
416
|
padding: var(--gap-0);
|
|
417
|
-
}.
|
|
417
|
+
}.tabs__rightAddons_13c0p {
|
|
418
418
|
display: flex;
|
|
419
419
|
justify-content: center;
|
|
420
420
|
align-items: center;
|
|
421
421
|
margin-left: var(--gap-8);
|
|
422
|
-
}.
|
|
422
|
+
}.tabs__rightAddonsMarginZero_13c0p {
|
|
423
423
|
margin-left: var(--gap-0);
|
|
424
|
-
}.
|
|
424
|
+
}.tabs__title_13c0p.tabs__noTextStyle_13c0p {
|
|
425
425
|
font-size: 18px;
|
|
426
426
|
line-height: 24px;
|
|
427
427
|
font-weight: 400;
|
|
@@ -485,291 +485,291 @@
|
|
|
485
485
|
--primary-tablist-xl-gaps: var(--gap-32);
|
|
486
486
|
--primary-tablist-xl-padding: var(--gap-4) var(--gap-0) var(--gap-24);
|
|
487
487
|
}
|
|
488
|
-
.
|
|
488
|
+
.tabs__title_eifv2 {
|
|
489
489
|
}
|
|
490
|
-
.
|
|
490
|
+
.tabs__mobile_eifv2 .tabs__title_eifv2 {
|
|
491
491
|
padding: var(--primary-tablist-mobile-padding);
|
|
492
492
|
}
|
|
493
|
-
.
|
|
493
|
+
.tabs__mobile_eifv2 .tabs__title_eifv2 + .tabs__title_eifv2 {
|
|
494
494
|
margin-left: var(--primary-tablist-mobile-gaps);
|
|
495
495
|
}
|
|
496
|
-
.
|
|
496
|
+
.tabs__mobile_eifv2.tabs__paragraph-primary-large_eifv2 .tabs__title_eifv2 {
|
|
497
497
|
font-size: 18px;
|
|
498
498
|
line-height: 24px;
|
|
499
499
|
font-weight: 400;
|
|
500
500
|
font-family: var(--font-family-system);
|
|
501
501
|
}
|
|
502
|
-
.
|
|
502
|
+
.tabs__mobile_eifv2.tabs__paragraph-primary-medium_eifv2 .tabs__title_eifv2 {
|
|
503
503
|
font-size: 16px;
|
|
504
504
|
line-height: 24px;
|
|
505
505
|
font-weight: 400;
|
|
506
506
|
font-family: var(--font-family-system);
|
|
507
507
|
}
|
|
508
|
-
.
|
|
508
|
+
.tabs__mobile_eifv2.tabs__paragraph-primary-small_eifv2 .tabs__title_eifv2 {
|
|
509
509
|
font-size: 14px;
|
|
510
510
|
line-height: 20px;
|
|
511
511
|
font-weight: 400;
|
|
512
512
|
font-family: var(--font-family-system);
|
|
513
513
|
}
|
|
514
|
-
.
|
|
514
|
+
.tabs__mobile_eifv2.tabs__action-primary-large_eifv2 .tabs__title_eifv2 {
|
|
515
515
|
font-size: 18px;
|
|
516
516
|
line-height: 24px;
|
|
517
517
|
font-weight: 500;
|
|
518
518
|
font-family: var(--font-family-system);
|
|
519
519
|
}
|
|
520
|
-
.
|
|
520
|
+
.tabs__mobile_eifv2.tabs__action-primary-medium_eifv2 .tabs__title_eifv2 {
|
|
521
521
|
font-size: 16px;
|
|
522
522
|
line-height: 24px;
|
|
523
523
|
font-weight: 500;
|
|
524
524
|
font-family: var(--font-family-system);
|
|
525
525
|
}
|
|
526
|
-
.
|
|
526
|
+
.tabs__mobile_eifv2.tabs__action-primary-small_eifv2 .tabs__title_eifv2 {
|
|
527
527
|
font-size: 14px;
|
|
528
528
|
line-height: 20px;
|
|
529
529
|
font-weight: 500;
|
|
530
530
|
font-family: var(--font-family-system);
|
|
531
531
|
}
|
|
532
|
-
.
|
|
532
|
+
.tabs__mobile_eifv2.tabs__accent-primary-large_eifv2 .tabs__title_eifv2 {
|
|
533
533
|
font-size: 18px;
|
|
534
534
|
line-height: 24px;
|
|
535
535
|
font-weight: 700;
|
|
536
536
|
font-family: var(--font-family-system);
|
|
537
537
|
}
|
|
538
|
-
.
|
|
538
|
+
.tabs__mobile_eifv2.tabs__accent-primary-medium_eifv2 .tabs__title_eifv2 {
|
|
539
539
|
font-size: 16px;
|
|
540
540
|
line-height: 24px;
|
|
541
541
|
font-weight: 700;
|
|
542
542
|
font-family: var(--font-family-system);
|
|
543
543
|
}
|
|
544
|
-
.
|
|
544
|
+
.tabs__mobile_eifv2.tabs__accent-primary-small_eifv2 .tabs__title_eifv2 {
|
|
545
545
|
font-size: 14px;
|
|
546
546
|
line-height: 20px;
|
|
547
547
|
font-weight: 700;
|
|
548
548
|
font-family: var(--font-family-system);
|
|
549
549
|
}
|
|
550
|
-
.
|
|
550
|
+
.tabs__mobile_eifv2.tabs__paragraph-primary-large_eifv2 .tabs__title_eifv2, .tabs__mobile_eifv2.tabs__paragraph-primary-medium_eifv2 .tabs__title_eifv2, .tabs__mobile_eifv2.tabs__accent-primary-large_eifv2 .tabs__title_eifv2, .tabs__mobile_eifv2.tabs__accent-primary-medium_eifv2 .tabs__title_eifv2, .tabs__mobile_eifv2.tabs__action-primary-large_eifv2 .tabs__title_eifv2, .tabs__mobile_eifv2.tabs__action-primary-medium_eifv2 .tabs__title_eifv2 {
|
|
551
551
|
padding-bottom: calc(24px / 2);
|
|
552
552
|
}
|
|
553
|
-
.
|
|
554
|
-
.
|
|
555
|
-
.
|
|
556
|
-
.
|
|
557
|
-
.
|
|
558
|
-
.
|
|
559
|
-
.
|
|
560
|
-
.
|
|
561
|
-
.
|
|
562
|
-
.
|
|
563
|
-
.
|
|
564
|
-
.
|
|
553
|
+
.tabs__mobile_eifv2.tabs__paragraph-primary-large_eifv2 .tabs__title_eifv2 + .tabs__title_eifv2,
|
|
554
|
+
.tabs__mobile_eifv2.tabs__paragraph-primary-medium_eifv2 .tabs__title_eifv2 + .tabs__title_eifv2,
|
|
555
|
+
.tabs__mobile_eifv2.tabs__accent-primary-large_eifv2 .tabs__title_eifv2 + .tabs__title_eifv2,
|
|
556
|
+
.tabs__mobile_eifv2.tabs__accent-primary-medium_eifv2 .tabs__title_eifv2 + .tabs__title_eifv2,
|
|
557
|
+
.tabs__mobile_eifv2.tabs__action-primary-large_eifv2 .tabs__title_eifv2 + .tabs__title_eifv2,
|
|
558
|
+
.tabs__mobile_eifv2.tabs__action-primary-medium_eifv2 .tabs__title_eifv2 + .tabs__title_eifv2,
|
|
559
|
+
.tabs__mobile_eifv2.tabs__paragraph-primary-large_eifv2 .tabs__pickerWrapper_eifv2,
|
|
560
|
+
.tabs__mobile_eifv2.tabs__paragraph-primary-medium_eifv2 .tabs__pickerWrapper_eifv2,
|
|
561
|
+
.tabs__mobile_eifv2.tabs__accent-primary-large_eifv2 .tabs__pickerWrapper_eifv2,
|
|
562
|
+
.tabs__mobile_eifv2.tabs__accent-primary-medium_eifv2 .tabs__pickerWrapper_eifv2,
|
|
563
|
+
.tabs__mobile_eifv2.tabs__action-primary-large_eifv2 .tabs__pickerWrapper_eifv2,
|
|
564
|
+
.tabs__mobile_eifv2.tabs__action-primary-medium_eifv2 .tabs__pickerWrapper_eifv2 {
|
|
565
565
|
margin-left: 24px;
|
|
566
566
|
}
|
|
567
|
-
.
|
|
567
|
+
.tabs__mobile_eifv2.tabs__paragraph-primary-large_eifv2 .tabs__option_eifv2, .tabs__mobile_eifv2.tabs__paragraph-primary-medium_eifv2 .tabs__option_eifv2, .tabs__mobile_eifv2.tabs__accent-primary-large_eifv2 .tabs__option_eifv2, .tabs__mobile_eifv2.tabs__accent-primary-medium_eifv2 .tabs__option_eifv2, .tabs__mobile_eifv2.tabs__action-primary-large_eifv2 .tabs__option_eifv2, .tabs__mobile_eifv2.tabs__action-primary-medium_eifv2 .tabs__option_eifv2 {
|
|
568
568
|
padding: var(--gap-0);
|
|
569
569
|
}
|
|
570
|
-
.
|
|
570
|
+
.tabs__mobile_eifv2.tabs__paragraph-primary-large_eifv2 .tabs__scrollControls_eifv2 > button, .tabs__mobile_eifv2.tabs__paragraph-primary-medium_eifv2 .tabs__scrollControls_eifv2 > button, .tabs__mobile_eifv2.tabs__accent-primary-large_eifv2 .tabs__scrollControls_eifv2 > button, .tabs__mobile_eifv2.tabs__accent-primary-medium_eifv2 .tabs__scrollControls_eifv2 > button, .tabs__mobile_eifv2.tabs__action-primary-large_eifv2 .tabs__scrollControls_eifv2 > button, .tabs__mobile_eifv2.tabs__action-primary-medium_eifv2 .tabs__scrollControls_eifv2 > button {
|
|
571
571
|
box-sizing: content-box;
|
|
572
572
|
width: 24px;
|
|
573
573
|
height: 24px;
|
|
574
574
|
padding: var(--gap-0);
|
|
575
575
|
}
|
|
576
|
-
.
|
|
576
|
+
.tabs__mobile_eifv2.tabs__paragraph-primary-large_eifv2 .tabs__scrollControls_eifv2 button:first-child, .tabs__mobile_eifv2.tabs__paragraph-primary-medium_eifv2 .tabs__scrollControls_eifv2 button:first-child, .tabs__mobile_eifv2.tabs__accent-primary-large_eifv2 .tabs__scrollControls_eifv2 button:first-child, .tabs__mobile_eifv2.tabs__accent-primary-medium_eifv2 .tabs__scrollControls_eifv2 button:first-child, .tabs__mobile_eifv2.tabs__action-primary-large_eifv2 .tabs__scrollControls_eifv2 button:first-child, .tabs__mobile_eifv2.tabs__action-primary-medium_eifv2 .tabs__scrollControls_eifv2 button:first-child {
|
|
577
577
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(24px / 2);
|
|
578
578
|
}
|
|
579
|
-
.
|
|
579
|
+
.tabs__mobile_eifv2.tabs__paragraph-primary-small_eifv2 .tabs__title_eifv2, .tabs__mobile_eifv2.tabs__accent-primary-small_eifv2 .tabs__title_eifv2, .tabs__mobile_eifv2.tabs__action-primary-small_eifv2 .tabs__title_eifv2 {
|
|
580
580
|
padding-bottom: calc(20px / 2);
|
|
581
581
|
}
|
|
582
|
-
.
|
|
583
|
-
.
|
|
584
|
-
.
|
|
585
|
-
.
|
|
586
|
-
.
|
|
587
|
-
.
|
|
582
|
+
.tabs__mobile_eifv2.tabs__paragraph-primary-small_eifv2 .tabs__title_eifv2 + .tabs__title_eifv2,
|
|
583
|
+
.tabs__mobile_eifv2.tabs__accent-primary-small_eifv2 .tabs__title_eifv2 + .tabs__title_eifv2,
|
|
584
|
+
.tabs__mobile_eifv2.tabs__action-primary-small_eifv2 .tabs__title_eifv2 + .tabs__title_eifv2,
|
|
585
|
+
.tabs__mobile_eifv2.tabs__paragraph-primary-small_eifv2 .tabs__pickerWrapper_eifv2,
|
|
586
|
+
.tabs__mobile_eifv2.tabs__accent-primary-small_eifv2 .tabs__pickerWrapper_eifv2,
|
|
587
|
+
.tabs__mobile_eifv2.tabs__action-primary-small_eifv2 .tabs__pickerWrapper_eifv2 {
|
|
588
588
|
margin-left: 20px;
|
|
589
589
|
}
|
|
590
|
-
.
|
|
590
|
+
.tabs__mobile_eifv2.tabs__paragraph-primary-small_eifv2 .tabs__option_eifv2, .tabs__mobile_eifv2.tabs__accent-primary-small_eifv2 .tabs__option_eifv2, .tabs__mobile_eifv2.tabs__action-primary-small_eifv2 .tabs__option_eifv2 {
|
|
591
591
|
padding: var(--gap-0);
|
|
592
592
|
}
|
|
593
|
-
.
|
|
593
|
+
.tabs__mobile_eifv2.tabs__paragraph-primary-small_eifv2 .tabs__scrollControls_eifv2 > button, .tabs__mobile_eifv2.tabs__accent-primary-small_eifv2 .tabs__scrollControls_eifv2 > button, .tabs__mobile_eifv2.tabs__action-primary-small_eifv2 .tabs__scrollControls_eifv2 > button {
|
|
594
594
|
box-sizing: content-box;
|
|
595
595
|
width: 20px;
|
|
596
596
|
height: 20px;
|
|
597
597
|
padding: var(--gap-0);
|
|
598
598
|
}
|
|
599
|
-
.
|
|
599
|
+
.tabs__mobile_eifv2.tabs__paragraph-primary-small_eifv2 .tabs__scrollControls_eifv2 button:first-child, .tabs__mobile_eifv2.tabs__accent-primary-small_eifv2 .tabs__scrollControls_eifv2 button:first-child, .tabs__mobile_eifv2.tabs__action-primary-small_eifv2 .tabs__scrollControls_eifv2 button:first-child {
|
|
600
600
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(20px / 2);
|
|
601
601
|
}
|
|
602
|
-
.
|
|
602
|
+
.tabs__mobile_eifv2.tabs__headline-system-xlarge_eifv2 .tabs__title_eifv2 {
|
|
603
603
|
font-size: 34px;
|
|
604
604
|
line-height: 40px;
|
|
605
605
|
font-weight: 600;
|
|
606
606
|
font-family: var(--font-family-system);
|
|
607
607
|
}
|
|
608
|
-
.
|
|
608
|
+
.tabs__mobile_eifv2.tabs__headline-system-large_eifv2 .tabs__title_eifv2 {
|
|
609
609
|
font-size: 30px;
|
|
610
610
|
line-height: 36px;
|
|
611
611
|
font-weight: 600;
|
|
612
612
|
font-family: var(--font-family-system);
|
|
613
613
|
}
|
|
614
|
-
.
|
|
614
|
+
.tabs__mobile_eifv2.tabs__headline-system-medium_eifv2 .tabs__title_eifv2 {
|
|
615
615
|
font-size: 26px;
|
|
616
616
|
line-height: 32px;
|
|
617
617
|
font-weight: 600;
|
|
618
618
|
font-family: var(--font-family-system);
|
|
619
619
|
}
|
|
620
|
-
.
|
|
620
|
+
.tabs__mobile_eifv2.tabs__headline-system-small_eifv2 .tabs__title_eifv2 {
|
|
621
621
|
font-size: 20px;
|
|
622
622
|
line-height: 28px;
|
|
623
623
|
font-weight: 600;
|
|
624
624
|
font-family: var(--font-family-system);
|
|
625
625
|
}
|
|
626
|
-
.
|
|
626
|
+
.tabs__mobile_eifv2.tabs__headline-system-xsmall_eifv2 .tabs__title_eifv2 {
|
|
627
627
|
font-size: 16px;
|
|
628
628
|
line-height: 20px;
|
|
629
629
|
font-weight: 600;
|
|
630
630
|
font-family: var(--font-family-system);
|
|
631
631
|
}
|
|
632
|
-
.
|
|
632
|
+
.tabs__mobile_eifv2.tabs__headline-xlarge_eifv2 .tabs__title_eifv2 {
|
|
633
633
|
font-size: 34px;
|
|
634
634
|
line-height: 40px;
|
|
635
635
|
font-weight: 500;
|
|
636
636
|
font-feature-settings: 'ss01';
|
|
637
637
|
font-family: var(--font-family-styrene);
|
|
638
638
|
}
|
|
639
|
-
.
|
|
639
|
+
.tabs__mobile_eifv2.tabs__headline-large_eifv2 .tabs__title_eifv2 {
|
|
640
640
|
font-size: 30px;
|
|
641
641
|
line-height: 36px;
|
|
642
642
|
font-weight: 500;
|
|
643
643
|
font-feature-settings: 'ss01';
|
|
644
644
|
font-family: var(--font-family-styrene);
|
|
645
645
|
}
|
|
646
|
-
.
|
|
646
|
+
.tabs__mobile_eifv2.tabs__headline-medium_eifv2 .tabs__title_eifv2 {
|
|
647
647
|
font-size: 26px;
|
|
648
648
|
line-height: 32px;
|
|
649
649
|
font-weight: 500;
|
|
650
650
|
font-feature-settings: 'ss01';
|
|
651
651
|
font-family: var(--font-family-styrene);
|
|
652
652
|
}
|
|
653
|
-
.
|
|
653
|
+
.tabs__mobile_eifv2.tabs__headline-small_eifv2 .tabs__title_eifv2 {
|
|
654
654
|
font-size: 20px;
|
|
655
655
|
line-height: 28px;
|
|
656
656
|
font-weight: 500;
|
|
657
657
|
font-feature-settings: 'ss01';
|
|
658
658
|
font-family: var(--font-family-styrene);
|
|
659
659
|
}
|
|
660
|
-
.
|
|
660
|
+
.tabs__mobile_eifv2.tabs__headline-xsmall_eifv2 .tabs__title_eifv2 {
|
|
661
661
|
font-size: 16px;
|
|
662
662
|
line-height: 20px;
|
|
663
663
|
font-weight: 500;
|
|
664
664
|
font-feature-settings: 'ss01';
|
|
665
665
|
font-family: var(--font-family-styrene);
|
|
666
666
|
}
|
|
667
|
-
.
|
|
667
|
+
.tabs__mobile_eifv2.tabs__headline-system-xlarge_eifv2 .tabs__title_eifv2, .tabs__mobile_eifv2.tabs__headline-xlarge_eifv2 .tabs__title_eifv2 {
|
|
668
668
|
padding-bottom: calc(40px / 2);
|
|
669
669
|
}
|
|
670
|
-
.
|
|
671
|
-
.
|
|
672
|
-
.
|
|
673
|
-
.
|
|
670
|
+
.tabs__mobile_eifv2.tabs__headline-system-xlarge_eifv2 .tabs__title_eifv2 + .tabs__title_eifv2,
|
|
671
|
+
.tabs__mobile_eifv2.tabs__headline-xlarge_eifv2 .tabs__title_eifv2 + .tabs__title_eifv2,
|
|
672
|
+
.tabs__mobile_eifv2.tabs__headline-system-xlarge_eifv2 .tabs__pickerWrapper_eifv2,
|
|
673
|
+
.tabs__mobile_eifv2.tabs__headline-xlarge_eifv2 .tabs__pickerWrapper_eifv2 {
|
|
674
674
|
margin-left: 40px;
|
|
675
675
|
}
|
|
676
|
-
.
|
|
676
|
+
.tabs__mobile_eifv2.tabs__headline-system-xlarge_eifv2 .tabs__option_eifv2, .tabs__mobile_eifv2.tabs__headline-xlarge_eifv2 .tabs__option_eifv2 {
|
|
677
677
|
padding: var(--gap-0);
|
|
678
678
|
}
|
|
679
|
-
.
|
|
679
|
+
.tabs__mobile_eifv2.tabs__headline-system-xlarge_eifv2 .tabs__scrollControls_eifv2 > button, .tabs__mobile_eifv2.tabs__headline-xlarge_eifv2 .tabs__scrollControls_eifv2 > button {
|
|
680
680
|
box-sizing: content-box;
|
|
681
681
|
width: 40px;
|
|
682
682
|
height: 40px;
|
|
683
683
|
padding: var(--gap-0);
|
|
684
684
|
}
|
|
685
|
-
.
|
|
685
|
+
.tabs__mobile_eifv2.tabs__headline-system-xlarge_eifv2 .tabs__scrollControls_eifv2 button:first-child, .tabs__mobile_eifv2.tabs__headline-xlarge_eifv2 .tabs__scrollControls_eifv2 button:first-child {
|
|
686
686
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(40px / 2);
|
|
687
687
|
}
|
|
688
|
-
.
|
|
688
|
+
.tabs__mobile_eifv2.tabs__headline-system-large_eifv2 .tabs__title_eifv2, .tabs__mobile_eifv2.tabs__headline-large_eifv2 .tabs__title_eifv2 {
|
|
689
689
|
padding-bottom: calc(36px / 2);
|
|
690
690
|
}
|
|
691
|
-
.
|
|
692
|
-
.
|
|
693
|
-
.
|
|
694
|
-
.
|
|
691
|
+
.tabs__mobile_eifv2.tabs__headline-system-large_eifv2 .tabs__title_eifv2 + .tabs__title_eifv2,
|
|
692
|
+
.tabs__mobile_eifv2.tabs__headline-large_eifv2 .tabs__title_eifv2 + .tabs__title_eifv2,
|
|
693
|
+
.tabs__mobile_eifv2.tabs__headline-system-large_eifv2 .tabs__pickerWrapper_eifv2,
|
|
694
|
+
.tabs__mobile_eifv2.tabs__headline-large_eifv2 .tabs__pickerWrapper_eifv2 {
|
|
695
695
|
margin-left: 36px;
|
|
696
696
|
}
|
|
697
|
-
.
|
|
697
|
+
.tabs__mobile_eifv2.tabs__headline-system-large_eifv2 .tabs__option_eifv2, .tabs__mobile_eifv2.tabs__headline-large_eifv2 .tabs__option_eifv2 {
|
|
698
698
|
padding: var(--gap-0);
|
|
699
699
|
}
|
|
700
|
-
.
|
|
700
|
+
.tabs__mobile_eifv2.tabs__headline-system-large_eifv2 .tabs__scrollControls_eifv2 > button, .tabs__mobile_eifv2.tabs__headline-large_eifv2 .tabs__scrollControls_eifv2 > button {
|
|
701
701
|
box-sizing: content-box;
|
|
702
702
|
width: 36px;
|
|
703
703
|
height: 36px;
|
|
704
704
|
padding: var(--gap-0);
|
|
705
705
|
}
|
|
706
|
-
.
|
|
706
|
+
.tabs__mobile_eifv2.tabs__headline-system-large_eifv2 .tabs__scrollControls_eifv2 button:first-child, .tabs__mobile_eifv2.tabs__headline-large_eifv2 .tabs__scrollControls_eifv2 button:first-child {
|
|
707
707
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(36px / 2);
|
|
708
708
|
}
|
|
709
|
-
.
|
|
709
|
+
.tabs__mobile_eifv2.tabs__headline-system-medium_eifv2 .tabs__title_eifv2, .tabs__mobile_eifv2.tabs__headline-medium_eifv2 .tabs__title_eifv2 {
|
|
710
710
|
padding-bottom: calc(32px / 2);
|
|
711
711
|
}
|
|
712
|
-
.
|
|
713
|
-
.
|
|
714
|
-
.
|
|
715
|
-
.
|
|
712
|
+
.tabs__mobile_eifv2.tabs__headline-system-medium_eifv2 .tabs__title_eifv2 + .tabs__title_eifv2,
|
|
713
|
+
.tabs__mobile_eifv2.tabs__headline-medium_eifv2 .tabs__title_eifv2 + .tabs__title_eifv2,
|
|
714
|
+
.tabs__mobile_eifv2.tabs__headline-system-medium_eifv2 .tabs__pickerWrapper_eifv2,
|
|
715
|
+
.tabs__mobile_eifv2.tabs__headline-medium_eifv2 .tabs__pickerWrapper_eifv2 {
|
|
716
716
|
margin-left: 32px;
|
|
717
717
|
}
|
|
718
|
-
.
|
|
718
|
+
.tabs__mobile_eifv2.tabs__headline-system-medium_eifv2 .tabs__option_eifv2, .tabs__mobile_eifv2.tabs__headline-medium_eifv2 .tabs__option_eifv2 {
|
|
719
719
|
padding: var(--gap-0);
|
|
720
720
|
}
|
|
721
|
-
.
|
|
721
|
+
.tabs__mobile_eifv2.tabs__headline-system-medium_eifv2 .tabs__scrollControls_eifv2 > button, .tabs__mobile_eifv2.tabs__headline-medium_eifv2 .tabs__scrollControls_eifv2 > button {
|
|
722
722
|
box-sizing: content-box;
|
|
723
723
|
width: 32px;
|
|
724
724
|
height: 32px;
|
|
725
725
|
padding: var(--gap-0);
|
|
726
726
|
}
|
|
727
|
-
.
|
|
727
|
+
.tabs__mobile_eifv2.tabs__headline-system-medium_eifv2 .tabs__scrollControls_eifv2 button:first-child, .tabs__mobile_eifv2.tabs__headline-medium_eifv2 .tabs__scrollControls_eifv2 button:first-child {
|
|
728
728
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(32px / 2);
|
|
729
729
|
}
|
|
730
|
-
.
|
|
730
|
+
.tabs__mobile_eifv2.tabs__headline-system-small_eifv2 .tabs__title_eifv2, .tabs__mobile_eifv2.tabs__headline-small_eifv2 .tabs__title_eifv2 {
|
|
731
731
|
padding-bottom: calc(28px / 2);
|
|
732
732
|
}
|
|
733
|
-
.
|
|
734
|
-
.
|
|
735
|
-
.
|
|
736
|
-
.
|
|
733
|
+
.tabs__mobile_eifv2.tabs__headline-system-small_eifv2 .tabs__title_eifv2 + .tabs__title_eifv2,
|
|
734
|
+
.tabs__mobile_eifv2.tabs__headline-small_eifv2 .tabs__title_eifv2 + .tabs__title_eifv2,
|
|
735
|
+
.tabs__mobile_eifv2.tabs__headline-system-small_eifv2 .tabs__pickerWrapper_eifv2,
|
|
736
|
+
.tabs__mobile_eifv2.tabs__headline-small_eifv2 .tabs__pickerWrapper_eifv2 {
|
|
737
737
|
margin-left: 28px;
|
|
738
738
|
}
|
|
739
|
-
.
|
|
739
|
+
.tabs__mobile_eifv2.tabs__headline-system-small_eifv2 .tabs__option_eifv2, .tabs__mobile_eifv2.tabs__headline-small_eifv2 .tabs__option_eifv2 {
|
|
740
740
|
padding: var(--gap-0);
|
|
741
741
|
}
|
|
742
|
-
.
|
|
742
|
+
.tabs__mobile_eifv2.tabs__headline-system-small_eifv2 .tabs__scrollControls_eifv2 > button, .tabs__mobile_eifv2.tabs__headline-small_eifv2 .tabs__scrollControls_eifv2 > button {
|
|
743
743
|
box-sizing: content-box;
|
|
744
744
|
width: 28px;
|
|
745
745
|
height: 28px;
|
|
746
746
|
padding: var(--gap-0);
|
|
747
747
|
}
|
|
748
|
-
.
|
|
748
|
+
.tabs__mobile_eifv2.tabs__headline-system-small_eifv2 .tabs__scrollControls_eifv2 button:first-child, .tabs__mobile_eifv2.tabs__headline-small_eifv2 .tabs__scrollControls_eifv2 button:first-child {
|
|
749
749
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(28px / 2);
|
|
750
750
|
}
|
|
751
|
-
.
|
|
751
|
+
.tabs__mobile_eifv2.tabs__headline-system-xsmall_eifv2 .tabs__title_eifv2, .tabs__mobile_eifv2.tabs__headline-xsmall_eifv2 .tabs__title_eifv2 {
|
|
752
752
|
padding-bottom: calc(20px / 2);
|
|
753
753
|
}
|
|
754
|
-
.
|
|
755
|
-
.
|
|
756
|
-
.
|
|
757
|
-
.
|
|
754
|
+
.tabs__mobile_eifv2.tabs__headline-system-xsmall_eifv2 .tabs__title_eifv2 + .tabs__title_eifv2,
|
|
755
|
+
.tabs__mobile_eifv2.tabs__headline-xsmall_eifv2 .tabs__title_eifv2 + .tabs__title_eifv2,
|
|
756
|
+
.tabs__mobile_eifv2.tabs__headline-system-xsmall_eifv2 .tabs__pickerWrapper_eifv2,
|
|
757
|
+
.tabs__mobile_eifv2.tabs__headline-xsmall_eifv2 .tabs__pickerWrapper_eifv2 {
|
|
758
758
|
margin-left: 20px;
|
|
759
759
|
}
|
|
760
|
-
.
|
|
760
|
+
.tabs__mobile_eifv2.tabs__headline-system-xsmall_eifv2 .tabs__option_eifv2, .tabs__mobile_eifv2.tabs__headline-xsmall_eifv2 .tabs__option_eifv2 {
|
|
761
761
|
padding: var(--gap-0);
|
|
762
762
|
}
|
|
763
|
-
.
|
|
763
|
+
.tabs__mobile_eifv2.tabs__headline-system-xsmall_eifv2 .tabs__scrollControls_eifv2 > button, .tabs__mobile_eifv2.tabs__headline-xsmall_eifv2 .tabs__scrollControls_eifv2 > button {
|
|
764
764
|
box-sizing: content-box;
|
|
765
765
|
width: 20px;
|
|
766
766
|
height: 20px;
|
|
767
767
|
padding: var(--gap-0);
|
|
768
768
|
}
|
|
769
|
-
.
|
|
769
|
+
.tabs__mobile_eifv2.tabs__headline-system-xsmall_eifv2 .tabs__scrollControls_eifv2 button:first-child, .tabs__mobile_eifv2.tabs__headline-xsmall_eifv2 .tabs__scrollControls_eifv2 button:first-child {
|
|
770
770
|
margin: var(--gap-0) var(--gap-0) var(--gap-0) calc(20px / 2);
|
|
771
771
|
}
|
|
772
|
-
.
|
|
772
|
+
.tabs__title_eifv2.tabs__noTextStyle_eifv2 {
|
|
773
773
|
font-size: 16px;
|
|
774
774
|
line-height: 24px;
|
|
775
775
|
font-weight: 400;
|