@alfalab/core-components-tabs 8.8.6 → 8.9.1
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/Component.collapsible.d.ts +1 -1
- package/components/primary-tablist/Component.collapsible.js +4 -4
- package/components/primary-tablist/Component.d.ts +1 -1
- package/components/primary-tablist/Component.desktop.js +1 -1
- package/components/primary-tablist/Component.js +3 -3
- package/components/primary-tablist/Component.mobile.js +2 -2
- package/components/primary-tablist/index.css +137 -137
- package/components/primary-tablist/mobile.css +804 -804
- package/components/scroll-controls/Component.d.ts +1 -0
- package/components/scroll-controls/Component.js +4 -4
- package/components/scroll-controls/index.css +15 -15
- package/components/scrollable-container/Component.d.ts +5 -1
- package/components/scrollable-container/Component.js +3 -3
- package/components/scrollable-container/index.css +9 -9
- package/components/secondary-tablist/Component.d.ts +1 -1
- package/components/secondary-tablist/Component.desktop.js +1 -1
- package/components/secondary-tablist/Component.js +15 -3
- package/components/secondary-tablist/Component.mobile.js +2 -2
- package/components/secondary-tablist/index.css +27 -21
- package/components/secondary-tablist/mobile.css +609 -602
- package/components/tab/Component.js +1 -1
- package/components/tab/index.css +3 -3
- package/components/tabs/Component.d.ts +1 -1
- package/components/tabs/Component.js +2 -2
- package/components/title/Component.d.ts +3 -0
- package/components/title/Component.js +13 -8
- package/cssm/components/primary-tablist/Component.collapsible.d.ts +1 -1
- package/cssm/components/primary-tablist/Component.collapsible.js +3 -3
- package/cssm/components/primary-tablist/Component.d.ts +1 -1
- package/cssm/components/primary-tablist/Component.js +3 -3
- package/cssm/components/primary-tablist/index.module.css +6 -6
- package/cssm/components/primary-tablist/mobile.module.css +3 -3
- package/cssm/components/primary-tablist/text-styles.module.css +3 -3
- package/cssm/components/scroll-controls/Component.d.ts +1 -0
- package/cssm/components/scroll-controls/Component.js +3 -3
- package/cssm/components/scroll-controls/index.module.css +3 -3
- package/cssm/components/scrollable-container/Component.d.ts +5 -1
- package/cssm/components/scrollable-container/Component.js +2 -2
- package/cssm/components/scrollable-container/index.module.css +3 -3
- package/cssm/components/secondary-tablist/Component.d.ts +1 -1
- package/cssm/components/secondary-tablist/Component.js +15 -3
- package/cssm/components/secondary-tablist/index.module.css +22 -16
- package/cssm/components/secondary-tablist/mobile.module.css +5 -4
- package/cssm/components/tabs/Component.d.ts +1 -1
- package/cssm/components/tabs/Component.js +2 -2
- package/cssm/components/title/Component.d.ts +3 -0
- package/cssm/components/title/Component.js +13 -8
- package/cssm/typings.d.ts +10 -1
- package/cssm/vars.css +3 -3
- package/esm/components/primary-tablist/Component.collapsible.d.ts +1 -1
- package/esm/components/primary-tablist/Component.collapsible.js +4 -4
- package/esm/components/primary-tablist/Component.d.ts +1 -1
- package/esm/components/primary-tablist/Component.desktop.js +1 -1
- package/esm/components/primary-tablist/Component.js +3 -3
- package/esm/components/primary-tablist/Component.mobile.js +2 -2
- package/esm/components/primary-tablist/index.css +137 -137
- package/esm/components/primary-tablist/mobile.css +804 -804
- package/esm/components/scroll-controls/Component.d.ts +1 -0
- package/esm/components/scroll-controls/Component.js +4 -4
- package/esm/components/scroll-controls/index.css +15 -15
- package/esm/components/scrollable-container/Component.d.ts +5 -1
- package/esm/components/scrollable-container/Component.js +3 -3
- package/esm/components/scrollable-container/index.css +9 -9
- package/esm/components/secondary-tablist/Component.d.ts +1 -1
- package/esm/components/secondary-tablist/Component.desktop.js +1 -1
- package/esm/components/secondary-tablist/Component.js +15 -3
- package/esm/components/secondary-tablist/Component.mobile.js +2 -2
- package/esm/components/secondary-tablist/index.css +27 -21
- package/esm/components/secondary-tablist/mobile.css +609 -602
- package/esm/components/tab/Component.js +1 -1
- package/esm/components/tab/index.css +3 -3
- package/esm/components/tabs/Component.d.ts +1 -1
- package/esm/components/tabs/Component.js +2 -2
- package/esm/components/title/Component.d.ts +3 -0
- package/esm/components/title/Component.js +13 -8
- package/esm/index.module-bd139924.js +4 -0
- package/esm/index.module-f2d84d77.js +4 -0
- package/esm/typings.d.ts +10 -1
- package/index.module-04f61497.js +6 -0
- package/index.module-0afcc8e5.js +6 -0
- package/modern/components/primary-tablist/Component.collapsible.d.ts +1 -1
- package/modern/components/primary-tablist/Component.collapsible.js +4 -4
- package/modern/components/primary-tablist/Component.d.ts +1 -1
- package/modern/components/primary-tablist/Component.desktop.js +1 -1
- package/modern/components/primary-tablist/Component.js +3 -3
- package/modern/components/primary-tablist/Component.mobile.js +2 -2
- package/modern/components/primary-tablist/index.css +137 -137
- package/modern/components/primary-tablist/mobile.css +804 -804
- package/modern/components/scroll-controls/Component.d.ts +1 -0
- package/modern/components/scroll-controls/Component.js +4 -4
- package/modern/components/scroll-controls/index.css +15 -15
- package/modern/components/scrollable-container/Component.d.ts +5 -1
- package/modern/components/scrollable-container/Component.js +3 -3
- package/modern/components/scrollable-container/index.css +9 -9
- package/modern/components/secondary-tablist/Component.d.ts +1 -1
- package/modern/components/secondary-tablist/Component.desktop.js +1 -1
- package/modern/components/secondary-tablist/Component.js +18 -3
- package/modern/components/secondary-tablist/Component.mobile.js +2 -2
- package/modern/components/secondary-tablist/index.css +27 -21
- package/modern/components/secondary-tablist/mobile.css +609 -602
- package/modern/components/tab/Component.js +1 -1
- package/modern/components/tab/index.css +3 -3
- package/modern/components/tabs/Component.d.ts +1 -1
- package/modern/components/tabs/Component.js +2 -2
- package/modern/components/title/Component.d.ts +3 -0
- package/modern/components/title/Component.js +17 -10
- package/modern/index.module-35d4a9a9.js +4 -0
- package/modern/index.module-d2563e75.js +4 -0
- package/modern/typings.d.ts +10 -1
- package/package.json +5 -4
- package/src/components/primary-tablist/Component.collapsible.tsx +5 -0
- package/src/components/primary-tablist/Component.tsx +5 -0
- package/src/components/primary-tablist/index.module.css +1 -1
- package/src/components/scroll-controls/Component.tsx +4 -3
- package/src/components/scrollable-container/Component.tsx +7 -0
- package/src/components/secondary-tablist/Component.tsx +42 -1
- package/src/components/secondary-tablist/index.module.css +30 -12
- package/src/components/secondary-tablist/mobile.module.css +2 -1
- package/src/components/tabs/Component.tsx +4 -0
- package/src/components/title/Component.tsx +27 -5
- package/src/typings.ts +13 -0
- package/typings.d.ts +10 -1
- package/esm/index.module-02dfb393.js +0 -4
- package/esm/index.module-19d5207b.js +0 -4
- package/index.module-64e722f7.js +0 -6
- package/index.module-ef18a814.js +0 -6
- package/modern/index.module-4ff88bb9.js +0 -4
- package/modern/index.module-e3f72734.js +0 -4
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1jdcy */
|
|
2
2
|
:root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
3
3
|
}/* deprecated */:root {
|
|
4
4
|
--color-light-accent-primary: #ef3124;
|
|
5
|
-
--color-light-border-link: #2288fa;
|
|
6
5
|
--color-light-neutral-translucent-500: rgba(9, 12, 37, 0.28);
|
|
6
|
+
--color-light-status-info: #2288fa;
|
|
7
7
|
--color-light-text-primary: rgba(3, 3, 6, 0.88);
|
|
8
8
|
--color-light-text-secondary: rgba(4, 4, 19, 0.55);
|
|
9
|
-
--color-light-text-tertiary: rgba(5, 8, 29, 0.38); /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
10
|
-
}:root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
11
|
-
}:root {
|
|
9
|
+
--color-light-text-tertiary: rgba(5, 8, 29, 0.38); /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
10
|
+
}:root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
11
|
+
}:root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
|
|
12
12
|
}:root {
|
|
13
13
|
|
|
14
14
|
/* Hard */
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
--font-family-styrene: 'Styrene UI', system-ui, -apple-system, 'Segoe UI', Roboto,
|
|
33
33
|
'Helvetica Neue', Helvetica, sans-serif;
|
|
34
34
|
}:root {
|
|
35
|
-
--focus-color: var(--color-light-
|
|
35
|
+
--focus-color: var(--color-light-status-info);
|
|
36
36
|
--disabled-cursor: not-allowed;
|
|
37
37
|
}:root {
|
|
38
38
|
--primary-tablist-color: var(--color-light-text-secondary);
|
|
@@ -92,11 +92,11 @@
|
|
|
92
92
|
/* size l */
|
|
93
93
|
|
|
94
94
|
/* size xl */
|
|
95
|
-
}.
|
|
95
|
+
}.tabs__component_1h2rk {
|
|
96
96
|
position: relative;
|
|
97
97
|
display: inline-flex;
|
|
98
98
|
min-width: 100%
|
|
99
|
-
}.
|
|
99
|
+
}.tabs__component_1h2rk:before {
|
|
100
100
|
content: '';
|
|
101
101
|
display: block;
|
|
102
102
|
position: absolute;
|
|
@@ -104,273 +104,273 @@
|
|
|
104
104
|
height: 1px;
|
|
105
105
|
width: 100%;
|
|
106
106
|
background-color: var(--primary-tablist-bottom-border-color);
|
|
107
|
-
}.
|
|
107
|
+
}.tabs__desktop_1h2rk.paragraph-primary-large .title {
|
|
108
108
|
font-size: 18px;
|
|
109
109
|
line-height: 24px;
|
|
110
110
|
font-weight: 400;
|
|
111
|
-
}.
|
|
111
|
+
}.tabs__desktop_1h2rk.paragraph-primary-medium .title {
|
|
112
112
|
font-size: 16px;
|
|
113
113
|
line-height: 24px;
|
|
114
114
|
font-weight: 400;
|
|
115
|
-
}.
|
|
115
|
+
}.tabs__desktop_1h2rk.paragraph-primary-small .title {
|
|
116
116
|
font-size: 14px;
|
|
117
117
|
line-height: 20px;
|
|
118
118
|
font-weight: 400;
|
|
119
|
-
}.
|
|
119
|
+
}.tabs__desktop_1h2rk.action-primary-large .title {
|
|
120
120
|
font-size: 18px;
|
|
121
121
|
line-height: 24px;
|
|
122
122
|
font-weight: 500;
|
|
123
|
-
}.
|
|
123
|
+
}.tabs__desktop_1h2rk.action-primary-medium .title {
|
|
124
124
|
font-size: 16px;
|
|
125
125
|
line-height: 24px;
|
|
126
126
|
font-weight: 500;
|
|
127
|
-
}.
|
|
127
|
+
}.tabs__desktop_1h2rk.action-primary-small .title {
|
|
128
128
|
font-size: 14px;
|
|
129
129
|
line-height: 20px;
|
|
130
130
|
font-weight: 500;
|
|
131
|
-
}.
|
|
131
|
+
}.tabs__desktop_1h2rk.accent-primary-large .title {
|
|
132
132
|
font-size: 18px;
|
|
133
133
|
line-height: 24px;
|
|
134
134
|
font-weight: 700;
|
|
135
|
-
}.
|
|
135
|
+
}.tabs__desktop_1h2rk.accent-primary-medium .title {
|
|
136
136
|
font-size: 16px;
|
|
137
137
|
line-height: 24px;
|
|
138
138
|
font-weight: 700;
|
|
139
|
-
}.
|
|
139
|
+
}.tabs__desktop_1h2rk.accent-primary-small .title {
|
|
140
140
|
font-size: 14px;
|
|
141
141
|
line-height: 20px;
|
|
142
142
|
font-weight: 700;
|
|
143
|
-
}.
|
|
143
|
+
}.tabs__desktop_1h2rk.paragraph-primary-large .title, .tabs__desktop_1h2rk.paragraph-primary-medium .title, .tabs__desktop_1h2rk.accent-primary-large .title, .tabs__desktop_1h2rk.accent-primary-medium .title, .tabs__desktop_1h2rk.action-primary-large .title, .tabs__desktop_1h2rk.action-primary-medium .title {
|
|
144
144
|
padding-bottom: calc(24px / 2);
|
|
145
|
-
}.
|
|
146
|
-
.
|
|
147
|
-
.
|
|
148
|
-
.
|
|
149
|
-
.
|
|
150
|
-
.
|
|
151
|
-
.
|
|
152
|
-
.
|
|
153
|
-
.
|
|
154
|
-
.
|
|
155
|
-
.
|
|
156
|
-
.
|
|
145
|
+
}.tabs__desktop_1h2rk.paragraph-primary-large .title + .title,
|
|
146
|
+
.tabs__desktop_1h2rk.paragraph-primary-large .pickerWrapper,
|
|
147
|
+
.tabs__desktop_1h2rk.paragraph-primary-medium .title + .title,
|
|
148
|
+
.tabs__desktop_1h2rk.paragraph-primary-medium .pickerWrapper,
|
|
149
|
+
.tabs__desktop_1h2rk.accent-primary-large .title + .title,
|
|
150
|
+
.tabs__desktop_1h2rk.accent-primary-large .pickerWrapper,
|
|
151
|
+
.tabs__desktop_1h2rk.accent-primary-medium .title + .title,
|
|
152
|
+
.tabs__desktop_1h2rk.accent-primary-medium .pickerWrapper,
|
|
153
|
+
.tabs__desktop_1h2rk.action-primary-large .title + .title,
|
|
154
|
+
.tabs__desktop_1h2rk.action-primary-large .pickerWrapper,
|
|
155
|
+
.tabs__desktop_1h2rk.action-primary-medium .title + .title,
|
|
156
|
+
.tabs__desktop_1h2rk.action-primary-medium .pickerWrapper {
|
|
157
157
|
margin-left: 24px;
|
|
158
|
-
}.
|
|
158
|
+
}.tabs__desktop_1h2rk.paragraph-primary-large .option, .tabs__desktop_1h2rk.paragraph-primary-medium .option, .tabs__desktop_1h2rk.accent-primary-large .option, .tabs__desktop_1h2rk.accent-primary-medium .option, .tabs__desktop_1h2rk.action-primary-large .option, .tabs__desktop_1h2rk.action-primary-medium .option {
|
|
159
159
|
padding: 0;
|
|
160
|
-
}.
|
|
160
|
+
}.tabs__desktop_1h2rk.paragraph-primary-large .scrollControls > button, .tabs__desktop_1h2rk.paragraph-primary-medium .scrollControls > button, .tabs__desktop_1h2rk.accent-primary-large .scrollControls > button, .tabs__desktop_1h2rk.accent-primary-medium .scrollControls > button, .tabs__desktop_1h2rk.action-primary-large .scrollControls > button, .tabs__desktop_1h2rk.action-primary-medium .scrollControls > button {
|
|
161
161
|
box-sizing: content-box;
|
|
162
162
|
width: 24px;
|
|
163
163
|
height: 24px;
|
|
164
164
|
padding: 0;
|
|
165
|
-
}.
|
|
165
|
+
}.tabs__desktop_1h2rk.paragraph-primary-large .scrollControls button:first-child, .tabs__desktop_1h2rk.paragraph-primary-medium .scrollControls button:first-child, .tabs__desktop_1h2rk.accent-primary-large .scrollControls button:first-child, .tabs__desktop_1h2rk.accent-primary-medium .scrollControls button:first-child, .tabs__desktop_1h2rk.action-primary-large .scrollControls button:first-child, .tabs__desktop_1h2rk.action-primary-medium .scrollControls button:first-child {
|
|
166
166
|
margin: 0 0 0 calc(24px / 2);
|
|
167
|
-
}.
|
|
167
|
+
}.tabs__desktop_1h2rk.paragraph-primary-small .title, .tabs__desktop_1h2rk.accent-primary-small .title, .tabs__desktop_1h2rk.action-primary-small .title {
|
|
168
168
|
padding-bottom: calc(20px / 2);
|
|
169
|
-
}.
|
|
170
|
-
.
|
|
171
|
-
.
|
|
172
|
-
.
|
|
173
|
-
.
|
|
174
|
-
.
|
|
169
|
+
}.tabs__desktop_1h2rk.paragraph-primary-small .title + .title,
|
|
170
|
+
.tabs__desktop_1h2rk.paragraph-primary-small .pickerWrapper,
|
|
171
|
+
.tabs__desktop_1h2rk.accent-primary-small .title + .title,
|
|
172
|
+
.tabs__desktop_1h2rk.accent-primary-small .pickerWrapper,
|
|
173
|
+
.tabs__desktop_1h2rk.action-primary-small .title + .title,
|
|
174
|
+
.tabs__desktop_1h2rk.action-primary-small .pickerWrapper {
|
|
175
175
|
margin-left: 20px;
|
|
176
|
-
}.
|
|
176
|
+
}.tabs__desktop_1h2rk.paragraph-primary-small .option, .tabs__desktop_1h2rk.accent-primary-small .option, .tabs__desktop_1h2rk.action-primary-small .option {
|
|
177
177
|
padding: 0;
|
|
178
|
-
}.
|
|
178
|
+
}.tabs__desktop_1h2rk.paragraph-primary-small .scrollControls > button, .tabs__desktop_1h2rk.accent-primary-small .scrollControls > button, .tabs__desktop_1h2rk.action-primary-small .scrollControls > button {
|
|
179
179
|
box-sizing: content-box;
|
|
180
180
|
width: 20px;
|
|
181
181
|
height: 20px;
|
|
182
182
|
padding: 0;
|
|
183
|
-
}.
|
|
183
|
+
}.tabs__desktop_1h2rk.paragraph-primary-small .scrollControls button:first-child, .tabs__desktop_1h2rk.accent-primary-small .scrollControls button:first-child, .tabs__desktop_1h2rk.action-primary-small .scrollControls button:first-child {
|
|
184
184
|
margin: 0 0 0 calc(20px / 2);
|
|
185
|
-
}.
|
|
185
|
+
}.tabs__desktop_1h2rk.headline-system-xlarge .title {
|
|
186
186
|
font-size: 48px;
|
|
187
187
|
line-height: 52px;
|
|
188
188
|
font-weight: 700;
|
|
189
|
-
}.
|
|
189
|
+
}.tabs__desktop_1h2rk.headline-system-large .title {
|
|
190
190
|
font-size: 40px;
|
|
191
191
|
line-height: 48px;
|
|
192
192
|
font-weight: 700;
|
|
193
|
-
}.
|
|
193
|
+
}.tabs__desktop_1h2rk.headline-system-medium .title {
|
|
194
194
|
font-size: 30px;
|
|
195
195
|
line-height: 36px;
|
|
196
196
|
font-weight: 700;
|
|
197
|
-
}.
|
|
197
|
+
}.tabs__desktop_1h2rk.headline-system-small .title {
|
|
198
198
|
font-size: 22px;
|
|
199
199
|
line-height: 26px;
|
|
200
200
|
font-weight: 700;
|
|
201
|
-
}.
|
|
201
|
+
}.tabs__desktop_1h2rk.headline-system-xsmall .title {
|
|
202
202
|
font-size: 18px;
|
|
203
203
|
line-height: 22px;
|
|
204
204
|
font-weight: 700;
|
|
205
|
-
}.
|
|
205
|
+
}.tabs__desktop_1h2rk.headline-xlarge .title {
|
|
206
206
|
font-size: 48px;
|
|
207
207
|
line-height: 64px;
|
|
208
208
|
font-weight: 500;
|
|
209
209
|
font-feature-settings: 'ss01';
|
|
210
210
|
font-family: var(--font-family-styrene);
|
|
211
|
-
}.
|
|
211
|
+
}.tabs__desktop_1h2rk.headline-large .title {
|
|
212
212
|
font-size: 40px;
|
|
213
213
|
line-height: 48px;
|
|
214
214
|
font-weight: 500;
|
|
215
215
|
font-feature-settings: 'ss01';
|
|
216
216
|
font-family: var(--font-family-styrene);
|
|
217
|
-
}.
|
|
217
|
+
}.tabs__desktop_1h2rk.headline-medium .title {
|
|
218
218
|
font-size: 32px;
|
|
219
219
|
line-height: 40px;
|
|
220
220
|
font-weight: 500;
|
|
221
221
|
font-feature-settings: 'ss01';
|
|
222
222
|
font-family: var(--font-family-styrene);
|
|
223
|
-
}.
|
|
223
|
+
}.tabs__desktop_1h2rk.headline-small .title {
|
|
224
224
|
font-size: 24px;
|
|
225
225
|
line-height: 32px;
|
|
226
226
|
font-weight: 500;
|
|
227
227
|
font-feature-settings: 'ss01';
|
|
228
228
|
font-family: var(--font-family-styrene);
|
|
229
|
-
}.
|
|
229
|
+
}.tabs__desktop_1h2rk.headline-xsmall .title {
|
|
230
230
|
font-size: 20px;
|
|
231
231
|
line-height: 24px;
|
|
232
232
|
font-weight: 500;
|
|
233
233
|
font-feature-settings: 'ss01';
|
|
234
234
|
font-family: var(--font-family-styrene);
|
|
235
|
-
}.
|
|
235
|
+
}.tabs__desktop_1h2rk.headline-system-xlarge .title {
|
|
236
236
|
padding-bottom: calc(52px / 2);
|
|
237
|
-
}.
|
|
238
|
-
.
|
|
237
|
+
}.tabs__desktop_1h2rk.headline-system-xlarge .title + .title,
|
|
238
|
+
.tabs__desktop_1h2rk.headline-system-xlarge .pickerWrapper {
|
|
239
239
|
margin-left: 52px;
|
|
240
|
-
}.
|
|
240
|
+
}.tabs__desktop_1h2rk.headline-system-xlarge .option {
|
|
241
241
|
padding: 0;
|
|
242
|
-
}.
|
|
242
|
+
}.tabs__desktop_1h2rk.headline-system-xlarge .scrollControls > button {
|
|
243
243
|
box-sizing: content-box;
|
|
244
244
|
width: 52px;
|
|
245
245
|
height: 52px;
|
|
246
246
|
padding: 0;
|
|
247
|
-
}.
|
|
247
|
+
}.tabs__desktop_1h2rk.headline-system-xlarge .scrollControls button:first-child {
|
|
248
248
|
margin: 0 0 0 calc(52px / 2);
|
|
249
|
-
}.
|
|
249
|
+
}.tabs__desktop_1h2rk.headline-system-large .title, .tabs__desktop_1h2rk.headline-large .title {
|
|
250
250
|
padding-bottom: calc(48px / 2);
|
|
251
|
-
}.
|
|
252
|
-
.
|
|
253
|
-
.
|
|
254
|
-
.
|
|
251
|
+
}.tabs__desktop_1h2rk.headline-system-large .title + .title,
|
|
252
|
+
.tabs__desktop_1h2rk.headline-system-large .pickerWrapper,
|
|
253
|
+
.tabs__desktop_1h2rk.headline-large .title + .title,
|
|
254
|
+
.tabs__desktop_1h2rk.headline-large .pickerWrapper {
|
|
255
255
|
margin-left: 48px;
|
|
256
|
-
}.
|
|
256
|
+
}.tabs__desktop_1h2rk.headline-system-large .option, .tabs__desktop_1h2rk.headline-large .option {
|
|
257
257
|
padding: 0;
|
|
258
|
-
}.
|
|
258
|
+
}.tabs__desktop_1h2rk.headline-system-large .scrollControls > button, .tabs__desktop_1h2rk.headline-large .scrollControls > button {
|
|
259
259
|
box-sizing: content-box;
|
|
260
260
|
width: 48px;
|
|
261
261
|
height: 48px;
|
|
262
262
|
padding: 0;
|
|
263
|
-
}.
|
|
263
|
+
}.tabs__desktop_1h2rk.headline-system-large .scrollControls button:first-child, .tabs__desktop_1h2rk.headline-large .scrollControls button:first-child {
|
|
264
264
|
margin: 0 0 0 calc(48px / 2);
|
|
265
|
-
}.
|
|
265
|
+
}.tabs__desktop_1h2rk.headline-system-medium .title {
|
|
266
266
|
padding-bottom: calc(36px / 2);
|
|
267
|
-
}.
|
|
268
|
-
.
|
|
267
|
+
}.tabs__desktop_1h2rk.headline-system-medium .title + .title,
|
|
268
|
+
.tabs__desktop_1h2rk.headline-system-medium .pickerWrapper {
|
|
269
269
|
margin-left: 36px;
|
|
270
|
-
}.
|
|
270
|
+
}.tabs__desktop_1h2rk.headline-system-medium .option {
|
|
271
271
|
padding: 0;
|
|
272
|
-
}.
|
|
272
|
+
}.tabs__desktop_1h2rk.headline-system-medium .scrollControls > button {
|
|
273
273
|
box-sizing: content-box;
|
|
274
274
|
width: 36px;
|
|
275
275
|
height: 36px;
|
|
276
276
|
padding: 0;
|
|
277
|
-
}.
|
|
277
|
+
}.tabs__desktop_1h2rk.headline-system-medium .scrollControls button:first-child {
|
|
278
278
|
margin: 0 0 0 calc(36px / 2);
|
|
279
|
-
}.
|
|
279
|
+
}.tabs__desktop_1h2rk.headline-system-small .title {
|
|
280
280
|
padding-bottom: calc(26px / 2);
|
|
281
|
-
}.
|
|
282
|
-
.
|
|
281
|
+
}.tabs__desktop_1h2rk.headline-system-small .title + .title,
|
|
282
|
+
.tabs__desktop_1h2rk.headline-system-small .pickerWrapper {
|
|
283
283
|
margin-left: 26px;
|
|
284
|
-
}.
|
|
284
|
+
}.tabs__desktop_1h2rk.headline-system-small .option {
|
|
285
285
|
padding: 0;
|
|
286
|
-
}.
|
|
286
|
+
}.tabs__desktop_1h2rk.headline-system-small .scrollControls > button {
|
|
287
287
|
box-sizing: content-box;
|
|
288
288
|
width: 26px;
|
|
289
289
|
height: 26px;
|
|
290
290
|
padding: 0;
|
|
291
|
-
}.
|
|
291
|
+
}.tabs__desktop_1h2rk.headline-system-small .scrollControls button:first-child {
|
|
292
292
|
margin: 0 0 0 calc(26px / 2);
|
|
293
|
-
}.
|
|
293
|
+
}.tabs__desktop_1h2rk.headline-system-xsmall .title {
|
|
294
294
|
padding-bottom: calc(22px / 2);
|
|
295
|
-
}.
|
|
296
|
-
.
|
|
295
|
+
}.tabs__desktop_1h2rk.headline-system-xsmall .title + .title,
|
|
296
|
+
.tabs__desktop_1h2rk.headline-system-xsmall .pickerWrapper {
|
|
297
297
|
margin-left: 22px;
|
|
298
|
-
}.
|
|
298
|
+
}.tabs__desktop_1h2rk.headline-system-xsmall .option {
|
|
299
299
|
padding: 0;
|
|
300
|
-
}.
|
|
300
|
+
}.tabs__desktop_1h2rk.headline-system-xsmall .scrollControls > button {
|
|
301
301
|
box-sizing: content-box;
|
|
302
302
|
width: 22px;
|
|
303
303
|
height: 22px;
|
|
304
304
|
padding: 0;
|
|
305
|
-
}.
|
|
305
|
+
}.tabs__desktop_1h2rk.headline-system-xsmall .scrollControls button:first-child {
|
|
306
306
|
margin: 0 0 0 calc(22px / 2);
|
|
307
|
-
}.
|
|
307
|
+
}.tabs__desktop_1h2rk.headline-xlarge .title {
|
|
308
308
|
padding-bottom: calc(64px / 2);
|
|
309
|
-
}.
|
|
310
|
-
.
|
|
309
|
+
}.tabs__desktop_1h2rk.headline-xlarge .title + .title,
|
|
310
|
+
.tabs__desktop_1h2rk.headline-xlarge .pickerWrapper {
|
|
311
311
|
margin-left: 64px;
|
|
312
|
-
}.
|
|
312
|
+
}.tabs__desktop_1h2rk.headline-xlarge .option {
|
|
313
313
|
padding: 0;
|
|
314
|
-
}.
|
|
314
|
+
}.tabs__desktop_1h2rk.headline-xlarge .scrollControls > button {
|
|
315
315
|
box-sizing: content-box;
|
|
316
316
|
width: 64px;
|
|
317
317
|
height: 64px;
|
|
318
318
|
padding: 0;
|
|
319
|
-
}.
|
|
319
|
+
}.tabs__desktop_1h2rk.headline-xlarge .scrollControls button:first-child {
|
|
320
320
|
margin: 0 0 0 calc(64px / 2);
|
|
321
|
-
}.
|
|
321
|
+
}.tabs__desktop_1h2rk.headline-medium .title {
|
|
322
322
|
padding-bottom: calc(40px / 2);
|
|
323
|
-
}.
|
|
324
|
-
.
|
|
323
|
+
}.tabs__desktop_1h2rk.headline-medium .title + .title,
|
|
324
|
+
.tabs__desktop_1h2rk.headline-medium .pickerWrapper {
|
|
325
325
|
margin-left: 40px;
|
|
326
|
-
}.
|
|
326
|
+
}.tabs__desktop_1h2rk.headline-medium .option {
|
|
327
327
|
padding: 0;
|
|
328
|
-
}.
|
|
328
|
+
}.tabs__desktop_1h2rk.headline-medium .scrollControls > button {
|
|
329
329
|
box-sizing: content-box;
|
|
330
330
|
width: 40px;
|
|
331
331
|
height: 40px;
|
|
332
332
|
padding: 0;
|
|
333
|
-
}.
|
|
333
|
+
}.tabs__desktop_1h2rk.headline-medium .scrollControls button:first-child {
|
|
334
334
|
margin: 0 0 0 calc(40px / 2);
|
|
335
|
-
}.
|
|
335
|
+
}.tabs__desktop_1h2rk.headline-small .title {
|
|
336
336
|
padding-bottom: calc(32px / 2);
|
|
337
|
-
}.
|
|
338
|
-
.
|
|
337
|
+
}.tabs__desktop_1h2rk.headline-small .title + .title,
|
|
338
|
+
.tabs__desktop_1h2rk.headline-small .pickerWrapper {
|
|
339
339
|
margin-left: 32px;
|
|
340
|
-
}.
|
|
340
|
+
}.tabs__desktop_1h2rk.headline-small .option {
|
|
341
341
|
padding: 0;
|
|
342
|
-
}.
|
|
342
|
+
}.tabs__desktop_1h2rk.headline-small .scrollControls > button {
|
|
343
343
|
box-sizing: content-box;
|
|
344
344
|
width: 32px;
|
|
345
345
|
height: 32px;
|
|
346
346
|
padding: 0;
|
|
347
|
-
}.
|
|
347
|
+
}.tabs__desktop_1h2rk.headline-small .scrollControls button:first-child {
|
|
348
348
|
margin: 0 0 0 calc(32px / 2);
|
|
349
|
-
}.
|
|
349
|
+
}.tabs__desktop_1h2rk.headline-xsmall .title {
|
|
350
350
|
padding-bottom: calc(24px / 2);
|
|
351
|
-
}.
|
|
352
|
-
.
|
|
351
|
+
}.tabs__desktop_1h2rk.headline-xsmall .title + .title,
|
|
352
|
+
.tabs__desktop_1h2rk.headline-xsmall .pickerWrapper {
|
|
353
353
|
margin-left: 24px;
|
|
354
|
-
}.
|
|
354
|
+
}.tabs__desktop_1h2rk.headline-xsmall .option {
|
|
355
355
|
padding: 0;
|
|
356
|
-
}.
|
|
356
|
+
}.tabs__desktop_1h2rk.headline-xsmall .scrollControls > button {
|
|
357
357
|
box-sizing: content-box;
|
|
358
358
|
width: 24px;
|
|
359
359
|
height: 24px;
|
|
360
360
|
padding: 0;
|
|
361
|
-
}.
|
|
361
|
+
}.tabs__desktop_1h2rk.headline-xsmall .scrollControls button:first-child {
|
|
362
362
|
margin: 0 0 0 calc(24px / 2);
|
|
363
|
-
}.
|
|
363
|
+
}.tabs__fullWidthScroll_1h2rk {
|
|
364
364
|
min-width: calc(100% - 2 * var(--gap-m));
|
|
365
365
|
margin: 0 var(--gap-m);
|
|
366
|
-
}.
|
|
366
|
+
}.tabs__container_1h2rk {
|
|
367
367
|
position: relative;
|
|
368
368
|
overflow: hidden;
|
|
369
369
|
|
|
370
370
|
/* focus-outline fix */
|
|
371
371
|
margin: var(--gap-2xs-neg) 0 var(--gap-2xs-neg) var(--gap-2xs-neg);
|
|
372
372
|
padding: var(--gap-2xs) 0 var(--gap-2xs) var(--gap-2xs);
|
|
373
|
-
}.
|
|
373
|
+
}.tabs__title_1h2rk {
|
|
374
374
|
display: flex;
|
|
375
375
|
align-items: center;
|
|
376
376
|
height: 100%;
|
|
@@ -386,83 +386,83 @@
|
|
|
386
386
|
-webkit-user-select: none;
|
|
387
387
|
user-select: none;
|
|
388
388
|
outline: none
|
|
389
|
-
}.
|
|
389
|
+
}.tabs__title_1h2rk:not(:disabled):hover {
|
|
390
390
|
color: var(--primary-tablist-hover-color);
|
|
391
|
-
}.
|
|
391
|
+
}.tabs__focused_1h2rk {
|
|
392
392
|
outline: 2px solid var(--focus-color);
|
|
393
393
|
outline-offset: 2px;
|
|
394
|
-
}.
|
|
394
|
+
}.tabs__collapsed_1h2rk {
|
|
395
395
|
order: 99;
|
|
396
396
|
visibility: collapse;
|
|
397
|
-
}.
|
|
397
|
+
}.tabs__selected_1h2rk {
|
|
398
398
|
cursor: default;
|
|
399
399
|
color: var(--primary-tablist-selected-color);
|
|
400
|
-
}.
|
|
400
|
+
}.tabs__disabled_1h2rk {
|
|
401
401
|
cursor: var(--disabled-cursor);
|
|
402
402
|
color: var(--primary-tablist-disabled-color);
|
|
403
|
-
}.
|
|
403
|
+
}.tabs__line_1h2rk {
|
|
404
404
|
position: absolute;
|
|
405
405
|
height: 3px;
|
|
406
406
|
bottom: 0;
|
|
407
407
|
left: 0;
|
|
408
408
|
background-color: var(--primary-tablist-line-color);
|
|
409
409
|
transition: transform 0.2s ease, width 0.2s ease;
|
|
410
|
-
}.
|
|
410
|
+
}.tabs__option_1h2rk {
|
|
411
411
|
color: var(--color-light-text-primary);
|
|
412
|
-
}/* sizes */.
|
|
412
|
+
}/* sizes */.tabs__s_1h2rk .tabs__title_1h2rk, .tabs__xs_1h2rk .tabs__title_1h2rk, .tabs__xxs_1h2rk .tabs__title_1h2rk {
|
|
413
413
|
padding: var(--primary-tablist-s-padding);
|
|
414
414
|
font-size: var(--primary-tablist-s-font-size);
|
|
415
415
|
font-weight: var(--primary-tablist-s-font-weight);
|
|
416
416
|
font-family: var(--primary-tablist-s-font-family);
|
|
417
417
|
line-height: 24px;
|
|
418
|
-
}.
|
|
418
|
+
}.tabs__s_1h2rk .tabs__title_1h2rk + .tabs__title_1h2rk, .tabs__xs_1h2rk .tabs__title_1h2rk + .tabs__title_1h2rk, .tabs__xxs_1h2rk .tabs__title_1h2rk + .tabs__title_1h2rk {
|
|
419
419
|
margin-left: var(--primary-tablist-s-gaps);
|
|
420
|
-
}.
|
|
420
|
+
}.tabs__s_1h2rk .tabs__pickerWrapper_1h2rk, .tabs__xs_1h2rk .tabs__pickerWrapper_1h2rk, .tabs__xxs_1h2rk .tabs__pickerWrapper_1h2rk {
|
|
421
421
|
margin-left: var(--primary-tablist-s-gaps);
|
|
422
|
-
}.
|
|
422
|
+
}.tabs__s_1h2rk .tabs__option_1h2rk, .tabs__xs_1h2rk .tabs__option_1h2rk, .tabs__xxs_1h2rk .tabs__option_1h2rk {
|
|
423
423
|
padding: 0;
|
|
424
|
-
}.
|
|
424
|
+
}.tabs__m_1h2rk .tabs__title_1h2rk {
|
|
425
425
|
padding: var(--primary-tablist-m-padding);
|
|
426
426
|
font-size: var(--primary-tablist-m-font-size);
|
|
427
427
|
font-weight: var(--primary-tablist-m-font-weight);
|
|
428
428
|
font-family: var(--primary-tablist-m-font-family);
|
|
429
429
|
line-height: 24px;
|
|
430
|
-
}.
|
|
430
|
+
}.tabs__m_1h2rk .tabs__title_1h2rk + .tabs__title_1h2rk {
|
|
431
431
|
margin-left: var(--primary-tablist-m-gaps);
|
|
432
|
-
}.
|
|
432
|
+
}.tabs__m_1h2rk .tabs__pickerWrapper_1h2rk {
|
|
433
433
|
margin-left: var(--primary-tablist-m-gaps);
|
|
434
|
-
}.
|
|
434
|
+
}.tabs__m_1h2rk .tabs__option_1h2rk {
|
|
435
435
|
padding: 0;
|
|
436
|
-
}.
|
|
436
|
+
}.tabs__l_1h2rk .tabs__title_1h2rk {
|
|
437
437
|
padding: var(--primary-tablist-l-padding);
|
|
438
438
|
font-size: var(--primary-tablist-l-font-size);
|
|
439
439
|
font-weight: var(--primary-tablist-l-font-weight);
|
|
440
440
|
font-family: var(--primary-tablist-l-font-family);
|
|
441
441
|
line-height: 24px;
|
|
442
|
-
}.
|
|
442
|
+
}.tabs__l_1h2rk .tabs__title_1h2rk + .tabs__title_1h2rk {
|
|
443
443
|
margin-left: var(--primary-tablist-l-gaps);
|
|
444
|
-
}.
|
|
444
|
+
}.tabs__l_1h2rk .tabs__pickerWrapper_1h2rk {
|
|
445
445
|
margin-left: var(--primary-tablist-l-gaps);
|
|
446
|
-
}.
|
|
446
|
+
}.tabs__l_1h2rk .tabs__option_1h2rk {
|
|
447
447
|
padding: 0;
|
|
448
|
-
}.
|
|
448
|
+
}.tabs__xl_1h2rk .tabs__title_1h2rk {
|
|
449
449
|
padding: var(--primary-tablist-xl-padding);
|
|
450
450
|
font-size: var(--primary-tablist-xl-font-size);
|
|
451
451
|
font-weight: var(--primary-tablist-xl-font-weight);
|
|
452
452
|
font-family: var(--primary-tablist-xl-font-family);
|
|
453
453
|
line-height: 32px;
|
|
454
|
-
}.
|
|
454
|
+
}.tabs__xl_1h2rk .tabs__title_1h2rk + .tabs__title_1h2rk {
|
|
455
455
|
margin-left: var(--primary-tablist-xl-gaps);
|
|
456
|
-
}.
|
|
456
|
+
}.tabs__xl_1h2rk .tabs__pickerWrapper_1h2rk {
|
|
457
457
|
margin-left: var(--primary-tablist-xl-gaps);
|
|
458
|
-
}.
|
|
458
|
+
}.tabs__xl_1h2rk .tabs__option_1h2rk {
|
|
459
459
|
padding: 0;
|
|
460
|
-
}.
|
|
460
|
+
}.tabs__rightAddons_1h2rk {
|
|
461
461
|
display: flex;
|
|
462
462
|
justify-content: center;
|
|
463
463
|
align-items: center;
|
|
464
464
|
margin-left: var(--gap-xs);
|
|
465
|
-
}.
|
|
465
|
+
}.tabs__rightAddonsMarginZero_1h2rk {
|
|
466
466
|
margin-left: 0;
|
|
467
467
|
} :root {
|
|
468
468
|
--color-dark-indigo: #0b1f35; /* deprecated */
|
|
@@ -559,47 +559,6 @@
|
|
|
559
559
|
--color-dark-base-bg-secondary-inverted: #f2f3f5;
|
|
560
560
|
--color-dark-base-bg-tertiary: #29292c;
|
|
561
561
|
--color-dark-base-bg-tertiary-inverted: #fff;
|
|
562
|
-
--color-dark-bg-accent: #ef3124;
|
|
563
|
-
--color-dark-bg-attention-muted: #36291f;
|
|
564
|
-
--color-dark-bg-info: #001c3c;
|
|
565
|
-
--color-dark-bg-info-muted: #242a39;
|
|
566
|
-
--color-dark-bg-negative-muted: #392523;
|
|
567
|
-
--color-dark-bg-opaque: rgba(255, 255, 255, 0.8);
|
|
568
|
-
--color-dark-bg-overlay: rgba(0, 0, 0, 0.8);
|
|
569
|
-
--color-dark-bg-positive-muted: #232d25;
|
|
570
|
-
--color-dark-bg-primary: #0e0e0e;
|
|
571
|
-
--color-dark-bg-primary-inverted: #fff;
|
|
572
|
-
--color-dark-bg-quaternary: #36363a;
|
|
573
|
-
--color-dark-bg-quaternary-inverted: #dcdee2;
|
|
574
|
-
--color-dark-bg-secondary: #1c1c1e;
|
|
575
|
-
--color-dark-bg-secondary-inverted: #f2f3f5;
|
|
576
|
-
--color-dark-bg-tertiary: #27272a;
|
|
577
|
-
--color-dark-bg-tertiary-inverted: #e7e8ea;
|
|
578
|
-
--color-dark-border-accent: #ef3124;
|
|
579
|
-
--color-dark-border-key: #fff;
|
|
580
|
-
--color-dark-border-key-inverted: #000;
|
|
581
|
-
--color-dark-border-link: #3193fc;
|
|
582
|
-
--color-dark-border-primary: #36363a;
|
|
583
|
-
--color-dark-border-primary-inverted: #d5d6dc;
|
|
584
|
-
--color-dark-border-secondary: #27272a;
|
|
585
|
-
--color-dark-border-secondary-inverted: #e7e8ec;
|
|
586
|
-
--color-dark-border-tertiary: #1c1c1e;
|
|
587
|
-
--color-dark-border-tertiary-inverted: #f2f3f5;
|
|
588
|
-
--color-dark-border-underline: #49494f;
|
|
589
|
-
--color-dark-border-underline-inverted: #b8b9c0;
|
|
590
|
-
--color-dark-graphic-accent: #ef3124;
|
|
591
|
-
--color-dark-graphic-attention: #fda136;
|
|
592
|
-
--color-dark-graphic-link: #3193fc;
|
|
593
|
-
--color-dark-graphic-negative: #ff5431;
|
|
594
|
-
--color-dark-graphic-positive: #17d055;
|
|
595
|
-
--color-dark-graphic-primary: #fff;
|
|
596
|
-
--color-dark-graphic-primary-inverted: #0e0e0e;
|
|
597
|
-
--color-dark-graphic-quaternary: #27272a;
|
|
598
|
-
--color-dark-graphic-quaternary-inverted: #e7e8ec;
|
|
599
|
-
--color-dark-graphic-secondary: #898991;
|
|
600
|
-
--color-dark-graphic-secondary-inverted: #898991;
|
|
601
|
-
--color-dark-graphic-tertiary: #49494f;
|
|
602
|
-
--color-dark-graphic-tertiary-inverted: #b8b9c0;
|
|
603
562
|
--color-dark-modal-bg-alt-primary: #1c1c1e;
|
|
604
563
|
--color-dark-modal-bg-alt-primary-inverted: #f2f3f5;
|
|
605
564
|
--color-dark-modal-bg-alt-secondary: #29292c;
|
|
@@ -713,17 +672,6 @@
|
|
|
713
672
|
--color-dark-neutral-translucent-700-inverted-press: rgba(1, 1, 12, 0.63);
|
|
714
673
|
--color-dark-neutral-translucent-700-press: rgba(243, 245, 254, 0.75);
|
|
715
674
|
--color-dark-overlay-default: rgba(0, 0, 0, 0.7);
|
|
716
|
-
--color-dark-specialbg-component: rgba(255, 255, 255, 0.1);
|
|
717
|
-
--color-dark-specialbg-component-inverted: rgba(11, 31, 53, 0.07);
|
|
718
|
-
--color-dark-specialbg-nulled: rgba(255, 255, 255, 0);
|
|
719
|
-
--color-dark-specialbg-overlay-fallback: #0e0e0f;
|
|
720
|
-
--color-dark-specialbg-primary-grouped: #1c1c1e;
|
|
721
|
-
--color-dark-specialbg-secondary-grouped: #27272a;
|
|
722
|
-
--color-dark-specialbg-secondary-transparent: rgba(214, 214, 229, 0.07);
|
|
723
|
-
--color-dark-specialbg-secondary-transparent-inverted: rgba(38, 55, 88, 0.06);
|
|
724
|
-
--color-dark-specialbg-tertiary-grouped: #36363a;
|
|
725
|
-
--color-dark-specialbg-tertiary-transparent: rgba(222, 222, 240, 0.12);
|
|
726
|
-
--color-dark-specialbg-tertiary-transparent-inverted: rgba(30, 43, 68, 0.08);
|
|
727
675
|
--color-dark-status-attention: #fda136;
|
|
728
676
|
--color-dark-status-attention-hover: #fdb24d;
|
|
729
677
|
--color-dark-status-attention-inverted: #fa9313;
|
|
@@ -796,22 +744,18 @@
|
|
|
796
744
|
--color-dark-status-positive-inverted-hover: #04b545;
|
|
797
745
|
--color-dark-status-positive-inverted-press: #01a53d;
|
|
798
746
|
--color-dark-status-positive-press: #4ae777;
|
|
799
|
-
--color-dark-text-accent: #ef3124;
|
|
800
747
|
--color-dark-text-attention: #fa9313;
|
|
801
748
|
--color-dark-text-attention-hover: #fdb24d;
|
|
802
749
|
--color-dark-text-attention-inverted: #ea8313;
|
|
803
750
|
--color-dark-text-attention-inverted-hover: #d57111;
|
|
804
751
|
--color-dark-text-attention-inverted-press: #b45a06;
|
|
805
752
|
--color-dark-text-attention-press: #ffbf70;
|
|
806
|
-
--color-dark-text-disabled: rgba(236, 236, 254, 0.18);
|
|
807
|
-
--color-dark-text-disabled-inverted: rgba(5, 11, 44, 0.18);
|
|
808
753
|
--color-dark-text-info: #4a9dfc;
|
|
809
754
|
--color-dark-text-info-hover: #63aafd;
|
|
810
755
|
--color-dark-text-info-inverted: #2a77ef;
|
|
811
756
|
--color-dark-text-info-inverted-hover: #2c64d4;
|
|
812
757
|
--color-dark-text-info-inverted-press: #2453b4;
|
|
813
758
|
--color-dark-text-info-press: #7fb6ff;
|
|
814
|
-
--color-dark-text-link: #4a9dfc;
|
|
815
759
|
--color-dark-text-negative: #ff4837;
|
|
816
760
|
--color-dark-text-negative-hover: #ff755e;
|
|
817
761
|
--color-dark-text-negative-inverted: #ec2d20;
|
|
@@ -873,47 +817,6 @@
|
|
|
873
817
|
--color-light-base-bg-secondary-inverted: #1c1c1e;
|
|
874
818
|
--color-light-base-bg-tertiary: #fff;
|
|
875
819
|
--color-light-base-bg-tertiary-inverted: #29292c;
|
|
876
|
-
--color-light-bg-accent: #ef3124;
|
|
877
|
-
--color-light-bg-attention-muted: #ffefd9;
|
|
878
|
-
--color-light-bg-info: #d6e8fc;
|
|
879
|
-
--color-light-bg-info-muted: #e4f0ff;
|
|
880
|
-
--color-light-bg-negative-muted: #ffebeb;
|
|
881
|
-
--color-light-bg-opaque: rgba(255, 255, 255, 0.8);
|
|
882
|
-
--color-light-bg-overlay: rgba(0, 0, 0, 0.65);
|
|
883
|
-
--color-light-bg-positive-muted: #dff8e5;
|
|
884
|
-
--color-light-bg-primary: #fff;
|
|
885
|
-
--color-light-bg-primary-inverted: #0e0e0e;
|
|
886
|
-
--color-light-bg-quaternary: #dcdee2;
|
|
887
|
-
--color-light-bg-quaternary-inverted: #36363a;
|
|
888
|
-
--color-light-bg-secondary: #f2f3f5;
|
|
889
|
-
--color-light-bg-secondary-inverted: #1c1c1e;
|
|
890
|
-
--color-light-bg-tertiary: #e7e8ea;
|
|
891
|
-
--color-light-bg-tertiary-inverted: #27272a;
|
|
892
|
-
--color-light-border-accent: #ef3124;
|
|
893
|
-
--color-light-border-key: #000;
|
|
894
|
-
--color-light-border-key-inverted: #fff;
|
|
895
|
-
--color-light-border-link: #2288fa;
|
|
896
|
-
--color-light-border-primary: #d5d6dc;
|
|
897
|
-
--color-light-border-primary-inverted: #36363a;
|
|
898
|
-
--color-light-border-secondary: #e7e8ec;
|
|
899
|
-
--color-light-border-secondary-inverted: #27272a;
|
|
900
|
-
--color-light-border-tertiary: #f2f3f5;
|
|
901
|
-
--color-light-border-tertiary-inverted: #1c1c1e;
|
|
902
|
-
--color-light-border-underline: #b8b9c0;
|
|
903
|
-
--color-light-border-underline-inverted: #49494f;
|
|
904
|
-
--color-light-graphic-accent: #ef3124;
|
|
905
|
-
--color-light-graphic-attention: #fa9313;
|
|
906
|
-
--color-light-graphic-link: #2288fa;
|
|
907
|
-
--color-light-graphic-negative: #ff5431;
|
|
908
|
-
--color-light-graphic-positive: #0cc44d;
|
|
909
|
-
--color-light-graphic-primary: #0e0e0e;
|
|
910
|
-
--color-light-graphic-primary-inverted: #fff;
|
|
911
|
-
--color-light-graphic-quaternary: #e7e8ec;
|
|
912
|
-
--color-light-graphic-quaternary-inverted: #27272a;
|
|
913
|
-
--color-light-graphic-secondary: #898991;
|
|
914
|
-
--color-light-graphic-secondary-inverted: #898991;
|
|
915
|
-
--color-light-graphic-tertiary: #b8b9c0;
|
|
916
|
-
--color-light-graphic-tertiary-inverted: #49494f;
|
|
917
820
|
--color-light-modal-bg-alt-primary: #f2f3f5;
|
|
918
821
|
--color-light-modal-bg-alt-primary-inverted: #1c1c1e;
|
|
919
822
|
--color-light-modal-bg-alt-secondary: #fff;
|
|
@@ -1027,17 +930,6 @@
|
|
|
1027
930
|
--color-light-neutral-translucent-700-inverted-press: rgba(243, 245, 254, 0.75);
|
|
1028
931
|
--color-light-neutral-translucent-700-press: rgba(1, 1, 12, 0.63);
|
|
1029
932
|
--color-light-overlay-default: rgba(0, 0, 0, 0.6);
|
|
1030
|
-
--color-light-specialbg-component: rgba(11, 31, 53, 0.07);
|
|
1031
|
-
--color-light-specialbg-component-inverted: rgba(255, 255, 255, 0.1);
|
|
1032
|
-
--color-light-specialbg-nulled: rgba(255, 255, 255, 0);
|
|
1033
|
-
--color-light-specialbg-overlay-fallback: #49494f;
|
|
1034
|
-
--color-light-specialbg-primary-grouped: #f2f3f5;
|
|
1035
|
-
--color-light-specialbg-secondary-grouped: #fff;
|
|
1036
|
-
--color-light-specialbg-secondary-transparent: rgba(38, 55, 88, 0.06);
|
|
1037
|
-
--color-light-specialbg-secondary-transparent-inverted: rgba(214, 214, 229, 0.07);
|
|
1038
|
-
--color-light-specialbg-tertiary-grouped: #f2f3f5;
|
|
1039
|
-
--color-light-specialbg-tertiary-transparent: rgba(30, 43, 68, 0.08);
|
|
1040
|
-
--color-light-specialbg-tertiary-transparent-inverted: rgba(222, 222, 240, 0.12);
|
|
1041
933
|
--color-light-status-attention: #fa9313;
|
|
1042
934
|
--color-light-status-attention-hover: #f18d0b;
|
|
1043
935
|
--color-light-status-attention-inverted: #fda136;
|
|
@@ -1110,22 +1002,18 @@
|
|
|
1110
1002
|
--color-light-status-positive-inverted-hover: #22e068;
|
|
1111
1003
|
--color-light-status-positive-inverted-press: #4ae777;
|
|
1112
1004
|
--color-light-status-positive-press: #01a53d;
|
|
1113
|
-
--color-light-text-accent: #ef3124;
|
|
1114
1005
|
--color-light-text-attention: #ea8313;
|
|
1115
1006
|
--color-light-text-attention-hover: #d57111;
|
|
1116
1007
|
--color-light-text-attention-inverted: #fa9313;
|
|
1117
1008
|
--color-light-text-attention-inverted-hover: #fdb24d;
|
|
1118
1009
|
--color-light-text-attention-inverted-press: #ffbf70;
|
|
1119
1010
|
--color-light-text-attention-press: #b45a06;
|
|
1120
|
-
--color-light-text-disabled: rgba(5, 11, 44, 0.18);
|
|
1121
|
-
--color-light-text-disabled-inverted: rgba(231, 231, 248, 0.18);
|
|
1122
1011
|
--color-light-text-info: #2a77ef;
|
|
1123
1012
|
--color-light-text-info-hover: #2c64d4;
|
|
1124
1013
|
--color-light-text-info-inverted: #4a9dfc;
|
|
1125
1014
|
--color-light-text-info-inverted-hover: #63aafd;
|
|
1126
1015
|
--color-light-text-info-inverted-press: #7fb6ff;
|
|
1127
1016
|
--color-light-text-info-press: #2453b4;
|
|
1128
|
-
--color-light-text-link: #2a77ef;
|
|
1129
1017
|
--color-light-text-negative: #ec2d20;
|
|
1130
1018
|
--color-light-text-negative-hover: #c7241f;
|
|
1131
1019
|
--color-light-text-negative-inverted: #ff4837;
|
|
@@ -1175,19 +1063,7 @@
|
|
|
1175
1063
|
--color-static-accent-secondary-inverted-hover: #dcdde1;
|
|
1176
1064
|
--color-static-accent-secondary-inverted-press: #d2d3d9;
|
|
1177
1065
|
--color-static-accent-secondary-press: #353539;
|
|
1178
|
-
--color-static-bg-accent: #ef3124;
|
|
1179
1066
|
--color-static-bg-primary-dark: #0e0e0e;
|
|
1180
|
-
--color-static-bg-primary-light: #fff;
|
|
1181
|
-
--color-static-bg-quaternary-dark: #36363a;
|
|
1182
|
-
--color-static-bg-quaternary-light: #e7e8ec;
|
|
1183
|
-
--color-static-bg-secondary-dark: #1c1c1e;
|
|
1184
|
-
--color-static-bg-secondary-light: #f2f3f5;
|
|
1185
|
-
--color-static-bg-tertiary-dark: #27272a;
|
|
1186
|
-
--color-static-bg-tertiary-light: #edeef0;
|
|
1187
|
-
--color-static-border-accent: #ef3124;
|
|
1188
|
-
--color-static-graphic-accent: #ef3124;
|
|
1189
|
-
--color-static-graphic-dark: #0e0e0e;
|
|
1190
|
-
--color-static-graphic-light: #fff;
|
|
1191
1067
|
--color-static-neutral-0: #fff;
|
|
1192
1068
|
--color-static-neutral-0-hover: #e7e8eb;
|
|
1193
1069
|
--color-static-neutral-0-inverted: #262629;
|
|
@@ -1312,7 +1188,6 @@
|
|
|
1312
1188
|
--color-static-status-negative-inverted: #ff4837;
|
|
1313
1189
|
--color-static-status-positive: #0cc44d;
|
|
1314
1190
|
--color-static-status-positive-inverted: #17d055;
|
|
1315
|
-
--color-static-text-accent: #ef3124;
|
|
1316
1191
|
--color-static-text-attention: #ea8313;
|
|
1317
1192
|
--color-static-text-attention-hover: #d57111;
|
|
1318
1193
|
--color-static-text-attention-inverted: #fa9313;
|
|
@@ -1363,465 +1238,590 @@
|
|
|
1363
1238
|
--color-static-text-tertiary-inverted-press: rgba(238, 238, 251, 0.55);
|
|
1364
1239
|
--color-static-text-tertiary-light: rgba(233, 233, 250, 0.37);
|
|
1365
1240
|
--color-static-text-tertiary-press: rgba(4, 4, 19, 0.55);
|
|
1241
|
+
--color-dark-bg-accent: #ef3124; /* deprecated */
|
|
1242
|
+
--color-dark-bg-attention-muted: #36291f; /* deprecated */
|
|
1366
1243
|
--color-dark-bg-component: rgba(255, 255, 255, 0.1); /* deprecated */
|
|
1367
1244
|
--color-dark-bg-component-inverted: rgba(0, 0, 0, 0.08); /* deprecated */
|
|
1245
|
+
--color-dark-bg-info: #001c3c; /* deprecated */
|
|
1246
|
+
--color-dark-bg-info-muted: #242a39; /* deprecated */
|
|
1368
1247
|
--color-dark-bg-link-muted: #001c3c; /* deprecated */
|
|
1248
|
+
--color-dark-bg-negative-muted: #392523; /* deprecated */
|
|
1369
1249
|
--color-dark-bg-neutral: #3a3a3c; /* deprecated */
|
|
1370
1250
|
--color-dark-bg-nulled: rgba(0, 0, 0, 0); /* deprecated */
|
|
1251
|
+
--color-dark-bg-opaque: rgba(255, 255, 255, 0.8); /* deprecated */
|
|
1252
|
+
--color-dark-bg-overlay: rgba(0, 0, 0, 0.8); /* deprecated */
|
|
1253
|
+
--color-dark-bg-positive-muted: #232d25; /* deprecated */
|
|
1254
|
+
--color-dark-bg-primary: #0e0e0e; /* deprecated */
|
|
1371
1255
|
--color-dark-bg-primary-grouped: #1a1a1d; /* deprecated */
|
|
1256
|
+
--color-dark-bg-primary-inverted: #fff; /* deprecated */
|
|
1257
|
+
--color-dark-bg-quaternary: #36363a; /* deprecated */
|
|
1258
|
+
--color-dark-bg-quaternary-inverted: #dcdee2; /* deprecated */
|
|
1259
|
+
--color-dark-bg-secondary: #1c1c1e; /* deprecated */
|
|
1372
1260
|
--color-dark-bg-secondary-grouped: #2a2a2e; /* deprecated */
|
|
1261
|
+
--color-dark-bg-secondary-inverted: #f2f3f5; /* deprecated */
|
|
1262
|
+
--color-dark-bg-tertiary: #27272a; /* deprecated */
|
|
1373
1263
|
--color-dark-bg-tertiary-grouped: #404045; /* deprecated */
|
|
1264
|
+
--color-dark-bg-tertiary-inverted: #e7e8ea; /* deprecated */
|
|
1265
|
+
--color-dark-border-accent: #ef3124; /* deprecated */
|
|
1266
|
+
--color-dark-border-key: #fff; /* deprecated */
|
|
1267
|
+
--color-dark-border-key-inverted: #000; /* deprecated */
|
|
1268
|
+
--color-dark-border-link: #3193fc; /* deprecated */
|
|
1269
|
+
--color-dark-border-primary: #36363a; /* deprecated */
|
|
1270
|
+
--color-dark-border-primary-inverted: #d5d6dc; /* deprecated */
|
|
1271
|
+
--color-dark-border-secondary: #27272a; /* deprecated */
|
|
1272
|
+
--color-dark-border-secondary-inverted: #e7e8ec; /* deprecated */
|
|
1273
|
+
--color-dark-border-tertiary: #1c1c1e; /* deprecated */
|
|
1274
|
+
--color-dark-border-tertiary-inverted: #f2f3f5; /* deprecated */
|
|
1275
|
+
--color-dark-border-underline: #49494f; /* deprecated */
|
|
1276
|
+
--color-dark-border-underline-inverted: #b8b9c0; /* deprecated */
|
|
1277
|
+
--color-dark-graphic-accent: #ef3124; /* deprecated */
|
|
1278
|
+
--color-dark-graphic-attention: #fda136; /* deprecated */
|
|
1279
|
+
--color-dark-graphic-link: #3193fc; /* deprecated */
|
|
1280
|
+
--color-dark-graphic-negative: #ff5431; /* deprecated */
|
|
1374
1281
|
--color-dark-graphic-neutral: #2a2a2c; /* deprecated */
|
|
1282
|
+
--color-dark-graphic-positive: #17d055; /* deprecated */
|
|
1283
|
+
--color-dark-graphic-primary: #fff; /* deprecated */
|
|
1284
|
+
--color-dark-graphic-primary-inverted: #0e0e0e; /* deprecated */
|
|
1285
|
+
--color-dark-graphic-quaternary: #27272a; /* deprecated */
|
|
1286
|
+
--color-dark-graphic-quaternary-inverted: #e7e8ec; /* deprecated */
|
|
1287
|
+
--color-dark-graphic-secondary: #898991; /* deprecated */
|
|
1288
|
+
--color-dark-graphic-secondary-inverted: #898991; /* deprecated */
|
|
1289
|
+
--color-dark-graphic-tertiary: #49494f; /* deprecated */
|
|
1290
|
+
--color-dark-graphic-tertiary-inverted: #b8b9c0; /* deprecated */
|
|
1291
|
+
--color-dark-specialbg-component: rgba(255, 255, 255, 0.1); /* deprecated */
|
|
1292
|
+
--color-dark-specialbg-component-inverted: rgba(11, 31, 53, 0.07); /* deprecated */
|
|
1293
|
+
--color-dark-specialbg-nulled: rgba(255, 255, 255, 0); /* deprecated */
|
|
1375
1294
|
--color-dark-specialbg-overlay: rgba(0, 0, 0, 0.8); /* deprecated */
|
|
1295
|
+
--color-dark-specialbg-overlay-fallback: #0e0e0f; /* deprecated */
|
|
1296
|
+
--color-dark-specialbg-primary-grouped: #1c1c1e; /* deprecated */
|
|
1297
|
+
--color-dark-specialbg-secondary-grouped: #27272a; /* deprecated */
|
|
1298
|
+
--color-dark-specialbg-secondary-transparent: rgba(214, 214, 229, 0.07); /* deprecated */
|
|
1299
|
+
--color-dark-specialbg-secondary-transparent-inverted: rgba(38, 55, 88, 0.06); /* deprecated */
|
|
1300
|
+
--color-dark-specialbg-tertiary-grouped: #36363a; /* deprecated */
|
|
1301
|
+
--color-dark-specialbg-tertiary-transparent: rgba(222, 222, 240, 0.12); /* deprecated */
|
|
1302
|
+
--color-dark-specialbg-tertiary-transparent-inverted: rgba(30, 43, 68, 0.08); /* deprecated */
|
|
1303
|
+
--color-dark-text-accent: #ef3124; /* deprecated */
|
|
1304
|
+
--color-dark-text-disabled: rgba(236, 236, 254, 0.18); /* deprecated */
|
|
1305
|
+
--color-dark-text-disabled-inverted: rgba(5, 11, 44, 0.18); /* deprecated */
|
|
1376
1306
|
--color-dark-text-disabled-transparent: rgba(220, 220, 243, 0.14); /* deprecated */
|
|
1307
|
+
--color-dark-text-link: #4a9dfc; /* deprecated */
|
|
1377
1308
|
--color-dark-text-secondary-inverted-transparent: rgba(3, 3, 16, 0.56); /* deprecated */
|
|
1378
1309
|
--color-dark-text-secondary-transparent: rgba(239, 239, 254, 0.53); /* deprecated */
|
|
1379
1310
|
--color-dark-text-tertiary-inverted-transparent: rgba(1, 1, 18, 0.41); /* deprecated */
|
|
1380
1311
|
--color-dark-text-tertiary-transparent: rgba(233, 233, 251, 0.35); /* deprecated */
|
|
1312
|
+
--color-light-bg-accent: #ef3124; /* deprecated */
|
|
1313
|
+
--color-light-bg-attention-muted: #ffefd9; /* deprecated */
|
|
1381
1314
|
--color-light-bg-component: rgba(19, 19, 73, 0.11); /* deprecated */
|
|
1382
1315
|
--color-light-bg-component-inverted: rgba(223, 223, 246, 0.13); /* deprecated */
|
|
1316
|
+
--color-light-bg-info: #d6e8fc; /* deprecated */
|
|
1317
|
+
--color-light-bg-info-muted: #e4f0ff; /* deprecated */
|
|
1383
1318
|
--color-light-bg-link-muted: #d6e8fc; /* deprecated */
|
|
1319
|
+
--color-light-bg-negative-muted: #ffebeb; /* deprecated */
|
|
1384
1320
|
--color-light-bg-neutral: #dcdcdd; /* deprecated */
|
|
1385
1321
|
--color-light-bg-nulled: rgba(0, 0, 0, 0); /* deprecated */
|
|
1322
|
+
--color-light-bg-opaque: rgba(255, 255, 255, 0.8); /* deprecated */
|
|
1323
|
+
--color-light-bg-overlay: rgba(0, 0, 0, 0.65); /* deprecated */
|
|
1324
|
+
--color-light-bg-positive-muted: #dff8e5; /* deprecated */
|
|
1325
|
+
--color-light-bg-primary: #fff; /* deprecated */
|
|
1386
1326
|
--color-light-bg-primary-grouped: #f2f2f6; /* deprecated */
|
|
1327
|
+
--color-light-bg-primary-inverted: #0e0e0e; /* deprecated */
|
|
1328
|
+
--color-light-bg-quaternary: #dcdee2; /* deprecated */
|
|
1329
|
+
--color-light-bg-quaternary-inverted: #36363a; /* deprecated */
|
|
1330
|
+
--color-light-bg-secondary: #f2f3f5; /* deprecated */
|
|
1387
1331
|
--color-light-bg-secondary-grouped: #fff; /* deprecated */
|
|
1332
|
+
--color-light-bg-secondary-inverted: #1c1c1e; /* deprecated */
|
|
1333
|
+
--color-light-bg-tertiary: #e7e8ea; /* deprecated */
|
|
1388
1334
|
--color-light-bg-tertiary-grouped: #f2f2f6; /* deprecated */
|
|
1335
|
+
--color-light-bg-tertiary-inverted: #27272a; /* deprecated */
|
|
1336
|
+
--color-light-border-accent: #ef3124; /* deprecated */
|
|
1337
|
+
--color-light-border-key: #000; /* deprecated */
|
|
1338
|
+
--color-light-border-key-inverted: #fff; /* deprecated */
|
|
1339
|
+
--color-light-border-link: #2288fa; /* deprecated */
|
|
1340
|
+
--color-light-border-primary: #d5d6dc; /* deprecated */
|
|
1341
|
+
--color-light-border-primary-inverted: #36363a; /* deprecated */
|
|
1342
|
+
--color-light-border-secondary: #e7e8ec; /* deprecated */
|
|
1343
|
+
--color-light-border-secondary-inverted: #27272a; /* deprecated */
|
|
1344
|
+
--color-light-border-tertiary: #f2f3f5; /* deprecated */
|
|
1345
|
+
--color-light-border-tertiary-inverted: #1c1c1e; /* deprecated */
|
|
1346
|
+
--color-light-border-underline: #b8b9c0; /* deprecated */
|
|
1347
|
+
--color-light-border-underline-inverted: #49494f; /* deprecated */
|
|
1348
|
+
--color-light-graphic-accent: #ef3124; /* deprecated */
|
|
1349
|
+
--color-light-graphic-attention: #fa9313; /* deprecated */
|
|
1350
|
+
--color-light-graphic-link: #2288fa; /* deprecated */
|
|
1351
|
+
--color-light-graphic-negative: #ff5431; /* deprecated */
|
|
1389
1352
|
--color-light-graphic-neutral: #dcdcdd; /* deprecated */
|
|
1353
|
+
--color-light-graphic-positive: #0cc44d; /* deprecated */
|
|
1354
|
+
--color-light-graphic-primary: #0e0e0e; /* deprecated */
|
|
1355
|
+
--color-light-graphic-primary-inverted: #fff; /* deprecated */
|
|
1356
|
+
--color-light-graphic-quaternary: #e7e8ec; /* deprecated */
|
|
1357
|
+
--color-light-graphic-quaternary-inverted: #27272a; /* deprecated */
|
|
1358
|
+
--color-light-graphic-secondary: #898991; /* deprecated */
|
|
1359
|
+
--color-light-graphic-secondary-inverted: #898991; /* deprecated */
|
|
1360
|
+
--color-light-graphic-tertiary: #b8b9c0; /* deprecated */
|
|
1361
|
+
--color-light-graphic-tertiary-inverted: #49494f; /* deprecated */
|
|
1362
|
+
--color-light-specialbg-component: rgba(11, 31, 53, 0.07); /* deprecated */
|
|
1363
|
+
--color-light-specialbg-component-inverted: rgba(255, 255, 255, 0.1); /* deprecated */
|
|
1364
|
+
--color-light-specialbg-nulled: rgba(255, 255, 255, 0); /* deprecated */
|
|
1390
1365
|
--color-light-specialbg-overlay: rgba(0, 0, 0, 0.6); /* deprecated */
|
|
1366
|
+
--color-light-specialbg-overlay-fallback: #49494f; /* deprecated */
|
|
1367
|
+
--color-light-specialbg-primary-grouped: #f2f3f5; /* deprecated */
|
|
1368
|
+
--color-light-specialbg-secondary-grouped: #fff; /* deprecated */
|
|
1369
|
+
--color-light-specialbg-secondary-transparent: rgba(38, 55, 88, 0.06); /* deprecated */
|
|
1370
|
+
--color-light-specialbg-secondary-transparent-inverted: rgba(214, 214, 229, 0.07); /* deprecated */
|
|
1371
|
+
--color-light-specialbg-tertiary-grouped: #f2f3f5; /* deprecated */
|
|
1372
|
+
--color-light-specialbg-tertiary-transparent: rgba(30, 43, 68, 0.08); /* deprecated */
|
|
1373
|
+
--color-light-specialbg-tertiary-transparent-inverted: rgba(222, 222, 240, 0.12); /* deprecated */
|
|
1374
|
+
--color-light-text-accent: #ef3124; /* deprecated */
|
|
1375
|
+
--color-light-text-disabled: rgba(5, 11, 44, 0.18); /* deprecated */
|
|
1376
|
+
--color-light-text-disabled-inverted: rgba(231, 231, 248, 0.18); /* deprecated */
|
|
1391
1377
|
--color-light-text-disabled-transparent: rgba(1, 1, 24, 0.26); /* deprecated */
|
|
1378
|
+
--color-light-text-link: #2a77ef; /* deprecated */
|
|
1392
1379
|
--color-light-text-secondary-inverted-transparent: rgba(239, 239, 254, 0.53); /* deprecated */
|
|
1393
1380
|
--color-light-text-secondary-transparent: rgba(3, 3, 16, 0.56); /* deprecated */
|
|
1394
1381
|
--color-light-text-tertiary-inverted-transparent: rgba(233, 233, 251, 0.35); /* deprecated */
|
|
1395
1382
|
--color-light-text-tertiary-transparent: rgba(1, 1, 18, 0.41); /* deprecated */
|
|
1383
|
+
--color-static-bg-accent: #ef3124; /* deprecated */
|
|
1396
1384
|
--color-static-bg-dark: #000; /* deprecated */
|
|
1397
1385
|
--color-static-bg-light: #fff; /* deprecated */
|
|
1398
1386
|
--color-static-bg-neutral-dark: #3a3a3c; /* deprecated */
|
|
1399
1387
|
--color-static-bg-neutral-light: #dcdcdd; /* deprecated */
|
|
1388
|
+
--color-static-bg-primary-light: #fff; /* deprecated */
|
|
1389
|
+
--color-static-bg-quaternary-dark: #36363a; /* deprecated */
|
|
1390
|
+
--color-static-bg-quaternary-light: #e7e8ec; /* deprecated */
|
|
1391
|
+
--color-static-bg-secondary-dark: #1c1c1e; /* deprecated */
|
|
1392
|
+
--color-static-bg-secondary-light: #f2f3f5; /* deprecated */
|
|
1393
|
+
--color-static-bg-tertiary-dark: #27272a; /* deprecated */
|
|
1394
|
+
--color-static-bg-tertiary-light: #edeef0; /* deprecated */
|
|
1395
|
+
--color-static-border-accent: #ef3124; /* deprecated */
|
|
1396
|
+
--color-static-graphic-accent: #ef3124; /* deprecated */
|
|
1397
|
+
--color-static-graphic-dark: #0e0e0e; /* deprecated */
|
|
1398
|
+
--color-static-graphic-light: #fff; /* deprecated */
|
|
1399
|
+
--color-static-text-accent: #ef3124; /* deprecated */
|
|
1400
1400
|
--color-static-text-secondary-dark-transparent: rgba(3, 3, 16, 0.56); /* deprecated */
|
|
1401
1401
|
--color-static-text-secondary-light-transparent: rgba(235, 235, 245, 0.6); /* deprecated */
|
|
1402
1402
|
--color-static-text-tertiary-dark-transparent: rgba(1, 1, 18, 0.41); /* deprecated */
|
|
1403
1403
|
--color-static-text-tertiary-light-transparent: rgba(235, 235, 245, 0.3); /* deprecated */
|
|
1404
|
-
--color-dark-
|
|
1405
|
-
--color-dark-
|
|
1406
|
-
--color-dark-
|
|
1407
|
-
--color-dark-
|
|
1408
|
-
--color-dark-
|
|
1409
|
-
--color-dark-
|
|
1410
|
-
--color-dark-
|
|
1411
|
-
--color-dark-
|
|
1412
|
-
--color-dark-
|
|
1413
|
-
--color-dark-
|
|
1414
|
-
--color-dark-
|
|
1415
|
-
--color-dark-
|
|
1416
|
-
--color-dark-
|
|
1417
|
-
--color-dark-
|
|
1418
|
-
--color-dark-
|
|
1419
|
-
--color-dark-
|
|
1420
|
-
--color-dark-
|
|
1421
|
-
--color-dark-
|
|
1422
|
-
--color-dark-
|
|
1423
|
-
--color-dark-
|
|
1424
|
-
--color-dark-
|
|
1425
|
-
--color-dark-
|
|
1426
|
-
--color-dark-
|
|
1427
|
-
--color-dark-
|
|
1428
|
-
--color-dark-
|
|
1429
|
-
--color-
|
|
1430
|
-
--color-
|
|
1431
|
-
--color-
|
|
1432
|
-
--color-
|
|
1433
|
-
--color-
|
|
1434
|
-
--color-
|
|
1435
|
-
--color-
|
|
1436
|
-
--color-
|
|
1437
|
-
--color-
|
|
1438
|
-
--color-
|
|
1439
|
-
--color-
|
|
1440
|
-
--color-
|
|
1441
|
-
--color-
|
|
1442
|
-
--color-
|
|
1443
|
-
--color-
|
|
1444
|
-
--color-
|
|
1445
|
-
--color-
|
|
1446
|
-
--color-
|
|
1447
|
-
--color-
|
|
1448
|
-
--color-
|
|
1449
|
-
--color-
|
|
1450
|
-
--color-
|
|
1451
|
-
--color-
|
|
1452
|
-
--color-
|
|
1453
|
-
--color-
|
|
1454
|
-
--color-
|
|
1455
|
-
--color-
|
|
1456
|
-
--color-
|
|
1457
|
-
--color-
|
|
1458
|
-
--color-
|
|
1459
|
-
--color-dark-bg-
|
|
1460
|
-
--color-dark-
|
|
1461
|
-
--color-dark-
|
|
1462
|
-
--color-dark-
|
|
1463
|
-
--color-dark-
|
|
1464
|
-
--color-dark-
|
|
1465
|
-
--color-dark-
|
|
1466
|
-
--color-dark-
|
|
1467
|
-
--color-dark-
|
|
1468
|
-
--color-dark-
|
|
1469
|
-
--color-dark-
|
|
1470
|
-
--color-dark-
|
|
1471
|
-
--color-dark-
|
|
1472
|
-
--color-dark-
|
|
1473
|
-
--color-dark-
|
|
1474
|
-
--color-dark-
|
|
1475
|
-
--color-dark-
|
|
1476
|
-
--color-dark-
|
|
1477
|
-
--color-dark-
|
|
1478
|
-
--color-dark-
|
|
1479
|
-
--color-dark-
|
|
1480
|
-
--color-dark-
|
|
1481
|
-
--color-dark-
|
|
1482
|
-
--color-dark-
|
|
1483
|
-
--color-dark-
|
|
1484
|
-
--color-dark-
|
|
1485
|
-
--color-dark-
|
|
1486
|
-
--color-dark-
|
|
1487
|
-
--color-dark-
|
|
1488
|
-
--color-dark-
|
|
1489
|
-
--color-dark-
|
|
1490
|
-
--color-dark-
|
|
1491
|
-
--color-dark-
|
|
1492
|
-
--color-dark-
|
|
1493
|
-
--color-dark-
|
|
1494
|
-
--color-dark-
|
|
1495
|
-
--color-dark-
|
|
1496
|
-
--color-dark-
|
|
1497
|
-
--color-dark-
|
|
1498
|
-
--color-dark-
|
|
1499
|
-
--color-dark-
|
|
1500
|
-
--color-dark-
|
|
1501
|
-
--color-dark-
|
|
1502
|
-
--color-dark-
|
|
1503
|
-
--color-dark-
|
|
1504
|
-
--color-dark-
|
|
1505
|
-
--color-dark-
|
|
1506
|
-
--color-dark-
|
|
1507
|
-
--color-dark-
|
|
1508
|
-
--color-dark-
|
|
1509
|
-
--color-dark-
|
|
1510
|
-
--color-dark-
|
|
1511
|
-
--color-dark-
|
|
1512
|
-
--color-dark-
|
|
1513
|
-
--color-dark-
|
|
1514
|
-
--color-dark-
|
|
1515
|
-
--color-dark-
|
|
1516
|
-
--color-dark-
|
|
1517
|
-
--color-dark-
|
|
1518
|
-
--color-dark-
|
|
1519
|
-
--color-dark-
|
|
1520
|
-
--color-dark-
|
|
1521
|
-
--color-dark-
|
|
1522
|
-
--color-dark-
|
|
1523
|
-
--color-dark-
|
|
1524
|
-
--color-dark-
|
|
1525
|
-
--color-dark-
|
|
1526
|
-
--color-dark-
|
|
1527
|
-
--color-dark-
|
|
1528
|
-
--color-dark-
|
|
1529
|
-
--color-dark-
|
|
1530
|
-
--color-dark-
|
|
1531
|
-
--color-dark-
|
|
1532
|
-
--color-dark-
|
|
1533
|
-
--color-dark-
|
|
1534
|
-
--color-dark-
|
|
1535
|
-
--color-dark-
|
|
1536
|
-
--color-dark-
|
|
1537
|
-
--color-dark-
|
|
1538
|
-
--color-dark-
|
|
1539
|
-
--color-dark-
|
|
1540
|
-
--color-dark-
|
|
1541
|
-
--color-dark-
|
|
1542
|
-
--color-dark-
|
|
1543
|
-
--color-dark-
|
|
1544
|
-
--color-dark-
|
|
1545
|
-
--color-dark-
|
|
1546
|
-
--color-dark-
|
|
1547
|
-
--color-dark-
|
|
1548
|
-
--color-dark-
|
|
1549
|
-
--color-dark-
|
|
1550
|
-
--color-dark-
|
|
1551
|
-
--color-dark-
|
|
1552
|
-
--color-dark-
|
|
1553
|
-
--color-dark-
|
|
1554
|
-
--color-dark-
|
|
1555
|
-
--color-dark-
|
|
1556
|
-
--color-dark-
|
|
1557
|
-
--color-dark-
|
|
1558
|
-
--color-dark-
|
|
1559
|
-
--color-dark-
|
|
1560
|
-
--color-dark-
|
|
1561
|
-
--color-dark-
|
|
1562
|
-
--color-dark-
|
|
1563
|
-
--color-dark-
|
|
1564
|
-
--color-dark-
|
|
1565
|
-
--color-dark-
|
|
1566
|
-
--color-
|
|
1567
|
-
--color-
|
|
1568
|
-
--color-
|
|
1569
|
-
--color-
|
|
1570
|
-
--color-
|
|
1571
|
-
--color-
|
|
1572
|
-
--color-
|
|
1573
|
-
--color-
|
|
1574
|
-
--color-
|
|
1575
|
-
--color-
|
|
1576
|
-
--color-
|
|
1577
|
-
--color-
|
|
1578
|
-
--color-
|
|
1579
|
-
--color-
|
|
1580
|
-
--color-
|
|
1581
|
-
--color-
|
|
1582
|
-
--color-
|
|
1583
|
-
--color-
|
|
1584
|
-
--color-
|
|
1585
|
-
--color-
|
|
1586
|
-
--color-
|
|
1587
|
-
--color-
|
|
1588
|
-
--color-
|
|
1589
|
-
--color-
|
|
1590
|
-
--color-
|
|
1591
|
-
--color-
|
|
1592
|
-
--color-
|
|
1593
|
-
--color-
|
|
1594
|
-
--color-
|
|
1595
|
-
--color-
|
|
1596
|
-
--color-light-bg-
|
|
1597
|
-
--color-light-bg-
|
|
1598
|
-
--color-light-bg-
|
|
1599
|
-
--color-light-bg-
|
|
1600
|
-
--color-light-bg-
|
|
1601
|
-
--color-light-bg-
|
|
1602
|
-
--color-light-bg-
|
|
1603
|
-
--color-light-bg-
|
|
1604
|
-
--color-light-bg-
|
|
1605
|
-
--color-light-bg-
|
|
1606
|
-
--color-light-bg-
|
|
1607
|
-
--color-light-bg-
|
|
1608
|
-
--color-light-bg-
|
|
1609
|
-
--color-light-bg-
|
|
1610
|
-
--color-light-bg-
|
|
1611
|
-
--color-light-bg-
|
|
1612
|
-
--color-light-bg-
|
|
1613
|
-
--color-light-bg-
|
|
1614
|
-
--color-light-bg-
|
|
1615
|
-
--color-light-bg-
|
|
1616
|
-
--color-light-bg-
|
|
1617
|
-
--color-light-bg-
|
|
1618
|
-
--color-light-bg-
|
|
1619
|
-
--color-light-bg-
|
|
1620
|
-
--color-light-bg-
|
|
1621
|
-
--color-light-bg-
|
|
1622
|
-
--color-light-
|
|
1623
|
-
--color-light-
|
|
1624
|
-
--color-light-
|
|
1625
|
-
--color-light-
|
|
1626
|
-
--color-light-
|
|
1627
|
-
--color-light-
|
|
1628
|
-
--color-light-
|
|
1629
|
-
--color-light-
|
|
1630
|
-
--color-light-
|
|
1631
|
-
--color-light-
|
|
1632
|
-
--color-light-
|
|
1633
|
-
--color-light-
|
|
1634
|
-
--color-light-
|
|
1635
|
-
--color-light-
|
|
1636
|
-
--color-light-
|
|
1637
|
-
--color-light-
|
|
1638
|
-
--color-light-
|
|
1639
|
-
--color-light-
|
|
1640
|
-
--color-light-
|
|
1641
|
-
--color-light-
|
|
1642
|
-
--color-light-
|
|
1643
|
-
--color-light-
|
|
1644
|
-
--color-light-
|
|
1645
|
-
--color-light-
|
|
1646
|
-
--color-light-
|
|
1647
|
-
--color-light-
|
|
1648
|
-
--color-light-
|
|
1649
|
-
--color-light-
|
|
1650
|
-
--color-light-
|
|
1651
|
-
--color-light-
|
|
1652
|
-
--color-light-
|
|
1653
|
-
--color-light-
|
|
1654
|
-
--color-light-
|
|
1655
|
-
--color-light-
|
|
1656
|
-
--color-light-
|
|
1657
|
-
--color-light-
|
|
1658
|
-
--color-light-graphic-
|
|
1659
|
-
--color-light-graphic-
|
|
1660
|
-
--color-light-graphic-
|
|
1661
|
-
--color-light-graphic-
|
|
1662
|
-
--color-light-graphic-
|
|
1663
|
-
--color-light-graphic-
|
|
1664
|
-
--color-light-graphic-
|
|
1665
|
-
--color-light-graphic-
|
|
1666
|
-
--color-light-graphic-
|
|
1667
|
-
--color-light-graphic-
|
|
1668
|
-
--color-light-graphic-
|
|
1669
|
-
--color-light-graphic-
|
|
1670
|
-
--color-light-graphic-
|
|
1671
|
-
--color-light-graphic-
|
|
1672
|
-
--color-light-graphic-
|
|
1673
|
-
--color-light-graphic-
|
|
1674
|
-
--color-light-graphic-
|
|
1675
|
-
--color-light-graphic-
|
|
1676
|
-
--color-light-graphic-
|
|
1677
|
-
--color-light-graphic-
|
|
1678
|
-
--color-light-graphic-
|
|
1679
|
-
--color-light-graphic-
|
|
1680
|
-
--color-light-
|
|
1681
|
-
--color-light-
|
|
1682
|
-
--color-light-
|
|
1683
|
-
--color-light-
|
|
1684
|
-
--color-light-
|
|
1685
|
-
--color-light-
|
|
1686
|
-
--color-light-
|
|
1687
|
-
--color-light-
|
|
1688
|
-
--color-light-
|
|
1689
|
-
--color-light-
|
|
1690
|
-
--color-light-
|
|
1691
|
-
--color-light-
|
|
1692
|
-
--color-light-
|
|
1693
|
-
--color-light-
|
|
1694
|
-
--color-light-
|
|
1695
|
-
--color-light-
|
|
1696
|
-
--color-light-
|
|
1697
|
-
--color-light-
|
|
1698
|
-
--color-light-
|
|
1699
|
-
--color-light-
|
|
1700
|
-
--color-light-
|
|
1701
|
-
--color-light-
|
|
1702
|
-
--color-light-
|
|
1703
|
-
--color-light-
|
|
1704
|
-
--color-light-
|
|
1705
|
-
--color-light-
|
|
1706
|
-
--color-light-
|
|
1707
|
-
--color-light-
|
|
1708
|
-
--color-light-
|
|
1709
|
-
--color-light-
|
|
1710
|
-
--color-light-
|
|
1711
|
-
--color-light-
|
|
1712
|
-
--color-light-
|
|
1713
|
-
--color-light-
|
|
1714
|
-
--color-light-
|
|
1715
|
-
--color-light-
|
|
1716
|
-
--color-light-
|
|
1717
|
-
--color-light-
|
|
1718
|
-
--color-light-
|
|
1719
|
-
--color-light-
|
|
1720
|
-
--color-light-
|
|
1721
|
-
--color-light-
|
|
1722
|
-
--color-light-
|
|
1723
|
-
--color-light-
|
|
1724
|
-
--color-light-
|
|
1725
|
-
--color-light-
|
|
1726
|
-
--color-light-
|
|
1727
|
-
--color-light-
|
|
1728
|
-
--color-
|
|
1729
|
-
--color-
|
|
1730
|
-
--color-
|
|
1731
|
-
--color-
|
|
1732
|
-
--color-
|
|
1733
|
-
--color-static-graphic-light-shade-
|
|
1734
|
-
--color-static-
|
|
1404
|
+
--color-dark-neutral-700-alpha-15: rgba(137, 137, 145, 0.15); /* deprecated */
|
|
1405
|
+
--color-dark-status-info-alpha-15: rgba(49, 147, 252, 0.15); /* deprecated */
|
|
1406
|
+
--color-dark-text-primary-alpha-30: rgba(255, 255, 255, 0.3); /* deprecated */
|
|
1407
|
+
--color-dark-text-primary-shade-24: rgba(194, 194, 194, 0.9544); /* deprecated */
|
|
1408
|
+
--color-dark-text-primary-shade-30: rgba(179, 179, 179, 0.958); /* deprecated */
|
|
1409
|
+
--color-dark-text-primary-shade-40: rgba(153, 153, 153, 0.964); /* deprecated */
|
|
1410
|
+
--color-dark-text-primary-shade-50: rgba(128, 128, 128, 0.97); /* deprecated */
|
|
1411
|
+
--color-dark-text-primary-tint-20: rgba(255, 255, 255, 0.952); /* deprecated */
|
|
1412
|
+
--color-dark-text-primary-tint-40: rgba(255, 255, 255, 0.964); /* deprecated */
|
|
1413
|
+
--color-dark-text-primary-inverted-alpha-30: rgba(3, 3, 6, 0.3); /* deprecated */
|
|
1414
|
+
--color-dark-text-primary-inverted-alpha-40: rgba(3, 3, 6, 0.4); /* deprecated */
|
|
1415
|
+
--color-dark-text-primary-inverted-shade-20: rgba(2, 2, 5, 0.904); /* deprecated */
|
|
1416
|
+
--color-dark-text-primary-inverted-shade-30: rgba(2, 2, 4, 0.916); /* deprecated */
|
|
1417
|
+
--color-dark-text-primary-inverted-tint-7: rgba(21, 21, 23, 0.8884); /* deprecated */
|
|
1418
|
+
--color-dark-text-primary-inverted-tint-15: rgba(41, 41, 43, 0.898); /* deprecated */
|
|
1419
|
+
--color-dark-text-primary-inverted-tint-24: rgba(63, 63, 66, 0.9088); /* deprecated */
|
|
1420
|
+
--color-dark-text-primary-inverted-tint-30: rgba(79, 79, 81, 0.916); /* deprecated */
|
|
1421
|
+
--color-dark-text-primary-inverted-tint-40: rgba(104, 104, 106, 0.928); /* deprecated */
|
|
1422
|
+
--color-dark-text-primary-inverted-tint-50: rgba(129, 129, 131, 0.94); /* deprecated */
|
|
1423
|
+
--color-dark-text-secondary-shade-20: rgba(190, 190, 201, 0.64); /* deprecated */
|
|
1424
|
+
--color-dark-text-secondary-shade-30: rgba(167, 167, 176, 0.685); /* deprecated */
|
|
1425
|
+
--color-dark-text-secondary-tint-20: rgba(241, 241, 252, 0.64); /* deprecated */
|
|
1426
|
+
--color-dark-text-secondary-tint-40: rgba(245, 245, 253, 0.73); /* deprecated */
|
|
1427
|
+
--color-dark-text-secondary-inverted-shade-20: rgba(3, 3, 15, 0.64); /* deprecated */
|
|
1428
|
+
--color-dark-text-secondary-inverted-shade-30: rgba(3, 3, 13, 0.685); /* deprecated */
|
|
1429
|
+
--color-light-neutral-700-alpha-15: rgba(137, 137, 145, 0.15); /* deprecated */
|
|
1430
|
+
--color-light-status-info-alpha-15: rgba(34, 136, 250, 0.15); /* deprecated */
|
|
1431
|
+
--color-light-text-primary-alpha-30: rgba(3, 3, 6, 0.3); /* deprecated */
|
|
1432
|
+
--color-light-text-primary-tint-24: rgba(63, 63, 66, 0.9088); /* deprecated */
|
|
1433
|
+
--color-light-text-primary-tint-30: rgba(79, 79, 81, 0.916); /* deprecated */
|
|
1434
|
+
--color-light-text-primary-tint-40: rgba(104, 104, 106, 0.928); /* deprecated */
|
|
1435
|
+
--color-light-text-primary-tint-50: rgba(129, 129, 131, 0.94); /* deprecated */
|
|
1436
|
+
--color-light-text-primary-shade-20: rgba(2, 2, 5, 0.904); /* deprecated */
|
|
1437
|
+
--color-light-text-primary-shade-40: rgba(2, 2, 4, 0.928); /* deprecated */
|
|
1438
|
+
--color-light-text-primary-inverted-alpha-30: rgba(255, 255, 255, 0.3); /* deprecated */
|
|
1439
|
+
--color-light-text-primary-inverted-alpha-40: rgba(255, 255, 255, 0.4); /* deprecated */
|
|
1440
|
+
--color-light-text-primary-inverted-tint-20: rgba(255, 255, 255, 0.952); /* deprecated */
|
|
1441
|
+
--color-light-text-primary-inverted-tint-30: rgba(255, 255, 255, 0.958); /* deprecated */
|
|
1442
|
+
--color-light-text-primary-inverted-shade-7: rgba(237, 237, 237, 0.9442); /* deprecated */
|
|
1443
|
+
--color-light-text-primary-inverted-shade-15: rgba(217, 217, 217, 0.949); /* deprecated */
|
|
1444
|
+
--color-light-text-primary-inverted-shade-24: rgba(194, 194, 194, 0.9544); /* deprecated */
|
|
1445
|
+
--color-light-text-primary-inverted-shade-30: rgba(179, 179, 179, 0.958); /* deprecated */
|
|
1446
|
+
--color-light-text-primary-inverted-shade-40: rgba(153, 153, 153, 0.964); /* deprecated */
|
|
1447
|
+
--color-light-text-primary-inverted-shade-50: rgba(128, 128, 128, 0.97); /* deprecated */
|
|
1448
|
+
--color-light-text-secondary-tint-20: rgba(54, 54, 66, 0.64); /* deprecated */
|
|
1449
|
+
--color-light-text-secondary-tint-30: rgba(79, 79, 90, 0.685); /* deprecated */
|
|
1450
|
+
--color-light-text-secondary-shade-20: rgba(3, 3, 15, 0.64); /* deprecated */
|
|
1451
|
+
--color-light-text-secondary-shade-40: rgba(2, 2, 11, 0.73); /* deprecated */
|
|
1452
|
+
--color-light-text-secondary-inverted-tint-20: rgba(241, 241, 252, 0.64); /* deprecated */
|
|
1453
|
+
--color-light-text-secondary-inverted-tint-30: rgba(243, 243, 252, 0.685); /* deprecated */
|
|
1454
|
+
--color-static-bg-primary-dark-alpha-10: rgba(14, 14, 14, 0.1); /* deprecated */
|
|
1455
|
+
--color-static-bg-primary-dark-alpha-20: rgba(14, 14, 14, 0.2); /* deprecated */
|
|
1456
|
+
--color-static-bg-primary-dark-tint-15: rgb(50, 50, 50); /* deprecated */
|
|
1457
|
+
--color-static-bg-primary-dark-tint-20: rgb(62, 62, 62); /* deprecated */
|
|
1458
|
+
--color-static-text-primary-light-alpha-30: rgba(255, 255, 255, 0.3); /* deprecated */
|
|
1459
|
+
--color-dark-bg-accent-alpha-30: rgba(239, 49, 36, 0.3); /* deprecated */
|
|
1460
|
+
--color-dark-bg-accent-shade-15: rgb(203, 42, 31); /* deprecated */
|
|
1461
|
+
--color-dark-bg-accent-shade-20: rgb(191, 39, 29); /* deprecated */
|
|
1462
|
+
--color-dark-bg-accent-tint-7: rgb(240, 63, 51); /* deprecated */
|
|
1463
|
+
--color-dark-bg-accent-tint-10: rgb(241, 70, 58); /* deprecated */
|
|
1464
|
+
--color-dark-bg-accent-tint-15: rgb(241, 80, 69); /* deprecated */
|
|
1465
|
+
--color-dark-bg-accent-tint-30: rgb(244, 111, 102); /* deprecated */
|
|
1466
|
+
--color-dark-bg-primary-alpha-4: rgba(14, 14, 14, 0.04); /* deprecated */
|
|
1467
|
+
--color-dark-bg-primary-alpha-8: rgba(14, 14, 14, 0.08); /* deprecated */
|
|
1468
|
+
--color-dark-bg-primary-alpha-12: rgba(14, 14, 14, 0.12); /* deprecated */
|
|
1469
|
+
--color-dark-bg-primary-alpha-15: rgba(14, 14, 14, 0.15); /* deprecated */
|
|
1470
|
+
--color-dark-bg-primary-alpha-16: rgba(14, 14, 14, 0.16); /* deprecated */
|
|
1471
|
+
--color-dark-bg-primary-alpha-20: rgba(14, 14, 14, 0.2); /* deprecated */
|
|
1472
|
+
--color-dark-bg-primary-alpha-30: rgba(14, 14, 14, 0.3); /* deprecated */
|
|
1473
|
+
--color-dark-bg-primary-alpha-32: rgba(14, 14, 14, 0.32); /* deprecated */
|
|
1474
|
+
--color-dark-bg-primary-alpha-37: rgba(14, 14, 14, 0.37); /* deprecated */
|
|
1475
|
+
--color-dark-bg-primary-alpha-40: rgba(14, 14, 14, 0.4); /* deprecated */
|
|
1476
|
+
--color-dark-bg-primary-tint-7: rgb(31, 31, 31); /* deprecated */
|
|
1477
|
+
--color-dark-bg-primary-tint-15: rgb(50, 50, 50); /* deprecated */
|
|
1478
|
+
--color-dark-bg-primary-inverted-alpha-3: rgba(255, 255, 255, 0.03); /* deprecated */
|
|
1479
|
+
--color-dark-bg-primary-inverted-alpha-4: rgba(255, 255, 255, 0.04); /* deprecated */
|
|
1480
|
+
--color-dark-bg-primary-inverted-alpha-5: rgba(255, 255, 255, 0.05); /* deprecated */
|
|
1481
|
+
--color-dark-bg-primary-inverted-alpha-7: rgba(255, 255, 255, 0.07); /* deprecated */
|
|
1482
|
+
--color-dark-bg-primary-inverted-alpha-8: rgba(255, 255, 255, 0.08); /* deprecated */
|
|
1483
|
+
--color-dark-bg-primary-inverted-alpha-10: rgba(255, 255, 255, 0.1); /* deprecated */
|
|
1484
|
+
--color-dark-bg-primary-inverted-alpha-12: rgba(255, 255, 255, 0.12); /* deprecated */
|
|
1485
|
+
--color-dark-bg-primary-inverted-alpha-15: rgba(255, 255, 255, 0.15); /* deprecated */
|
|
1486
|
+
--color-dark-bg-primary-inverted-alpha-16: rgba(255, 255, 255, 0.16); /* deprecated */
|
|
1487
|
+
--color-dark-bg-primary-inverted-alpha-20: rgba(255, 255, 255, 0.2); /* deprecated */
|
|
1488
|
+
--color-dark-bg-primary-inverted-alpha-24: rgba(255, 255, 255, 0.24); /* deprecated */
|
|
1489
|
+
--color-dark-bg-primary-inverted-alpha-30: rgba(255, 255, 255, 0.3); /* deprecated */
|
|
1490
|
+
--color-dark-bg-primary-inverted-alpha-32: rgba(255, 255, 255, 0.32); /* deprecated */
|
|
1491
|
+
--color-dark-bg-primary-inverted-alpha-40: rgba(255, 255, 255, 0.4); /* deprecated */
|
|
1492
|
+
--color-dark-bg-primary-inverted-alpha-50: rgba(255, 255, 255, 0.5); /* deprecated */
|
|
1493
|
+
--color-dark-bg-primary-inverted-shade-7: rgb(237, 237, 237); /* deprecated */
|
|
1494
|
+
--color-dark-bg-primary-inverted-shade-15: rgb(217, 217, 217); /* deprecated */
|
|
1495
|
+
--color-dark-bg-primary-inverted-shade-20: rgb(204, 204, 204); /* deprecated */
|
|
1496
|
+
--color-dark-bg-quaternary-alpha-30: rgba(54, 54, 58, 0.3); /* deprecated */
|
|
1497
|
+
--color-dark-bg-quaternary-tint-7: rgb(68, 68, 72); /* deprecated */
|
|
1498
|
+
--color-dark-bg-quaternary-tint-10: rgb(74, 74, 78); /* deprecated */
|
|
1499
|
+
--color-dark-bg-quaternary-tint-15: rgb(84, 84, 88); /* deprecated */
|
|
1500
|
+
--color-dark-bg-quaternary-tint-30: rgb(114, 114, 117); /* deprecated */
|
|
1501
|
+
--color-dark-bg-quaternary-inverted-alpha-30: rgba(220, 222, 226, 0.3); /* deprecated */
|
|
1502
|
+
--color-dark-bg-quaternary-inverted-shade-15: rgb(187, 189, 192); /* deprecated */
|
|
1503
|
+
--color-dark-bg-quaternary-inverted-shade-20: rgb(176, 178, 181); /* deprecated */
|
|
1504
|
+
--color-dark-bg-secondary-alpha-30: rgba(28, 28, 30, 0.3); /* deprecated */
|
|
1505
|
+
--color-dark-bg-secondary-shade-15: rgb(24, 24, 25); /* deprecated */
|
|
1506
|
+
--color-dark-bg-secondary-shade-20: rgb(22, 22, 24); /* deprecated */
|
|
1507
|
+
--color-dark-bg-secondary-tint-7: rgb(44, 44, 46); /* deprecated */
|
|
1508
|
+
--color-dark-bg-secondary-tint-15: rgb(62, 62, 64); /* deprecated */
|
|
1509
|
+
--color-dark-bg-secondary-inverted-alpha-30: rgba(242, 243, 245, 0.3); /* deprecated */
|
|
1510
|
+
--color-dark-bg-secondary-inverted-shade-15: rgb(206, 207, 208); /* deprecated */
|
|
1511
|
+
--color-dark-bg-secondary-inverted-shade-20: rgb(194, 194, 196); /* deprecated */
|
|
1512
|
+
--color-dark-bg-secondary-inverted-tint-7: rgb(243, 244, 246); /* deprecated */
|
|
1513
|
+
--color-dark-bg-secondary-inverted-tint-15: rgb(244, 245, 246); /* deprecated */
|
|
1514
|
+
--color-dark-bg-tertiary-tint-7: rgb(54, 54, 57); /* deprecated */
|
|
1515
|
+
--color-dark-border-key-alpha-7: rgba(255, 255, 255, 0.07); /* deprecated */
|
|
1516
|
+
--color-dark-border-key-alpha-15: rgba(255, 255, 255, 0.15); /* deprecated */
|
|
1517
|
+
--color-dark-border-key-inverted-alpha-7: rgba(0, 0, 0, 0.07); /* deprecated */
|
|
1518
|
+
--color-dark-border-key-inverted-alpha-15: rgba(0, 0, 0, 0.15); /* deprecated */
|
|
1519
|
+
--color-dark-border-underline-alpha-30: rgba(73, 73, 79, 0.3); /* deprecated */
|
|
1520
|
+
--color-dark-border-underline-inverted-alpha-30: rgba(184, 185, 192, 0.3); /* deprecated */
|
|
1521
|
+
--color-dark-graphic-accent-alpha-30: rgba(239, 49, 36, 0.3); /* deprecated */
|
|
1522
|
+
--color-dark-graphic-accent-shade-15: rgb(203, 42, 31); /* deprecated */
|
|
1523
|
+
--color-dark-graphic-accent-tint-7: rgb(240, 63, 51); /* deprecated */
|
|
1524
|
+
--color-dark-graphic-accent-tint-10: rgb(241, 70, 58); /* deprecated */
|
|
1525
|
+
--color-dark-graphic-accent-tint-15: rgb(241, 80, 69); /* deprecated */
|
|
1526
|
+
--color-dark-graphic-accent-tint-30: rgb(244, 111, 102); /* deprecated */
|
|
1527
|
+
--color-dark-graphic-link-alpha-15: rgba(49, 147, 252, 0.15); /* deprecated */
|
|
1528
|
+
--color-dark-graphic-negative-alpha-10: rgba(255, 84, 49, 0.1); /* deprecated */
|
|
1529
|
+
--color-dark-graphic-negative-alpha-30: rgba(255, 84, 49, 0.3); /* deprecated */
|
|
1530
|
+
--color-dark-graphic-negative-alpha-40: rgba(255, 84, 49, 0.4); /* deprecated */
|
|
1531
|
+
--color-dark-graphic-negative-shade-20: rgb(204, 67, 39); /* deprecated */
|
|
1532
|
+
--color-dark-graphic-negative-shade-30: rgb(179, 59, 34); /* deprecated */
|
|
1533
|
+
--color-dark-graphic-negative-tint-7: rgb(255, 96, 63); /* deprecated */
|
|
1534
|
+
--color-dark-graphic-negative-tint-15: rgb(255, 110, 80); /* deprecated */
|
|
1535
|
+
--color-dark-graphic-negative-tint-30: rgb(255, 135, 111); /* deprecated */
|
|
1536
|
+
--color-dark-graphic-positive-alpha-10: rgba(23, 208, 85, 0.1); /* deprecated */
|
|
1537
|
+
--color-dark-graphic-positive-tint-10: rgb(46, 213, 102); /* deprecated */
|
|
1538
|
+
--color-dark-graphic-positive-tint-30: rgb(93, 222, 136); /* deprecated */
|
|
1539
|
+
--color-dark-graphic-primary-alpha-30: rgba(255, 255, 255, 0.3); /* deprecated */
|
|
1540
|
+
--color-dark-graphic-primary-alpha-40: rgba(255, 255, 255, 0.4); /* deprecated */
|
|
1541
|
+
--color-dark-graphic-primary-alpha-50: rgba(255, 255, 255, 0.5); /* deprecated */
|
|
1542
|
+
--color-dark-graphic-primary-alpha-60: rgba(255, 255, 255, 0.6); /* deprecated */
|
|
1543
|
+
--color-dark-graphic-primary-shade-15: rgb(217, 217, 217); /* deprecated */
|
|
1544
|
+
--color-dark-graphic-primary-shade-20: rgb(204, 204, 204); /* deprecated */
|
|
1545
|
+
--color-dark-graphic-primary-shade-30: rgb(179, 179, 179); /* deprecated */
|
|
1546
|
+
--color-dark-graphic-primary-tint-10: rgb(255, 255, 255); /* deprecated */
|
|
1547
|
+
--color-dark-graphic-primary-tint-30: rgb(255, 255, 255); /* deprecated */
|
|
1548
|
+
--color-dark-graphic-primary-inverted-alpha-30: rgba(14, 14, 14, 0.3); /* deprecated */
|
|
1549
|
+
--color-dark-graphic-primary-inverted-alpha-40: rgba(14, 14, 14, 0.4); /* deprecated */
|
|
1550
|
+
--color-dark-graphic-primary-inverted-alpha-50: rgba(14, 14, 14, 0.5); /* deprecated */
|
|
1551
|
+
--color-dark-graphic-primary-inverted-alpha-60: rgba(14, 14, 14, 0.6); /* deprecated */
|
|
1552
|
+
--color-dark-graphic-primary-inverted-tint-7: rgb(31, 31, 31); /* deprecated */
|
|
1553
|
+
--color-dark-graphic-primary-inverted-tint-10: rgb(38, 38, 38); /* deprecated */
|
|
1554
|
+
--color-dark-graphic-primary-inverted-tint-15: rgb(50, 50, 50); /* deprecated */
|
|
1555
|
+
--color-dark-graphic-primary-inverted-tint-30: rgb(86, 86, 86); /* deprecated */
|
|
1556
|
+
--color-dark-graphic-quaternary-tint-10: rgb(61, 61, 63); /* deprecated */
|
|
1557
|
+
--color-dark-graphic-secondary-alpha-30: rgba(137, 137, 145, 0.3); /* deprecated */
|
|
1558
|
+
--color-dark-graphic-secondary-tint-30: rgb(172, 172, 178); /* deprecated */
|
|
1559
|
+
--color-dark-graphic-secondary-tint-50: rgb(196, 196, 200); /* deprecated */
|
|
1560
|
+
--color-dark-graphic-secondary-inverted-alpha-30: rgba(137, 137, 145, 0.3); /* deprecated */
|
|
1561
|
+
--color-dark-graphic-secondary-inverted-shade-15: rgb(116, 116, 123); /* deprecated */
|
|
1562
|
+
--color-dark-graphic-secondary-inverted-shade-20: rgb(110, 110, 116); /* deprecated */
|
|
1563
|
+
--color-dark-graphic-secondary-inverted-tint-10: rgb(149, 149, 156); /* deprecated */
|
|
1564
|
+
--color-dark-graphic-secondary-inverted-tint-30: rgb(172, 172, 178); /* deprecated */
|
|
1565
|
+
--color-dark-graphic-tertiary-alpha-30: rgba(73, 73, 79, 0.3); /* deprecated */
|
|
1566
|
+
--color-dark-graphic-tertiary-shade-15: rgb(62, 62, 67); /* deprecated */
|
|
1567
|
+
--color-dark-graphic-tertiary-shade-20: rgb(58, 58, 63); /* deprecated */
|
|
1568
|
+
--color-dark-graphic-tertiary-tint-7: rgb(86, 86, 91); /* deprecated */
|
|
1569
|
+
--color-dark-graphic-tertiary-tint-15: rgb(100, 100, 105); /* deprecated */
|
|
1570
|
+
--color-dark-graphic-tertiary-inverted-alpha-30: rgba(184, 185, 192, 0.3); /* deprecated */
|
|
1571
|
+
--color-dark-graphic-tertiary-inverted-shade-15: rgb(156, 157, 163); /* deprecated */
|
|
1572
|
+
--color-dark-graphic-tertiary-inverted-shade-20: rgb(147, 148, 154); /* deprecated */
|
|
1573
|
+
--color-dark-specialbg-component-tint-7: rgba(255, 255, 255, 0.163); /* deprecated */
|
|
1574
|
+
--color-dark-specialbg-component-tint-10: rgba(255, 255, 255, 0.19); /* deprecated */
|
|
1575
|
+
--color-dark-specialbg-component-tint-15: rgba(255, 255, 255, 0.235); /* deprecated */
|
|
1576
|
+
--color-dark-specialbg-component-tint-30: rgba(255, 255, 255, 0.37); /* deprecated */
|
|
1577
|
+
--color-dark-specialbg-component-alpha-2: rgba(255, 255, 255, 0.02); /* deprecated */
|
|
1578
|
+
--color-dark-specialbg-component-alpha-14: rgba(255, 255, 255, 0.14); /* deprecated */
|
|
1579
|
+
--color-dark-specialbg-component-alpha-23: rgba(255, 255, 255, 0.23); /* deprecated */
|
|
1580
|
+
--color-dark-specialbg-component-alpha-30: rgba(255, 255, 255, 0.3); /* deprecated */
|
|
1581
|
+
--color-dark-specialbg-component-inverted-alpha-30: rgba(11, 31, 53, 0.3); /* deprecated */
|
|
1582
|
+
--color-dark-specialbg-component-inverted-shade-15: rgba(9, 26, 45, 0.2095); /* deprecated */
|
|
1583
|
+
--color-dark-specialbg-component-inverted-shade-20: rgba(9, 25, 42, 0.256); /* deprecated */
|
|
1584
|
+
--color-dark-specialbg-secondary-transparent-tint-7: rgba(217, 217, 231, 0.1351); /* deprecated */
|
|
1585
|
+
--color-dark-specialbg-secondary-transparent-tint-15: rgba(220, 220, 233, 0.2095); /* deprecated */
|
|
1586
|
+
--color-dark-specialbg-secondary-transparent-inverted-shade-15: rgba(32, 47, 75, 0.201); /* deprecated */
|
|
1587
|
+
--color-dark-specialbg-secondary-transparent-inverted-shade-20: rgba(30, 44, 70, 0.248); /* deprecated */
|
|
1588
|
+
--color-dark-specialbg-tertiary-transparent-tint-7: rgba(224, 224, 241, 0.1816); /* deprecated */
|
|
1589
|
+
--color-dark-specialbg-tertiary-transparent-tint-15: rgba(227, 227, 242, 0.252); /* deprecated */
|
|
1590
|
+
--color-dark-specialbg-tertiary-transparent-inverted-shade-15: rgba(26, 37, 58, 0.218); /* deprecated */
|
|
1591
|
+
--color-dark-specialbg-tertiary-transparent-inverted-shade-20: rgba(24, 34, 54, 0.264); /* deprecated */
|
|
1592
|
+
--color-dark-text-link-shade-30: rgb(52, 110, 176); /* deprecated */
|
|
1593
|
+
--color-dark-text-link-shade-50: rgb(37, 79, 126); /* deprecated */
|
|
1594
|
+
--color-dark-text-link-tint-20: rgb(110, 177, 253); /* deprecated */
|
|
1595
|
+
--color-dark-text-link-tint-40: rgb(146, 196, 253); /* deprecated */
|
|
1596
|
+
--color-light-bg-accent-alpha-30: rgba(239, 49, 36, 0.3); /* deprecated */
|
|
1597
|
+
--color-light-bg-accent-tint-15: rgb(241, 80, 69); /* deprecated */
|
|
1598
|
+
--color-light-bg-accent-tint-20: rgb(242, 90, 80); /* deprecated */
|
|
1599
|
+
--color-light-bg-accent-shade-7: rgb(222, 46, 33); /* deprecated */
|
|
1600
|
+
--color-light-bg-accent-shade-10: rgb(215, 44, 32); /* deprecated */
|
|
1601
|
+
--color-light-bg-accent-shade-15: rgb(203, 42, 31); /* deprecated */
|
|
1602
|
+
--color-light-bg-accent-shade-30: rgb(167, 34, 25); /* deprecated */
|
|
1603
|
+
--color-light-bg-primary-alpha-4: rgba(255, 255, 255, 0.04); /* deprecated */
|
|
1604
|
+
--color-light-bg-primary-alpha-8: rgba(255, 255, 255, 0.08); /* deprecated */
|
|
1605
|
+
--color-light-bg-primary-alpha-12: rgba(255, 255, 255, 0.12); /* deprecated */
|
|
1606
|
+
--color-light-bg-primary-alpha-15: rgba(255, 255, 255, 0.15); /* deprecated */
|
|
1607
|
+
--color-light-bg-primary-alpha-16: rgba(255, 255, 255, 0.16); /* deprecated */
|
|
1608
|
+
--color-light-bg-primary-alpha-20: rgba(255, 255, 255, 0.2); /* deprecated */
|
|
1609
|
+
--color-light-bg-primary-alpha-30: rgba(255, 255, 255, 0.3); /* deprecated */
|
|
1610
|
+
--color-light-bg-primary-alpha-32: rgba(255, 255, 255, 0.32); /* deprecated */
|
|
1611
|
+
--color-light-bg-primary-alpha-37: rgba(255, 255, 255, 0.37); /* deprecated */
|
|
1612
|
+
--color-light-bg-primary-alpha-40: rgba(255, 255, 255, 0.4); /* deprecated */
|
|
1613
|
+
--color-light-bg-primary-shade-7: rgb(237, 237, 237); /* deprecated */
|
|
1614
|
+
--color-light-bg-primary-shade-15: rgb(217, 217, 217); /* deprecated */
|
|
1615
|
+
--color-light-bg-primary-inverted-alpha-3: rgba(14, 14, 14, 0.03); /* deprecated */
|
|
1616
|
+
--color-light-bg-primary-inverted-alpha-4: rgba(14, 14, 14, 0.04); /* deprecated */
|
|
1617
|
+
--color-light-bg-primary-inverted-alpha-5: rgba(14, 14, 14, 0.05); /* deprecated */
|
|
1618
|
+
--color-light-bg-primary-inverted-alpha-7: rgba(14, 14, 14, 0.07); /* deprecated */
|
|
1619
|
+
--color-light-bg-primary-inverted-alpha-8: rgba(14, 14, 14, 0.08); /* deprecated */
|
|
1620
|
+
--color-light-bg-primary-inverted-alpha-10: rgba(14, 14, 14, 0.1); /* deprecated */
|
|
1621
|
+
--color-light-bg-primary-inverted-alpha-12: rgba(14, 14, 14, 0.12); /* deprecated */
|
|
1622
|
+
--color-light-bg-primary-inverted-alpha-15: rgba(14, 14, 14, 0.15); /* deprecated */
|
|
1623
|
+
--color-light-bg-primary-inverted-alpha-16: rgba(14, 14, 14, 0.16); /* deprecated */
|
|
1624
|
+
--color-light-bg-primary-inverted-alpha-20: rgba(14, 14, 14, 0.2); /* deprecated */
|
|
1625
|
+
--color-light-bg-primary-inverted-alpha-24: rgba(14, 14, 14, 0.24); /* deprecated */
|
|
1626
|
+
--color-light-bg-primary-inverted-alpha-30: rgba(14, 14, 14, 0.3); /* deprecated */
|
|
1627
|
+
--color-light-bg-primary-inverted-alpha-32: rgba(14, 14, 14, 0.32); /* deprecated */
|
|
1628
|
+
--color-light-bg-primary-inverted-alpha-40: rgba(14, 14, 14, 0.4); /* deprecated */
|
|
1629
|
+
--color-light-bg-primary-inverted-alpha-50: rgba(14, 14, 14, 0.5); /* deprecated */
|
|
1630
|
+
--color-light-bg-primary-inverted-tint-7: rgb(31, 31, 31); /* deprecated */
|
|
1631
|
+
--color-light-bg-primary-inverted-tint-15: rgb(50, 50, 50); /* deprecated */
|
|
1632
|
+
--color-light-bg-primary-inverted-tint-20: rgb(62, 62, 62); /* deprecated */
|
|
1633
|
+
--color-light-bg-quaternary-alpha-30: rgba(220, 222, 226, 0.3); /* deprecated */
|
|
1634
|
+
--color-light-bg-quaternary-shade-7: rgb(205, 206, 210); /* deprecated */
|
|
1635
|
+
--color-light-bg-quaternary-shade-10: rgb(198, 200, 203); /* deprecated */
|
|
1636
|
+
--color-light-bg-quaternary-shade-15: rgb(187, 189, 192); /* deprecated */
|
|
1637
|
+
--color-light-bg-quaternary-shade-30: rgb(154, 155, 158); /* deprecated */
|
|
1638
|
+
--color-light-bg-quaternary-inverted-alpha-30: rgba(54, 54, 58, 0.3); /* deprecated */
|
|
1639
|
+
--color-light-bg-quaternary-inverted-tint-15: rgb(84, 84, 88); /* deprecated */
|
|
1640
|
+
--color-light-bg-quaternary-inverted-tint-20: rgb(94, 94, 97); /* deprecated */
|
|
1641
|
+
--color-light-bg-secondary-alpha-30: rgba(242, 243, 245, 0.3); /* deprecated */
|
|
1642
|
+
--color-light-bg-secondary-tint-15: rgb(244, 245, 246); /* deprecated */
|
|
1643
|
+
--color-light-bg-secondary-tint-20: rgb(245, 245, 247); /* deprecated */
|
|
1644
|
+
--color-light-bg-secondary-shade-7: rgb(225, 226, 228); /* deprecated */
|
|
1645
|
+
--color-light-bg-secondary-shade-15: rgb(206, 207, 208); /* deprecated */
|
|
1646
|
+
--color-light-bg-secondary-inverted-alpha-30: rgba(28, 28, 30, 0.3); /* deprecated */
|
|
1647
|
+
--color-light-bg-secondary-inverted-tint-15: rgb(62, 62, 64); /* deprecated */
|
|
1648
|
+
--color-light-bg-secondary-inverted-tint-20: rgb(73, 73, 75); /* deprecated */
|
|
1649
|
+
--color-light-bg-secondary-inverted-shade-7: rgb(26, 26, 28); /* deprecated */
|
|
1650
|
+
--color-light-bg-secondary-inverted-shade-15: rgb(24, 24, 25); /* deprecated */
|
|
1651
|
+
--color-light-bg-tertiary-shade-7: rgb(215, 216, 218); /* deprecated */
|
|
1652
|
+
--color-light-border-key-alpha-7: rgba(0, 0, 0, 0.07); /* deprecated */
|
|
1653
|
+
--color-light-border-key-alpha-15: rgba(0, 0, 0, 0.15); /* deprecated */
|
|
1654
|
+
--color-light-border-key-inverted-alpha-7: rgba(255, 255, 255, 0.07); /* deprecated */
|
|
1655
|
+
--color-light-border-key-inverted-alpha-15: rgba(255, 255, 255, 0.15); /* deprecated */
|
|
1656
|
+
--color-light-border-underline-alpha-30: rgba(184, 185, 192, 0.3); /* deprecated */
|
|
1657
|
+
--color-light-border-underline-inverted-alpha-30: rgba(73, 73, 79, 0.3); /* deprecated */
|
|
1658
|
+
--color-light-graphic-accent-alpha-30: rgba(239, 49, 36, 0.3); /* deprecated */
|
|
1659
|
+
--color-light-graphic-accent-tint-15: rgb(241, 80, 69); /* deprecated */
|
|
1660
|
+
--color-light-graphic-accent-shade-7: rgb(222, 46, 33); /* deprecated */
|
|
1661
|
+
--color-light-graphic-accent-shade-10: rgb(215, 44, 32); /* deprecated */
|
|
1662
|
+
--color-light-graphic-accent-shade-15: rgb(203, 42, 31); /* deprecated */
|
|
1663
|
+
--color-light-graphic-accent-shade-30: rgb(167, 34, 25); /* deprecated */
|
|
1664
|
+
--color-light-graphic-link-alpha-15: rgba(34, 136, 250, 0.15); /* deprecated */
|
|
1665
|
+
--color-light-graphic-negative-alpha-10: rgba(255, 84, 49, 0.1); /* deprecated */
|
|
1666
|
+
--color-light-graphic-negative-alpha-30: rgba(255, 84, 49, 0.3); /* deprecated */
|
|
1667
|
+
--color-light-graphic-negative-alpha-40: rgba(255, 84, 49, 0.4); /* deprecated */
|
|
1668
|
+
--color-light-graphic-negative-tint-20: rgb(255, 118, 90); /* deprecated */
|
|
1669
|
+
--color-light-graphic-negative-tint-30: rgb(255, 135, 111); /* deprecated */
|
|
1670
|
+
--color-light-graphic-negative-shade-7: rgb(237, 78, 46); /* deprecated */
|
|
1671
|
+
--color-light-graphic-negative-shade-15: rgb(217, 71, 42); /* deprecated */
|
|
1672
|
+
--color-light-graphic-negative-shade-30: rgb(179, 59, 34); /* deprecated */
|
|
1673
|
+
--color-light-graphic-positive-alpha-10: rgba(12, 196, 77, 0.1); /* deprecated */
|
|
1674
|
+
--color-light-graphic-positive-shade-10: rgb(11, 176, 69); /* deprecated */
|
|
1675
|
+
--color-light-graphic-positive-shade-30: rgb(8, 137, 54); /* deprecated */
|
|
1676
|
+
--color-light-graphic-primary-alpha-30: rgba(14, 14, 14, 0.3); /* deprecated */
|
|
1677
|
+
--color-light-graphic-primary-alpha-40: rgba(14, 14, 14, 0.4); /* deprecated */
|
|
1678
|
+
--color-light-graphic-primary-alpha-50: rgba(14, 14, 14, 0.5); /* deprecated */
|
|
1679
|
+
--color-light-graphic-primary-alpha-60: rgba(14, 14, 14, 0.6); /* deprecated */
|
|
1680
|
+
--color-light-graphic-primary-tint-15: rgb(50, 50, 50); /* deprecated */
|
|
1681
|
+
--color-light-graphic-primary-tint-20: rgb(62, 62, 62); /* deprecated */
|
|
1682
|
+
--color-light-graphic-primary-tint-30: rgb(86, 86, 86); /* deprecated */
|
|
1683
|
+
--color-light-graphic-primary-shade-10: rgb(13, 13, 13); /* deprecated */
|
|
1684
|
+
--color-light-graphic-primary-shade-30: rgb(10, 10, 10); /* deprecated */
|
|
1685
|
+
--color-light-graphic-primary-inverted-alpha-30: rgba(255, 255, 255, 0.3); /* deprecated */
|
|
1686
|
+
--color-light-graphic-primary-inverted-alpha-40: rgba(255, 255, 255, 0.4); /* deprecated */
|
|
1687
|
+
--color-light-graphic-primary-inverted-alpha-50: rgba(255, 255, 255, 0.5); /* deprecated */
|
|
1688
|
+
--color-light-graphic-primary-inverted-alpha-60: rgba(255, 255, 255, 0.6); /* deprecated */
|
|
1689
|
+
--color-light-graphic-primary-inverted-shade-7: rgb(237, 237, 237); /* deprecated */
|
|
1690
|
+
--color-light-graphic-primary-inverted-shade-10: rgb(230, 230, 230); /* deprecated */
|
|
1691
|
+
--color-light-graphic-primary-inverted-shade-15: rgb(217, 217, 217); /* deprecated */
|
|
1692
|
+
--color-light-graphic-primary-inverted-shade-30: rgb(179, 179, 179); /* deprecated */
|
|
1693
|
+
--color-light-graphic-quaternary-shade-10: rgb(208, 209, 212); /* deprecated */
|
|
1694
|
+
--color-light-graphic-secondary-alpha-30: rgba(137, 137, 145, 0.3); /* deprecated */
|
|
1695
|
+
--color-light-graphic-secondary-shade-30: rgb(96, 96, 102); /* deprecated */
|
|
1696
|
+
--color-light-graphic-secondary-shade-50: rgb(69, 69, 73); /* deprecated */
|
|
1697
|
+
--color-light-graphic-secondary-inverted-alpha-30: rgba(137, 137, 145, 0.3); /* deprecated */
|
|
1698
|
+
--color-light-graphic-secondary-inverted-tint-15: rgb(155, 155, 162); /* deprecated */
|
|
1699
|
+
--color-light-graphic-secondary-inverted-tint-20: rgb(161, 161, 167); /* deprecated */
|
|
1700
|
+
--color-light-graphic-secondary-inverted-shade-10: rgb(123, 123, 131); /* deprecated */
|
|
1701
|
+
--color-light-graphic-secondary-inverted-shade-30: rgb(96, 96, 102); /* deprecated */
|
|
1702
|
+
--color-light-graphic-tertiary-alpha-30: rgba(184, 185, 192, 0.3); /* deprecated */
|
|
1703
|
+
--color-light-graphic-tertiary-tint-15: rgb(195, 195, 201); /* deprecated */
|
|
1704
|
+
--color-light-graphic-tertiary-tint-20: rgb(198, 199, 205); /* deprecated */
|
|
1705
|
+
--color-light-graphic-tertiary-shade-7: rgb(171, 172, 179); /* deprecated */
|
|
1706
|
+
--color-light-graphic-tertiary-shade-15: rgb(156, 157, 163); /* deprecated */
|
|
1707
|
+
--color-light-graphic-tertiary-inverted-alpha-30: rgba(73, 73, 79, 0.3); /* deprecated */
|
|
1708
|
+
--color-light-graphic-tertiary-inverted-tint-15: rgb(100, 100, 105); /* deprecated */
|
|
1709
|
+
--color-light-graphic-tertiary-inverted-tint-20: rgb(109, 109, 114); /* deprecated */
|
|
1710
|
+
--color-light-specialbg-component-shade-7: rgba(10, 29, 49, 0.1351); /* deprecated */
|
|
1711
|
+
--color-light-specialbg-component-shade-10: rgba(10, 28, 48, 0.163); /* deprecated */
|
|
1712
|
+
--color-light-specialbg-component-shade-15: rgba(9, 26, 45, 0.2095); /* deprecated */
|
|
1713
|
+
--color-light-specialbg-component-shade-30: rgba(8, 22, 37, 0.349); /* deprecated */
|
|
1714
|
+
--color-light-specialbg-component-alpha-2: rgba(11, 31, 53, 0.02); /* deprecated */
|
|
1715
|
+
--color-light-specialbg-component-alpha-14: rgba(11, 31, 53, 0.14); /* deprecated */
|
|
1716
|
+
--color-light-specialbg-component-alpha-23: rgba(11, 31, 53, 0.23); /* deprecated */
|
|
1717
|
+
--color-light-specialbg-component-alpha-30: rgba(11, 31, 53, 0.3); /* deprecated */
|
|
1718
|
+
--color-light-specialbg-component-inverted-alpha-30: rgba(255, 255, 255, 0.3); /* deprecated */
|
|
1719
|
+
--color-light-specialbg-component-inverted-tint-15: rgba(255, 255, 255, 0.235); /* deprecated */
|
|
1720
|
+
--color-light-specialbg-component-inverted-tint-20: rgba(255, 255, 255, 0.28); /* deprecated */
|
|
1721
|
+
--color-light-specialbg-secondary-transparent-shade-7: rgba(35, 51, 82, 0.1258); /* deprecated */
|
|
1722
|
+
--color-light-specialbg-secondary-transparent-shade-15: rgba(32, 47, 75, 0.201); /* deprecated */
|
|
1723
|
+
--color-light-specialbg-secondary-transparent-inverted-tint-15: rgba(220, 220, 233, 0.2095); /* deprecated */
|
|
1724
|
+
--color-light-specialbg-secondary-transparent-inverted-tint-20: rgba(222, 222, 234, 0.256); /* deprecated */
|
|
1725
|
+
--color-light-specialbg-tertiary-transparent-shade-7: rgba(28, 40, 63, 0.1444); /* deprecated */
|
|
1726
|
+
--color-light-specialbg-tertiary-transparent-shade-15: rgba(26, 37, 58, 0.218); /* deprecated */
|
|
1727
|
+
--color-light-specialbg-tertiary-transparent-inverted-tint-15: rgba(227, 227, 242, 0.252); /* deprecated */
|
|
1728
|
+
--color-light-specialbg-tertiary-transparent-inverted-tint-20: rgba(229, 229, 243, 0.296); /* deprecated */
|
|
1729
|
+
--color-light-text-link-tint-30: rgb(106, 160, 244); /* deprecated */
|
|
1730
|
+
--color-light-text-link-tint-50: rgb(149, 187, 247); /* deprecated */
|
|
1731
|
+
--color-light-text-link-shade-20: rgb(34, 95, 191); /* deprecated */
|
|
1732
|
+
--color-light-text-link-shade-40: rgb(25, 71, 143); /* deprecated */
|
|
1733
|
+
--color-static-graphic-light-shade-7: rgb(237, 237, 237); /* deprecated */
|
|
1734
|
+
--color-static-graphic-light-shade-15: rgb(217, 217, 217); /* deprecated */
|
|
1735
1735
|
} :root {
|
|
1736
|
-
--color-static-corpbg-neutral: #bdc0c2;
|
|
1737
|
-
--color-static-corpbg-primary: #212a33;
|
|
1738
|
-
--color-static-corpbg-secondary: #384048;
|
|
1739
|
-
--color-static-corpbg-tertiary: #7a7f85;
|
|
1740
|
-
--color-static-graphic-amethyst: #a489aa;
|
|
1741
|
-
--color-static-graphic-blackberry: #bfafc6;
|
|
1742
|
-
--color-static-graphic-blue-chill: #0f9c8c;
|
|
1743
|
-
--color-static-graphic-blue-maya: #7eb3ff;
|
|
1744
|
-
--color-static-graphic-blue-moody: #7879cf;
|
|
1745
|
-
--color-static-graphic-blue-steel: #4f84ba;
|
|
1746
|
-
--color-static-graphic-botticelli: #cee5e5;
|
|
1747
|
-
--color-static-graphic-boulder: #7a7a7a;
|
|
1748
|
-
--color-static-graphic-brink-pink: #fc617c;
|
|
1749
|
-
--color-static-graphic-burnt-sienna: #eb7a58;
|
|
1750
|
-
--color-static-graphic-carrot: #e8bba3;
|
|
1751
|
-
--color-static-graphic-chatelle: #bfafc6;
|
|
1752
|
-
--color-static-graphic-chathams-blue: #155966;
|
|
1753
|
-
--color-static-graphic-chick: #f2db9e;
|
|
1754
|
-
--color-static-graphic-crete: #847128;
|
|
1755
|
-
--color-static-graphic-curious-blue: #2381db;
|
|
1756
|
-
--color-static-graphic-curious-blue-light: #3b99d9;
|
|
1757
|
-
--color-static-graphic-eastern-blue: #269cb3;
|
|
1758
|
-
--color-static-graphic-french-lilac: #d3baed;
|
|
1759
|
-
--color-static-graphic-fuel-yellow: #f29d32;
|
|
1760
|
-
--color-static-graphic-fun-blue: #1d6ab5;
|
|
1761
|
-
--color-static-graphic-gallery: #eee;
|
|
1762
|
-
--color-static-graphic-green-jungle: #2fc26e;
|
|
1763
|
-
--color-static-graphic-hippie-blue: #5aa4b0;
|
|
1764
|
-
--color-static-graphic-jaffa: #f07134;
|
|
1765
|
-
--color-static-graphic-jaffa-light: #f18836;
|
|
1766
|
-
--color-static-graphic-java: #15c0e0;
|
|
1767
|
-
--color-static-graphic-jungle-green: #2ab79a;
|
|
1768
|
-
--color-static-graphic-lavender: #8888ad;
|
|
1769
|
-
--color-static-graphic-mantis: #63cd4f;
|
|
1770
|
-
--color-static-graphic-matisse: #16548f;
|
|
1771
|
-
--color-static-graphic-milano-red: #cd1501;
|
|
1772
|
-
--color-static-graphic-mirage: #1d2434;
|
|
1773
|
-
--color-static-graphic-moon-raker: #e9dbf7;
|
|
1774
|
-
--color-static-graphic-moss-green: #a6d29c;
|
|
1775
|
-
--color-static-graphic-nevada: #626b75;
|
|
1776
|
-
--color-static-graphic-olive: #bfd3c9;
|
|
1777
|
-
--color-static-graphic-olivine: #87b965;
|
|
1778
|
-
--color-static-graphic-peach: #fcc99b;
|
|
1779
|
-
--color-static-graphic-persimmon: #ff5c5c;
|
|
1780
|
-
--color-static-graphic-pewter: #96a5a5;
|
|
1781
|
-
--color-static-graphic-pickled-bluewood: #2d3f50;
|
|
1782
|
-
--color-static-graphic-porsche: #e7b965;
|
|
1783
|
-
--color-static-graphic-raspberry: #dfb2bb;
|
|
1784
|
-
--color-static-graphic-red-damask: #da713c;
|
|
1785
|
-
--color-static-graphic-saffron: #f0c330;
|
|
1786
|
-
--color-static-graphic-salomie: #fee984;
|
|
1787
|
-
--color-static-graphic-sand: #f6bf65;
|
|
1788
|
-
--color-static-graphic-sandy-brown: #f38f6f;
|
|
1789
|
-
--color-static-graphic-seawater: #aecfd9;
|
|
1790
|
-
--color-static-graphic-serenade: #fff0e3;
|
|
1791
|
-
--color-static-graphic-sky: #a6c0db;
|
|
1792
|
-
--color-static-graphic-soft-peach: #f3eaeb;
|
|
1793
|
-
--color-static-graphic-solitude: #e8f2fe;
|
|
1794
|
-
--color-static-graphic-strawberry: #f8b6a9;
|
|
1795
|
-
--color-static-graphic-sundust: #d9d6ce;
|
|
1796
|
-
--color-static-graphic-turkish-rose: #b56a6b;
|
|
1797
|
-
--color-static-graphic-turquoise-blue: #6bd3e6;
|
|
1798
|
-
--color-static-graphic-valencia: #d8463b;
|
|
1799
|
-
--color-static-graphic-waikawa-gray: #5b6d9c;
|
|
1800
|
-
--color-static-graphic-whisper: #f2eff6;
|
|
1801
|
-
--color-static-graphic-zanah: #e1f0de;
|
|
1802
|
-
--color-static-local-light-blue: #f5f7f9;
|
|
1803
|
-
--color-static-overlay-black-high: rgba(0, 0, 0, 0.32);
|
|
1804
|
-
--color-static-overlay-black-low: rgba(0, 0, 0, 0.16);
|
|
1805
|
-
--color-static-overlay-black-normal: rgba(0, 0, 0, 0.24);
|
|
1806
|
-
--color-static-overlay-black-xhigh: rgba(0, 0, 0, 0.4);
|
|
1807
|
-
--color-static-overlay-black-xlow: rgba(0, 0, 0, 0.08);
|
|
1808
|
-
--color-static-overlay-indigo-high: rgba(11, 31, 53, 0.32);
|
|
1809
|
-
--color-static-overlay-indigo-low: rgba(11, 31, 53, 0.16);
|
|
1810
|
-
--color-static-overlay-indigo-normal: rgba(11, 31, 53, 0.24);
|
|
1811
|
-
--color-static-overlay-indigo-xhigh: rgba(11, 31, 53, 0.4);
|
|
1812
|
-
--color-static-overlay-indigo-xlow: rgba(11, 31, 53, 0.08);
|
|
1813
|
-
--color-static-overlay-white-high: rgba(255, 255, 255, 0.32);
|
|
1814
|
-
--color-static-overlay-white-low: rgba(255, 255, 255, 0.16);
|
|
1815
|
-
--color-static-overlay-white-normal: rgba(255, 255, 255, 0.24);
|
|
1816
|
-
--color-static-overlay-white-xhigh: rgba(255, 255, 255, 0.4);
|
|
1817
|
-
--color-static-overlay-white-xlow: rgba(255, 255, 255, 0.08);
|
|
1818
|
-
--color-static-status-blue: #007aff;
|
|
1819
|
-
--color-static-status-green: #13a463;
|
|
1820
|
-
--color-static-status-grey: #6d7986;
|
|
1821
|
-
--color-static-status-orange: #de6a00;
|
|
1822
|
-
--color-static-status-purple: #673ab7;
|
|
1823
|
-
--color-static-status-red: #d91d0b;
|
|
1824
|
-
--color-static-status-teal: #219187;
|
|
1736
|
+
--color-static-corpbg-neutral: #bdc0c2; /* deprecated */
|
|
1737
|
+
--color-static-corpbg-primary: #212a33; /* deprecated */
|
|
1738
|
+
--color-static-corpbg-secondary: #384048; /* deprecated */
|
|
1739
|
+
--color-static-corpbg-tertiary: #7a7f85; /* deprecated */
|
|
1740
|
+
--color-static-graphic-amethyst: #a489aa; /* deprecated */
|
|
1741
|
+
--color-static-graphic-blackberry: #bfafc6; /* deprecated */
|
|
1742
|
+
--color-static-graphic-blue-chill: #0f9c8c; /* deprecated */
|
|
1743
|
+
--color-static-graphic-blue-maya: #7eb3ff; /* deprecated */
|
|
1744
|
+
--color-static-graphic-blue-moody: #7879cf; /* deprecated */
|
|
1745
|
+
--color-static-graphic-blue-steel: #4f84ba; /* deprecated */
|
|
1746
|
+
--color-static-graphic-botticelli: #cee5e5; /* deprecated */
|
|
1747
|
+
--color-static-graphic-boulder: #7a7a7a; /* deprecated */
|
|
1748
|
+
--color-static-graphic-brink-pink: #fc617c; /* deprecated */
|
|
1749
|
+
--color-static-graphic-burnt-sienna: #eb7a58; /* deprecated */
|
|
1750
|
+
--color-static-graphic-carrot: #e8bba3; /* deprecated */
|
|
1751
|
+
--color-static-graphic-chatelle: #bfafc6; /* deprecated */
|
|
1752
|
+
--color-static-graphic-chathams-blue: #155966; /* deprecated */
|
|
1753
|
+
--color-static-graphic-chick: #f2db9e; /* deprecated */
|
|
1754
|
+
--color-static-graphic-crete: #847128; /* deprecated */
|
|
1755
|
+
--color-static-graphic-curious-blue: #2381db; /* deprecated */
|
|
1756
|
+
--color-static-graphic-curious-blue-light: #3b99d9; /* deprecated */
|
|
1757
|
+
--color-static-graphic-eastern-blue: #269cb3; /* deprecated */
|
|
1758
|
+
--color-static-graphic-french-lilac: #d3baed; /* deprecated */
|
|
1759
|
+
--color-static-graphic-fuel-yellow: #f29d32; /* deprecated */
|
|
1760
|
+
--color-static-graphic-fun-blue: #1d6ab5; /* deprecated */
|
|
1761
|
+
--color-static-graphic-gallery: #eee; /* deprecated */
|
|
1762
|
+
--color-static-graphic-green-jungle: #2fc26e; /* deprecated */
|
|
1763
|
+
--color-static-graphic-hippie-blue: #5aa4b0; /* deprecated */
|
|
1764
|
+
--color-static-graphic-jaffa: #f07134; /* deprecated */
|
|
1765
|
+
--color-static-graphic-jaffa-light: #f18836; /* deprecated */
|
|
1766
|
+
--color-static-graphic-java: #15c0e0; /* deprecated */
|
|
1767
|
+
--color-static-graphic-jungle-green: #2ab79a; /* deprecated */
|
|
1768
|
+
--color-static-graphic-lavender: #8888ad; /* deprecated */
|
|
1769
|
+
--color-static-graphic-mantis: #63cd4f; /* deprecated */
|
|
1770
|
+
--color-static-graphic-matisse: #16548f; /* deprecated */
|
|
1771
|
+
--color-static-graphic-milano-red: #cd1501; /* deprecated */
|
|
1772
|
+
--color-static-graphic-mirage: #1d2434; /* deprecated */
|
|
1773
|
+
--color-static-graphic-moon-raker: #e9dbf7; /* deprecated */
|
|
1774
|
+
--color-static-graphic-moss-green: #a6d29c; /* deprecated */
|
|
1775
|
+
--color-static-graphic-nevada: #626b75; /* deprecated */
|
|
1776
|
+
--color-static-graphic-olive: #bfd3c9; /* deprecated */
|
|
1777
|
+
--color-static-graphic-olivine: #87b965; /* deprecated */
|
|
1778
|
+
--color-static-graphic-peach: #fcc99b; /* deprecated */
|
|
1779
|
+
--color-static-graphic-persimmon: #ff5c5c; /* deprecated */
|
|
1780
|
+
--color-static-graphic-pewter: #96a5a5; /* deprecated */
|
|
1781
|
+
--color-static-graphic-pickled-bluewood: #2d3f50; /* deprecated */
|
|
1782
|
+
--color-static-graphic-porsche: #e7b965; /* deprecated */
|
|
1783
|
+
--color-static-graphic-raspberry: #dfb2bb; /* deprecated */
|
|
1784
|
+
--color-static-graphic-red-damask: #da713c; /* deprecated */
|
|
1785
|
+
--color-static-graphic-saffron: #f0c330; /* deprecated */
|
|
1786
|
+
--color-static-graphic-salomie: #fee984; /* deprecated */
|
|
1787
|
+
--color-static-graphic-sand: #f6bf65; /* deprecated */
|
|
1788
|
+
--color-static-graphic-sandy-brown: #f38f6f; /* deprecated */
|
|
1789
|
+
--color-static-graphic-seawater: #aecfd9; /* deprecated */
|
|
1790
|
+
--color-static-graphic-serenade: #fff0e3; /* deprecated */
|
|
1791
|
+
--color-static-graphic-sky: #a6c0db; /* deprecated */
|
|
1792
|
+
--color-static-graphic-soft-peach: #f3eaeb; /* deprecated */
|
|
1793
|
+
--color-static-graphic-solitude: #e8f2fe; /* deprecated */
|
|
1794
|
+
--color-static-graphic-strawberry: #f8b6a9; /* deprecated */
|
|
1795
|
+
--color-static-graphic-sundust: #d9d6ce; /* deprecated */
|
|
1796
|
+
--color-static-graphic-turkish-rose: #b56a6b; /* deprecated */
|
|
1797
|
+
--color-static-graphic-turquoise-blue: #6bd3e6; /* deprecated */
|
|
1798
|
+
--color-static-graphic-valencia: #d8463b; /* deprecated */
|
|
1799
|
+
--color-static-graphic-waikawa-gray: #5b6d9c; /* deprecated */
|
|
1800
|
+
--color-static-graphic-whisper: #f2eff6; /* deprecated */
|
|
1801
|
+
--color-static-graphic-zanah: #e1f0de; /* deprecated */
|
|
1802
|
+
--color-static-local-light-blue: #f5f7f9; /* deprecated */
|
|
1803
|
+
--color-static-overlay-black-high: rgba(0, 0, 0, 0.32); /* deprecated */
|
|
1804
|
+
--color-static-overlay-black-low: rgba(0, 0, 0, 0.16); /* deprecated */
|
|
1805
|
+
--color-static-overlay-black-normal: rgba(0, 0, 0, 0.24); /* deprecated */
|
|
1806
|
+
--color-static-overlay-black-xhigh: rgba(0, 0, 0, 0.4); /* deprecated */
|
|
1807
|
+
--color-static-overlay-black-xlow: rgba(0, 0, 0, 0.08); /* deprecated */
|
|
1808
|
+
--color-static-overlay-indigo-high: rgba(11, 31, 53, 0.32); /* deprecated */
|
|
1809
|
+
--color-static-overlay-indigo-low: rgba(11, 31, 53, 0.16); /* deprecated */
|
|
1810
|
+
--color-static-overlay-indigo-normal: rgba(11, 31, 53, 0.24); /* deprecated */
|
|
1811
|
+
--color-static-overlay-indigo-xhigh: rgba(11, 31, 53, 0.4); /* deprecated */
|
|
1812
|
+
--color-static-overlay-indigo-xlow: rgba(11, 31, 53, 0.08); /* deprecated */
|
|
1813
|
+
--color-static-overlay-white-high: rgba(255, 255, 255, 0.32); /* deprecated */
|
|
1814
|
+
--color-static-overlay-white-low: rgba(255, 255, 255, 0.16); /* deprecated */
|
|
1815
|
+
--color-static-overlay-white-normal: rgba(255, 255, 255, 0.24); /* deprecated */
|
|
1816
|
+
--color-static-overlay-white-xhigh: rgba(255, 255, 255, 0.4); /* deprecated */
|
|
1817
|
+
--color-static-overlay-white-xlow: rgba(255, 255, 255, 0.08); /* deprecated */
|
|
1818
|
+
--color-static-status-blue: #007aff; /* deprecated */
|
|
1819
|
+
--color-static-status-green: #13a463; /* deprecated */
|
|
1820
|
+
--color-static-status-grey: #6d7986; /* deprecated */
|
|
1821
|
+
--color-static-status-orange: #de6a00; /* deprecated */
|
|
1822
|
+
--color-static-status-purple: #673ab7; /* deprecated */
|
|
1823
|
+
--color-static-status-red: #d91d0b; /* deprecated */
|
|
1824
|
+
--color-static-status-teal: #219187; /* deprecated */
|
|
1825
1825
|
--color-static-graphic-blue-chill-old: #0f9c8c; /* deprecated */
|
|
1826
1826
|
--color-static-graphic-boulder-old: #7a7a7a; /* deprecated */
|
|
1827
1827
|
--color-static-graphic-brink-pink-old: #fc617c; /* deprecated */
|
|
@@ -1851,40 +1851,40 @@
|
|
|
1851
1851
|
--color-static-graphic-turquoise-blue-old: #6bd3e6; /* deprecated */
|
|
1852
1852
|
--color-static-graphic-valencia-old: #d8463b; /* deprecated */
|
|
1853
1853
|
--color-static-graphic-waikawa-gray-old: #5b6d9c; /* deprecated */
|
|
1854
|
-
--color-static-status-blue-alpha-10: rgba(0, 122, 255, 0.1);
|
|
1855
|
-
--color-static-status-green-alpha-10: rgba(19, 164, 99, 0.1);
|
|
1856
|
-
--color-static-status-grey-alpha-10: rgba(109, 121, 134, 0.1);
|
|
1857
|
-
--color-static-status-orange-alpha-10: rgba(222, 106, 0, 0.1);
|
|
1858
|
-
--color-static-status-purple-alpha-10: rgba(103, 58, 183, 0.1);
|
|
1859
|
-
--color-static-status-red-alpha-10: rgba(217, 29, 11, 0.1);
|
|
1860
|
-
--color-static-status-teal-alpha-10: rgba(33, 145, 135, 0.1);
|
|
1854
|
+
--color-static-status-blue-alpha-10: rgba(0, 122, 255, 0.1); /* deprecated */
|
|
1855
|
+
--color-static-status-green-alpha-10: rgba(19, 164, 99, 0.1); /* deprecated */
|
|
1856
|
+
--color-static-status-grey-alpha-10: rgba(109, 121, 134, 0.1); /* deprecated */
|
|
1857
|
+
--color-static-status-orange-alpha-10: rgba(222, 106, 0, 0.1); /* deprecated */
|
|
1858
|
+
--color-static-status-purple-alpha-10: rgba(103, 58, 183, 0.1); /* deprecated */
|
|
1859
|
+
--color-static-status-red-alpha-10: rgba(217, 29, 11, 0.1); /* deprecated */
|
|
1860
|
+
--color-static-status-teal-alpha-10: rgba(33, 145, 135, 0.1); /* deprecated */
|
|
1861
1861
|
} :root {
|
|
1862
|
-
--color-dynamic-nulled: rgba(0, 0, 0, 0);
|
|
1863
|
-
--color-dynamic-primary-dark: rgba(0, 0, 0, 0.8);
|
|
1864
|
-
--color-dynamic-primary-light: rgba(255, 255, 255, 0.8);
|
|
1865
|
-
--color-dynamic-quaternary-dark: rgba(0, 0, 0, 0.32);
|
|
1866
|
-
--color-dynamic-quaternary-light: rgba(255, 255, 255, 0.32);
|
|
1867
|
-
--color-dynamic-quinary-dark: rgba(0, 0, 0, 0.16);
|
|
1868
|
-
--color-dynamic-quinary-light: rgba(255, 255, 255, 0.16);
|
|
1869
|
-
--color-dynamic-secondary-dark: rgba(0, 0, 0, 0.64);
|
|
1870
|
-
--color-dynamic-secondary-light: rgba(255, 255, 255, 0.64);
|
|
1871
|
-
--color-dynamic-senary-dark: rgba(0, 0, 0, 0.12);
|
|
1872
|
-
--color-dynamic-senary-light: rgba(255, 255, 255, 0.12);
|
|
1873
|
-
--color-dynamic-tertiary-dark: rgba(0, 0, 0, 0.48);
|
|
1874
|
-
--color-dynamic-tertiary-light: rgba(255, 255, 255, 0.48);
|
|
1875
|
-
--color-static-nulled: rgba(0, 0, 0, 0);
|
|
1876
|
-
--color-static-primary-dark: rgba(0, 0, 0, 0.8);
|
|
1877
|
-
--color-static-primary-light: rgba(255, 255, 255, 0.8);
|
|
1878
|
-
--color-static-quaternary-dark: rgba(0, 0, 0, 0.32);
|
|
1879
|
-
--color-static-quaternary-light: rgba(255, 255, 255, 0.32);
|
|
1880
|
-
--color-static-quinary-dark: rgba(0, 0, 0, 0.16);
|
|
1881
|
-
--color-static-quinary-light: rgba(255, 255, 255, 0.16);
|
|
1882
|
-
--color-static-secondary-dark: rgba(0, 0, 0, 0.64);
|
|
1883
|
-
--color-static-secondary-light: rgba(255, 255, 255, 0.64);
|
|
1884
|
-
--color-static-senary-dark: rgba(0, 0, 0, 0.12);
|
|
1885
|
-
--color-static-senary-light: rgba(255, 255, 255, 0.12);
|
|
1886
|
-
--color-static-tertiary-dark: rgba(0, 0, 0, 0.48);
|
|
1887
|
-
--color-static-tertiary-light: rgba(255, 255, 255, 0.48);
|
|
1862
|
+
--color-dynamic-nulled: rgba(0, 0, 0, 0); /* deprecated */
|
|
1863
|
+
--color-dynamic-primary-dark: rgba(0, 0, 0, 0.8); /* deprecated */
|
|
1864
|
+
--color-dynamic-primary-light: rgba(255, 255, 255, 0.8); /* deprecated */
|
|
1865
|
+
--color-dynamic-quaternary-dark: rgba(0, 0, 0, 0.32); /* deprecated */
|
|
1866
|
+
--color-dynamic-quaternary-light: rgba(255, 255, 255, 0.32); /* deprecated */
|
|
1867
|
+
--color-dynamic-quinary-dark: rgba(0, 0, 0, 0.16); /* deprecated */
|
|
1868
|
+
--color-dynamic-quinary-light: rgba(255, 255, 255, 0.16); /* deprecated */
|
|
1869
|
+
--color-dynamic-secondary-dark: rgba(0, 0, 0, 0.64); /* deprecated */
|
|
1870
|
+
--color-dynamic-secondary-light: rgba(255, 255, 255, 0.64); /* deprecated */
|
|
1871
|
+
--color-dynamic-senary-dark: rgba(0, 0, 0, 0.12); /* deprecated */
|
|
1872
|
+
--color-dynamic-senary-light: rgba(255, 255, 255, 0.12); /* deprecated */
|
|
1873
|
+
--color-dynamic-tertiary-dark: rgba(0, 0, 0, 0.48); /* deprecated */
|
|
1874
|
+
--color-dynamic-tertiary-light: rgba(255, 255, 255, 0.48); /* deprecated */
|
|
1875
|
+
--color-static-nulled: rgba(0, 0, 0, 0); /* deprecated */
|
|
1876
|
+
--color-static-primary-dark: rgba(0, 0, 0, 0.8); /* deprecated */
|
|
1877
|
+
--color-static-primary-light: rgba(255, 255, 255, 0.8); /* deprecated */
|
|
1878
|
+
--color-static-quaternary-dark: rgba(0, 0, 0, 0.32); /* deprecated */
|
|
1879
|
+
--color-static-quaternary-light: rgba(255, 255, 255, 0.32); /* deprecated */
|
|
1880
|
+
--color-static-quinary-dark: rgba(0, 0, 0, 0.16); /* deprecated */
|
|
1881
|
+
--color-static-quinary-light: rgba(255, 255, 255, 0.16); /* deprecated */
|
|
1882
|
+
--color-static-secondary-dark: rgba(0, 0, 0, 0.64); /* deprecated */
|
|
1883
|
+
--color-static-secondary-light: rgba(255, 255, 255, 0.64); /* deprecated */
|
|
1884
|
+
--color-static-senary-dark: rgba(0, 0, 0, 0.12); /* deprecated */
|
|
1885
|
+
--color-static-senary-light: rgba(255, 255, 255, 0.12); /* deprecated */
|
|
1886
|
+
--color-static-tertiary-dark: rgba(0, 0, 0, 0.48); /* deprecated */
|
|
1887
|
+
--color-static-tertiary-light: rgba(255, 255, 255, 0.48); /* deprecated */
|
|
1888
1888
|
} :root {
|
|
1889
1889
|
--shadow-xs: 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
|
|
1890
1890
|
--shadow-s: 0 12px 16px rgba(0, 0, 0, 0.04), 0 4px 8px rgba(0, 0, 0, 0.04),
|
|
@@ -1975,7 +1975,7 @@
|
|
|
1975
1975
|
--text-primary-color: var(--color-light-text-primary);
|
|
1976
1976
|
--text-secondary-color: var(--color-light-text-secondary);
|
|
1977
1977
|
--text-tertiary-color: var(--color-light-text-tertiary);
|
|
1978
|
-
--focus-color: var(--color-light-
|
|
1978
|
+
--focus-color: var(--color-light-status-info);
|
|
1979
1979
|
--font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica,
|
|
1980
1980
|
sans-serif;
|
|
1981
1981
|
--disabled-cursor: not-allowed;
|
|
@@ -2051,221 +2051,221 @@
|
|
|
2051
2051
|
|
|
2052
2052
|
/* size xl */
|
|
2053
2053
|
--secondary-tablist-xl-gaps: var(--gap-m);
|
|
2054
|
-
} .
|
|
2055
|
-
} .
|
|
2054
|
+
} .tabs__title_1g6yh {
|
|
2055
|
+
} .tabs__mobile_1g6yh .tabs__title_1g6yh {
|
|
2056
2056
|
padding: var(--primary-tablist-mobile-padding);
|
|
2057
2057
|
font-size: var(--primary-tablist-mobile-font-size);
|
|
2058
2058
|
font-weight: var(--primary-tablist-mobile-font-weight);
|
|
2059
2059
|
font-family: var(--primary-tablist-mobile-font-family);
|
|
2060
2060
|
line-height: var(--primary-tablist-mobile-line-height)
|
|
2061
|
-
} .
|
|
2061
|
+
} .tabs__mobile_1g6yh .tabs__title_1g6yh + .tabs__title_1g6yh {
|
|
2062
2062
|
margin-left: var(--primary-tablist-mobile-gaps);
|
|
2063
|
-
} .
|
|
2063
|
+
} .tabs__mobile_1g6yh.tabs__paragraph-primary-large_1g6yh .tabs__title_1g6yh {
|
|
2064
2064
|
font-size: 18px;
|
|
2065
2065
|
line-height: 24px;
|
|
2066
2066
|
font-weight: 400;
|
|
2067
|
-
} .
|
|
2067
|
+
} .tabs__mobile_1g6yh.tabs__paragraph-primary-medium_1g6yh .tabs__title_1g6yh {
|
|
2068
2068
|
font-size: 16px;
|
|
2069
2069
|
line-height: 24px;
|
|
2070
2070
|
font-weight: 400;
|
|
2071
|
-
} .
|
|
2071
|
+
} .tabs__mobile_1g6yh.tabs__paragraph-primary-small_1g6yh .tabs__title_1g6yh {
|
|
2072
2072
|
font-size: 14px;
|
|
2073
2073
|
line-height: 20px;
|
|
2074
2074
|
font-weight: 400;
|
|
2075
|
-
} .
|
|
2075
|
+
} .tabs__mobile_1g6yh.tabs__action-primary-large_1g6yh .tabs__title_1g6yh {
|
|
2076
2076
|
font-size: 18px;
|
|
2077
2077
|
line-height: 24px;
|
|
2078
2078
|
font-weight: 500;
|
|
2079
|
-
} .
|
|
2079
|
+
} .tabs__mobile_1g6yh.tabs__action-primary-medium_1g6yh .tabs__title_1g6yh {
|
|
2080
2080
|
font-size: 16px;
|
|
2081
2081
|
line-height: 24px;
|
|
2082
2082
|
font-weight: 500;
|
|
2083
|
-
} .
|
|
2083
|
+
} .tabs__mobile_1g6yh.tabs__action-primary-small_1g6yh .tabs__title_1g6yh {
|
|
2084
2084
|
font-size: 14px;
|
|
2085
2085
|
line-height: 20px;
|
|
2086
2086
|
font-weight: 500;
|
|
2087
|
-
} .
|
|
2087
|
+
} .tabs__mobile_1g6yh.tabs__accent-primary-large_1g6yh .tabs__title_1g6yh {
|
|
2088
2088
|
font-size: 18px;
|
|
2089
2089
|
line-height: 24px;
|
|
2090
2090
|
font-weight: 700;
|
|
2091
|
-
} .
|
|
2091
|
+
} .tabs__mobile_1g6yh.tabs__accent-primary-medium_1g6yh .tabs__title_1g6yh {
|
|
2092
2092
|
font-size: 16px;
|
|
2093
2093
|
line-height: 24px;
|
|
2094
2094
|
font-weight: 700;
|
|
2095
|
-
} .
|
|
2095
|
+
} .tabs__mobile_1g6yh.tabs__accent-primary-small_1g6yh .tabs__title_1g6yh {
|
|
2096
2096
|
font-size: 14px;
|
|
2097
2097
|
line-height: 20px;
|
|
2098
2098
|
font-weight: 700;
|
|
2099
|
-
} .
|
|
2099
|
+
} .tabs__mobile_1g6yh.tabs__paragraph-primary-large_1g6yh .tabs__title_1g6yh, .tabs__mobile_1g6yh.tabs__paragraph-primary-medium_1g6yh .tabs__title_1g6yh, .tabs__mobile_1g6yh.tabs__accent-primary-large_1g6yh .tabs__title_1g6yh, .tabs__mobile_1g6yh.tabs__accent-primary-medium_1g6yh .tabs__title_1g6yh, .tabs__mobile_1g6yh.tabs__action-primary-large_1g6yh .tabs__title_1g6yh, .tabs__mobile_1g6yh.tabs__action-primary-medium_1g6yh .tabs__title_1g6yh {
|
|
2100
2100
|
padding-bottom: calc(24px / 2);
|
|
2101
|
-
} .
|
|
2102
|
-
.
|
|
2103
|
-
.
|
|
2104
|
-
.
|
|
2105
|
-
.
|
|
2106
|
-
.
|
|
2107
|
-
.
|
|
2108
|
-
.
|
|
2109
|
-
.
|
|
2110
|
-
.
|
|
2111
|
-
.
|
|
2112
|
-
.
|
|
2101
|
+
} .tabs__mobile_1g6yh.tabs__paragraph-primary-large_1g6yh .tabs__title_1g6yh + .tabs__title_1g6yh,
|
|
2102
|
+
.tabs__mobile_1g6yh.tabs__paragraph-primary-large_1g6yh .tabs__pickerWrapper_1g6yh,
|
|
2103
|
+
.tabs__mobile_1g6yh.tabs__paragraph-primary-medium_1g6yh .tabs__title_1g6yh + .tabs__title_1g6yh,
|
|
2104
|
+
.tabs__mobile_1g6yh.tabs__paragraph-primary-medium_1g6yh .tabs__pickerWrapper_1g6yh,
|
|
2105
|
+
.tabs__mobile_1g6yh.tabs__accent-primary-large_1g6yh .tabs__title_1g6yh + .tabs__title_1g6yh,
|
|
2106
|
+
.tabs__mobile_1g6yh.tabs__accent-primary-large_1g6yh .tabs__pickerWrapper_1g6yh,
|
|
2107
|
+
.tabs__mobile_1g6yh.tabs__accent-primary-medium_1g6yh .tabs__title_1g6yh + .tabs__title_1g6yh,
|
|
2108
|
+
.tabs__mobile_1g6yh.tabs__accent-primary-medium_1g6yh .tabs__pickerWrapper_1g6yh,
|
|
2109
|
+
.tabs__mobile_1g6yh.tabs__action-primary-large_1g6yh .tabs__title_1g6yh + .tabs__title_1g6yh,
|
|
2110
|
+
.tabs__mobile_1g6yh.tabs__action-primary-large_1g6yh .tabs__pickerWrapper_1g6yh,
|
|
2111
|
+
.tabs__mobile_1g6yh.tabs__action-primary-medium_1g6yh .tabs__title_1g6yh + .tabs__title_1g6yh,
|
|
2112
|
+
.tabs__mobile_1g6yh.tabs__action-primary-medium_1g6yh .tabs__pickerWrapper_1g6yh {
|
|
2113
2113
|
margin-left: 24px;
|
|
2114
|
-
} .
|
|
2114
|
+
} .tabs__mobile_1g6yh.tabs__paragraph-primary-large_1g6yh .tabs__option_1g6yh, .tabs__mobile_1g6yh.tabs__paragraph-primary-medium_1g6yh .tabs__option_1g6yh, .tabs__mobile_1g6yh.tabs__accent-primary-large_1g6yh .tabs__option_1g6yh, .tabs__mobile_1g6yh.tabs__accent-primary-medium_1g6yh .tabs__option_1g6yh, .tabs__mobile_1g6yh.tabs__action-primary-large_1g6yh .tabs__option_1g6yh, .tabs__mobile_1g6yh.tabs__action-primary-medium_1g6yh .tabs__option_1g6yh {
|
|
2115
2115
|
padding: 0;
|
|
2116
|
-
} .
|
|
2116
|
+
} .tabs__mobile_1g6yh.tabs__paragraph-primary-large_1g6yh .tabs__scrollControls_1g6yh > button, .tabs__mobile_1g6yh.tabs__paragraph-primary-medium_1g6yh .tabs__scrollControls_1g6yh > button, .tabs__mobile_1g6yh.tabs__accent-primary-large_1g6yh .tabs__scrollControls_1g6yh > button, .tabs__mobile_1g6yh.tabs__accent-primary-medium_1g6yh .tabs__scrollControls_1g6yh > button, .tabs__mobile_1g6yh.tabs__action-primary-large_1g6yh .tabs__scrollControls_1g6yh > button, .tabs__mobile_1g6yh.tabs__action-primary-medium_1g6yh .tabs__scrollControls_1g6yh > button {
|
|
2117
2117
|
box-sizing: content-box;
|
|
2118
2118
|
width: 24px;
|
|
2119
2119
|
height: 24px;
|
|
2120
2120
|
padding: 0;
|
|
2121
|
-
} .
|
|
2121
|
+
} .tabs__mobile_1g6yh.tabs__paragraph-primary-large_1g6yh .tabs__scrollControls_1g6yh button:first-child, .tabs__mobile_1g6yh.tabs__paragraph-primary-medium_1g6yh .tabs__scrollControls_1g6yh button:first-child, .tabs__mobile_1g6yh.tabs__accent-primary-large_1g6yh .tabs__scrollControls_1g6yh button:first-child, .tabs__mobile_1g6yh.tabs__accent-primary-medium_1g6yh .tabs__scrollControls_1g6yh button:first-child, .tabs__mobile_1g6yh.tabs__action-primary-large_1g6yh .tabs__scrollControls_1g6yh button:first-child, .tabs__mobile_1g6yh.tabs__action-primary-medium_1g6yh .tabs__scrollControls_1g6yh button:first-child {
|
|
2122
2122
|
margin: 0 0 0 calc(24px / 2);
|
|
2123
|
-
} .
|
|
2123
|
+
} .tabs__mobile_1g6yh.tabs__paragraph-primary-small_1g6yh .tabs__title_1g6yh, .tabs__mobile_1g6yh.tabs__accent-primary-small_1g6yh .tabs__title_1g6yh, .tabs__mobile_1g6yh.tabs__action-primary-small_1g6yh .tabs__title_1g6yh {
|
|
2124
2124
|
padding-bottom: calc(20px / 2);
|
|
2125
|
-
} .
|
|
2126
|
-
.
|
|
2127
|
-
.
|
|
2128
|
-
.
|
|
2129
|
-
.
|
|
2130
|
-
.
|
|
2125
|
+
} .tabs__mobile_1g6yh.tabs__paragraph-primary-small_1g6yh .tabs__title_1g6yh + .tabs__title_1g6yh,
|
|
2126
|
+
.tabs__mobile_1g6yh.tabs__paragraph-primary-small_1g6yh .tabs__pickerWrapper_1g6yh,
|
|
2127
|
+
.tabs__mobile_1g6yh.tabs__accent-primary-small_1g6yh .tabs__title_1g6yh + .tabs__title_1g6yh,
|
|
2128
|
+
.tabs__mobile_1g6yh.tabs__accent-primary-small_1g6yh .tabs__pickerWrapper_1g6yh,
|
|
2129
|
+
.tabs__mobile_1g6yh.tabs__action-primary-small_1g6yh .tabs__title_1g6yh + .tabs__title_1g6yh,
|
|
2130
|
+
.tabs__mobile_1g6yh.tabs__action-primary-small_1g6yh .tabs__pickerWrapper_1g6yh {
|
|
2131
2131
|
margin-left: 20px;
|
|
2132
|
-
} .
|
|
2132
|
+
} .tabs__mobile_1g6yh.tabs__paragraph-primary-small_1g6yh .tabs__option_1g6yh, .tabs__mobile_1g6yh.tabs__accent-primary-small_1g6yh .tabs__option_1g6yh, .tabs__mobile_1g6yh.tabs__action-primary-small_1g6yh .tabs__option_1g6yh {
|
|
2133
2133
|
padding: 0;
|
|
2134
|
-
} .
|
|
2134
|
+
} .tabs__mobile_1g6yh.tabs__paragraph-primary-small_1g6yh .tabs__scrollControls_1g6yh > button, .tabs__mobile_1g6yh.tabs__accent-primary-small_1g6yh .tabs__scrollControls_1g6yh > button, .tabs__mobile_1g6yh.tabs__action-primary-small_1g6yh .tabs__scrollControls_1g6yh > button {
|
|
2135
2135
|
box-sizing: content-box;
|
|
2136
2136
|
width: 20px;
|
|
2137
2137
|
height: 20px;
|
|
2138
2138
|
padding: 0;
|
|
2139
|
-
} .
|
|
2139
|
+
} .tabs__mobile_1g6yh.tabs__paragraph-primary-small_1g6yh .tabs__scrollControls_1g6yh button:first-child, .tabs__mobile_1g6yh.tabs__accent-primary-small_1g6yh .tabs__scrollControls_1g6yh button:first-child, .tabs__mobile_1g6yh.tabs__action-primary-small_1g6yh .tabs__scrollControls_1g6yh button:first-child {
|
|
2140
2140
|
margin: 0 0 0 calc(20px / 2);
|
|
2141
|
-
} .
|
|
2141
|
+
} .tabs__mobile_1g6yh.tabs__headline-system-xlarge_1g6yh .tabs__title_1g6yh {
|
|
2142
2142
|
font-size: 34px;
|
|
2143
2143
|
line-height: 40px;
|
|
2144
2144
|
font-weight: 600;
|
|
2145
|
-
} .
|
|
2145
|
+
} .tabs__mobile_1g6yh.tabs__headline-system-large_1g6yh .tabs__title_1g6yh {
|
|
2146
2146
|
font-size: 30px;
|
|
2147
2147
|
line-height: 36px;
|
|
2148
2148
|
font-weight: 600;
|
|
2149
|
-
} .
|
|
2149
|
+
} .tabs__mobile_1g6yh.tabs__headline-system-medium_1g6yh .tabs__title_1g6yh {
|
|
2150
2150
|
font-size: 26px;
|
|
2151
2151
|
line-height: 32px;
|
|
2152
2152
|
font-weight: 600;
|
|
2153
|
-
} .
|
|
2153
|
+
} .tabs__mobile_1g6yh.tabs__headline-system-small_1g6yh .tabs__title_1g6yh {
|
|
2154
2154
|
font-size: 20px;
|
|
2155
2155
|
line-height: 28px;
|
|
2156
2156
|
font-weight: 600;
|
|
2157
|
-
} .
|
|
2157
|
+
} .tabs__mobile_1g6yh.tabs__headline-system-xsmall_1g6yh .tabs__title_1g6yh {
|
|
2158
2158
|
font-size: 16px;
|
|
2159
2159
|
line-height: 20px;
|
|
2160
2160
|
font-weight: 600;
|
|
2161
|
-
} .
|
|
2161
|
+
} .tabs__mobile_1g6yh.tabs__headline-xlarge_1g6yh .tabs__title_1g6yh {
|
|
2162
2162
|
font-size: 34px;
|
|
2163
2163
|
line-height: 40px;
|
|
2164
2164
|
font-weight: 500;
|
|
2165
2165
|
font-feature-settings: 'ss01';
|
|
2166
2166
|
font-family: var(--font-family-styrene);
|
|
2167
|
-
} .
|
|
2167
|
+
} .tabs__mobile_1g6yh.tabs__headline-large_1g6yh .tabs__title_1g6yh {
|
|
2168
2168
|
font-size: 30px;
|
|
2169
2169
|
line-height: 36px;
|
|
2170
2170
|
font-weight: 500;
|
|
2171
2171
|
font-feature-settings: 'ss01';
|
|
2172
2172
|
font-family: var(--font-family-styrene);
|
|
2173
|
-
} .
|
|
2173
|
+
} .tabs__mobile_1g6yh.tabs__headline-medium_1g6yh .tabs__title_1g6yh {
|
|
2174
2174
|
font-size: 26px;
|
|
2175
2175
|
line-height: 32px;
|
|
2176
2176
|
font-weight: 500;
|
|
2177
2177
|
font-feature-settings: 'ss01';
|
|
2178
2178
|
font-family: var(--font-family-styrene);
|
|
2179
|
-
} .
|
|
2179
|
+
} .tabs__mobile_1g6yh.tabs__headline-small_1g6yh .tabs__title_1g6yh {
|
|
2180
2180
|
font-size: 20px;
|
|
2181
2181
|
line-height: 28px;
|
|
2182
2182
|
font-weight: 500;
|
|
2183
2183
|
font-feature-settings: 'ss01';
|
|
2184
2184
|
font-family: var(--font-family-styrene);
|
|
2185
|
-
} .
|
|
2185
|
+
} .tabs__mobile_1g6yh.tabs__headline-xsmall_1g6yh .tabs__title_1g6yh {
|
|
2186
2186
|
font-size: 16px;
|
|
2187
2187
|
line-height: 20px;
|
|
2188
2188
|
font-weight: 500;
|
|
2189
2189
|
font-feature-settings: 'ss01';
|
|
2190
2190
|
font-family: var(--font-family-styrene);
|
|
2191
|
-
} .
|
|
2191
|
+
} .tabs__mobile_1g6yh.tabs__headline-system-xlarge_1g6yh .tabs__title_1g6yh, .tabs__mobile_1g6yh.tabs__headline-xlarge_1g6yh .tabs__title_1g6yh {
|
|
2192
2192
|
padding-bottom: calc(40px / 2);
|
|
2193
|
-
} .
|
|
2194
|
-
.
|
|
2195
|
-
.
|
|
2196
|
-
.
|
|
2193
|
+
} .tabs__mobile_1g6yh.tabs__headline-system-xlarge_1g6yh .tabs__title_1g6yh + .tabs__title_1g6yh,
|
|
2194
|
+
.tabs__mobile_1g6yh.tabs__headline-system-xlarge_1g6yh .tabs__pickerWrapper_1g6yh,
|
|
2195
|
+
.tabs__mobile_1g6yh.tabs__headline-xlarge_1g6yh .tabs__title_1g6yh + .tabs__title_1g6yh,
|
|
2196
|
+
.tabs__mobile_1g6yh.tabs__headline-xlarge_1g6yh .tabs__pickerWrapper_1g6yh {
|
|
2197
2197
|
margin-left: 40px;
|
|
2198
|
-
} .
|
|
2198
|
+
} .tabs__mobile_1g6yh.tabs__headline-system-xlarge_1g6yh .tabs__option_1g6yh, .tabs__mobile_1g6yh.tabs__headline-xlarge_1g6yh .tabs__option_1g6yh {
|
|
2199
2199
|
padding: 0;
|
|
2200
|
-
} .
|
|
2200
|
+
} .tabs__mobile_1g6yh.tabs__headline-system-xlarge_1g6yh .tabs__scrollControls_1g6yh > button, .tabs__mobile_1g6yh.tabs__headline-xlarge_1g6yh .tabs__scrollControls_1g6yh > button {
|
|
2201
2201
|
box-sizing: content-box;
|
|
2202
2202
|
width: 40px;
|
|
2203
2203
|
height: 40px;
|
|
2204
2204
|
padding: 0;
|
|
2205
|
-
} .
|
|
2205
|
+
} .tabs__mobile_1g6yh.tabs__headline-system-xlarge_1g6yh .tabs__scrollControls_1g6yh button:first-child, .tabs__mobile_1g6yh.tabs__headline-xlarge_1g6yh .tabs__scrollControls_1g6yh button:first-child {
|
|
2206
2206
|
margin: 0 0 0 calc(40px / 2);
|
|
2207
|
-
} .
|
|
2207
|
+
} .tabs__mobile_1g6yh.tabs__headline-system-large_1g6yh .tabs__title_1g6yh, .tabs__mobile_1g6yh.tabs__headline-large_1g6yh .tabs__title_1g6yh {
|
|
2208
2208
|
padding-bottom: calc(36px / 2);
|
|
2209
|
-
} .
|
|
2210
|
-
.
|
|
2211
|
-
.
|
|
2212
|
-
.
|
|
2209
|
+
} .tabs__mobile_1g6yh.tabs__headline-system-large_1g6yh .tabs__title_1g6yh + .tabs__title_1g6yh,
|
|
2210
|
+
.tabs__mobile_1g6yh.tabs__headline-system-large_1g6yh .tabs__pickerWrapper_1g6yh,
|
|
2211
|
+
.tabs__mobile_1g6yh.tabs__headline-large_1g6yh .tabs__title_1g6yh + .tabs__title_1g6yh,
|
|
2212
|
+
.tabs__mobile_1g6yh.tabs__headline-large_1g6yh .tabs__pickerWrapper_1g6yh {
|
|
2213
2213
|
margin-left: 36px;
|
|
2214
|
-
} .
|
|
2214
|
+
} .tabs__mobile_1g6yh.tabs__headline-system-large_1g6yh .tabs__option_1g6yh, .tabs__mobile_1g6yh.tabs__headline-large_1g6yh .tabs__option_1g6yh {
|
|
2215
2215
|
padding: 0;
|
|
2216
|
-
} .
|
|
2216
|
+
} .tabs__mobile_1g6yh.tabs__headline-system-large_1g6yh .tabs__scrollControls_1g6yh > button, .tabs__mobile_1g6yh.tabs__headline-large_1g6yh .tabs__scrollControls_1g6yh > button {
|
|
2217
2217
|
box-sizing: content-box;
|
|
2218
2218
|
width: 36px;
|
|
2219
2219
|
height: 36px;
|
|
2220
2220
|
padding: 0;
|
|
2221
|
-
} .
|
|
2221
|
+
} .tabs__mobile_1g6yh.tabs__headline-system-large_1g6yh .tabs__scrollControls_1g6yh button:first-child, .tabs__mobile_1g6yh.tabs__headline-large_1g6yh .tabs__scrollControls_1g6yh button:first-child {
|
|
2222
2222
|
margin: 0 0 0 calc(36px / 2);
|
|
2223
|
-
} .
|
|
2223
|
+
} .tabs__mobile_1g6yh.tabs__headline-system-medium_1g6yh .tabs__title_1g6yh, .tabs__mobile_1g6yh.tabs__headline-medium_1g6yh .tabs__title_1g6yh {
|
|
2224
2224
|
padding-bottom: calc(32px / 2);
|
|
2225
|
-
} .
|
|
2226
|
-
.
|
|
2227
|
-
.
|
|
2228
|
-
.
|
|
2225
|
+
} .tabs__mobile_1g6yh.tabs__headline-system-medium_1g6yh .tabs__title_1g6yh + .tabs__title_1g6yh,
|
|
2226
|
+
.tabs__mobile_1g6yh.tabs__headline-system-medium_1g6yh .tabs__pickerWrapper_1g6yh,
|
|
2227
|
+
.tabs__mobile_1g6yh.tabs__headline-medium_1g6yh .tabs__title_1g6yh + .tabs__title_1g6yh,
|
|
2228
|
+
.tabs__mobile_1g6yh.tabs__headline-medium_1g6yh .tabs__pickerWrapper_1g6yh {
|
|
2229
2229
|
margin-left: 32px;
|
|
2230
|
-
} .
|
|
2230
|
+
} .tabs__mobile_1g6yh.tabs__headline-system-medium_1g6yh .tabs__option_1g6yh, .tabs__mobile_1g6yh.tabs__headline-medium_1g6yh .tabs__option_1g6yh {
|
|
2231
2231
|
padding: 0;
|
|
2232
|
-
} .
|
|
2232
|
+
} .tabs__mobile_1g6yh.tabs__headline-system-medium_1g6yh .tabs__scrollControls_1g6yh > button, .tabs__mobile_1g6yh.tabs__headline-medium_1g6yh .tabs__scrollControls_1g6yh > button {
|
|
2233
2233
|
box-sizing: content-box;
|
|
2234
2234
|
width: 32px;
|
|
2235
2235
|
height: 32px;
|
|
2236
2236
|
padding: 0;
|
|
2237
|
-
} .
|
|
2237
|
+
} .tabs__mobile_1g6yh.tabs__headline-system-medium_1g6yh .tabs__scrollControls_1g6yh button:first-child, .tabs__mobile_1g6yh.tabs__headline-medium_1g6yh .tabs__scrollControls_1g6yh button:first-child {
|
|
2238
2238
|
margin: 0 0 0 calc(32px / 2);
|
|
2239
|
-
} .
|
|
2239
|
+
} .tabs__mobile_1g6yh.tabs__headline-system-small_1g6yh .tabs__title_1g6yh, .tabs__mobile_1g6yh.tabs__headline-small_1g6yh .tabs__title_1g6yh {
|
|
2240
2240
|
padding-bottom: calc(28px / 2);
|
|
2241
|
-
} .
|
|
2242
|
-
.
|
|
2243
|
-
.
|
|
2244
|
-
.
|
|
2241
|
+
} .tabs__mobile_1g6yh.tabs__headline-system-small_1g6yh .tabs__title_1g6yh + .tabs__title_1g6yh,
|
|
2242
|
+
.tabs__mobile_1g6yh.tabs__headline-system-small_1g6yh .tabs__pickerWrapper_1g6yh,
|
|
2243
|
+
.tabs__mobile_1g6yh.tabs__headline-small_1g6yh .tabs__title_1g6yh + .tabs__title_1g6yh,
|
|
2244
|
+
.tabs__mobile_1g6yh.tabs__headline-small_1g6yh .tabs__pickerWrapper_1g6yh {
|
|
2245
2245
|
margin-left: 28px;
|
|
2246
|
-
} .
|
|
2246
|
+
} .tabs__mobile_1g6yh.tabs__headline-system-small_1g6yh .tabs__option_1g6yh, .tabs__mobile_1g6yh.tabs__headline-small_1g6yh .tabs__option_1g6yh {
|
|
2247
2247
|
padding: 0;
|
|
2248
|
-
} .
|
|
2248
|
+
} .tabs__mobile_1g6yh.tabs__headline-system-small_1g6yh .tabs__scrollControls_1g6yh > button, .tabs__mobile_1g6yh.tabs__headline-small_1g6yh .tabs__scrollControls_1g6yh > button {
|
|
2249
2249
|
box-sizing: content-box;
|
|
2250
2250
|
width: 28px;
|
|
2251
2251
|
height: 28px;
|
|
2252
2252
|
padding: 0;
|
|
2253
|
-
} .
|
|
2253
|
+
} .tabs__mobile_1g6yh.tabs__headline-system-small_1g6yh .tabs__scrollControls_1g6yh button:first-child, .tabs__mobile_1g6yh.tabs__headline-small_1g6yh .tabs__scrollControls_1g6yh button:first-child {
|
|
2254
2254
|
margin: 0 0 0 calc(28px / 2);
|
|
2255
|
-
} .
|
|
2255
|
+
} .tabs__mobile_1g6yh.tabs__headline-system-xsmall_1g6yh .tabs__title_1g6yh, .tabs__mobile_1g6yh.tabs__headline-xsmall_1g6yh .tabs__title_1g6yh {
|
|
2256
2256
|
padding-bottom: calc(20px / 2);
|
|
2257
|
-
} .
|
|
2258
|
-
.
|
|
2259
|
-
.
|
|
2260
|
-
.
|
|
2257
|
+
} .tabs__mobile_1g6yh.tabs__headline-system-xsmall_1g6yh .tabs__title_1g6yh + .tabs__title_1g6yh,
|
|
2258
|
+
.tabs__mobile_1g6yh.tabs__headline-system-xsmall_1g6yh .tabs__pickerWrapper_1g6yh,
|
|
2259
|
+
.tabs__mobile_1g6yh.tabs__headline-xsmall_1g6yh .tabs__title_1g6yh + .tabs__title_1g6yh,
|
|
2260
|
+
.tabs__mobile_1g6yh.tabs__headline-xsmall_1g6yh .tabs__pickerWrapper_1g6yh {
|
|
2261
2261
|
margin-left: 20px;
|
|
2262
|
-
} .
|
|
2262
|
+
} .tabs__mobile_1g6yh.tabs__headline-system-xsmall_1g6yh .tabs__option_1g6yh, .tabs__mobile_1g6yh.tabs__headline-xsmall_1g6yh .tabs__option_1g6yh {
|
|
2263
2263
|
padding: 0;
|
|
2264
|
-
} .
|
|
2264
|
+
} .tabs__mobile_1g6yh.tabs__headline-system-xsmall_1g6yh .tabs__scrollControls_1g6yh > button, .tabs__mobile_1g6yh.tabs__headline-xsmall_1g6yh .tabs__scrollControls_1g6yh > button {
|
|
2265
2265
|
box-sizing: content-box;
|
|
2266
2266
|
width: 20px;
|
|
2267
2267
|
height: 20px;
|
|
2268
2268
|
padding: 0;
|
|
2269
|
-
} .
|
|
2269
|
+
} .tabs__mobile_1g6yh.tabs__headline-system-xsmall_1g6yh .tabs__scrollControls_1g6yh button:first-child, .tabs__mobile_1g6yh.tabs__headline-xsmall_1g6yh .tabs__scrollControls_1g6yh button:first-child {
|
|
2270
2270
|
margin: 0 0 0 calc(20px / 2);
|
|
2271
2271
|
}
|