@liner-fe/prism 2.6.1 → 2.6.3
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/lib/illust.js +0 -1
- package/lib/index.css +729 -731
- package/lib/index.js +472 -473
- package/package.json +1 -1
- package/lib/illust.js.map +0 -1
- package/lib/index.css.map +0 -1
- package/lib/index.js.map +0 -1
package/lib/index.css
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
|
|
3
3
|
/* esbuild-sass-plugin:css-chunk:src/components/Button/style.module.scss */
|
|
4
|
-
.
|
|
4
|
+
._button_1ncka_1 {
|
|
5
5
|
position: relative;
|
|
6
6
|
display: flex;
|
|
7
7
|
align-items: center;
|
|
@@ -16,433 +16,433 @@
|
|
|
16
16
|
overflow: hidden;
|
|
17
17
|
cursor: pointer;
|
|
18
18
|
}
|
|
19
|
-
.
|
|
19
|
+
._button_1ncka_1:disabled {
|
|
20
20
|
background: var(--neutral-fill-overlay-mid);
|
|
21
21
|
color: var(--neutral-label-tertiary);
|
|
22
22
|
cursor: not-allowed;
|
|
23
23
|
}
|
|
24
|
-
.
|
|
24
|
+
._button_1ncka_1:disabled span svg path:not([fill=white]) {
|
|
25
25
|
fill: var(--neutral-label-tertiary) !important;
|
|
26
26
|
}
|
|
27
|
-
.
|
|
27
|
+
._button_1ncka_1:disabled span svg path[fill=white] {
|
|
28
28
|
fill: var(--inverse-label-primary) !important;
|
|
29
29
|
}
|
|
30
|
-
.
|
|
30
|
+
._default_1ncka_28 {
|
|
31
31
|
color: var(--inverse-label-primary);
|
|
32
32
|
background: var(--lp-pri-achromatic-white);
|
|
33
33
|
}
|
|
34
|
-
.
|
|
34
|
+
._default_1ncka_28 svg path {
|
|
35
35
|
fill: var(--inverse-label-primary);
|
|
36
36
|
}
|
|
37
|
-
.
|
|
37
|
+
._primary_1ncka_36 {
|
|
38
38
|
color: var(--inverse-label-static-primary);
|
|
39
39
|
background: var(--brand-container-mid);
|
|
40
40
|
}
|
|
41
|
-
.
|
|
41
|
+
._primary_1ncka_36:not(:disabled):hover {
|
|
42
42
|
background: var(--brand-container-mid-hover);
|
|
43
43
|
}
|
|
44
|
-
.
|
|
44
|
+
._secondary_1ncka_44 {
|
|
45
45
|
color: var(--inverse-label-static-primary);
|
|
46
46
|
background: var(--brand-container-mid);
|
|
47
47
|
}
|
|
48
|
-
.
|
|
48
|
+
._secondary_1ncka_44:not(:disabled):hover {
|
|
49
49
|
background: var(--brand-container-mid-hover);
|
|
50
50
|
}
|
|
51
|
-
.
|
|
51
|
+
._tertiary_1ncka_52 {
|
|
52
52
|
color: var(--neutral-label-primary);
|
|
53
53
|
background: var(--neutral-fill-overlay-mid);
|
|
54
54
|
}
|
|
55
|
-
.
|
|
55
|
+
._tertiary_1ncka_52:not(:disabled):hover {
|
|
56
56
|
background: var(--neutral-fill-overlay-mid-hover);
|
|
57
57
|
}
|
|
58
|
-
.
|
|
58
|
+
._quaternary_1ncka_60 {
|
|
59
59
|
color: var(--neutral-label-primary);
|
|
60
60
|
border: 1px solid var(--neutral-border-overlay-normal);
|
|
61
61
|
background: var(--neutral-fill-overlay-lowest);
|
|
62
62
|
}
|
|
63
|
-
.
|
|
63
|
+
._quaternary_1ncka_60:not(:disabled):hover {
|
|
64
64
|
background: var(--neutral-fill-overlay-lowest-hover);
|
|
65
65
|
}
|
|
66
|
-
.
|
|
66
|
+
._quaternary_1ncka_60:disabled {
|
|
67
67
|
background: var(--neutral-fill-overlay-lowest);
|
|
68
68
|
color: var(--neutral-label-tertiary);
|
|
69
69
|
opacity: 0.4;
|
|
70
70
|
}
|
|
71
|
-
.
|
|
71
|
+
._quaternary_1ncka_60:disabled svg path {
|
|
72
72
|
fill: var(--neutral-label-tertiary) !important;
|
|
73
73
|
}
|
|
74
|
-
.
|
|
74
|
+
._quinary_1ncka_77 {
|
|
75
75
|
color: var(--neutral-label-primary);
|
|
76
76
|
background: var(--neutral-container-lowest);
|
|
77
77
|
}
|
|
78
|
-
.
|
|
78
|
+
._quinary_1ncka_77:disabled {
|
|
79
79
|
background: var(--neutral-fill-overlay-mid);
|
|
80
80
|
color: var(--neutral-label-tertiary);
|
|
81
81
|
}
|
|
82
|
-
.
|
|
82
|
+
._quinary_1ncka_77:disabled svg path {
|
|
83
83
|
fill: var(--neutral-label-tertiary) !important;
|
|
84
84
|
}
|
|
85
|
-
.
|
|
85
|
+
._negative_1ncka_89 {
|
|
86
86
|
color: var(--inverse-label-static-primary);
|
|
87
87
|
background: var(--function-fill-negative-mid);
|
|
88
88
|
}
|
|
89
|
-
.
|
|
89
|
+
._negative_1ncka_89:not(:disabled):hover {
|
|
90
90
|
background: var(--function-fill-negative-mid-hover);
|
|
91
91
|
}
|
|
92
|
-
.
|
|
92
|
+
._static_1ncka_97 {
|
|
93
93
|
background: var(--neutral-container-static-lowest);
|
|
94
94
|
color: var(--neutral-label-static-primary);
|
|
95
95
|
}
|
|
96
|
-
.
|
|
96
|
+
._static_1ncka_97:not(:disabled):hover {
|
|
97
97
|
background: var(--neutral-container-static-lowest-hover);
|
|
98
98
|
}
|
|
99
|
-
._inverse-
|
|
99
|
+
._inverse-static_1ncka_105 {
|
|
100
100
|
background: var(--inverse-container-static-high);
|
|
101
101
|
color: var(--inverse-label-static-primary);
|
|
102
102
|
}
|
|
103
|
-
._inverse-
|
|
103
|
+
._inverse-static_1ncka_105:not(:disabled):hover {
|
|
104
104
|
background: var(--inverse-container-static-high-hover);
|
|
105
105
|
}
|
|
106
|
-
.
|
|
106
|
+
._ghost_1ncka_113._primary_1ncka_36 {
|
|
107
107
|
background: var(--inverse-fill-lowest);
|
|
108
108
|
color: var(--neutral-label-primary);
|
|
109
109
|
}
|
|
110
|
-
.
|
|
110
|
+
._ghost_1ncka_113._primary_1ncka_36:not(:disabled):hover {
|
|
111
111
|
background: var(--neutral-fill-overlay-lowest-hover);
|
|
112
112
|
}
|
|
113
|
-
.
|
|
113
|
+
._ghost_1ncka_113._primary_1ncka_36:disabled {
|
|
114
114
|
background: var(--neutral-fill-overlay-lowest);
|
|
115
115
|
color: var(--neutral-label-tertiary);
|
|
116
116
|
}
|
|
117
|
-
.
|
|
117
|
+
._ghost_1ncka_113._primary_1ncka_36:disabled span svg path:not([fill=white]) {
|
|
118
118
|
fill: var(--neutral-label-tertiary);
|
|
119
119
|
}
|
|
120
|
-
.
|
|
120
|
+
._ghost_1ncka_113._primary_1ncka_36:disabled span svg path[fill=white] {
|
|
121
121
|
fill: var(--inverse-label-primary);
|
|
122
122
|
}
|
|
123
|
-
.
|
|
123
|
+
._ghost_1ncka_113._secondary_1ncka_44 {
|
|
124
124
|
background: var(--inverse-fill-lowest);
|
|
125
125
|
color: var(--neutral-label-primary);
|
|
126
126
|
}
|
|
127
|
-
.
|
|
127
|
+
._ghost_1ncka_113._secondary_1ncka_44:not(:disabled):hover {
|
|
128
128
|
background: var(--neutral-fill-overlay-lowest-hover);
|
|
129
129
|
}
|
|
130
|
-
.
|
|
130
|
+
._ghost_1ncka_113._secondary_1ncka_44:disabled {
|
|
131
131
|
background: var(--neutral-fill-overlay-lowest);
|
|
132
132
|
color: var(--neutral-label-tertiary);
|
|
133
133
|
}
|
|
134
|
-
.
|
|
134
|
+
._ghost_1ncka_113._secondary_1ncka_44:disabled span svg path:not([fill=white]) {
|
|
135
135
|
fill: var(--neutral-label-tertiary);
|
|
136
136
|
}
|
|
137
|
-
.
|
|
137
|
+
._ghost_1ncka_113._secondary_1ncka_44:disabled span svg path[fill=white] {
|
|
138
138
|
fill: var(--inverse-label-primary);
|
|
139
139
|
}
|
|
140
|
-
.
|
|
140
|
+
._cta_1ncka_148 {
|
|
141
141
|
border-radius: var(--lp-sys-radius-m);
|
|
142
142
|
width: fit-content;
|
|
143
143
|
height: 52px;
|
|
144
144
|
gap: 8px;
|
|
145
145
|
min-width: 52px;
|
|
146
146
|
}
|
|
147
|
-
.
|
|
147
|
+
._l_1ncka_156 {
|
|
148
148
|
border-radius: var(--lp-sys-radius-s);
|
|
149
149
|
width: fit-content;
|
|
150
150
|
height: 44px;
|
|
151
151
|
min-width: 44px;
|
|
152
152
|
}
|
|
153
|
-
.
|
|
153
|
+
._m_1ncka_163 {
|
|
154
154
|
border-radius: var(--lp-sys-radius-s);
|
|
155
155
|
width: fit-content;
|
|
156
156
|
height: 36px;
|
|
157
157
|
min-width: 36px;
|
|
158
158
|
}
|
|
159
|
-
.
|
|
159
|
+
._s_1ncka_44 {
|
|
160
160
|
border-radius: var(--lp-sys-radius-s);
|
|
161
161
|
width: fit-content;
|
|
162
162
|
height: 28px;
|
|
163
163
|
min-width: 28px;
|
|
164
164
|
}
|
|
165
|
-
._align-
|
|
165
|
+
._align-center_1ncka_177 > span {
|
|
166
166
|
width: 100%;
|
|
167
167
|
justify-content: center;
|
|
168
168
|
}
|
|
169
|
-
._align-space-
|
|
169
|
+
._align-space-between_1ncka_182 > span {
|
|
170
170
|
width: 100%;
|
|
171
171
|
justify-content: space-between;
|
|
172
172
|
}
|
|
173
|
-
.
|
|
173
|
+
._content_1ncka_187 {
|
|
174
174
|
flex-shrink: 0;
|
|
175
175
|
line-height: 0;
|
|
176
176
|
padding: 0px var(--lp-sys-padding-component-100);
|
|
177
177
|
}
|
|
178
|
-
.
|
|
178
|
+
._full_1ncka_193 {
|
|
179
179
|
width: 100%;
|
|
180
180
|
}
|
|
181
|
-
._fit-
|
|
181
|
+
._fit-content_1ncka_197 {
|
|
182
182
|
width: fit-content;
|
|
183
183
|
}
|
|
184
|
-
.
|
|
184
|
+
._children_1ncka_201 {
|
|
185
185
|
display: flex;
|
|
186
186
|
align-items: center;
|
|
187
187
|
justify-content: center;
|
|
188
188
|
}
|
|
189
|
-
._cta-
|
|
189
|
+
._cta-children_1ncka_207 {
|
|
190
190
|
padding: 0 var(--lp-sys-gap-positive-300);
|
|
191
191
|
gap: var(--lp-sys-gap-positive-100);
|
|
192
192
|
}
|
|
193
|
-
._l-
|
|
193
|
+
._l-children_1ncka_212 {
|
|
194
194
|
padding: 0 var(--lp-sys-gap-positive-200);
|
|
195
195
|
gap: var(--lp-sys-gap-positive-50);
|
|
196
196
|
}
|
|
197
|
-
._m-
|
|
197
|
+
._m-children_1ncka_217 {
|
|
198
198
|
padding: 0 var(--lp-sys-gap-positive-150);
|
|
199
199
|
gap: var(--lp-sys-gap-positive-50);
|
|
200
200
|
}
|
|
201
|
-
._s-
|
|
201
|
+
._s-children_1ncka_222 {
|
|
202
202
|
padding: 0 var(--lp-sys-gap-positive-150);
|
|
203
203
|
gap: var(--lp-sys-gap-positive-50);
|
|
204
204
|
}
|
|
205
205
|
|
|
206
206
|
/* esbuild-sass-plugin:css-chunk:src/components/Icon/style.module.scss */
|
|
207
|
-
.
|
|
207
|
+
._icon_1g8e0_1 {
|
|
208
208
|
fill: gray;
|
|
209
209
|
}
|
|
210
|
-
.
|
|
210
|
+
._icon_1g8e0_1 path[fill=white] {
|
|
211
211
|
fill: var(--inverse-label-primary);
|
|
212
212
|
}
|
|
213
|
-
._neutral-label-
|
|
214
|
-
._neutral-label-
|
|
213
|
+
._neutral-label-primary_1g8e0_8 path:not([fill=white]),
|
|
214
|
+
._neutral-label-primary_1g8e0_8 circle:not([fill=white]) {
|
|
215
215
|
fill: var(--neutral-label-primary);
|
|
216
216
|
}
|
|
217
|
-
._neutral-label-
|
|
218
|
-
._neutral-label-
|
|
217
|
+
._neutral-label-secondary_1g8e0_13 path:not([fill=white]),
|
|
218
|
+
._neutral-label-secondary_1g8e0_13 circle:not([fill=white]) {
|
|
219
219
|
fill: var(--neutral-label-secondary);
|
|
220
220
|
}
|
|
221
|
-
._neutral-label-
|
|
222
|
-
._neutral-label-
|
|
221
|
+
._neutral-label-tertiary_1g8e0_18 path:not([fill=white]),
|
|
222
|
+
._neutral-label-tertiary_1g8e0_18 circle:not([fill=white]) {
|
|
223
223
|
fill: var(--neutral-label-tertiary);
|
|
224
224
|
}
|
|
225
|
-
._neutral-label-
|
|
226
|
-
._neutral-label-
|
|
225
|
+
._neutral-label-quaternary_1g8e0_23 path:not([fill=white]),
|
|
226
|
+
._neutral-label-quaternary_1g8e0_23 circle:not([fill=white]) {
|
|
227
227
|
fill: var(--neutral-label-quaternary);
|
|
228
228
|
}
|
|
229
|
-
._neutral-label-static-
|
|
230
|
-
._neutral-label-static-
|
|
229
|
+
._neutral-label-static-primary_1g8e0_28 path:not([fill=white]),
|
|
230
|
+
._neutral-label-static-primary_1g8e0_28 circle:not([fill=white]) {
|
|
231
231
|
fill: var(--neutral-label-static-primary);
|
|
232
232
|
}
|
|
233
|
-
._neutral-label-static-
|
|
234
|
-
._neutral-label-static-
|
|
233
|
+
._neutral-label-static-secondary_1g8e0_33 path:not([fill=white]),
|
|
234
|
+
._neutral-label-static-secondary_1g8e0_33 circle:not([fill=white]) {
|
|
235
235
|
fill: var(--neutral-label-static-secondary);
|
|
236
236
|
}
|
|
237
|
-
._inverse-label-
|
|
238
|
-
._inverse-label-
|
|
237
|
+
._inverse-label-primary_1g8e0_38 path:not([fill=white]),
|
|
238
|
+
._inverse-label-primary_1g8e0_38 circle:not([fill=white]) {
|
|
239
239
|
fill: var(--inverse-label-primary);
|
|
240
240
|
}
|
|
241
|
-
._inverse-label-
|
|
242
|
-
._inverse-label-
|
|
241
|
+
._inverse-label-secondary_1g8e0_43 path:not([fill=white]),
|
|
242
|
+
._inverse-label-secondary_1g8e0_43 circle:not([fill=white]) {
|
|
243
243
|
fill: var(--inverse-label-secondary);
|
|
244
244
|
}
|
|
245
|
-
._inverse-label-
|
|
246
|
-
._inverse-label-
|
|
245
|
+
._inverse-label-tertiary_1g8e0_48 path:not([fill=white]),
|
|
246
|
+
._inverse-label-tertiary_1g8e0_48 circle:not([fill=white]) {
|
|
247
247
|
fill: var(--inverse-label-tertiary);
|
|
248
248
|
}
|
|
249
|
-
._inverse-label-
|
|
250
|
-
._inverse-label-
|
|
249
|
+
._inverse-label-quaternary_1g8e0_53 path:not([fill=white]),
|
|
250
|
+
._inverse-label-quaternary_1g8e0_53 circle:not([fill=white]) {
|
|
251
251
|
fill: var(--inverse-label-quaternary);
|
|
252
252
|
}
|
|
253
|
-
._inverse-label-static-
|
|
254
|
-
._inverse-label-static-
|
|
253
|
+
._inverse-label-static-primary_1g8e0_58 path:not([fill=white]),
|
|
254
|
+
._inverse-label-static-primary_1g8e0_58 circle:not([fill=white]) {
|
|
255
255
|
fill: var(--inverse-label-static-primary);
|
|
256
256
|
}
|
|
257
|
-
._inverse-label-static-
|
|
258
|
-
._inverse-label-static-
|
|
257
|
+
._inverse-label-static-secondary_1g8e0_63 path:not([fill=white]),
|
|
258
|
+
._inverse-label-static-secondary_1g8e0_63 circle:not([fill=white]) {
|
|
259
259
|
fill: var(--inverse-label-static-secondary);
|
|
260
260
|
}
|
|
261
|
-
._brand-label-
|
|
262
|
-
._brand-label-
|
|
261
|
+
._brand-label-primary_1g8e0_68 path:not([fill=white]),
|
|
262
|
+
._brand-label-primary_1g8e0_68 circle:not([fill=white]) {
|
|
263
263
|
fill: var(--brand-label-primary);
|
|
264
264
|
}
|
|
265
|
-
._brand-label-
|
|
266
|
-
._brand-label-
|
|
265
|
+
._brand-label-secondary_1g8e0_73 path:not([fill=white]),
|
|
266
|
+
._brand-label-secondary_1g8e0_73 circle:not([fill=white]) {
|
|
267
267
|
fill: var(--brand-label-secondary);
|
|
268
268
|
}
|
|
269
|
-
._function-label-
|
|
270
|
-
._function-label-
|
|
269
|
+
._function-label-positive_1g8e0_78 path:not([fill=white]),
|
|
270
|
+
._function-label-positive_1g8e0_78 circle:not([fill=white]) {
|
|
271
271
|
fill: var(--function-label-positive);
|
|
272
272
|
}
|
|
273
|
-
._function-label-
|
|
274
|
-
._function-label-
|
|
273
|
+
._function-label-negative_1g8e0_83 path:not([fill=white]),
|
|
274
|
+
._function-label-negative_1g8e0_83 circle:not([fill=white]) {
|
|
275
275
|
fill: var(--function-label-negative);
|
|
276
276
|
}
|
|
277
|
-
._function-label-
|
|
278
|
-
._function-label-
|
|
277
|
+
._function-label-caution_1g8e0_88 path:not([fill=white]),
|
|
278
|
+
._function-label-caution_1g8e0_88 circle:not([fill=white]) {
|
|
279
279
|
fill: var(--function-label-caution);
|
|
280
280
|
}
|
|
281
|
-
._accent-
|
|
282
|
-
._accent-
|
|
281
|
+
._accent-yellow_1g8e0_93 path:not([fill=white]),
|
|
282
|
+
._accent-yellow_1g8e0_93 circle:not([fill=white]) {
|
|
283
283
|
fill: var(--accent-yellow);
|
|
284
284
|
}
|
|
285
|
-
._accent-
|
|
286
|
-
._accent-
|
|
285
|
+
._accent-mint_1g8e0_98 path:not([fill=white]),
|
|
286
|
+
._accent-mint_1g8e0_98 circle:not([fill=white]) {
|
|
287
287
|
fill: var(--accent-mint);
|
|
288
288
|
}
|
|
289
|
-
._accent-
|
|
290
|
-
._accent-
|
|
289
|
+
._accent-cyan_1g8e0_103 path:not([fill=white]),
|
|
290
|
+
._accent-cyan_1g8e0_103 circle:not([fill=white]) {
|
|
291
291
|
fill: var(--accent-cyan);
|
|
292
292
|
}
|
|
293
|
-
._accent-
|
|
294
|
-
._accent-
|
|
293
|
+
._accent-purple_1g8e0_108 path:not([fill=white]),
|
|
294
|
+
._accent-purple_1g8e0_108 circle:not([fill=white]) {
|
|
295
295
|
fill: var(--accent-purple);
|
|
296
296
|
}
|
|
297
|
-
._accent-
|
|
298
|
-
._accent-
|
|
297
|
+
._accent-pink_1g8e0_113 path:not([fill=white]),
|
|
298
|
+
._accent-pink_1g8e0_113 circle:not([fill=white]) {
|
|
299
299
|
fill: var(--accent-pink);
|
|
300
300
|
}
|
|
301
|
-
._fill-neutral-label-
|
|
301
|
+
._fill-neutral-label-primary_1g8e0_118 path[fill=white] {
|
|
302
302
|
fill: var(--neutral-label-primary);
|
|
303
303
|
}
|
|
304
|
-
._fill-neutral-label-
|
|
304
|
+
._fill-neutral-label-secondary_1g8e0_122 path[fill=white] {
|
|
305
305
|
fill: var(--neutral-label-secondary);
|
|
306
306
|
}
|
|
307
|
-
._fill-neutral-label-
|
|
307
|
+
._fill-neutral-label-tertiary_1g8e0_126 path[fill=white] {
|
|
308
308
|
fill: var(--neutral-label-tertiary);
|
|
309
309
|
}
|
|
310
|
-
._fill-neutral-label-
|
|
310
|
+
._fill-neutral-label-quaternary_1g8e0_130 path[fill=white] {
|
|
311
311
|
fill: var(--neutral-label-quaternary);
|
|
312
312
|
}
|
|
313
|
-
._fill-neutral-label-static-
|
|
313
|
+
._fill-neutral-label-static-primary_1g8e0_134 path[fill=white] {
|
|
314
314
|
fill: var(--neutral-label-static-primary);
|
|
315
315
|
}
|
|
316
|
-
._fill-neutral-label-static-
|
|
316
|
+
._fill-neutral-label-static-secondary_1g8e0_138 path[fill=white] {
|
|
317
317
|
fill: var(--neutral-label-static-secondary);
|
|
318
318
|
}
|
|
319
|
-
._fill-inverse-label-
|
|
319
|
+
._fill-inverse-label-primary_1g8e0_142 path[fill=white] {
|
|
320
320
|
fill: var(--inverse-label-primary);
|
|
321
321
|
}
|
|
322
|
-
._fill-inverse-label-
|
|
322
|
+
._fill-inverse-label-secondary_1g8e0_146 path[fill=white] {
|
|
323
323
|
fill: var(--inverse-label-secondary);
|
|
324
324
|
}
|
|
325
|
-
._fill-inverse-label-
|
|
325
|
+
._fill-inverse-label-tertiary_1g8e0_150 path[fill=white] {
|
|
326
326
|
fill: var(--inverse-label-tertiary);
|
|
327
327
|
}
|
|
328
|
-
._fill-inverse-label-
|
|
328
|
+
._fill-inverse-label-quaternary_1g8e0_154 path[fill=white] {
|
|
329
329
|
fill: var(--inverse-label-quaternary);
|
|
330
330
|
}
|
|
331
|
-
._fill-inverse-label-static-
|
|
331
|
+
._fill-inverse-label-static-primary_1g8e0_158 path[fill=white] {
|
|
332
332
|
fill: var(--inverse-label-static-primary);
|
|
333
333
|
}
|
|
334
|
-
._fill-inverse-label-static-
|
|
334
|
+
._fill-inverse-label-static-secondary_1g8e0_162 path[fill=white] {
|
|
335
335
|
fill: var(--inverse-label-static-secondary);
|
|
336
336
|
}
|
|
337
|
-
._fill-brand-label-
|
|
337
|
+
._fill-brand-label-primary_1g8e0_166 path[fill=white] {
|
|
338
338
|
fill: var(--brand-label-primary);
|
|
339
339
|
}
|
|
340
|
-
._fill-brand-label-
|
|
340
|
+
._fill-brand-label-secondary_1g8e0_170 path[fill=white] {
|
|
341
341
|
fill: var(--brand-label-secondary);
|
|
342
342
|
}
|
|
343
|
-
._fill-function-label-
|
|
343
|
+
._fill-function-label-positive_1g8e0_174 path[fill=white] {
|
|
344
344
|
fill: var(--function-label-positive);
|
|
345
345
|
}
|
|
346
|
-
._fill-function-label-
|
|
346
|
+
._fill-function-label-negative_1g8e0_178 path[fill=white] {
|
|
347
347
|
fill: var(--function-label-negative);
|
|
348
348
|
}
|
|
349
|
-
._fill-function-label-
|
|
349
|
+
._fill-function-label-caution_1g8e0_182 path[fill=white] {
|
|
350
350
|
fill: var(--function-label-caution);
|
|
351
351
|
}
|
|
352
|
-
._fill-accent-
|
|
352
|
+
._fill-accent-yellow_1g8e0_186 path[fill=white] {
|
|
353
353
|
fill: var(--accent-yellow);
|
|
354
354
|
}
|
|
355
|
-
._fill-accent-
|
|
355
|
+
._fill-accent-mint_1g8e0_190 path[fill=white] {
|
|
356
356
|
fill: var(--accent-mint);
|
|
357
357
|
}
|
|
358
|
-
._fill-accent-
|
|
358
|
+
._fill-accent-cyan_1g8e0_194 path[fill=white] {
|
|
359
359
|
fill: var(--accent-cyan);
|
|
360
360
|
}
|
|
361
|
-
._fill-accent-
|
|
361
|
+
._fill-accent-purple_1g8e0_198 path[fill=white] {
|
|
362
362
|
fill: var(--accent-purple);
|
|
363
363
|
}
|
|
364
|
-
._fill-accent-
|
|
364
|
+
._fill-accent-pink_1g8e0_202 path[fill=white] {
|
|
365
365
|
fill: var(--accent-pink);
|
|
366
366
|
}
|
|
367
367
|
|
|
368
368
|
/* esbuild-sass-plugin:css-chunk:src/components/Loading/style.module.scss */
|
|
369
|
-
._dots-loader-
|
|
369
|
+
._dots-loader-container_7yn2t_4 {
|
|
370
370
|
display: flex;
|
|
371
371
|
}
|
|
372
|
-
._dots-
|
|
372
|
+
._dots-loader_7yn2t_4 {
|
|
373
373
|
float: left;
|
|
374
374
|
background: white;
|
|
375
375
|
opacity: 0;
|
|
376
|
-
-webkit-animation:
|
|
377
|
-
-moz-animation:
|
|
378
|
-
animation:
|
|
376
|
+
-webkit-animation: _loadingFade_7yn2t_1 1s infinite;
|
|
377
|
+
-moz-animation: _loadingFade_7yn2t_1 1s infinite;
|
|
378
|
+
animation: _loadingFade_7yn2t_1 1s infinite;
|
|
379
379
|
}
|
|
380
|
-
._dots-
|
|
380
|
+
._dots-loader_7yn2t_4._xl_7yn2t_16 {
|
|
381
381
|
width: 7px;
|
|
382
382
|
height: 7px;
|
|
383
383
|
margin: 0 2px;
|
|
384
384
|
border-radius: 1px;
|
|
385
385
|
}
|
|
386
|
-
._dots-
|
|
386
|
+
._dots-loader_7yn2t_4._l_7yn2t_22 {
|
|
387
387
|
width: 5px;
|
|
388
388
|
height: 5px;
|
|
389
389
|
margin: 0 2px;
|
|
390
390
|
border-radius: 1px;
|
|
391
391
|
}
|
|
392
|
-
._dots-
|
|
392
|
+
._dots-loader_7yn2t_4._m_7yn2t_28 {
|
|
393
393
|
width: 4px;
|
|
394
394
|
height: 4px;
|
|
395
395
|
margin: 0 2px;
|
|
396
396
|
border-radius: 1px;
|
|
397
397
|
}
|
|
398
|
-
._dots-
|
|
398
|
+
._dots-loader_7yn2t_4._s_7yn2t_34 {
|
|
399
399
|
width: 3px;
|
|
400
400
|
height: 3px;
|
|
401
401
|
margin: 0 2px;
|
|
402
402
|
border-radius: 1px;
|
|
403
403
|
}
|
|
404
|
-
._dots-
|
|
404
|
+
._dots-loader_7yn2t_4._xs_7yn2t_40 {
|
|
405
405
|
width: 2px;
|
|
406
406
|
height: 2px;
|
|
407
407
|
margin: 0 2px;
|
|
408
408
|
border-radius: 1px;
|
|
409
409
|
}
|
|
410
|
-
._dots-
|
|
410
|
+
._dots-loader_7yn2t_4._brand-label-primary_7yn2t_46 {
|
|
411
411
|
background: var(--brand-label-primary);
|
|
412
412
|
}
|
|
413
|
-
._dots-
|
|
413
|
+
._dots-loader_7yn2t_4._neutral-label-primary_7yn2t_49 {
|
|
414
414
|
background: var(--neutral-label-primary);
|
|
415
415
|
}
|
|
416
|
-
._dots-
|
|
416
|
+
._dots-loader_7yn2t_4._neutral-label-static-primary_7yn2t_52 {
|
|
417
417
|
background: var(--neutral-label-static-primary);
|
|
418
418
|
}
|
|
419
|
-
._dots-
|
|
419
|
+
._dots-loader_7yn2t_4._inverse-label-primary_7yn2t_55 {
|
|
420
420
|
background: var(--inverse-label-primary);
|
|
421
421
|
}
|
|
422
|
-
._dots-
|
|
422
|
+
._dots-loader_7yn2t_4._inverse-label-static-primary_7yn2t_58 {
|
|
423
423
|
background: var(--inverse-label-static-primary);
|
|
424
424
|
}
|
|
425
|
-
._dots-
|
|
425
|
+
._dots-loader_7yn2t_4:nth-child(1) {
|
|
426
426
|
-webkit-animation-delay: 0s;
|
|
427
427
|
-moz-animation-delay: 0s;
|
|
428
428
|
animation-delay: 0s;
|
|
429
429
|
}
|
|
430
|
-
._dots-
|
|
430
|
+
._dots-loader_7yn2t_4:nth-child(2) {
|
|
431
431
|
-webkit-animation-delay: 0.1s;
|
|
432
432
|
-moz-animation-delay: 0.1s;
|
|
433
433
|
animation-delay: 0.1s;
|
|
434
434
|
}
|
|
435
|
-
._dots-
|
|
435
|
+
._dots-loader_7yn2t_4:nth-child(3) {
|
|
436
436
|
-webkit-animation-delay: 0.2s;
|
|
437
437
|
-moz-animation-delay: 0.2s;
|
|
438
438
|
animation-delay: 0.2s;
|
|
439
439
|
}
|
|
440
|
-
._dots-
|
|
440
|
+
._dots-loader_7yn2t_4:nth-child(4) {
|
|
441
441
|
-webkit-animation-delay: 0.3s;
|
|
442
442
|
-moz-animation-delay: 0.3s;
|
|
443
443
|
animation-delay: 0.3s;
|
|
444
444
|
}
|
|
445
|
-
@-webkit-keyframes
|
|
445
|
+
@-webkit-keyframes _loadingFade_7yn2t_1 {
|
|
446
446
|
0% {
|
|
447
447
|
opacity: 0;
|
|
448
448
|
}
|
|
@@ -453,7 +453,7 @@
|
|
|
453
453
|
opacity: 0;
|
|
454
454
|
}
|
|
455
455
|
}
|
|
456
|
-
@-moz-keyframes
|
|
456
|
+
@-moz-keyframes _loadingFade_7yn2t_1 {
|
|
457
457
|
0% {
|
|
458
458
|
opacity: 0;
|
|
459
459
|
}
|
|
@@ -464,7 +464,7 @@
|
|
|
464
464
|
opacity: 0;
|
|
465
465
|
}
|
|
466
466
|
}
|
|
467
|
-
@keyframes
|
|
467
|
+
@keyframes _loadingFade_7yn2t_1 {
|
|
468
468
|
0% {
|
|
469
469
|
opacity: 0;
|
|
470
470
|
}
|
|
@@ -475,121 +475,120 @@
|
|
|
475
475
|
opacity: 0;
|
|
476
476
|
}
|
|
477
477
|
}
|
|
478
|
-
._spinner-
|
|
479
|
-
padding: 4px;
|
|
478
|
+
._spinner-loader_7yn2t_122 {
|
|
480
479
|
border-radius: 50%;
|
|
481
480
|
position: relative;
|
|
482
|
-
animation:
|
|
481
|
+
animation: _rotate_7yn2t_1 1s linear infinite;
|
|
483
482
|
}
|
|
484
|
-
._spinner-
|
|
483
|
+
._spinner-loader_7yn2t_122::before {
|
|
485
484
|
content: "";
|
|
486
485
|
box-sizing: border-box;
|
|
487
486
|
position: absolute;
|
|
488
487
|
inset: 0px;
|
|
489
488
|
border-radius: 50%;
|
|
490
|
-
animation:
|
|
489
|
+
animation: _prixClipFix_7yn2t_1 2s linear infinite;
|
|
491
490
|
}
|
|
492
|
-
._spinner-
|
|
493
|
-
width:
|
|
494
|
-
height:
|
|
491
|
+
._spinner-loader_7yn2t_122._xl_7yn2t_16 {
|
|
492
|
+
width: 32px;
|
|
493
|
+
height: 32px;
|
|
495
494
|
}
|
|
496
|
-
._spinner-
|
|
495
|
+
._spinner-loader_7yn2t_122._xl_7yn2t_16._brand-label-primary_7yn2t_46::before {
|
|
497
496
|
border: 3px solid var(--brand-label-primary);
|
|
498
497
|
}
|
|
499
|
-
._spinner-
|
|
498
|
+
._spinner-loader_7yn2t_122._xl_7yn2t_16._neutral-label-primary_7yn2t_49::before {
|
|
500
499
|
border: 3px solid var(--neutral-label-primary);
|
|
501
500
|
}
|
|
502
|
-
._spinner-
|
|
501
|
+
._spinner-loader_7yn2t_122._xl_7yn2t_16._neutral-label-static-primary_7yn2t_52::before {
|
|
503
502
|
border: 3px solid var(--neutral-label-static-primary);
|
|
504
503
|
}
|
|
505
|
-
._spinner-
|
|
504
|
+
._spinner-loader_7yn2t_122._xl_7yn2t_16._inverse-label-primary_7yn2t_55::before {
|
|
506
505
|
border: 3px solid var(--inverse-label-primary);
|
|
507
506
|
}
|
|
508
|
-
._spinner-
|
|
507
|
+
._spinner-loader_7yn2t_122._xl_7yn2t_16._inverse-label-static-primary_7yn2t_58::before {
|
|
509
508
|
border: 3px solid var(--inverse-label-static-primary);
|
|
510
509
|
}
|
|
511
|
-
._spinner-
|
|
512
|
-
width:
|
|
513
|
-
height:
|
|
510
|
+
._spinner-loader_7yn2t_122._l_7yn2t_22 {
|
|
511
|
+
width: 24px;
|
|
512
|
+
height: 24px;
|
|
514
513
|
}
|
|
515
|
-
._spinner-
|
|
514
|
+
._spinner-loader_7yn2t_122._l_7yn2t_22._brand-label-primary_7yn2t_46::before {
|
|
516
515
|
border: 2.8px solid var(--brand-label-primary);
|
|
517
516
|
}
|
|
518
|
-
._spinner-
|
|
517
|
+
._spinner-loader_7yn2t_122._l_7yn2t_22._neutral-label-primary_7yn2t_49::before {
|
|
519
518
|
border: 2.8px solid var(--neutral-label-primary);
|
|
520
519
|
}
|
|
521
|
-
._spinner-
|
|
520
|
+
._spinner-loader_7yn2t_122._l_7yn2t_22._neutral-label-static-primary_7yn2t_52::before {
|
|
522
521
|
border: 2.8px solid var(--neutral-label-static-primary);
|
|
523
522
|
}
|
|
524
|
-
._spinner-
|
|
523
|
+
._spinner-loader_7yn2t_122._l_7yn2t_22._inverse-label-primary_7yn2t_55::before {
|
|
525
524
|
border: 2.8px solid var(--inverse-label-primary);
|
|
526
525
|
}
|
|
527
|
-
._spinner-
|
|
526
|
+
._spinner-loader_7yn2t_122._l_7yn2t_22._inverse-label-static-primary_7yn2t_58::before {
|
|
528
527
|
border: 2.8px solid var(--inverse-label-static-primary);
|
|
529
528
|
}
|
|
530
|
-
._spinner-
|
|
531
|
-
width:
|
|
532
|
-
height:
|
|
529
|
+
._spinner-loader_7yn2t_122._m_7yn2t_28 {
|
|
530
|
+
width: 20px;
|
|
531
|
+
height: 20px;
|
|
533
532
|
}
|
|
534
|
-
._spinner-
|
|
533
|
+
._spinner-loader_7yn2t_122._m_7yn2t_28._brand-label-primary_7yn2t_46::before {
|
|
535
534
|
border: 2.6px solid var(--brand-label-primary);
|
|
536
535
|
}
|
|
537
|
-
._spinner-
|
|
536
|
+
._spinner-loader_7yn2t_122._m_7yn2t_28._neutral-label-primary_7yn2t_49::before {
|
|
538
537
|
border: 2.6px solid var(--neutral-label-primary);
|
|
539
538
|
}
|
|
540
|
-
._spinner-
|
|
539
|
+
._spinner-loader_7yn2t_122._m_7yn2t_28._neutral-label-static-primary_7yn2t_52::before {
|
|
541
540
|
border: 2.6px solid var(--neutral-label-static-primary);
|
|
542
541
|
}
|
|
543
|
-
._spinner-
|
|
542
|
+
._spinner-loader_7yn2t_122._m_7yn2t_28._inverse-label-primary_7yn2t_55::before {
|
|
544
543
|
border: 2.6px solid var(--inverse-label-primary);
|
|
545
544
|
}
|
|
546
|
-
._spinner-
|
|
545
|
+
._spinner-loader_7yn2t_122._m_7yn2t_28._inverse-label-static-primary_7yn2t_58::before {
|
|
547
546
|
border: 2.6px solid var(--inverse-label-static-primary);
|
|
548
547
|
}
|
|
549
|
-
._spinner-
|
|
550
|
-
width:
|
|
551
|
-
height:
|
|
548
|
+
._spinner-loader_7yn2t_122._s_7yn2t_34 {
|
|
549
|
+
width: 18px;
|
|
550
|
+
height: 18px;
|
|
552
551
|
}
|
|
553
|
-
._spinner-
|
|
552
|
+
._spinner-loader_7yn2t_122._s_7yn2t_34._brand-label-primary_7yn2t_46::before {
|
|
554
553
|
border: 2.4px solid var(--brand-label-primary);
|
|
555
554
|
}
|
|
556
|
-
._spinner-
|
|
555
|
+
._spinner-loader_7yn2t_122._s_7yn2t_34._neutral-label-primary_7yn2t_49::before {
|
|
557
556
|
border: 2.4px solid var(--neutral-label-primary);
|
|
558
557
|
}
|
|
559
|
-
._spinner-
|
|
558
|
+
._spinner-loader_7yn2t_122._s_7yn2t_34._neutral-label-static-primary_7yn2t_52::before {
|
|
560
559
|
border: 2.4px solid var(--neutral-label-static-primary);
|
|
561
560
|
}
|
|
562
|
-
._spinner-
|
|
561
|
+
._spinner-loader_7yn2t_122._s_7yn2t_34._inverse-label-primary_7yn2t_55::before {
|
|
563
562
|
border: 2.4px solid var(--inverse-label-primary);
|
|
564
563
|
}
|
|
565
|
-
._spinner-
|
|
564
|
+
._spinner-loader_7yn2t_122._s_7yn2t_34._inverse-label-static-primary_7yn2t_58::before {
|
|
566
565
|
border: 2.4px solid var(--inverse-label-static-primary);
|
|
567
566
|
}
|
|
568
|
-
._spinner-
|
|
569
|
-
width:
|
|
570
|
-
height:
|
|
567
|
+
._spinner-loader_7yn2t_122._xs_7yn2t_40 {
|
|
568
|
+
width: 16px;
|
|
569
|
+
height: 16px;
|
|
571
570
|
}
|
|
572
|
-
._spinner-
|
|
571
|
+
._spinner-loader_7yn2t_122._xs_7yn2t_40._brand-label-primary_7yn2t_46::before {
|
|
573
572
|
border: 2.2px solid var(--brand-label-primary);
|
|
574
573
|
}
|
|
575
|
-
._spinner-
|
|
574
|
+
._spinner-loader_7yn2t_122._xs_7yn2t_40._neutral-label-primary_7yn2t_49::before {
|
|
576
575
|
border: 2.2px solid var(--neutral-label-primary);
|
|
577
576
|
}
|
|
578
|
-
._spinner-
|
|
577
|
+
._spinner-loader_7yn2t_122._xs_7yn2t_40._neutral-label-static-primary_7yn2t_52::before {
|
|
579
578
|
border: 2.2px solid var(--neutral-label-static-primary);
|
|
580
579
|
}
|
|
581
|
-
._spinner-
|
|
580
|
+
._spinner-loader_7yn2t_122._xs_7yn2t_40._inverse-label-primary_7yn2t_55::before {
|
|
582
581
|
border: 2.2px solid var(--inverse-label-primary);
|
|
583
582
|
}
|
|
584
|
-
._spinner-
|
|
583
|
+
._spinner-loader_7yn2t_122._xs_7yn2t_40._inverse-label-static-primary_7yn2t_58::before {
|
|
585
584
|
border: 2.2px solid var(--inverse-label-static-primary);
|
|
586
585
|
}
|
|
587
|
-
@keyframes
|
|
586
|
+
@keyframes _rotate_7yn2t_1 {
|
|
588
587
|
100% {
|
|
589
588
|
transform: rotate(360deg);
|
|
590
589
|
}
|
|
591
590
|
}
|
|
592
|
-
@keyframes
|
|
591
|
+
@keyframes _prixClipFix_7yn2t_1 {
|
|
593
592
|
0% {
|
|
594
593
|
clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
|
|
595
594
|
}
|
|
@@ -608,7 +607,7 @@
|
|
|
608
607
|
}
|
|
609
608
|
|
|
610
609
|
/* esbuild-sass-plugin:css-chunk:src/components/Toast/style.module.scss */
|
|
611
|
-
@keyframes
|
|
610
|
+
@keyframes _hide_sbycv_1 {
|
|
612
611
|
from {
|
|
613
612
|
opacity: 1;
|
|
614
613
|
}
|
|
@@ -616,7 +615,7 @@
|
|
|
616
615
|
opacity: 0;
|
|
617
616
|
}
|
|
618
617
|
}
|
|
619
|
-
@keyframes
|
|
618
|
+
@keyframes _slideIn_sbycv_1 {
|
|
620
619
|
from {
|
|
621
620
|
transform: translateY(-100%);
|
|
622
621
|
}
|
|
@@ -624,7 +623,7 @@
|
|
|
624
623
|
transform: translateY(0);
|
|
625
624
|
}
|
|
626
625
|
}
|
|
627
|
-
@keyframes
|
|
626
|
+
@keyframes _swipeOut_sbycv_1 {
|
|
628
627
|
from {
|
|
629
628
|
transform: translateY(0);
|
|
630
629
|
}
|
|
@@ -632,16 +631,16 @@
|
|
|
632
631
|
transform: translateY(-100%);
|
|
633
632
|
}
|
|
634
633
|
}
|
|
635
|
-
.
|
|
634
|
+
._Icon_sbycv_25 {
|
|
636
635
|
width: fit-content;
|
|
637
636
|
height: 24px;
|
|
638
637
|
}
|
|
639
638
|
@media (max-width: 360px) {
|
|
640
|
-
.
|
|
639
|
+
._TitleText_sbycv_31 {
|
|
641
640
|
max-width: 227px;
|
|
642
641
|
}
|
|
643
642
|
}
|
|
644
|
-
.
|
|
643
|
+
._ToastViewport_sbycv_36 {
|
|
645
644
|
position: fixed;
|
|
646
645
|
top: 29px;
|
|
647
646
|
left: 50%;
|
|
@@ -660,11 +659,11 @@
|
|
|
660
659
|
width: fit-content;
|
|
661
660
|
}
|
|
662
661
|
@media (max-width: 600px) {
|
|
663
|
-
.
|
|
662
|
+
._ToastViewport_sbycv_36 {
|
|
664
663
|
width: calc(100vw - 32px);
|
|
665
664
|
}
|
|
666
665
|
}
|
|
667
|
-
.
|
|
666
|
+
._ToastRoot_sbycv_60 {
|
|
668
667
|
background-color: var(--inverse-container-static-high);
|
|
669
668
|
border-radius: 8px;
|
|
670
669
|
box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2509803922);
|
|
@@ -675,112 +674,112 @@
|
|
|
675
674
|
gap: 6px;
|
|
676
675
|
}
|
|
677
676
|
@media (max-width: 600px) {
|
|
678
|
-
.
|
|
677
|
+
._ToastRoot_sbycv_60 {
|
|
679
678
|
width: calc(100vw - 64px);
|
|
680
679
|
}
|
|
681
680
|
}
|
|
682
|
-
.
|
|
681
|
+
._ToastTitle_sbycv_76 {
|
|
683
682
|
display: flex;
|
|
684
683
|
align-items: center;
|
|
685
684
|
justify-content: space-between;
|
|
686
685
|
width: 100%;
|
|
687
686
|
gap: var(--lp-sys-gap-positive-300);
|
|
688
687
|
}
|
|
689
|
-
.
|
|
690
|
-
animation:
|
|
688
|
+
._ToastRoot_sbycv_60[data-state=open] {
|
|
689
|
+
animation: _slideIn_sbycv_1 0.5s cubic-bezier(0.16, 1, 0.3, 1);
|
|
691
690
|
}
|
|
692
|
-
.
|
|
693
|
-
animation:
|
|
691
|
+
._ToastRoot_sbycv_60[data-state=closed] {
|
|
692
|
+
animation: _hide_sbycv_1 300ms ease-in;
|
|
694
693
|
}
|
|
695
|
-
.
|
|
694
|
+
._ToastRoot_sbycv_60[data-swipe=move] {
|
|
696
695
|
transform: translateY(var(--radix-toast-swipe-move-y));
|
|
697
696
|
}
|
|
698
|
-
.
|
|
697
|
+
._ToastRoot_sbycv_60[data-swipe=cancel] {
|
|
699
698
|
transform: translateX(0);
|
|
700
699
|
transition: transform 200ms ease-out;
|
|
701
700
|
}
|
|
702
|
-
.
|
|
703
|
-
animation:
|
|
701
|
+
._ToastRoot_sbycv_60[data-swipe=end] {
|
|
702
|
+
animation: _swipeOut_sbycv_1 100ms ease-out;
|
|
704
703
|
}
|
|
705
704
|
|
|
706
705
|
/* esbuild-sass-plugin:css-chunk:src/components/Typography/Set/style.module.scss */
|
|
707
|
-
.
|
|
706
|
+
._caption_1valw_1 {
|
|
708
707
|
display: block;
|
|
709
708
|
text-align: start;
|
|
710
709
|
}
|
|
711
|
-
.
|
|
710
|
+
._typography_1valw_6 {
|
|
712
711
|
white-space: pre-wrap;
|
|
713
712
|
margin: 0;
|
|
714
713
|
}
|
|
715
|
-
._neutral-label-
|
|
714
|
+
._neutral-label-primary_1valw_11 {
|
|
716
715
|
color: var(--neutral-label-primary);
|
|
717
716
|
}
|
|
718
|
-
._neutral-label-
|
|
717
|
+
._neutral-label-secondary_1valw_15 {
|
|
719
718
|
color: var(--neutral-label-secondary);
|
|
720
719
|
}
|
|
721
|
-
._neutral-label-
|
|
720
|
+
._neutral-label-tertiary_1valw_19 {
|
|
722
721
|
color: var(--neutral-label-tertiary);
|
|
723
722
|
}
|
|
724
|
-
._neutral-label-
|
|
723
|
+
._neutral-label-quaternary_1valw_23 {
|
|
725
724
|
color: var(--neutral-label-quaternary);
|
|
726
725
|
}
|
|
727
|
-
._neutral-label-static-
|
|
726
|
+
._neutral-label-static-primary_1valw_27 {
|
|
728
727
|
color: var(--neutral-label-static-primary);
|
|
729
728
|
}
|
|
730
|
-
._neutral-label-static-
|
|
729
|
+
._neutral-label-static-secondary_1valw_31 {
|
|
731
730
|
color: var(--neutral-label-static-secondary);
|
|
732
731
|
}
|
|
733
|
-
._inverse-label-
|
|
732
|
+
._inverse-label-primary_1valw_35 {
|
|
734
733
|
color: var(--inverse-label-primary);
|
|
735
734
|
}
|
|
736
|
-
._inverse-label-
|
|
735
|
+
._inverse-label-secondary_1valw_39 {
|
|
737
736
|
color: var(--inverse-label-secondary);
|
|
738
737
|
}
|
|
739
|
-
._inverse-label-
|
|
738
|
+
._inverse-label-tertiary_1valw_43 {
|
|
740
739
|
color: var(--inverse-label-tertiary);
|
|
741
740
|
}
|
|
742
|
-
._inverse-label-
|
|
741
|
+
._inverse-label-quaternary_1valw_47 {
|
|
743
742
|
color: var(--inverse-label-quaternary);
|
|
744
743
|
}
|
|
745
|
-
._inverse-label-static-
|
|
744
|
+
._inverse-label-static-primary_1valw_51 {
|
|
746
745
|
color: var(--inverse-label-static-primary);
|
|
747
746
|
}
|
|
748
|
-
._inverse-label-static-
|
|
747
|
+
._inverse-label-static-secondary_1valw_55 {
|
|
749
748
|
color: var(--inverse-label-static-secondary);
|
|
750
749
|
}
|
|
751
|
-
._brand-label-
|
|
750
|
+
._brand-label-primary_1valw_59 {
|
|
752
751
|
color: var(--brand-label-primary);
|
|
753
752
|
}
|
|
754
|
-
._brand-label-
|
|
753
|
+
._brand-label-secondary_1valw_63 {
|
|
755
754
|
color: var(--brand-label-secondary);
|
|
756
755
|
}
|
|
757
|
-
._function-label-
|
|
756
|
+
._function-label-positive_1valw_67 {
|
|
758
757
|
color: var(--function-label-positive);
|
|
759
758
|
}
|
|
760
|
-
._function-label-
|
|
759
|
+
._function-label-negative_1valw_71 {
|
|
761
760
|
color: var(--function-label-negative);
|
|
762
761
|
}
|
|
763
|
-
._function-label-
|
|
762
|
+
._function-label-caution_1valw_75 {
|
|
764
763
|
color: var(--function-label-caution);
|
|
765
764
|
}
|
|
766
|
-
._accent-label-
|
|
765
|
+
._accent-label-yellow_1valw_79 {
|
|
767
766
|
color: var(--accent-label-yellow);
|
|
768
767
|
}
|
|
769
|
-
._accent-label-
|
|
768
|
+
._accent-label-mint_1valw_83 {
|
|
770
769
|
color: var(--accent-label-mint);
|
|
771
770
|
}
|
|
772
|
-
._accent-label-
|
|
771
|
+
._accent-label-cyan_1valw_87 {
|
|
773
772
|
color: var(--accent-label-cyan);
|
|
774
773
|
}
|
|
775
|
-
._accent-label-
|
|
774
|
+
._accent-label-purple_1valw_91 {
|
|
776
775
|
color: var(--accent-label-purple);
|
|
777
776
|
}
|
|
778
|
-
._accent-label-
|
|
777
|
+
._accent-label-pink_1valw_95 {
|
|
779
778
|
color: var(--accent-label-pink);
|
|
780
779
|
}
|
|
781
780
|
|
|
782
781
|
/* esbuild-sass-plugin:css-chunk:src/components/Popover/style.module.scss */
|
|
783
|
-
.
|
|
782
|
+
._content_10295_1 {
|
|
784
783
|
border-radius: var(--lp-sys-radius-m);
|
|
785
784
|
width: 100%;
|
|
786
785
|
box-shadow:
|
|
@@ -788,40 +787,40 @@
|
|
|
788
787
|
0px 1px 8px 0px rgba(0, 0, 0, 0.06),
|
|
789
788
|
0px 0px 1px 0px rgba(0, 0, 0, 0.06);
|
|
790
789
|
}
|
|
791
|
-
.
|
|
790
|
+
._anchor_10295_7 {
|
|
792
791
|
transform: rotate(180deg) translateY(5px);
|
|
793
792
|
}
|
|
794
|
-
.
|
|
793
|
+
._anchor_10295_7._primary_10295_10 {
|
|
795
794
|
background: none;
|
|
796
795
|
}
|
|
797
|
-
.
|
|
796
|
+
._anchor_10295_7._primary_10295_10 path {
|
|
798
797
|
fill: var(--brand-container-mid);
|
|
799
798
|
}
|
|
800
|
-
.
|
|
799
|
+
._anchor_10295_7._secondary_10295_16 {
|
|
801
800
|
background: none;
|
|
802
801
|
}
|
|
803
|
-
.
|
|
802
|
+
._anchor_10295_7._secondary_10295_16 path {
|
|
804
803
|
fill: var(--inverse-container-static-high);
|
|
805
804
|
}
|
|
806
|
-
.
|
|
805
|
+
._primary_10295_10 {
|
|
807
806
|
background: var(--brand-container-mid);
|
|
808
807
|
}
|
|
809
|
-
.
|
|
808
|
+
._secondary_10295_16 {
|
|
810
809
|
background: var(--inverse-container-static-high);
|
|
811
810
|
}
|
|
812
|
-
.
|
|
811
|
+
._contentContainer_10295_31 {
|
|
813
812
|
padding: var(--lp-sys-padding-component-400);
|
|
814
813
|
display: flex;
|
|
815
814
|
flex-direction: column;
|
|
816
815
|
gap: 5px;
|
|
817
816
|
z-index: 2;
|
|
818
817
|
}
|
|
819
|
-
.
|
|
818
|
+
._heading_10295_39 {
|
|
820
819
|
display: flex;
|
|
821
820
|
align-items: flex-start;
|
|
822
821
|
gap: 6px;
|
|
823
822
|
}
|
|
824
|
-
.
|
|
823
|
+
._tag_10295_45 {
|
|
825
824
|
margin: 0;
|
|
826
825
|
display: flex;
|
|
827
826
|
align-items: center;
|
|
@@ -831,24 +830,24 @@
|
|
|
831
830
|
color: var(--neutral-label-static-primary);
|
|
832
831
|
border-radius: var(--lp-sys-radius-xs);
|
|
833
832
|
}
|
|
834
|
-
.
|
|
833
|
+
._title_10295_56 {
|
|
835
834
|
margin: 0;
|
|
836
835
|
color: var(--inverse-label-static-primary);
|
|
837
836
|
}
|
|
838
|
-
.
|
|
837
|
+
._description_10295_61 {
|
|
839
838
|
margin: 0;
|
|
840
839
|
color: var(--inverse-label-static-secondary);
|
|
841
840
|
line-height: 18px;
|
|
842
841
|
}
|
|
843
|
-
.
|
|
842
|
+
._footer_10295_67 {
|
|
844
843
|
display: flex;
|
|
845
844
|
justify-content: flex-end;
|
|
846
845
|
width: 100%;
|
|
847
846
|
}
|
|
848
|
-
.
|
|
847
|
+
._arrow_10295_73 {
|
|
849
848
|
position: absolute;
|
|
850
849
|
}
|
|
851
|
-
.
|
|
850
|
+
._closeButton_10295_77 {
|
|
852
851
|
background: transparent;
|
|
853
852
|
border: none;
|
|
854
853
|
padding: 0px;
|
|
@@ -856,10 +855,10 @@
|
|
|
856
855
|
top: 12px;
|
|
857
856
|
right: 12px;
|
|
858
857
|
}
|
|
859
|
-
.
|
|
858
|
+
._closeButton_10295_77:hover {
|
|
860
859
|
cursor: pointer;
|
|
861
860
|
}
|
|
862
|
-
.
|
|
861
|
+
._overlay_10295_89 {
|
|
863
862
|
position: fixed;
|
|
864
863
|
top: 0;
|
|
865
864
|
left: 0;
|
|
@@ -870,7 +869,7 @@
|
|
|
870
869
|
}
|
|
871
870
|
|
|
872
871
|
/* esbuild-sass-plugin:css-chunk:src/components/TextButton/style.module.scss */
|
|
873
|
-
.
|
|
872
|
+
._button_14tzo_1 {
|
|
874
873
|
position: relative;
|
|
875
874
|
display: flex;
|
|
876
875
|
align-items: center;
|
|
@@ -884,58 +883,58 @@
|
|
|
884
883
|
overflow: hidden;
|
|
885
884
|
cursor: pointer;
|
|
886
885
|
}
|
|
887
|
-
.
|
|
886
|
+
._button_14tzo_1:disabled {
|
|
888
887
|
background: var(--neutral-fill-overlay-mid);
|
|
889
888
|
color: var(--neutral-label-tertiary);
|
|
890
889
|
cursor: not-allowed;
|
|
891
890
|
}
|
|
892
|
-
.
|
|
891
|
+
._button_14tzo_1:disabled span svg path:not([fill=white]) {
|
|
893
892
|
fill: var(--neutral-label-tertiary) !important;
|
|
894
893
|
}
|
|
895
|
-
.
|
|
894
|
+
._button_14tzo_1:disabled span svg path[fill=white] {
|
|
896
895
|
fill: var(--inverse-label-primary) !important;
|
|
897
896
|
}
|
|
898
|
-
.
|
|
897
|
+
._text_14tzo_27 {
|
|
899
898
|
background: none;
|
|
900
899
|
}
|
|
901
|
-
.
|
|
900
|
+
._text_14tzo_27:hover {
|
|
902
901
|
background: none !important;
|
|
903
902
|
opacity: 0.64;
|
|
904
903
|
}
|
|
905
|
-
.
|
|
904
|
+
._text_14tzo_27._size-m_14tzo_34 {
|
|
906
905
|
font-size: var(--lp-pri-font-size-14) !important;
|
|
907
906
|
}
|
|
908
|
-
.
|
|
907
|
+
._text_14tzo_27._size-s_14tzo_37 {
|
|
909
908
|
font-size: var(--lp-pri-font-size-13) !important;
|
|
910
909
|
}
|
|
911
|
-
.
|
|
910
|
+
._text_14tzo_27._primary_14tzo_40 {
|
|
912
911
|
background: none;
|
|
913
912
|
color: var(--brand-label-primary);
|
|
914
913
|
}
|
|
915
|
-
.
|
|
914
|
+
._text_14tzo_27._secondary_14tzo_44 {
|
|
916
915
|
background: none;
|
|
917
916
|
color: var(--neutral-label-primary);
|
|
918
917
|
}
|
|
919
|
-
.
|
|
918
|
+
._text_14tzo_27._tertiary_14tzo_48 {
|
|
920
919
|
background: none;
|
|
921
920
|
color: var(--neutral-label-secondary);
|
|
922
921
|
}
|
|
923
|
-
.
|
|
922
|
+
._text_14tzo_27._inverse_14tzo_52 {
|
|
924
923
|
background: none;
|
|
925
924
|
color: var(--inverse-label-primary);
|
|
926
925
|
}
|
|
927
|
-
.
|
|
926
|
+
._text_14tzo_27._inverse-static_14tzo_56 {
|
|
928
927
|
background: none;
|
|
929
928
|
color: var(--inverse-label-static-primary);
|
|
930
929
|
}
|
|
931
|
-
.
|
|
930
|
+
._thick_14tzo_61 {
|
|
932
931
|
font-weight: var(--lp-pri-font-weight-700) !important;
|
|
933
932
|
}
|
|
934
|
-
.
|
|
933
|
+
._underline_14tzo_65 {
|
|
935
934
|
text-decoration: underline;
|
|
936
935
|
text-underline-offset: 0.2rem;
|
|
937
936
|
}
|
|
938
|
-
._text-
|
|
937
|
+
._text-children_14tzo_70 {
|
|
939
938
|
display: flex;
|
|
940
939
|
align-items: center;
|
|
941
940
|
justify-content: center;
|
|
@@ -943,7 +942,7 @@
|
|
|
943
942
|
}
|
|
944
943
|
|
|
945
944
|
/* esbuild-sass-plugin:css-chunk:src/components/Tooltip/style.module.scss */
|
|
946
|
-
.
|
|
945
|
+
._tooltip_1cynk_1 {
|
|
947
946
|
padding: 1px 1px;
|
|
948
947
|
border-radius: var(--lp-sys-radius-xs);
|
|
949
948
|
background: var(--inverse-container-static-high);
|
|
@@ -951,12 +950,12 @@
|
|
|
951
950
|
text-align: center;
|
|
952
951
|
white-space: pre-wrap;
|
|
953
952
|
}
|
|
954
|
-
.
|
|
953
|
+
._tooltipContent_1cynk_10 {
|
|
955
954
|
margin: 4px 6px;
|
|
956
955
|
}
|
|
957
956
|
|
|
958
957
|
/* esbuild-sass-plugin:css-chunk:src/components/IconButton/style.module.scss */
|
|
959
|
-
.
|
|
958
|
+
._iconButton_18003_1 {
|
|
960
959
|
display: flex;
|
|
961
960
|
justify-content: center;
|
|
962
961
|
align-items: center;
|
|
@@ -965,198 +964,198 @@
|
|
|
965
964
|
border-radius: var(--lp-sys-radius-m);
|
|
966
965
|
cursor: pointer;
|
|
967
966
|
}
|
|
968
|
-
.
|
|
967
|
+
._iconButton_18003_1:disabled {
|
|
969
968
|
cursor: not-allowed;
|
|
970
969
|
}
|
|
971
|
-
.
|
|
970
|
+
._primary_18003_14 {
|
|
972
971
|
background: var(--brand-container-mid);
|
|
973
972
|
}
|
|
974
|
-
.
|
|
973
|
+
._primary_18003_14:not(:disabled):hover {
|
|
975
974
|
background: var(--brand-container-mid-hover);
|
|
976
975
|
}
|
|
977
|
-
.
|
|
976
|
+
._primary_18003_14:disabled {
|
|
978
977
|
background: var(--neutral-fill-overlay-mid);
|
|
979
978
|
}
|
|
980
|
-
.
|
|
979
|
+
._primary_18003_14:disabled svg path {
|
|
981
980
|
fill: var(--neutral-label-tertiary) !important;
|
|
982
981
|
}
|
|
983
|
-
.
|
|
982
|
+
._secondary_18003_27 {
|
|
984
983
|
background: var(--brand-container-mid);
|
|
985
984
|
}
|
|
986
|
-
.
|
|
985
|
+
._secondary_18003_27:not(:disabled):hover {
|
|
987
986
|
background: var(--brand-container-mid-hover);
|
|
988
987
|
}
|
|
989
|
-
.
|
|
988
|
+
._secondary_18003_27:disabled {
|
|
990
989
|
background: var(--neutral-fill-overlay-mid);
|
|
991
990
|
}
|
|
992
|
-
.
|
|
991
|
+
._secondary_18003_27:disabled svg path {
|
|
993
992
|
fill: var(--neutral-label-tertiary) !important;
|
|
994
993
|
}
|
|
995
|
-
.
|
|
994
|
+
._tertiary_18003_40 {
|
|
996
995
|
background: var(--neutral-fill-overlay-mid);
|
|
997
996
|
}
|
|
998
|
-
.
|
|
997
|
+
._tertiary_18003_40:not(:disabled):hover {
|
|
999
998
|
background: var(--neutral-fill-overlay-mid-hover);
|
|
1000
999
|
}
|
|
1001
|
-
.
|
|
1000
|
+
._tertiary_18003_40:disabled {
|
|
1002
1001
|
background: var(--neutral-fill-overlay-mid);
|
|
1003
1002
|
}
|
|
1004
|
-
.
|
|
1003
|
+
._tertiary_18003_40:disabled svg path {
|
|
1005
1004
|
fill: var(--neutral-label-tertiary) !important;
|
|
1006
1005
|
}
|
|
1007
|
-
.
|
|
1006
|
+
._quaternary_18003_53 {
|
|
1008
1007
|
background: var(--neutral-fill-overlay-lowest);
|
|
1009
1008
|
border: 1px solid var(--neutral-border-overlay-normal);
|
|
1010
1009
|
}
|
|
1011
|
-
.
|
|
1010
|
+
._quaternary_18003_53:not(:disabled):hover {
|
|
1012
1011
|
background: var(--neutral-fill-overlay-lowest-hover);
|
|
1013
1012
|
}
|
|
1014
|
-
.
|
|
1013
|
+
._quaternary_18003_53:disabled {
|
|
1015
1014
|
background: var(--neutral-fill-overlay-mid);
|
|
1016
1015
|
}
|
|
1017
|
-
.
|
|
1016
|
+
._quaternary_18003_53:disabled svg path {
|
|
1018
1017
|
fill: var(--neutral-label-tertiary) !important;
|
|
1019
1018
|
}
|
|
1020
|
-
.
|
|
1019
|
+
._negative_18003_67 {
|
|
1021
1020
|
background: var(--function-fill-negative-mid);
|
|
1022
1021
|
}
|
|
1023
|
-
.
|
|
1022
|
+
._negative_18003_67:not(:disabled):hover {
|
|
1024
1023
|
background: var(--function-fill-negative-mid-hover);
|
|
1025
1024
|
}
|
|
1026
|
-
.
|
|
1025
|
+
._negative_18003_67:disabled {
|
|
1027
1026
|
background: var(--neutral-fill-overlay-mid);
|
|
1028
1027
|
}
|
|
1029
|
-
.
|
|
1028
|
+
._negative_18003_67:disabled svg path {
|
|
1030
1029
|
fill: var(--neutral-label-tertiary) !important;
|
|
1031
1030
|
}
|
|
1032
|
-
.
|
|
1031
|
+
._static_18003_80 {
|
|
1033
1032
|
background: var(--neutral-container-static-lowest);
|
|
1034
1033
|
}
|
|
1035
|
-
.
|
|
1034
|
+
._static_18003_80:not(:disabled):hover {
|
|
1036
1035
|
background: var(--neutral-container-static-lowest-hover);
|
|
1037
1036
|
}
|
|
1038
|
-
.
|
|
1037
|
+
._static_18003_80:disabled {
|
|
1039
1038
|
background: var(--neutral-fill-overlay-mid);
|
|
1040
1039
|
}
|
|
1041
|
-
.
|
|
1040
|
+
._static_18003_80:disabled svg path {
|
|
1042
1041
|
fill: var(--neutral-label-tertiary) !important;
|
|
1043
1042
|
}
|
|
1044
|
-
.
|
|
1043
|
+
._inverse_18003_93 {
|
|
1045
1044
|
background: var(--brand-container-mid);
|
|
1046
1045
|
}
|
|
1047
|
-
.
|
|
1046
|
+
._inverse_18003_93:not(:disabled):hover {
|
|
1048
1047
|
background: var(--brand-container-mid-hover);
|
|
1049
1048
|
}
|
|
1050
|
-
.
|
|
1049
|
+
._inverse_18003_93:disabled {
|
|
1051
1050
|
background: var(--neutral-fill-overlay-mid);
|
|
1052
1051
|
}
|
|
1053
|
-
.
|
|
1052
|
+
._inverse_18003_93:disabled svg path {
|
|
1054
1053
|
fill: var(--neutral-label-tertiary) !important;
|
|
1055
1054
|
}
|
|
1056
|
-
._inverse-
|
|
1055
|
+
._inverse-static_18003_106 {
|
|
1057
1056
|
background: var(--inverse-container-static-high);
|
|
1058
1057
|
}
|
|
1059
|
-
._inverse-
|
|
1058
|
+
._inverse-static_18003_106:not(:disabled):hover {
|
|
1060
1059
|
background: var(--inverse-container-static-high-hover);
|
|
1061
1060
|
}
|
|
1062
|
-
._inverse-
|
|
1061
|
+
._inverse-static_18003_106:disabled {
|
|
1063
1062
|
background: var(--neutral-fill-overlay-mid);
|
|
1064
1063
|
}
|
|
1065
|
-
._inverse-
|
|
1064
|
+
._inverse-static_18003_106:disabled svg path {
|
|
1066
1065
|
fill: var(--neutral-label-tertiary) !important;
|
|
1067
1066
|
}
|
|
1068
|
-
.
|
|
1067
|
+
._ghost_18003_119._primary_18003_14 {
|
|
1069
1068
|
background: none;
|
|
1070
1069
|
}
|
|
1071
|
-
.
|
|
1070
|
+
._ghost_18003_119._primary_18003_14:not(:disabled):hover {
|
|
1072
1071
|
background: var(--neutral-fill-overlay-lowest-hover);
|
|
1073
1072
|
}
|
|
1074
|
-
.
|
|
1073
|
+
._ghost_18003_119._primary_18003_14:disabled svg path {
|
|
1075
1074
|
fill: var(--neutral-label-quaternary) !important;
|
|
1076
1075
|
}
|
|
1077
|
-
.
|
|
1076
|
+
._ghost_18003_119._secondary_18003_27 {
|
|
1078
1077
|
background: none;
|
|
1079
1078
|
}
|
|
1080
|
-
.
|
|
1079
|
+
._ghost_18003_119._secondary_18003_27:not(:disabled):hover {
|
|
1081
1080
|
background: var(--neutral-fill-overlay-lowest-hover);
|
|
1082
1081
|
}
|
|
1083
|
-
.
|
|
1082
|
+
._ghost_18003_119._secondary_18003_27:disabled svg path {
|
|
1084
1083
|
fill: var(--neutral-label-quaternary) !important;
|
|
1085
1084
|
}
|
|
1086
|
-
.
|
|
1085
|
+
._ghost_18003_119._tertiary_18003_40 {
|
|
1087
1086
|
background: none;
|
|
1088
1087
|
}
|
|
1089
|
-
.
|
|
1088
|
+
._ghost_18003_119._tertiary_18003_40:not(:disabled):hover {
|
|
1090
1089
|
background: var(--neutral-fill-overlay-lowest-hover);
|
|
1091
1090
|
}
|
|
1092
|
-
.
|
|
1091
|
+
._ghost_18003_119._tertiary_18003_40:disabled svg path {
|
|
1093
1092
|
fill: var(--neutral-label-quaternary) !important;
|
|
1094
1093
|
}
|
|
1095
|
-
.
|
|
1094
|
+
._ghost_18003_119._negative_18003_67 {
|
|
1096
1095
|
background: none;
|
|
1097
1096
|
}
|
|
1098
|
-
.
|
|
1097
|
+
._ghost_18003_119._negative_18003_67:not(:disabled):hover {
|
|
1099
1098
|
background: var(--neutral-fill-overlay-lowest-hover);
|
|
1100
1099
|
}
|
|
1101
|
-
.
|
|
1100
|
+
._ghost_18003_119._negative_18003_67:disabled svg path {
|
|
1102
1101
|
fill: var(--neutral-label-quaternary) !important;
|
|
1103
1102
|
}
|
|
1104
|
-
.
|
|
1103
|
+
._ghost_18003_119._static_18003_80 {
|
|
1105
1104
|
background: none;
|
|
1106
1105
|
}
|
|
1107
|
-
.
|
|
1106
|
+
._ghost_18003_119._static_18003_80:not(:disabled):hover {
|
|
1108
1107
|
background: var(--neutral-fill-overlay-lowest-hover);
|
|
1109
1108
|
}
|
|
1110
|
-
.
|
|
1109
|
+
._ghost_18003_119._static_18003_80:disabled svg path {
|
|
1111
1110
|
fill: var(--neutral-label-quaternary) !important;
|
|
1112
1111
|
}
|
|
1113
|
-
.
|
|
1112
|
+
._ghost_18003_119._inverse_18003_93 {
|
|
1114
1113
|
background: none;
|
|
1115
1114
|
}
|
|
1116
|
-
.
|
|
1115
|
+
._ghost_18003_119._inverse_18003_93:not(:disabled):hover {
|
|
1117
1116
|
background: var(--neutral-fill-overlay-lowest-hover);
|
|
1118
1117
|
}
|
|
1119
|
-
.
|
|
1118
|
+
._ghost_18003_119._inverse_18003_93:disabled svg path {
|
|
1120
1119
|
fill: var(--neutral-label-quaternary) !important;
|
|
1121
1120
|
}
|
|
1122
|
-
.
|
|
1121
|
+
._ghost_18003_119._inverse-static_18003_106 {
|
|
1123
1122
|
background: none;
|
|
1124
1123
|
}
|
|
1125
|
-
.
|
|
1124
|
+
._ghost_18003_119._inverse-static_18003_106:not(:disabled):hover {
|
|
1126
1125
|
background: var(--inverse-container-lowest-hover);
|
|
1127
1126
|
}
|
|
1128
|
-
.
|
|
1127
|
+
._ghost_18003_119._inverse-static_18003_106:disabled svg path {
|
|
1129
1128
|
fill: var(--inverse-label-tertiary) !important;
|
|
1130
1129
|
}
|
|
1131
|
-
.
|
|
1130
|
+
._l_18003_183 {
|
|
1132
1131
|
width: 44px;
|
|
1133
1132
|
height: 44px;
|
|
1134
1133
|
border-radius: var(--lp-sys-radius-m);
|
|
1135
1134
|
}
|
|
1136
|
-
.
|
|
1135
|
+
._m_18003_189 {
|
|
1137
1136
|
width: 36px;
|
|
1138
1137
|
height: 36px;
|
|
1139
1138
|
border-radius: var(--lp-sys-radius-m);
|
|
1140
1139
|
}
|
|
1141
|
-
.
|
|
1140
|
+
._s_18003_27 {
|
|
1142
1141
|
width: 28px;
|
|
1143
1142
|
height: 28px;
|
|
1144
1143
|
border-radius: var(--lp-sys-radius-m);
|
|
1145
1144
|
}
|
|
1146
|
-
.
|
|
1145
|
+
._xs_18003_201 {
|
|
1147
1146
|
width: 24px;
|
|
1148
1147
|
height: 24px;
|
|
1149
1148
|
border-radius: var(--lp-sys-radius-s);
|
|
1150
1149
|
}
|
|
1151
|
-
.
|
|
1150
|
+
._xs_18003_201._ghost_18003_119:not(:disabled):hover {
|
|
1152
1151
|
background: inherit !important;
|
|
1153
1152
|
}
|
|
1154
|
-
.
|
|
1153
|
+
._xs_18003_201._ghost_18003_119:not(:disabled):hover * > path {
|
|
1155
1154
|
opacity: 0.64 !important;
|
|
1156
1155
|
}
|
|
1157
1156
|
|
|
1158
1157
|
/* esbuild-sass-plugin:css-chunk:src/components/CheckBox/style.module.scss */
|
|
1159
|
-
.
|
|
1158
|
+
._checkbox_1jxdh_1 {
|
|
1160
1159
|
display: flex;
|
|
1161
1160
|
width: var(--lp-sys-icon-size-xs);
|
|
1162
1161
|
height: var(--lp-sys-icon-size-xs);
|
|
@@ -1170,144 +1169,144 @@
|
|
|
1170
1169
|
border: 1px solid var(--neutral-border-overlay-strong);
|
|
1171
1170
|
cursor: pointer;
|
|
1172
1171
|
}
|
|
1173
|
-
.
|
|
1172
|
+
._checkbox_1jxdh_1:hover:not(:disabled) {
|
|
1174
1173
|
background: var(--neutral-fill-overlay-lowest-hover);
|
|
1175
1174
|
}
|
|
1176
|
-
.
|
|
1175
|
+
._checkbox_1jxdh_1:disabled {
|
|
1177
1176
|
background: var(--neutral-container-highest);
|
|
1178
1177
|
cursor: not-allowed;
|
|
1179
1178
|
border: 1px solid var(--neutral-border-overlay-strong);
|
|
1180
1179
|
}
|
|
1181
|
-
.
|
|
1180
|
+
._checkbox_1jxdh_1:disabled > span {
|
|
1182
1181
|
background: none;
|
|
1183
1182
|
}
|
|
1184
|
-
.
|
|
1183
|
+
._checkbox_1jxdh_1:disabled > span > svg > path {
|
|
1185
1184
|
fill: var(--neutral-label-tertiary);
|
|
1186
1185
|
}
|
|
1187
|
-
.
|
|
1186
|
+
._checkbox_1jxdh_1[aria-checked=true]:not(:disabled) {
|
|
1188
1187
|
border: none;
|
|
1189
1188
|
}
|
|
1190
|
-
.
|
|
1189
|
+
._checkbox_1jxdh_1[aria-checked=true]:hover:not(:disabled) > span {
|
|
1191
1190
|
background: var(--inverse-container-static-high-hover);
|
|
1192
1191
|
}
|
|
1193
|
-
.
|
|
1192
|
+
._checkbox_1jxdh_1 [aria-checked=true]:disabled > span {
|
|
1194
1193
|
background: none;
|
|
1195
1194
|
}
|
|
1196
|
-
._checkbox-
|
|
1195
|
+
._checkbox-indicator_1jxdh_39 {
|
|
1197
1196
|
display: flex;
|
|
1198
1197
|
align-items: center;
|
|
1199
1198
|
justify-content: center;
|
|
1200
1199
|
border-radius: var(--lp-sys-radius-xs);
|
|
1201
1200
|
background: var(--inverse-container-static-high);
|
|
1202
1201
|
}
|
|
1203
|
-
._label-
|
|
1202
|
+
._label-wrapper_1jxdh_47 {
|
|
1204
1203
|
display: flex;
|
|
1205
1204
|
flex-direction: column;
|
|
1206
1205
|
gap: var(--lp-sys-gap-positive-200);
|
|
1207
1206
|
}
|
|
1208
|
-
.
|
|
1207
|
+
._description_1jxdh_53 {
|
|
1209
1208
|
color: var(--neutral-label-secondary);
|
|
1210
1209
|
}
|
|
1211
|
-
.
|
|
1210
|
+
._description_1jxdh_53:has([disabled]) {
|
|
1212
1211
|
color: var(--neutral-label-tertiary);
|
|
1213
1212
|
}
|
|
1214
1213
|
|
|
1215
1214
|
/* esbuild-sass-plugin:css-chunk:src/components/Label/style.module.scss */
|
|
1216
|
-
.
|
|
1215
|
+
._label_1km3w_1 {
|
|
1217
1216
|
position: relative;
|
|
1218
1217
|
display: flex;
|
|
1219
1218
|
flex-direction: column;
|
|
1220
1219
|
align-items: flex-start;
|
|
1221
1220
|
color: var(--neutral-label-primary);
|
|
1222
1221
|
}
|
|
1223
|
-
.
|
|
1222
|
+
._label_1km3w_1:has([disabled]) {
|
|
1224
1223
|
color: var(--neutral-label-tertiary);
|
|
1225
1224
|
cursor: not-allowed;
|
|
1226
1225
|
}
|
|
1227
|
-
.
|
|
1226
|
+
._label_1km3w_1:has([disabled]) > div > p {
|
|
1228
1227
|
color: var(--neutral-label-tertiary);
|
|
1229
1228
|
}
|
|
1230
|
-
.
|
|
1229
|
+
._label_1km3w_1._error_1km3w_15 {
|
|
1231
1230
|
color: var(--function-label-negative);
|
|
1232
1231
|
}
|
|
1233
|
-
.
|
|
1232
|
+
._primary_1km3w_19 {
|
|
1234
1233
|
color: var(--neutral-label-primary);
|
|
1235
1234
|
}
|
|
1236
|
-
.
|
|
1235
|
+
._primary_1km3w_19:has([disabled]) {
|
|
1237
1236
|
color: var(--neutral-label-tertiary);
|
|
1238
1237
|
cursor: not-allowed;
|
|
1239
1238
|
}
|
|
1240
|
-
.
|
|
1239
|
+
._primary_1km3w_19._error_1km3w_15 {
|
|
1241
1240
|
color: var(--function-label-negative);
|
|
1242
1241
|
}
|
|
1243
|
-
.
|
|
1242
|
+
._secondary_1km3w_30 {
|
|
1244
1243
|
color: var(--neutral-label-secondary);
|
|
1245
1244
|
}
|
|
1246
|
-
.
|
|
1245
|
+
._secondary_1km3w_30:has([disabled]) {
|
|
1247
1246
|
color: var(--neutral-label-tertiary);
|
|
1248
1247
|
cursor: not-allowed;
|
|
1249
1248
|
}
|
|
1250
|
-
.
|
|
1249
|
+
._secondary_1km3w_30._error_1km3w_15 {
|
|
1251
1250
|
color: var(--function-label-negative);
|
|
1252
1251
|
}
|
|
1253
|
-
.
|
|
1252
|
+
._top_1km3w_41 {
|
|
1254
1253
|
flex-direction: column;
|
|
1255
1254
|
}
|
|
1256
|
-
.
|
|
1255
|
+
._top_1km3w_41._l_1km3w_1._offset-high_1km3w_44 {
|
|
1257
1256
|
gap: var(--lp-sys-padding-component-400);
|
|
1258
1257
|
}
|
|
1259
|
-
.
|
|
1258
|
+
._top_1km3w_41._l_1km3w_1._offset-medium_1km3w_47 {
|
|
1260
1259
|
gap: var(--lp-sys-padding-component-300);
|
|
1261
1260
|
}
|
|
1262
|
-
.
|
|
1261
|
+
._top_1km3w_41._l_1km3w_1._offset-low_1km3w_50 {
|
|
1263
1262
|
gap: var(--lp-sys-padding-component-300);
|
|
1264
1263
|
}
|
|
1265
|
-
.
|
|
1264
|
+
._top_1km3w_41._m_1km3w_53._offset-high_1km3w_44 {
|
|
1266
1265
|
gap: var(--lp-sys-padding-component-300);
|
|
1267
1266
|
}
|
|
1268
|
-
.
|
|
1267
|
+
._top_1km3w_41._m_1km3w_53._offset-medium_1km3w_47 {
|
|
1269
1268
|
gap: var(--lp-sys-padding-component-200);
|
|
1270
1269
|
}
|
|
1271
|
-
.
|
|
1270
|
+
._top_1km3w_41._m_1km3w_53._offset-low_1km3w_50 {
|
|
1272
1271
|
gap: var(--lp-sys-padding-component-150);
|
|
1273
1272
|
}
|
|
1274
|
-
.
|
|
1273
|
+
._top_1km3w_41._s_1km3w_30._offset-high_1km3w_44 {
|
|
1275
1274
|
gap: var(--lp-sys-padding-component-200);
|
|
1276
1275
|
}
|
|
1277
|
-
.
|
|
1276
|
+
._top_1km3w_41._s_1km3w_30._offset-medium_1km3w_47 {
|
|
1278
1277
|
gap: var(--lp-sys-padding-component-150);
|
|
1279
1278
|
}
|
|
1280
|
-
.
|
|
1279
|
+
._top_1km3w_41._s_1km3w_30._offset-low_1km3w_50 {
|
|
1281
1280
|
gap: var(--lp-sys-padding-component-100);
|
|
1282
1281
|
}
|
|
1283
|
-
.
|
|
1282
|
+
._right_1km3w_72 {
|
|
1284
1283
|
flex-direction: row-reverse;
|
|
1285
1284
|
}
|
|
1286
|
-
.
|
|
1285
|
+
._right_1km3w_72._l_1km3w_1._offset-medium_1km3w_47 {
|
|
1287
1286
|
gap: var(--lp-sys-padding-component-300);
|
|
1288
1287
|
}
|
|
1289
|
-
.
|
|
1288
|
+
._right_1km3w_72._l_1km3w_1._offset-low_1km3w_50 {
|
|
1290
1289
|
gap: var(--lp-sys-padding-component-200);
|
|
1291
1290
|
}
|
|
1292
|
-
.
|
|
1291
|
+
._right_1km3w_72._m_1km3w_53._offset-medium_1km3w_47 {
|
|
1293
1292
|
gap: var(--lp-sys-padding-component-200);
|
|
1294
1293
|
}
|
|
1295
|
-
.
|
|
1294
|
+
._right_1km3w_72._m_1km3w_53._offset-low_1km3w_50 {
|
|
1296
1295
|
gap: var(--lp-sys-padding-component-150);
|
|
1297
1296
|
}
|
|
1298
|
-
.
|
|
1297
|
+
._right_1km3w_72._s_1km3w_30._offset-medium_1km3w_47 {
|
|
1299
1298
|
gap: var(--lp-sys-padding-component-150);
|
|
1300
1299
|
}
|
|
1301
|
-
.
|
|
1300
|
+
._right_1km3w_72._s_1km3w_30._offset-low_1km3w_50 {
|
|
1302
1301
|
gap: var(--lp-sys-padding-component-100);
|
|
1303
1302
|
}
|
|
1304
|
-
.
|
|
1303
|
+
._disabled_1km3w_94 {
|
|
1305
1304
|
color: var(--neutral-label-tertiary);
|
|
1306
1305
|
cursor: not-allowed;
|
|
1307
1306
|
}
|
|
1308
1307
|
|
|
1309
1308
|
/* esbuild-sass-plugin:css-chunk:src/components/Radio/style.module.scss */
|
|
1310
|
-
._radio-
|
|
1309
|
+
._radio-item_1ct7a_1 {
|
|
1311
1310
|
display: flex;
|
|
1312
1311
|
align-items: center;
|
|
1313
1312
|
justify-content: center;
|
|
@@ -1320,72 +1319,72 @@
|
|
|
1320
1319
|
transform: translateY(15%);
|
|
1321
1320
|
cursor: pointer;
|
|
1322
1321
|
}
|
|
1323
|
-
._radio-
|
|
1322
|
+
._radio-item_1ct7a_1:hover {
|
|
1324
1323
|
background: var(--neutral-fill-overlay-lowest-hover);
|
|
1325
1324
|
border: 1px solid var(--neutral-label-secondary);
|
|
1326
1325
|
}
|
|
1327
|
-
._radio-
|
|
1326
|
+
._radio-item_1ct7a_1:disabled {
|
|
1328
1327
|
background: var(--neutral-container-mid);
|
|
1329
1328
|
border: 1px solid var(--neutral-label-quaternary);
|
|
1330
1329
|
cursor: not-allowed;
|
|
1331
1330
|
}
|
|
1332
|
-
._radio-
|
|
1331
|
+
._radio-item_1ct7a_1[data-state=checked] {
|
|
1333
1332
|
border: 1px solid var(--neutral-label-primary);
|
|
1334
1333
|
}
|
|
1335
|
-
._radio-
|
|
1334
|
+
._radio-item_1ct7a_1[data-state=checked] circle {
|
|
1336
1335
|
fill: var(--neutral-label-primary);
|
|
1337
1336
|
}
|
|
1338
|
-
._radio-
|
|
1337
|
+
._radio-item_1ct7a_1[data-state=checked]:hover:not(:disabled) {
|
|
1339
1338
|
background: none;
|
|
1340
1339
|
border: 1px solid var(--neutral-label-secondary);
|
|
1341
1340
|
}
|
|
1342
|
-
._radio-
|
|
1341
|
+
._radio-item_1ct7a_1[data-state=checked]:hover:not(:disabled) circle {
|
|
1343
1342
|
fill: var(--neutral-label-secondary);
|
|
1344
1343
|
}
|
|
1345
|
-
._radio-
|
|
1344
|
+
._radio-item_1ct7a_1[data-state=checked]:disabled {
|
|
1346
1345
|
background: var(--neutral-fill-overlay-mid);
|
|
1347
1346
|
border: 1px solid var(--neutral-label-quaternary);
|
|
1348
1347
|
}
|
|
1349
|
-
._radio-
|
|
1348
|
+
._radio-item_1ct7a_1[data-state=checked]:disabled circle {
|
|
1350
1349
|
fill: var(--neutral-label-quaternary);
|
|
1351
1350
|
}
|
|
1352
|
-
.
|
|
1351
|
+
._indicator_1ct7a_44 {
|
|
1353
1352
|
display: flex;
|
|
1354
1353
|
align-items: center;
|
|
1355
1354
|
justify-content: center;
|
|
1356
1355
|
}
|
|
1357
|
-
._label-
|
|
1356
|
+
._label-wrapper_1ct7a_50 {
|
|
1358
1357
|
display: flex;
|
|
1359
1358
|
flex-direction: column;
|
|
1360
1359
|
gap: var(--lp-sys-gap-positive-200);
|
|
1361
1360
|
cursor: pointer;
|
|
1362
1361
|
}
|
|
1363
|
-
._label-
|
|
1362
|
+
._label-wrapper_1ct7a_50:has(button[disabled]) {
|
|
1364
1363
|
cursor: not-allowed;
|
|
1365
1364
|
}
|
|
1366
|
-
.
|
|
1365
|
+
._description_1ct7a_60 {
|
|
1367
1366
|
color: var(--neutral-label-secondary);
|
|
1368
1367
|
cursor: pointer;
|
|
1369
1368
|
}
|
|
1370
|
-
.
|
|
1369
|
+
._description_1ct7a_60:has([disabled]) {
|
|
1371
1370
|
color: var(--neutral-label-tertiary);
|
|
1372
1371
|
cursor: not-allowed;
|
|
1373
1372
|
}
|
|
1374
1373
|
|
|
1375
1374
|
/* esbuild-sass-plugin:css-chunk:src/components/Textfield/style.module.scss */
|
|
1376
|
-
._textfield-
|
|
1375
|
+
._textfield-container_15lqz_1 {
|
|
1377
1376
|
display: flex;
|
|
1378
1377
|
flex-direction: column;
|
|
1379
1378
|
gap: var(--lp-sys-gap-positive-200);
|
|
1380
1379
|
width: 100%;
|
|
1381
1380
|
}
|
|
1382
|
-
._textfield-
|
|
1381
|
+
._textfield-container_15lqz_1:has(:disabled) {
|
|
1383
1382
|
cursor: not-allowed;
|
|
1384
1383
|
}
|
|
1385
|
-
._textfield-
|
|
1384
|
+
._textfield-container_15lqz_1:has(:disabled) * {
|
|
1386
1385
|
cursor: not-allowed;
|
|
1387
1386
|
}
|
|
1388
|
-
.
|
|
1387
|
+
._textfield_15lqz_1 {
|
|
1389
1388
|
box-sizing: border-box;
|
|
1390
1389
|
position: relative;
|
|
1391
1390
|
width: 100%;
|
|
@@ -1396,46 +1395,46 @@
|
|
|
1396
1395
|
cursor: text;
|
|
1397
1396
|
transition: ease-out all 0.1s;
|
|
1398
1397
|
}
|
|
1399
|
-
.
|
|
1398
|
+
._textfield_15lqz_1:hover {
|
|
1400
1399
|
outline: 1px solid var(--neutral-border-opaque-strong);
|
|
1401
1400
|
}
|
|
1402
|
-
.
|
|
1401
|
+
._textfield_15lqz_1:focus-within {
|
|
1403
1402
|
outline: 2px solid var(--neutral-border-opaque-strong);
|
|
1404
1403
|
}
|
|
1405
|
-
.
|
|
1404
|
+
._textfield_15lqz_1:has(:disabled) {
|
|
1406
1405
|
outline: 1px solid var(--neutral-border-opaque-subtle);
|
|
1407
1406
|
cursor: not-allowed;
|
|
1408
1407
|
}
|
|
1409
|
-
.
|
|
1408
|
+
._textfield_15lqz_1:has(:disabled) > ._label_15lqz_35 {
|
|
1410
1409
|
color: var(--neutral-label-tertiary);
|
|
1411
1410
|
cursor: not-allowed;
|
|
1412
1411
|
}
|
|
1413
|
-
.
|
|
1412
|
+
._textfield_15lqz_1._label-out-textfield_15lqz_39 {
|
|
1414
1413
|
height: 52px;
|
|
1415
1414
|
margin-top: 24px;
|
|
1416
1415
|
}
|
|
1417
|
-
.
|
|
1416
|
+
._textfield_15lqz_1._white_15lqz_43 {
|
|
1418
1417
|
background: var(--neutral-container-lowest);
|
|
1419
1418
|
}
|
|
1420
|
-
.
|
|
1419
|
+
._textfield_15lqz_1._gray_15lqz_46 {
|
|
1421
1420
|
background: var(--neutral-container-mid);
|
|
1422
1421
|
}
|
|
1423
|
-
.
|
|
1422
|
+
._label_15lqz_35 {
|
|
1424
1423
|
position: absolute;
|
|
1425
1424
|
left: 0;
|
|
1426
1425
|
top: 0;
|
|
1427
1426
|
color: var(--neutral-label-secondary);
|
|
1428
1427
|
cursor: text;
|
|
1429
1428
|
}
|
|
1430
|
-
._label-
|
|
1429
|
+
._label-in_15lqz_58 {
|
|
1431
1430
|
transform-origin: left top;
|
|
1432
1431
|
transform: translate(var(--lp-sys-padding-component-400), 100%) scale(1);
|
|
1433
1432
|
transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
|
|
1434
1433
|
}
|
|
1435
|
-
._label-
|
|
1434
|
+
._label-out_15lqz_39 {
|
|
1436
1435
|
transform: translateY(-150%);
|
|
1437
1436
|
}
|
|
1438
|
-
._input-
|
|
1437
|
+
._input-wrapper_15lqz_68 {
|
|
1439
1438
|
display: flex;
|
|
1440
1439
|
align-items: center;
|
|
1441
1440
|
justify-content: space-between;
|
|
@@ -1443,7 +1442,7 @@
|
|
|
1443
1442
|
height: 100%;
|
|
1444
1443
|
gap: var(--lp-sys-gap-positive-300);
|
|
1445
1444
|
}
|
|
1446
|
-
.
|
|
1445
|
+
._input_15lqz_68 {
|
|
1447
1446
|
background: transparent;
|
|
1448
1447
|
border: none;
|
|
1449
1448
|
outline: none;
|
|
@@ -1457,106 +1456,106 @@
|
|
|
1457
1456
|
font-weight: var(--lp-pri-font-weight-400);
|
|
1458
1457
|
line-height: 130%;
|
|
1459
1458
|
}
|
|
1460
|
-
.
|
|
1461
|
-
.
|
|
1459
|
+
._input_15lqz_68:focus + ._label-in_15lqz_58,
|
|
1460
|
+
._input_15lqz_68:not(:placeholder-shown) + ._label-in_15lqz_58 {
|
|
1462
1461
|
transform: translate(var(--lp-sys-padding-component-400), 60%) scale(0.8);
|
|
1463
1462
|
font-weight: var(--lp-pri-font-weight-500);
|
|
1464
1463
|
color: var(--neutral-label-primary);
|
|
1465
1464
|
}
|
|
1466
|
-
.
|
|
1465
|
+
._input_15lqz_68::placeholder {
|
|
1467
1466
|
color: var(--neutral-label-tertiary);
|
|
1468
1467
|
font-size: var(--lp-pri-font-size-15);
|
|
1469
1468
|
font-style: normal;
|
|
1470
1469
|
font-weight: var(--lp-pri-font-weight-400);
|
|
1471
1470
|
line-height: 130%;
|
|
1472
1471
|
}
|
|
1473
|
-
._label-out-
|
|
1472
|
+
._label-out-input_15lqz_104 {
|
|
1474
1473
|
transform: translateY(0);
|
|
1475
1474
|
}
|
|
1476
|
-
._input-action-
|
|
1475
|
+
._input-action-buttons_15lqz_108 {
|
|
1477
1476
|
display: flex;
|
|
1478
1477
|
align-items: center;
|
|
1479
1478
|
gap: var(--lp-sys-gap-positive-50);
|
|
1480
1479
|
}
|
|
1481
|
-
._action-
|
|
1480
|
+
._action-button_15lqz_114 {
|
|
1482
1481
|
margin-right: var(--lp-sys-padding-component-100);
|
|
1483
1482
|
}
|
|
1484
|
-
._action-
|
|
1483
|
+
._action-button_15lqz_114 > svg > circle {
|
|
1485
1484
|
fill: var(--neutral-label-secondary);
|
|
1486
1485
|
}
|
|
1487
|
-
.
|
|
1486
|
+
._error_15lqz_121 {
|
|
1488
1487
|
display: block;
|
|
1489
1488
|
outline: 2px solid var(--function-label-negative);
|
|
1490
1489
|
}
|
|
1491
|
-
.
|
|
1490
|
+
._error_15lqz_121 > ._input_15lqz_68 + ._label_15lqz_35 {
|
|
1492
1491
|
color: var(--function-label-negative);
|
|
1493
1492
|
}
|
|
1494
|
-
.
|
|
1493
|
+
._error_15lqz_121:hover {
|
|
1495
1494
|
outline: 2px solid var(--function-label-negative);
|
|
1496
1495
|
}
|
|
1497
|
-
.
|
|
1496
|
+
._error_15lqz_121:focus-within {
|
|
1498
1497
|
outline: 2px solid var(--function-label-negative);
|
|
1499
1498
|
}
|
|
1500
|
-
.
|
|
1499
|
+
._error_15lqz_121:focus-within > ._label_15lqz_35 {
|
|
1501
1500
|
color: var(--function-label-negative);
|
|
1502
1501
|
}
|
|
1503
|
-
.
|
|
1502
|
+
._error_15lqz_121 > div > ._error-message_15lqz_137 {
|
|
1504
1503
|
color: var(--function-label-negative);
|
|
1505
1504
|
}
|
|
1506
|
-
._error-
|
|
1505
|
+
._error-wrapper_15lqz_141 {
|
|
1507
1506
|
display: flex;
|
|
1508
1507
|
align-items: flex-end;
|
|
1509
1508
|
gap: 4px;
|
|
1510
1509
|
}
|
|
1511
|
-
._error-
|
|
1510
|
+
._error-wrapper_15lqz_141 > ._error-message_15lqz_137 {
|
|
1512
1511
|
color: var(--function-label-negative);
|
|
1513
1512
|
}
|
|
1514
|
-
.
|
|
1513
|
+
._footer_15lqz_150 {
|
|
1515
1514
|
display: flex;
|
|
1516
1515
|
justify-content: space-between;
|
|
1517
1516
|
align-items: center;
|
|
1518
1517
|
gap: 8px;
|
|
1519
1518
|
min-height: var(--lp-sys-icon-size-xs);
|
|
1520
1519
|
}
|
|
1521
|
-
.
|
|
1520
|
+
._character_15lqz_158 {
|
|
1522
1521
|
color: var(--neutral-label-secondary);
|
|
1523
1522
|
}
|
|
1524
1523
|
|
|
1525
1524
|
/* esbuild-sass-plugin:css-chunk:src/components/Slider/style.module.scss */
|
|
1526
|
-
.
|
|
1525
|
+
._label_8exch_1 {
|
|
1527
1526
|
color: var(--neutral-label-secondary);
|
|
1528
1527
|
padding-bottom: var(--lp-sys-padding-component-300);
|
|
1529
1528
|
}
|
|
1530
|
-
.
|
|
1529
|
+
._optionText_8exch_6 {
|
|
1531
1530
|
color: var(--neutral-label-primary);
|
|
1532
1531
|
}
|
|
1533
|
-
._slider-
|
|
1532
|
+
._slider-wrapper_8exch_10 {
|
|
1534
1533
|
display: flex;
|
|
1535
1534
|
align-items: center;
|
|
1536
1535
|
gap: var(--lp-sys-gap-positive-400);
|
|
1537
1536
|
padding: var(--lp-sys-padding-component-200) 0px;
|
|
1538
1537
|
}
|
|
1539
|
-
._slider-
|
|
1538
|
+
._slider-wrapper_8exch_10:has([data-disabled]) {
|
|
1540
1539
|
pointer-events: none;
|
|
1541
1540
|
}
|
|
1542
|
-
._slider-
|
|
1541
|
+
._slider-wrapper_8exch_10:has([data-disabled]) > ._slider-option-wrapper_8exch_19 > * {
|
|
1543
1542
|
color: var(--neutral-label-tertiary);
|
|
1544
1543
|
}
|
|
1545
|
-
._slider-
|
|
1544
|
+
._slider-wrapper_8exch_10:has([data-disabled]) > ._slider-option-wrapper_8exch_19 > * > * {
|
|
1546
1545
|
fill: var(--neutral-label-tertiary);
|
|
1547
1546
|
}
|
|
1548
|
-
._slider-
|
|
1547
|
+
._slider-wrapper_8exch_10:has([data-disabled]) ._slider-thumb_8exch_25 {
|
|
1549
1548
|
border: 2px solid var(--neutral-border-overlay-normal);
|
|
1550
1549
|
}
|
|
1551
|
-
._slider-
|
|
1550
|
+
._slider-wrapper_8exch_10:has([data-disabled]) ._slider-step_8exch_28 {
|
|
1552
1551
|
background-color: var(--neutral-fill-overlay-high);
|
|
1553
1552
|
}
|
|
1554
|
-
._slider-option-
|
|
1553
|
+
._slider-option-wrapper_8exch_19 {
|
|
1555
1554
|
display: flex;
|
|
1556
1555
|
align-items: flex-start;
|
|
1557
1556
|
gap: var(--lp-sys-gap-positive-100);
|
|
1558
1557
|
}
|
|
1559
|
-
._slider-
|
|
1558
|
+
._slider-root_8exch_38 {
|
|
1560
1559
|
position: relative;
|
|
1561
1560
|
display: flex;
|
|
1562
1561
|
align-items: center;
|
|
@@ -1565,7 +1564,7 @@
|
|
|
1565
1564
|
width: 100%;
|
|
1566
1565
|
height: 20px;
|
|
1567
1566
|
}
|
|
1568
|
-
._slider-
|
|
1567
|
+
._slider-track_8exch_48 {
|
|
1569
1568
|
display: flex;
|
|
1570
1569
|
align-items: center;
|
|
1571
1570
|
justify-content: space-between;
|
|
@@ -1577,13 +1576,13 @@
|
|
|
1577
1576
|
height: 8px;
|
|
1578
1577
|
z-index: 0;
|
|
1579
1578
|
}
|
|
1580
|
-
._slider-
|
|
1579
|
+
._slider-range_8exch_61 {
|
|
1581
1580
|
position: absolute;
|
|
1582
1581
|
background-color: none;
|
|
1583
1582
|
border-radius: 9999px;
|
|
1584
1583
|
height: 100%;
|
|
1585
1584
|
}
|
|
1586
|
-
._slider-
|
|
1585
|
+
._slider-thumb_8exch_25 {
|
|
1587
1586
|
box-sizing: border-box;
|
|
1588
1587
|
position: relative;
|
|
1589
1588
|
display: block;
|
|
@@ -1593,14 +1592,14 @@
|
|
|
1593
1592
|
border: 2px solid var(--brand-border-opaque-normal);
|
|
1594
1593
|
border-radius: 20px;
|
|
1595
1594
|
}
|
|
1596
|
-
._slider-
|
|
1595
|
+
._slider-thumb_8exch_25:hover {
|
|
1597
1596
|
background-color: var(--function-fill-selection);
|
|
1598
1597
|
}
|
|
1599
|
-
._slider-
|
|
1598
|
+
._slider-thumb_8exch_25:focus {
|
|
1600
1599
|
outline: none;
|
|
1601
1600
|
border: 2px solid var(--brand-border-opaque-normal);
|
|
1602
1601
|
}
|
|
1603
|
-
._slider-
|
|
1602
|
+
._slider-step_8exch_28 {
|
|
1604
1603
|
width: var(--lp-pri-size-4);
|
|
1605
1604
|
height: var(--lp-pri-size-4);
|
|
1606
1605
|
border-radius: 9999px;
|
|
@@ -1609,7 +1608,7 @@
|
|
|
1609
1608
|
}
|
|
1610
1609
|
|
|
1611
1610
|
/* esbuild-sass-plugin:css-chunk:src/components/Select/style.module.scss */
|
|
1612
|
-
@-webkit-keyframes _slide-
|
|
1611
|
+
@-webkit-keyframes _slide-up_c4pnp_1 {
|
|
1613
1612
|
0% {
|
|
1614
1613
|
transform: translateY(3%);
|
|
1615
1614
|
opacity: 0;
|
|
@@ -1619,7 +1618,7 @@
|
|
|
1619
1618
|
opacity: 1;
|
|
1620
1619
|
}
|
|
1621
1620
|
}
|
|
1622
|
-
@keyframes _slide-
|
|
1621
|
+
@keyframes _slide-up_c4pnp_1 {
|
|
1623
1622
|
0% {
|
|
1624
1623
|
transform: translateY(3%);
|
|
1625
1624
|
opacity: 0;
|
|
@@ -1629,7 +1628,7 @@
|
|
|
1629
1628
|
opacity: 1;
|
|
1630
1629
|
}
|
|
1631
1630
|
}
|
|
1632
|
-
@-webkit-keyframes _slide-
|
|
1631
|
+
@-webkit-keyframes _slide-down_c4pnp_1 {
|
|
1633
1632
|
0% {
|
|
1634
1633
|
transform: translateY(0);
|
|
1635
1634
|
opacity: 1;
|
|
@@ -1639,7 +1638,7 @@
|
|
|
1639
1638
|
opacity: 0;
|
|
1640
1639
|
}
|
|
1641
1640
|
}
|
|
1642
|
-
@keyframes _slide-
|
|
1641
|
+
@keyframes _slide-down_c4pnp_1 {
|
|
1643
1642
|
0% {
|
|
1644
1643
|
transform: translateY(0);
|
|
1645
1644
|
opacity: 1;
|
|
@@ -1649,7 +1648,7 @@
|
|
|
1649
1648
|
opacity: 0;
|
|
1650
1649
|
}
|
|
1651
1650
|
}
|
|
1652
|
-
@-webkit-keyframes _slide-in-
|
|
1651
|
+
@-webkit-keyframes _slide-in-right_c4pnp_1 {
|
|
1653
1652
|
0% {
|
|
1654
1653
|
opacity: 0;
|
|
1655
1654
|
-webkit-transform: translateX(1000px);
|
|
@@ -1661,7 +1660,7 @@
|
|
|
1661
1660
|
transform: translateX(0);
|
|
1662
1661
|
}
|
|
1663
1662
|
}
|
|
1664
|
-
@keyframes _slide-in-
|
|
1663
|
+
@keyframes _slide-in-right_c4pnp_1 {
|
|
1665
1664
|
0% {
|
|
1666
1665
|
opacity: 0;
|
|
1667
1666
|
-webkit-transform: translateX(1000px);
|
|
@@ -1673,7 +1672,7 @@
|
|
|
1673
1672
|
transform: translateX(0);
|
|
1674
1673
|
}
|
|
1675
1674
|
}
|
|
1676
|
-
@-webkit-keyframes _slide-out-
|
|
1675
|
+
@-webkit-keyframes _slide-out-right_c4pnp_1 {
|
|
1677
1676
|
0% {
|
|
1678
1677
|
opacity: 1;
|
|
1679
1678
|
-webkit-transform: translateX(0);
|
|
@@ -1685,7 +1684,7 @@
|
|
|
1685
1684
|
transform: translateX(1000px);
|
|
1686
1685
|
}
|
|
1687
1686
|
}
|
|
1688
|
-
@keyframes _slide-out-
|
|
1687
|
+
@keyframes _slide-out-right_c4pnp_1 {
|
|
1689
1688
|
0% {
|
|
1690
1689
|
opacity: 1;
|
|
1691
1690
|
-webkit-transform: translateX(0);
|
|
@@ -1697,16 +1696,16 @@
|
|
|
1697
1696
|
transform: translateX(1000px);
|
|
1698
1697
|
}
|
|
1699
1698
|
}
|
|
1700
|
-
._label-
|
|
1699
|
+
._label-container_c4pnp_101 {
|
|
1701
1700
|
display: flex;
|
|
1702
1701
|
align-items: center;
|
|
1703
1702
|
gap: var(--lp-sys-gap-positive-150);
|
|
1704
1703
|
}
|
|
1705
|
-
._select-
|
|
1704
|
+
._select-label_c4pnp_107 {
|
|
1706
1705
|
white-space: nowrap;
|
|
1707
1706
|
padding-bottom: var(--lp-sys-padding-component-300);
|
|
1708
1707
|
}
|
|
1709
|
-
.
|
|
1708
|
+
._trigger_c4pnp_112 {
|
|
1710
1709
|
display: flex;
|
|
1711
1710
|
align-items: center;
|
|
1712
1711
|
gap: var(--lp-sys-gap-positive-200);
|
|
@@ -1719,45 +1718,45 @@
|
|
|
1719
1718
|
width: 100%;
|
|
1720
1719
|
min-width: 0;
|
|
1721
1720
|
}
|
|
1722
|
-
.
|
|
1721
|
+
._trigger_c4pnp_112 > span:not([aria-hidden]) {
|
|
1723
1722
|
text-align: left;
|
|
1724
1723
|
width: 100%;
|
|
1725
1724
|
overflow: hidden;
|
|
1726
1725
|
white-space: nowrap;
|
|
1727
1726
|
text-overflow: ellipsis;
|
|
1728
1727
|
}
|
|
1729
|
-
.
|
|
1728
|
+
._trigger_c4pnp_112 > span[aria-hidden] {
|
|
1730
1729
|
flex: 0 1 0;
|
|
1731
1730
|
}
|
|
1732
|
-
.
|
|
1731
|
+
._trigger_c4pnp_112 > span > svg {
|
|
1733
1732
|
transition: transform 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
|
|
1734
1733
|
}
|
|
1735
|
-
.
|
|
1734
|
+
._trigger_c4pnp_112[data-state=open] {
|
|
1736
1735
|
border-color: var(--neutral-border-opaque-strong);
|
|
1737
1736
|
}
|
|
1738
|
-
.
|
|
1737
|
+
._trigger_c4pnp_112[data-state=open] > span > svg {
|
|
1739
1738
|
transform: rotate(180deg);
|
|
1740
1739
|
}
|
|
1741
|
-
.
|
|
1740
|
+
._trigger_c4pnp_112[data-disabled] {
|
|
1742
1741
|
pointer-events: none;
|
|
1743
1742
|
background: var(--neutral-container-low);
|
|
1744
1743
|
border-color: var(--neutral-border-overlay-normal);
|
|
1745
1744
|
}
|
|
1746
|
-
.
|
|
1745
|
+
._trigger_c4pnp_112[data-disabled] > span > p {
|
|
1747
1746
|
color: var(--neutral-label-tertiary);
|
|
1748
1747
|
}
|
|
1749
|
-
.
|
|
1748
|
+
._trigger_c4pnp_112[data-disabled] > span > svg > * {
|
|
1750
1749
|
fill: var(--neutral-label-tertiary);
|
|
1751
1750
|
}
|
|
1752
|
-
.
|
|
1751
|
+
._placeholder_c4pnp_156 {
|
|
1753
1752
|
width: 100%;
|
|
1754
1753
|
}
|
|
1755
|
-
.
|
|
1754
|
+
._openIcon_c4pnp_160 {
|
|
1756
1755
|
display: flex;
|
|
1757
1756
|
align-items: center;
|
|
1758
1757
|
justify-content: center;
|
|
1759
1758
|
}
|
|
1760
|
-
@keyframes _slide-
|
|
1759
|
+
@keyframes _slide-up_c4pnp_1 {
|
|
1761
1760
|
0% {
|
|
1762
1761
|
transform: translateY(3%);
|
|
1763
1762
|
opacity: 0;
|
|
@@ -1767,7 +1766,7 @@
|
|
|
1767
1766
|
opacity: 1;
|
|
1768
1767
|
}
|
|
1769
1768
|
}
|
|
1770
|
-
._desktop-
|
|
1769
|
+
._desktop-content_c4pnp_176 {
|
|
1771
1770
|
box-sizing: border-box;
|
|
1772
1771
|
transform: translateX(-0.5%);
|
|
1773
1772
|
padding: var(--lp-sys-padding-component-200);
|
|
@@ -1779,45 +1778,45 @@
|
|
|
1779
1778
|
z-index: 10;
|
|
1780
1779
|
box-shadow: var(--lp-sys-shadow-normal);
|
|
1781
1780
|
}
|
|
1782
|
-
._desktop-
|
|
1783
|
-
-webkit-animation: _slide-
|
|
1784
|
-
animation: _slide-
|
|
1781
|
+
._desktop-content_c4pnp_176[data-state=open] {
|
|
1782
|
+
-webkit-animation: _slide-up_c4pnp_1 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s both;
|
|
1783
|
+
animation: _slide-up_c4pnp_1 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s both;
|
|
1785
1784
|
}
|
|
1786
1785
|
@media screen and (max-width: 600px) {
|
|
1787
|
-
._desktop-
|
|
1786
|
+
._desktop-content_c4pnp_176._responsive_c4pnp_193 {
|
|
1788
1787
|
display: none !important;
|
|
1789
1788
|
}
|
|
1790
1789
|
}
|
|
1791
|
-
.
|
|
1790
|
+
._header_c4pnp_198 {
|
|
1792
1791
|
display: flex;
|
|
1793
1792
|
align-items: center;
|
|
1794
1793
|
justify-content: space-between;
|
|
1795
1794
|
gap: var(--lp-sys-gap-positive-200);
|
|
1796
1795
|
padding-bottom: var(--lp-sys-padding-component-300);
|
|
1797
1796
|
}
|
|
1798
|
-
.
|
|
1797
|
+
._scrollAreaRoot_c4pnp_206 {
|
|
1799
1798
|
width: 100%;
|
|
1800
1799
|
height: 100%;
|
|
1801
1800
|
}
|
|
1802
|
-
.
|
|
1801
|
+
._scrollAreaViewport_c4pnp_211 {
|
|
1803
1802
|
width: 100%;
|
|
1804
1803
|
height: 100%;
|
|
1805
1804
|
max-height: 268px;
|
|
1806
1805
|
padding-bottom: var(--lp-sys-padding-component-150);
|
|
1807
1806
|
}
|
|
1808
|
-
.
|
|
1807
|
+
._scrollAreaScrollbar_c4pnp_218 {
|
|
1809
1808
|
width: var(--lp-pri-size-4);
|
|
1810
1809
|
padding: 5px 2px;
|
|
1811
1810
|
}
|
|
1812
|
-
.
|
|
1811
|
+
._scrollAreaThumb_c4pnp_223 {
|
|
1813
1812
|
background: var(--neutral-fill-overlay-high);
|
|
1814
1813
|
border-radius: var(--radius-xxl);
|
|
1815
1814
|
}
|
|
1816
|
-
._desktop-
|
|
1815
|
+
._desktop-label_c4pnp_228 {
|
|
1817
1816
|
padding: var(--lp-sys-padding-component-200);
|
|
1818
1817
|
padding-bottom: var(--lp-sys-padding-component-150);
|
|
1819
1818
|
}
|
|
1820
|
-
.
|
|
1819
|
+
._item_c4pnp_233 {
|
|
1821
1820
|
display: flex;
|
|
1822
1821
|
align-items: center;
|
|
1823
1822
|
overflow: hidden;
|
|
@@ -1828,38 +1827,38 @@
|
|
|
1828
1827
|
padding: var(--lp-sys-padding-component-200);
|
|
1829
1828
|
cursor: pointer;
|
|
1830
1829
|
}
|
|
1831
|
-
.
|
|
1830
|
+
._item_c4pnp_233 > span {
|
|
1832
1831
|
cursor: pointer;
|
|
1833
1832
|
user-select: none;
|
|
1834
1833
|
}
|
|
1835
|
-
.
|
|
1834
|
+
._item_c4pnp_233:focus {
|
|
1836
1835
|
background: var(--neutral-fill-overlay-lowest-hover);
|
|
1837
1836
|
outline: none;
|
|
1838
1837
|
}
|
|
1839
|
-
.
|
|
1838
|
+
._item_c4pnp_233[data-state=checked] > span > p {
|
|
1840
1839
|
color: var(--brand-label-primary);
|
|
1841
1840
|
font-weight: var(--lp-pri-font-weight-700);
|
|
1842
1841
|
}
|
|
1843
|
-
.
|
|
1842
|
+
._item_c4pnp_233[data-disabled] {
|
|
1844
1843
|
pointer-events: none !important;
|
|
1845
1844
|
}
|
|
1846
|
-
.
|
|
1845
|
+
._item_c4pnp_233 > span:nth-child(1) {
|
|
1847
1846
|
overflow: hidden;
|
|
1848
1847
|
white-space: nowrap;
|
|
1849
1848
|
text-overflow: ellipsis;
|
|
1850
1849
|
width: 100%;
|
|
1851
1850
|
}
|
|
1852
|
-
.
|
|
1851
|
+
._icon_c4pnp_266 {
|
|
1853
1852
|
display: flex;
|
|
1854
1853
|
align-items: center;
|
|
1855
1854
|
justify-content: center;
|
|
1856
1855
|
}
|
|
1857
|
-
.
|
|
1856
|
+
._itemIndicator_c4pnp_272 {
|
|
1858
1857
|
display: flex;
|
|
1859
1858
|
align-items: center;
|
|
1860
1859
|
justify-content: center;
|
|
1861
1860
|
}
|
|
1862
|
-
.
|
|
1861
|
+
._badgeContainer_c4pnp_278 {
|
|
1863
1862
|
display: flex;
|
|
1864
1863
|
align-items: center;
|
|
1865
1864
|
justify-content: center;
|
|
@@ -1869,7 +1868,7 @@
|
|
|
1869
1868
|
border-radius: var(--lp-sys-radius-xs);
|
|
1870
1869
|
margin-bottom: 12px;
|
|
1871
1870
|
}
|
|
1872
|
-
.
|
|
1871
|
+
._badge_c4pnp_278 {
|
|
1873
1872
|
top: 0;
|
|
1874
1873
|
width: fit-content;
|
|
1875
1874
|
height: fit-content;
|
|
@@ -1885,7 +1884,7 @@
|
|
|
1885
1884
|
padding: 1px var(--lp-sys-padding-component-150);
|
|
1886
1885
|
border-radius: var(--lp-sys-radius-xs);
|
|
1887
1886
|
}
|
|
1888
|
-
.
|
|
1887
|
+
._badge_c4pnp_278 > p {
|
|
1889
1888
|
color:
|
|
1890
1889
|
linear-gradient(
|
|
1891
1890
|
114deg,
|
|
@@ -1895,13 +1894,13 @@
|
|
|
1895
1894
|
}
|
|
1896
1895
|
|
|
1897
1896
|
/* esbuild-sass-plugin:css-chunk:src/components/List/style.module.scss */
|
|
1898
|
-
.
|
|
1897
|
+
._list_1ki30_1 {
|
|
1899
1898
|
overflow: auto;
|
|
1900
1899
|
}
|
|
1901
|
-
.
|
|
1900
|
+
._list_1ki30_1::-webkit-scrollbar {
|
|
1902
1901
|
display: none;
|
|
1903
1902
|
}
|
|
1904
|
-
.
|
|
1903
|
+
._item_1ki30_8 {
|
|
1905
1904
|
display: flex;
|
|
1906
1905
|
align-items: center;
|
|
1907
1906
|
justify-content: space-between;
|
|
@@ -1914,35 +1913,35 @@
|
|
|
1914
1913
|
width: 100%;
|
|
1915
1914
|
background: var(--neutral-container-lowest);
|
|
1916
1915
|
}
|
|
1917
|
-
.
|
|
1916
|
+
._item_1ki30_8:hover {
|
|
1918
1917
|
background: var(--neutral-fill-overlay-lowest-hover);
|
|
1919
1918
|
}
|
|
1920
|
-
.
|
|
1919
|
+
._item_1ki30_8[data-highlighted] {
|
|
1921
1920
|
background: var(--neutral-fill-overlay-lowest-hover);
|
|
1922
1921
|
outline: none;
|
|
1923
1922
|
}
|
|
1924
|
-
.
|
|
1923
|
+
._item_1ki30_8[data-state=checked] > p {
|
|
1925
1924
|
color: var(--brand-label-primary);
|
|
1926
1925
|
font-weight: var(--lp-pri-font-weight-700);
|
|
1927
1926
|
}
|
|
1928
|
-
.
|
|
1927
|
+
._item_1ki30_8[data-disabled] {
|
|
1929
1928
|
pointer-events: none;
|
|
1930
1929
|
}
|
|
1931
|
-
.
|
|
1930
|
+
._item_1ki30_8 > p {
|
|
1932
1931
|
overflow: hidden;
|
|
1933
1932
|
white-space: nowrap;
|
|
1934
1933
|
text-overflow: ellipsis;
|
|
1935
1934
|
width: 100%;
|
|
1936
1935
|
}
|
|
1937
|
-
.
|
|
1936
|
+
._icon_1ki30_42 {
|
|
1938
1937
|
margin-left: var(--lp-sys-padding-component-150);
|
|
1939
1938
|
}
|
|
1940
1939
|
|
|
1941
1940
|
/* esbuild-sass-plugin:css-chunk:src/components/coach-mark/primitive/style.module.scss */
|
|
1942
|
-
.
|
|
1941
|
+
._anchor_1pmfi_1 {
|
|
1943
1942
|
transform: rotate(270deg) translateX(7px);
|
|
1944
1943
|
}
|
|
1945
|
-
.
|
|
1944
|
+
._content_1pmfi_5 {
|
|
1946
1945
|
border-radius: var(--lp-sys-radius-m);
|
|
1947
1946
|
width: 100%;
|
|
1948
1947
|
box-shadow:
|
|
@@ -1950,7 +1949,7 @@
|
|
|
1950
1949
|
0px 1px 8px 0px rgba(0, 0, 0, 0.06),
|
|
1951
1950
|
0px 0px 1px 0px rgba(0, 0, 0, 0.06);
|
|
1952
1951
|
}
|
|
1953
|
-
.
|
|
1952
|
+
._overlay_1pmfi_11 {
|
|
1954
1953
|
position: fixed;
|
|
1955
1954
|
top: 0;
|
|
1956
1955
|
left: 0;
|
|
@@ -1961,16 +1960,16 @@
|
|
|
1961
1960
|
}
|
|
1962
1961
|
|
|
1963
1962
|
/* esbuild-sass-plugin:css-chunk:src/components/coach-mark/compact/style.module.scss */
|
|
1964
|
-
.
|
|
1963
|
+
._content_1tkjk_1 {
|
|
1965
1964
|
position: relative;
|
|
1966
1965
|
display: flex;
|
|
1967
1966
|
align-items: center;
|
|
1968
1967
|
gap: var(--lp-sys-gap-positive-100);
|
|
1969
1968
|
padding: var(--lp-sys-padding-component-200);
|
|
1970
1969
|
width: fit-content;
|
|
1971
|
-
animation:
|
|
1970
|
+
animation: _slideIn_1tkjk_1 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
|
|
1972
1971
|
}
|
|
1973
|
-
@keyframes
|
|
1972
|
+
@keyframes _slideIn_1tkjk_1 {
|
|
1974
1973
|
from {
|
|
1975
1974
|
transform: translateY(10px);
|
|
1976
1975
|
opacity: 0;
|
|
@@ -1980,28 +1979,28 @@
|
|
|
1980
1979
|
opacity: 1;
|
|
1981
1980
|
}
|
|
1982
1981
|
}
|
|
1983
|
-
.
|
|
1982
|
+
._content_1tkjk_1:hover ._closeButton_1tkjk_20 {
|
|
1984
1983
|
display: block;
|
|
1985
1984
|
}
|
|
1986
|
-
.
|
|
1985
|
+
._brand_1tkjk_24 {
|
|
1987
1986
|
background: var(--brand-container-mid);
|
|
1988
1987
|
}
|
|
1989
|
-
.
|
|
1988
|
+
._brand_1tkjk_24 svg > path {
|
|
1990
1989
|
fill: var(--brand-container-mid);
|
|
1991
1990
|
}
|
|
1992
|
-
._inverse-
|
|
1991
|
+
._inverse-static_1tkjk_31 {
|
|
1993
1992
|
background: var(--inverse-container-static-high);
|
|
1994
1993
|
}
|
|
1995
|
-
._inverse-
|
|
1994
|
+
._inverse-static_1tkjk_31 svg > path {
|
|
1996
1995
|
fill: var(--inverse-container-static-high);
|
|
1997
1996
|
}
|
|
1998
|
-
.
|
|
1997
|
+
._inverse_1tkjk_31 {
|
|
1999
1998
|
background: var(--inverse-container-lowest);
|
|
2000
1999
|
}
|
|
2001
|
-
.
|
|
2000
|
+
._inverse_1tkjk_31 svg > path {
|
|
2002
2001
|
fill: var(--inverse-container-lowest);
|
|
2003
2002
|
}
|
|
2004
|
-
.
|
|
2003
|
+
._closeButton_1tkjk_20 {
|
|
2005
2004
|
position: absolute;
|
|
2006
2005
|
top: 0;
|
|
2007
2006
|
right: 0;
|
|
@@ -2010,7 +2009,7 @@
|
|
|
2010
2009
|
}
|
|
2011
2010
|
|
|
2012
2011
|
/* esbuild-sass-plugin:css-chunk:src/components/Tag/style.module.scss */
|
|
2013
|
-
.
|
|
2012
|
+
._tag_148vi_2 {
|
|
2014
2013
|
margin: 0;
|
|
2015
2014
|
display: flex;
|
|
2016
2015
|
align-items: center;
|
|
@@ -2019,676 +2018,676 @@
|
|
|
2019
2018
|
background: var(--neutral-container-static-lowest);
|
|
2020
2019
|
font-weight: 500 !important;
|
|
2021
2020
|
}
|
|
2022
|
-
.
|
|
2021
|
+
._s_148vi_12 {
|
|
2023
2022
|
padding: var(--lp-sys-padding-component-50) var(--lp-sys-padding-component-100);
|
|
2024
2023
|
font-size: 11px !important;
|
|
2025
2024
|
padding-top: var(--lp-sys-padding-component-100);
|
|
2026
2025
|
}
|
|
2027
|
-
.
|
|
2026
|
+
._m_148vi_18 {
|
|
2028
2027
|
padding: var(--lp-sys-padding-component-50) var(--lp-sys-padding-component-100);
|
|
2029
2028
|
font-size: 13px !important;
|
|
2030
2029
|
padding-top: var(--lp-sys-padding-component-100);
|
|
2031
2030
|
}
|
|
2032
|
-
.
|
|
2031
|
+
._l_148vi_24 {
|
|
2033
2032
|
padding: var(--lp-sys-padding-component-50) var(--lp-sys-padding-component-150);
|
|
2034
2033
|
font-size: 15px !important;
|
|
2035
2034
|
padding-top: var(--lp-sys-padding-component-100);
|
|
2036
2035
|
}
|
|
2037
|
-
.
|
|
2036
|
+
._thick_148vi_30 {
|
|
2038
2037
|
font-weight: 600 !important;
|
|
2039
2038
|
}
|
|
2040
|
-
.
|
|
2039
|
+
._square_148vi_34 {
|
|
2041
2040
|
border-radius: var(--lp-sys-radius-s);
|
|
2042
2041
|
}
|
|
2043
|
-
.
|
|
2042
|
+
._rounded_148vi_38 {
|
|
2044
2043
|
border-radius: var(--lp-sys-radius-xxl);
|
|
2045
2044
|
padding-left: var(--lp-sys-padding-component-150) !important;
|
|
2046
2045
|
padding-right: var(--lp-sys-padding-component-150) !important;
|
|
2047
2046
|
}
|
|
2048
|
-
._bg-neutral-label-
|
|
2047
|
+
._bg-neutral-label-primary_148vi_47 {
|
|
2049
2048
|
background: var(--neutral-label-primary);
|
|
2050
2049
|
}
|
|
2051
|
-
._bg-neutral-label-
|
|
2050
|
+
._bg-neutral-label-secondary_148vi_51 {
|
|
2052
2051
|
background: var(--neutral-label-secondary);
|
|
2053
2052
|
}
|
|
2054
|
-
._bg-neutral-label-
|
|
2053
|
+
._bg-neutral-label-tertiary_148vi_55 {
|
|
2055
2054
|
background: var(--neutral-label-tertiary);
|
|
2056
2055
|
}
|
|
2057
|
-
._bg-neutral-label-
|
|
2056
|
+
._bg-neutral-label-quaternary_148vi_59 {
|
|
2058
2057
|
background: var(--neutral-label-quaternary);
|
|
2059
2058
|
}
|
|
2060
|
-
._bg-neutral-label-static-
|
|
2059
|
+
._bg-neutral-label-static-primary_148vi_63 {
|
|
2061
2060
|
background: var(--neutral-label-static-primary);
|
|
2062
2061
|
}
|
|
2063
|
-
._bg-neutral-label-static-
|
|
2062
|
+
._bg-neutral-label-static-secondary_148vi_67 {
|
|
2064
2063
|
background: var(--neutral-label-static-secondary);
|
|
2065
2064
|
}
|
|
2066
|
-
._bg-inverse-label-
|
|
2065
|
+
._bg-inverse-label-primary_148vi_71 {
|
|
2067
2066
|
background: var(--inverse-label-primary);
|
|
2068
2067
|
}
|
|
2069
|
-
._bg-inverse-label-
|
|
2068
|
+
._bg-inverse-label-secondary_148vi_75 {
|
|
2070
2069
|
background: var(--inverse-label-secondary);
|
|
2071
2070
|
}
|
|
2072
|
-
._bg-inverse-label-
|
|
2071
|
+
._bg-inverse-label-tertiary_148vi_79 {
|
|
2073
2072
|
background: var(--inverse-label-tertiary);
|
|
2074
2073
|
}
|
|
2075
|
-
._bg-inverse-label-
|
|
2074
|
+
._bg-inverse-label-quaternary_148vi_83 {
|
|
2076
2075
|
background: var(--inverse-label-quaternary);
|
|
2077
2076
|
}
|
|
2078
|
-
._bg-inverse-label-static-
|
|
2077
|
+
._bg-inverse-label-static-primary_148vi_87 {
|
|
2079
2078
|
background: var(--inverse-label-static-primary);
|
|
2080
2079
|
}
|
|
2081
|
-
._bg-inverse-label-static-
|
|
2080
|
+
._bg-inverse-label-static-secondary_148vi_91 {
|
|
2082
2081
|
background: var(--inverse-label-static-secondary);
|
|
2083
2082
|
}
|
|
2084
|
-
._bg-brand-label-
|
|
2083
|
+
._bg-brand-label-primary_148vi_95 {
|
|
2085
2084
|
background: var(--brand-label-primary);
|
|
2086
2085
|
}
|
|
2087
|
-
._bg-brand-label-
|
|
2086
|
+
._bg-brand-label-secondary_148vi_99 {
|
|
2088
2087
|
background: var(--brand-label-secondary);
|
|
2089
2088
|
}
|
|
2090
|
-
._bg-brand-label-variation-
|
|
2089
|
+
._bg-brand-label-variation-secondary_148vi_103 {
|
|
2091
2090
|
background: var(--brand-label-variation-secondary);
|
|
2092
2091
|
}
|
|
2093
|
-
._bg-brandinverse-label-
|
|
2092
|
+
._bg-brandinverse-label-primary_148vi_107 {
|
|
2094
2093
|
background: var(--brandinverse-label-primary);
|
|
2095
2094
|
}
|
|
2096
|
-
._bg-brandinverse-label-
|
|
2095
|
+
._bg-brandinverse-label-secondary_148vi_111 {
|
|
2097
2096
|
background: var(--brandinverse-label-secondary);
|
|
2098
2097
|
}
|
|
2099
|
-
._bg-brandinverse-label-static-
|
|
2098
|
+
._bg-brandinverse-label-static-primary_148vi_115 {
|
|
2100
2099
|
background: var(--brandinverse-label-static-primary);
|
|
2101
2100
|
}
|
|
2102
|
-
._bg-function-label-
|
|
2101
|
+
._bg-function-label-positive_148vi_119 {
|
|
2103
2102
|
background: var(--function-label-positive);
|
|
2104
2103
|
}
|
|
2105
|
-
._bg-function-label-
|
|
2104
|
+
._bg-function-label-negative_148vi_123 {
|
|
2106
2105
|
background: var(--function-label-negative);
|
|
2107
2106
|
}
|
|
2108
|
-
._bg-function-label-
|
|
2107
|
+
._bg-function-label-caution_148vi_127 {
|
|
2109
2108
|
background: var(--function-label-caution);
|
|
2110
2109
|
}
|
|
2111
|
-
._bg-function-label-
|
|
2110
|
+
._bg-function-label-link_148vi_131 {
|
|
2112
2111
|
background: var(--function-label-link);
|
|
2113
2112
|
}
|
|
2114
|
-
._bg-accent-label-
|
|
2113
|
+
._bg-accent-label-primary_148vi_135 {
|
|
2115
2114
|
background: var(--accent-label-primary);
|
|
2116
2115
|
}
|
|
2117
|
-
._bg-accent-label-
|
|
2116
|
+
._bg-accent-label-yellow_148vi_139 {
|
|
2118
2117
|
background: var(--accent-label-yellow);
|
|
2119
2118
|
}
|
|
2120
|
-
._bg-accent-label-
|
|
2119
|
+
._bg-accent-label-mint_148vi_143 {
|
|
2121
2120
|
background: var(--accent-label-mint);
|
|
2122
2121
|
}
|
|
2123
|
-
._bg-accent-label-
|
|
2122
|
+
._bg-accent-label-cyan_148vi_147 {
|
|
2124
2123
|
background: var(--accent-label-cyan);
|
|
2125
2124
|
}
|
|
2126
|
-
._bg-accent-label-
|
|
2125
|
+
._bg-accent-label-purple_148vi_151 {
|
|
2127
2126
|
background: var(--accent-label-purple);
|
|
2128
2127
|
}
|
|
2129
|
-
._bg-accent-label-
|
|
2128
|
+
._bg-accent-label-pink_148vi_155 {
|
|
2130
2129
|
background: var(--accent-label-pink);
|
|
2131
2130
|
}
|
|
2132
|
-
._bg-neutral-container-variation-
|
|
2131
|
+
._bg-neutral-container-variation-lowest_148vi_159 {
|
|
2133
2132
|
background: var(--neutral-container-variation-lowest);
|
|
2134
2133
|
}
|
|
2135
|
-
._bg-neutral-container-lowest-
|
|
2134
|
+
._bg-neutral-container-lowest-hover_148vi_163 {
|
|
2136
2135
|
background: var(--neutral-container-lowest-hover);
|
|
2137
2136
|
}
|
|
2138
|
-
._bg-neutral-container-
|
|
2137
|
+
._bg-neutral-container-lowest_148vi_163 {
|
|
2139
2138
|
background: var(--neutral-container-lowest);
|
|
2140
2139
|
}
|
|
2141
|
-
._bg-neutral-container-
|
|
2140
|
+
._bg-neutral-container-low_148vi_163 {
|
|
2142
2141
|
background: var(--neutral-container-low);
|
|
2143
2142
|
}
|
|
2144
|
-
._bg-neutral-container-low-
|
|
2143
|
+
._bg-neutral-container-low-hover_148vi_175 {
|
|
2145
2144
|
background: var(--neutral-container-low-hover);
|
|
2146
2145
|
}
|
|
2147
|
-
._bg-neutral-container-
|
|
2146
|
+
._bg-neutral-container-mid_148vi_179 {
|
|
2148
2147
|
background: var(--neutral-container-mid);
|
|
2149
2148
|
}
|
|
2150
|
-
._bg-neutral-container-mid-
|
|
2149
|
+
._bg-neutral-container-mid-hover_148vi_183 {
|
|
2151
2150
|
background: var(--neutral-container-mid-hover);
|
|
2152
2151
|
}
|
|
2153
|
-
._bg-neutral-container-
|
|
2152
|
+
._bg-neutral-container-high_148vi_187 {
|
|
2154
2153
|
background: var(--neutral-container-high);
|
|
2155
2154
|
}
|
|
2156
|
-
._bg-neutral-container-high-
|
|
2155
|
+
._bg-neutral-container-high-hover_148vi_191 {
|
|
2157
2156
|
background: var(--neutral-container-high-hover);
|
|
2158
2157
|
}
|
|
2159
|
-
._bg-neutral-container-
|
|
2158
|
+
._bg-neutral-container-highest_148vi_195 {
|
|
2160
2159
|
background: var(--neutral-container-highest);
|
|
2161
2160
|
}
|
|
2162
|
-
._bg-neutral-container-static-
|
|
2161
|
+
._bg-neutral-container-static-lowest_148vi_199 {
|
|
2163
2162
|
background: var(--neutral-container-static-lowest);
|
|
2164
2163
|
}
|
|
2165
|
-
._bg-neutral-container-static-lowest-
|
|
2164
|
+
._bg-neutral-container-static-lowest-hover_148vi_203 {
|
|
2166
2165
|
background: var(--neutral-container-static-lowest-hover);
|
|
2167
2166
|
}
|
|
2168
|
-
._bg-inverse-container-
|
|
2167
|
+
._bg-inverse-container-lowest_148vi_207 {
|
|
2169
2168
|
background: var(--inverse-container-lowest);
|
|
2170
2169
|
}
|
|
2171
|
-
._bg-inverse-container-lowest-
|
|
2170
|
+
._bg-inverse-container-lowest-hover_148vi_211 {
|
|
2172
2171
|
background: var(--inverse-container-lowest-hover);
|
|
2173
2172
|
}
|
|
2174
|
-
._bg-inverse-container-
|
|
2173
|
+
._bg-inverse-container-low_148vi_207 {
|
|
2175
2174
|
background: var(--inverse-container-low);
|
|
2176
2175
|
}
|
|
2177
|
-
._bg-inverse-container-low-
|
|
2176
|
+
._bg-inverse-container-low-hover_148vi_219 {
|
|
2178
2177
|
background: var(--inverse-container-low-hover);
|
|
2179
2178
|
}
|
|
2180
|
-
._bg-inverse-container-
|
|
2179
|
+
._bg-inverse-container-mid_148vi_223 {
|
|
2181
2180
|
background: var(--inverse-container-mid);
|
|
2182
2181
|
}
|
|
2183
|
-
._bg-inverse-container-mid-
|
|
2182
|
+
._bg-inverse-container-mid-hover_148vi_227 {
|
|
2184
2183
|
background: var(--inverse-container-mid-hover);
|
|
2185
2184
|
}
|
|
2186
|
-
._bg-inverse-container-
|
|
2185
|
+
._bg-inverse-container-high_148vi_231 {
|
|
2187
2186
|
background: var(--inverse-container-high);
|
|
2188
2187
|
}
|
|
2189
|
-
._bg-inverse-container-high-
|
|
2188
|
+
._bg-inverse-container-high-hover_148vi_235 {
|
|
2190
2189
|
background: var(--inverse-container-high-hover);
|
|
2191
2190
|
}
|
|
2192
|
-
._bg-inverse-container-static-
|
|
2191
|
+
._bg-inverse-container-static-high_148vi_239 {
|
|
2193
2192
|
background: var(--inverse-container-static-high);
|
|
2194
2193
|
}
|
|
2195
|
-
._bg-inverse-container-static-high-
|
|
2194
|
+
._bg-inverse-container-static-high-hover_148vi_243 {
|
|
2196
2195
|
background: var(--inverse-container-static-high-hover);
|
|
2197
2196
|
}
|
|
2198
|
-
._bg-inverse-container-
|
|
2197
|
+
._bg-inverse-container-highest_148vi_247 {
|
|
2199
2198
|
background: var(--inverse-container-highest);
|
|
2200
2199
|
}
|
|
2201
|
-
._bg-brand-container-
|
|
2200
|
+
._bg-brand-container-mid_148vi_251 {
|
|
2202
2201
|
background: var(--brand-container-mid);
|
|
2203
2202
|
}
|
|
2204
|
-
._bg-brand-container-mid-
|
|
2203
|
+
._bg-brand-container-mid-hover_148vi_255 {
|
|
2205
2204
|
background: var(--brand-container-mid-hover);
|
|
2206
2205
|
}
|
|
2207
|
-
._bg-brand-container-
|
|
2206
|
+
._bg-brand-container-high_148vi_259 {
|
|
2208
2207
|
background: var(--brand-container-high);
|
|
2209
2208
|
}
|
|
2210
|
-
._bg-neutral-fill-overlay-
|
|
2209
|
+
._bg-neutral-fill-overlay-lowest_148vi_263 {
|
|
2211
2210
|
background: var(--neutral-fill-overlay-lowest);
|
|
2212
2211
|
}
|
|
2213
|
-
._bg-neutral-fill-overlay-lowest-
|
|
2212
|
+
._bg-neutral-fill-overlay-lowest-hover_148vi_267 {
|
|
2214
2213
|
background: var(--neutral-fill-overlay-lowest-hover);
|
|
2215
2214
|
}
|
|
2216
|
-
._bg-neutral-fill-overlay-
|
|
2215
|
+
._bg-neutral-fill-overlay-low_148vi_263 {
|
|
2217
2216
|
background: var(--neutral-fill-overlay-low);
|
|
2218
2217
|
}
|
|
2219
|
-
._bg-neutral-fill-overlay-low-
|
|
2218
|
+
._bg-neutral-fill-overlay-low-hover_148vi_275 {
|
|
2220
2219
|
background: var(--neutral-fill-overlay-low-hover);
|
|
2221
2220
|
}
|
|
2222
|
-
._bg-neutral-fill-overlay-
|
|
2221
|
+
._bg-neutral-fill-overlay-mid_148vi_279 {
|
|
2223
2222
|
background: var(--neutral-fill-overlay-mid);
|
|
2224
2223
|
}
|
|
2225
|
-
._bg-neutral-fill-overlay-mid-
|
|
2224
|
+
._bg-neutral-fill-overlay-mid-hover_148vi_283 {
|
|
2226
2225
|
background: var(--neutral-fill-overlay-mid-hover);
|
|
2227
2226
|
}
|
|
2228
|
-
._bg-neutral-fill-overlay-
|
|
2227
|
+
._bg-neutral-fill-overlay-high_148vi_287 {
|
|
2229
2228
|
background: var(--neutral-fill-overlay-high);
|
|
2230
2229
|
}
|
|
2231
|
-
._bg-neutral-fill-overlay-high-
|
|
2230
|
+
._bg-neutral-fill-overlay-high-hover_148vi_291 {
|
|
2232
2231
|
background: var(--neutral-fill-overlay-high-hover);
|
|
2233
2232
|
}
|
|
2234
|
-
._bg-neutral-fill-overlay-
|
|
2233
|
+
._bg-neutral-fill-overlay-highest_148vi_295 {
|
|
2235
2234
|
background: var(--neutral-fill-overlay-highest);
|
|
2236
2235
|
}
|
|
2237
|
-
._bg-neutral-fill-opaque-
|
|
2236
|
+
._bg-neutral-fill-opaque-lowest_148vi_299 {
|
|
2238
2237
|
background: var(--neutral-fill-opaque-lowest);
|
|
2239
2238
|
}
|
|
2240
|
-
._bg-neutral-fill-opaque-lowest-
|
|
2239
|
+
._bg-neutral-fill-opaque-lowest-hover_148vi_303 {
|
|
2241
2240
|
background: var(--neutral-fill-opaque-lowest-hover);
|
|
2242
2241
|
}
|
|
2243
|
-
._bg-neutral-fill-opaque-
|
|
2242
|
+
._bg-neutral-fill-opaque-low_148vi_299 {
|
|
2244
2243
|
background: var(--neutral-fill-opaque-low);
|
|
2245
2244
|
}
|
|
2246
|
-
._bg-neutral-fill-opaque-low-
|
|
2245
|
+
._bg-neutral-fill-opaque-low-hover_148vi_311 {
|
|
2247
2246
|
background: var(--neutral-fill-opaque-low-hover);
|
|
2248
2247
|
}
|
|
2249
|
-
._bg-neutral-fill-opaque-static-
|
|
2248
|
+
._bg-neutral-fill-opaque-static-lowest_148vi_315 {
|
|
2250
2249
|
background: var(--neutral-fill-opaque-static-lowest);
|
|
2251
2250
|
}
|
|
2252
|
-
._bg-inverse-fill-
|
|
2251
|
+
._bg-inverse-fill-mid_148vi_319 {
|
|
2253
2252
|
background: var(--inverse-fill-mid);
|
|
2254
2253
|
}
|
|
2255
|
-
._bg-inverse-fill-mid-
|
|
2254
|
+
._bg-inverse-fill-mid-hover_148vi_323 {
|
|
2256
2255
|
background: var(--inverse-fill-mid-hover);
|
|
2257
2256
|
}
|
|
2258
|
-
._bg-inverse-fill-opaque-
|
|
2257
|
+
._bg-inverse-fill-opaque-lowest_148vi_327 {
|
|
2259
2258
|
background: var(--inverse-fill-opaque-lowest);
|
|
2260
2259
|
}
|
|
2261
|
-
._bg-inverse-fill-opaque-lowest-
|
|
2260
|
+
._bg-inverse-fill-opaque-lowest-hover_148vi_331 {
|
|
2262
2261
|
background: var(--inverse-fill-opaque-lowest-hover);
|
|
2263
2262
|
}
|
|
2264
|
-
._bg-inverse-fill-opaque-
|
|
2263
|
+
._bg-inverse-fill-opaque-low_148vi_327 {
|
|
2265
2264
|
background: var(--inverse-fill-opaque-low);
|
|
2266
2265
|
}
|
|
2267
|
-
._bg-inverse-fill-opaque-low-
|
|
2266
|
+
._bg-inverse-fill-opaque-low-hover_148vi_339 {
|
|
2268
2267
|
background: var(--inverse-fill-opaque-low-hover);
|
|
2269
2268
|
}
|
|
2270
|
-
._bg-inverse-fill-opaque-
|
|
2269
|
+
._bg-inverse-fill-opaque-mid_148vi_343 {
|
|
2271
2270
|
background: var(--inverse-fill-opaque-mid);
|
|
2272
2271
|
}
|
|
2273
|
-
._bg-brand-fill-
|
|
2272
|
+
._bg-brand-fill-mid_148vi_347 {
|
|
2274
2273
|
background: var(--brand-fill-mid);
|
|
2275
2274
|
}
|
|
2276
|
-
._bg-brand-fill-mid-
|
|
2275
|
+
._bg-brand-fill-mid-hover_148vi_351 {
|
|
2277
2276
|
background: var(--brand-fill-mid-hover);
|
|
2278
2277
|
}
|
|
2279
|
-
._bg-brand-fill-
|
|
2278
|
+
._bg-brand-fill-low_148vi_355 {
|
|
2280
2279
|
background: var(--brand-fill-low);
|
|
2281
2280
|
}
|
|
2282
|
-
._bg-brand-fill-low-
|
|
2281
|
+
._bg-brand-fill-low-hover_148vi_359 {
|
|
2283
2282
|
background: var(--brand-fill-low-hover);
|
|
2284
2283
|
}
|
|
2285
|
-
._bg-accent-fill-
|
|
2284
|
+
._bg-accent-fill-primary_148vi_363 {
|
|
2286
2285
|
background: var(--accent-fill-primary);
|
|
2287
2286
|
}
|
|
2288
|
-
._bg-function-fill-positive-
|
|
2287
|
+
._bg-function-fill-positive-mid_148vi_367 {
|
|
2289
2288
|
background: var(--function-fill-positive-mid);
|
|
2290
2289
|
}
|
|
2291
|
-
._bg-function-fill-positive-
|
|
2290
|
+
._bg-function-fill-positive-low_148vi_371 {
|
|
2292
2291
|
background: var(--function-fill-positive-low);
|
|
2293
2292
|
}
|
|
2294
|
-
._bg-function-fill-negative-
|
|
2293
|
+
._bg-function-fill-negative-mid_148vi_375 {
|
|
2295
2294
|
background: var(--function-fill-negative-mid);
|
|
2296
2295
|
}
|
|
2297
|
-
._bg-function-fill-negative-
|
|
2296
|
+
._bg-function-fill-negative-low_148vi_379 {
|
|
2298
2297
|
background: var(--function-fill-negative-low);
|
|
2299
2298
|
}
|
|
2300
|
-
._bg-function-fill-negative-mid-
|
|
2299
|
+
._bg-function-fill-negative-mid-hover_148vi_383 {
|
|
2301
2300
|
background: var(--function-fill-negative-mid-hover);
|
|
2302
2301
|
}
|
|
2303
|
-
._bg-function-fill-
|
|
2302
|
+
._bg-function-fill-caution_148vi_387 {
|
|
2304
2303
|
background: var(--function-fill-caution);
|
|
2305
2304
|
}
|
|
2306
|
-
._bg-function-fill-
|
|
2305
|
+
._bg-function-fill-highlight_148vi_391 {
|
|
2307
2306
|
background: var(--function-fill-highlight);
|
|
2308
2307
|
}
|
|
2309
|
-
._bg-function-fill-
|
|
2308
|
+
._bg-function-fill-selection_148vi_395 {
|
|
2310
2309
|
background: var(--function-fill-selection);
|
|
2311
2310
|
}
|
|
2312
|
-
._bg-function-fill-
|
|
2311
|
+
._bg-function-fill-drag_148vi_399 {
|
|
2313
2312
|
background: var(--function-fill-drag);
|
|
2314
2313
|
}
|
|
2315
|
-
._bg-cover-dim-
|
|
2314
|
+
._bg-cover-dim-page_148vi_403 {
|
|
2316
2315
|
background: var(--cover-dim-page);
|
|
2317
2316
|
}
|
|
2318
|
-
._color-neutral-label-
|
|
2317
|
+
._color-neutral-label-primary_148vi_410 {
|
|
2319
2318
|
color: var(--neutral-label-primary);
|
|
2320
2319
|
}
|
|
2321
|
-
._color-neutral-label-
|
|
2320
|
+
._color-neutral-label-secondary_148vi_414 {
|
|
2322
2321
|
color: var(--neutral-label-secondary);
|
|
2323
2322
|
}
|
|
2324
|
-
._color-neutral-label-
|
|
2323
|
+
._color-neutral-label-tertiary_148vi_418 {
|
|
2325
2324
|
color: var(--neutral-label-tertiary);
|
|
2326
2325
|
}
|
|
2327
|
-
._color-neutral-label-
|
|
2326
|
+
._color-neutral-label-quaternary_148vi_422 {
|
|
2328
2327
|
color: var(--neutral-label-quaternary);
|
|
2329
2328
|
}
|
|
2330
|
-
._color-neutral-label-static-
|
|
2329
|
+
._color-neutral-label-static-primary_148vi_426 {
|
|
2331
2330
|
color: var(--neutral-label-static-primary);
|
|
2332
2331
|
}
|
|
2333
|
-
._color-neutral-label-static-
|
|
2332
|
+
._color-neutral-label-static-secondary_148vi_430 {
|
|
2334
2333
|
color: var(--neutral-label-static-secondary);
|
|
2335
2334
|
}
|
|
2336
|
-
._color-inverse-label-
|
|
2335
|
+
._color-inverse-label-primary_148vi_434 {
|
|
2337
2336
|
color: var(--inverse-label-primary);
|
|
2338
2337
|
}
|
|
2339
|
-
._color-inverse-label-
|
|
2338
|
+
._color-inverse-label-secondary_148vi_438 {
|
|
2340
2339
|
color: var(--inverse-label-secondary);
|
|
2341
2340
|
}
|
|
2342
|
-
._color-inverse-label-
|
|
2341
|
+
._color-inverse-label-tertiary_148vi_442 {
|
|
2343
2342
|
color: var(--inverse-label-tertiary);
|
|
2344
2343
|
}
|
|
2345
|
-
._color-inverse-label-
|
|
2344
|
+
._color-inverse-label-quaternary_148vi_446 {
|
|
2346
2345
|
color: var(--inverse-label-quaternary);
|
|
2347
2346
|
}
|
|
2348
|
-
._color-inverse-label-static-
|
|
2347
|
+
._color-inverse-label-static-primary_148vi_450 {
|
|
2349
2348
|
color: var(--inverse-label-static-primary);
|
|
2350
2349
|
}
|
|
2351
|
-
._color-inverse-label-static-
|
|
2350
|
+
._color-inverse-label-static-secondary_148vi_454 {
|
|
2352
2351
|
color: var(--inverse-label-static-secondary);
|
|
2353
2352
|
}
|
|
2354
|
-
._color-brand-label-
|
|
2353
|
+
._color-brand-label-primary_148vi_458 {
|
|
2355
2354
|
color: var(--brand-label-primary);
|
|
2356
2355
|
}
|
|
2357
|
-
._color-brand-label-
|
|
2356
|
+
._color-brand-label-secondary_148vi_462 {
|
|
2358
2357
|
color: var(--brand-label-secondary);
|
|
2359
2358
|
}
|
|
2360
|
-
._color-brand-label-variation-
|
|
2359
|
+
._color-brand-label-variation-secondary_148vi_466 {
|
|
2361
2360
|
color: var(--brand-label-variation-secondary);
|
|
2362
2361
|
}
|
|
2363
|
-
._color-brandinverse-label-
|
|
2362
|
+
._color-brandinverse-label-primary_148vi_470 {
|
|
2364
2363
|
color: var(--brandinverse-label-primary);
|
|
2365
2364
|
}
|
|
2366
|
-
._color-brandinverse-label-
|
|
2365
|
+
._color-brandinverse-label-secondary_148vi_474 {
|
|
2367
2366
|
color: var(--brandinverse-label-secondary);
|
|
2368
2367
|
}
|
|
2369
|
-
._color-brandinverse-label-static-
|
|
2368
|
+
._color-brandinverse-label-static-primary_148vi_478 {
|
|
2370
2369
|
color: var(--brandinverse-label-static-primary);
|
|
2371
2370
|
}
|
|
2372
|
-
._color-function-label-
|
|
2371
|
+
._color-function-label-positive_148vi_482 {
|
|
2373
2372
|
color: var(--function-label-positive);
|
|
2374
2373
|
}
|
|
2375
|
-
._color-function-label-
|
|
2374
|
+
._color-function-label-negative_148vi_486 {
|
|
2376
2375
|
color: var(--function-label-negative);
|
|
2377
2376
|
}
|
|
2378
|
-
._color-function-label-
|
|
2377
|
+
._color-function-label-caution_148vi_490 {
|
|
2379
2378
|
color: var(--function-label-caution);
|
|
2380
2379
|
}
|
|
2381
|
-
._color-function-label-
|
|
2380
|
+
._color-function-label-link_148vi_494 {
|
|
2382
2381
|
color: var(--function-label-link);
|
|
2383
2382
|
}
|
|
2384
|
-
._color-accent-label-
|
|
2383
|
+
._color-accent-label-primary_148vi_498 {
|
|
2385
2384
|
color: var(--accent-label-primary);
|
|
2386
2385
|
}
|
|
2387
|
-
._color-accent-label-
|
|
2386
|
+
._color-accent-label-yellow_148vi_502 {
|
|
2388
2387
|
color: var(--accent-label-yellow);
|
|
2389
2388
|
}
|
|
2390
|
-
._color-accent-label-
|
|
2389
|
+
._color-accent-label-mint_148vi_506 {
|
|
2391
2390
|
color: var(--accent-label-mint);
|
|
2392
2391
|
}
|
|
2393
|
-
._color-accent-label-
|
|
2392
|
+
._color-accent-label-cyan_148vi_510 {
|
|
2394
2393
|
color: var(--accent-label-cyan);
|
|
2395
2394
|
}
|
|
2396
|
-
._color-accent-label-
|
|
2395
|
+
._color-accent-label-purple_148vi_514 {
|
|
2397
2396
|
color: var(--accent-label-purple);
|
|
2398
2397
|
}
|
|
2399
|
-
._color-accent-label-
|
|
2398
|
+
._color-accent-label-pink_148vi_518 {
|
|
2400
2399
|
color: var(--accent-label-pink);
|
|
2401
2400
|
}
|
|
2402
|
-
._color-neutral-container-variation-
|
|
2401
|
+
._color-neutral-container-variation-lowest_148vi_522 {
|
|
2403
2402
|
color: var(--neutral-container-variation-lowest);
|
|
2404
2403
|
}
|
|
2405
|
-
._color-neutral-container-lowest-
|
|
2404
|
+
._color-neutral-container-lowest-hover_148vi_526 {
|
|
2406
2405
|
color: var(--neutral-container-lowest-hover);
|
|
2407
2406
|
}
|
|
2408
|
-
._color-neutral-container-
|
|
2407
|
+
._color-neutral-container-lowest_148vi_526 {
|
|
2409
2408
|
color: var(--neutral-container-lowest);
|
|
2410
2409
|
}
|
|
2411
|
-
._color-neutral-container-
|
|
2410
|
+
._color-neutral-container-low_148vi_526 {
|
|
2412
2411
|
color: var(--neutral-container-low);
|
|
2413
2412
|
}
|
|
2414
|
-
._color-neutral-container-low-
|
|
2413
|
+
._color-neutral-container-low-hover_148vi_538 {
|
|
2415
2414
|
color: var(--neutral-container-low-hover);
|
|
2416
2415
|
}
|
|
2417
|
-
._color-neutral-container-
|
|
2416
|
+
._color-neutral-container-mid_148vi_542 {
|
|
2418
2417
|
color: var(--neutral-container-mid);
|
|
2419
2418
|
}
|
|
2420
|
-
._color-neutral-container-mid-
|
|
2419
|
+
._color-neutral-container-mid-hover_148vi_546 {
|
|
2421
2420
|
color: var(--neutral-container-mid-hover);
|
|
2422
2421
|
}
|
|
2423
|
-
._color-neutral-container-
|
|
2422
|
+
._color-neutral-container-high_148vi_550 {
|
|
2424
2423
|
color: var(--neutral-container-high);
|
|
2425
2424
|
}
|
|
2426
|
-
._color-neutral-container-high-
|
|
2425
|
+
._color-neutral-container-high-hover_148vi_554 {
|
|
2427
2426
|
color: var(--neutral-container-high-hover);
|
|
2428
2427
|
}
|
|
2429
|
-
._color-neutral-container-
|
|
2428
|
+
._color-neutral-container-highest_148vi_558 {
|
|
2430
2429
|
color: var(--neutral-container-highest);
|
|
2431
2430
|
}
|
|
2432
|
-
._color-neutral-container-static-
|
|
2431
|
+
._color-neutral-container-static-lowest_148vi_562 {
|
|
2433
2432
|
color: var(--neutral-container-static-lowest);
|
|
2434
2433
|
}
|
|
2435
|
-
._color-neutral-container-static-lowest-
|
|
2434
|
+
._color-neutral-container-static-lowest-hover_148vi_566 {
|
|
2436
2435
|
color: var(--neutral-container-static-lowest-hover);
|
|
2437
2436
|
}
|
|
2438
|
-
._color-inverse-container-
|
|
2437
|
+
._color-inverse-container-lowest_148vi_570 {
|
|
2439
2438
|
color: var(--inverse-container-lowest);
|
|
2440
2439
|
}
|
|
2441
|
-
._color-inverse-container-lowest-
|
|
2440
|
+
._color-inverse-container-lowest-hover_148vi_574 {
|
|
2442
2441
|
color: var(--inverse-container-lowest-hover);
|
|
2443
2442
|
}
|
|
2444
|
-
._color-inverse-container-
|
|
2443
|
+
._color-inverse-container-low_148vi_570 {
|
|
2445
2444
|
color: var(--inverse-container-low);
|
|
2446
2445
|
}
|
|
2447
|
-
._color-inverse-container-low-
|
|
2446
|
+
._color-inverse-container-low-hover_148vi_582 {
|
|
2448
2447
|
color: var(--inverse-container-low-hover);
|
|
2449
2448
|
}
|
|
2450
|
-
._color-inverse-container-
|
|
2449
|
+
._color-inverse-container-mid_148vi_586 {
|
|
2451
2450
|
color: var(--inverse-container-mid);
|
|
2452
2451
|
}
|
|
2453
|
-
._color-inverse-container-mid-
|
|
2452
|
+
._color-inverse-container-mid-hover_148vi_590 {
|
|
2454
2453
|
color: var(--inverse-container-mid-hover);
|
|
2455
2454
|
}
|
|
2456
|
-
._color-inverse-container-
|
|
2455
|
+
._color-inverse-container-high_148vi_594 {
|
|
2457
2456
|
color: var(--inverse-container-high);
|
|
2458
2457
|
}
|
|
2459
|
-
._color-inverse-container-high-
|
|
2458
|
+
._color-inverse-container-high-hover_148vi_598 {
|
|
2460
2459
|
color: var(--inverse-container-high-hover);
|
|
2461
2460
|
}
|
|
2462
|
-
._color-inverse-container-static-
|
|
2461
|
+
._color-inverse-container-static-high_148vi_602 {
|
|
2463
2462
|
color: var(--inverse-container-static-high);
|
|
2464
2463
|
}
|
|
2465
|
-
._color-inverse-container-static-high-
|
|
2464
|
+
._color-inverse-container-static-high-hover_148vi_606 {
|
|
2466
2465
|
color: var(--inverse-container-static-high-hover);
|
|
2467
2466
|
}
|
|
2468
|
-
._color-inverse-container-
|
|
2467
|
+
._color-inverse-container-highest_148vi_610 {
|
|
2469
2468
|
color: var(--inverse-container-highest);
|
|
2470
2469
|
}
|
|
2471
|
-
._color-brand-container-
|
|
2470
|
+
._color-brand-container-mid_148vi_614 {
|
|
2472
2471
|
color: var(--brand-container-mid);
|
|
2473
2472
|
}
|
|
2474
|
-
._color-brand-container-mid-
|
|
2473
|
+
._color-brand-container-mid-hover_148vi_618 {
|
|
2475
2474
|
color: var(--brand-container-mid-hover);
|
|
2476
2475
|
}
|
|
2477
|
-
._color-brand-container-
|
|
2476
|
+
._color-brand-container-high_148vi_622 {
|
|
2478
2477
|
color: var(--brand-container-high);
|
|
2479
2478
|
}
|
|
2480
|
-
._color-neutral-fill-overlay-
|
|
2479
|
+
._color-neutral-fill-overlay-lowest_148vi_626 {
|
|
2481
2480
|
color: var(--neutral-fill-overlay-lowest);
|
|
2482
2481
|
}
|
|
2483
|
-
._color-neutral-fill-overlay-lowest-
|
|
2482
|
+
._color-neutral-fill-overlay-lowest-hover_148vi_630 {
|
|
2484
2483
|
color: var(--neutral-fill-overlay-lowest-hover);
|
|
2485
2484
|
}
|
|
2486
|
-
._color-neutral-fill-overlay-
|
|
2485
|
+
._color-neutral-fill-overlay-low_148vi_626 {
|
|
2487
2486
|
color: var(--neutral-fill-overlay-low);
|
|
2488
2487
|
}
|
|
2489
|
-
._color-neutral-fill-overlay-low-
|
|
2488
|
+
._color-neutral-fill-overlay-low-hover_148vi_638 {
|
|
2490
2489
|
color: var(--neutral-fill-overlay-low-hover);
|
|
2491
2490
|
}
|
|
2492
|
-
._color-neutral-fill-overlay-
|
|
2491
|
+
._color-neutral-fill-overlay-mid_148vi_642 {
|
|
2493
2492
|
color: var(--neutral-fill-overlay-mid);
|
|
2494
2493
|
}
|
|
2495
|
-
._color-neutral-fill-overlay-mid-
|
|
2494
|
+
._color-neutral-fill-overlay-mid-hover_148vi_646 {
|
|
2496
2495
|
color: var(--neutral-fill-overlay-mid-hover);
|
|
2497
2496
|
}
|
|
2498
|
-
._color-neutral-fill-overlay-
|
|
2497
|
+
._color-neutral-fill-overlay-high_148vi_650 {
|
|
2499
2498
|
color: var(--neutral-fill-overlay-high);
|
|
2500
2499
|
}
|
|
2501
|
-
._color-neutral-fill-overlay-high-
|
|
2500
|
+
._color-neutral-fill-overlay-high-hover_148vi_654 {
|
|
2502
2501
|
color: var(--neutral-fill-overlay-high-hover);
|
|
2503
2502
|
}
|
|
2504
|
-
._color-neutral-fill-overlay-
|
|
2503
|
+
._color-neutral-fill-overlay-highest_148vi_658 {
|
|
2505
2504
|
color: var(--neutral-fill-overlay-highest);
|
|
2506
2505
|
}
|
|
2507
|
-
._color-neutral-fill-opaque-
|
|
2506
|
+
._color-neutral-fill-opaque-lowest_148vi_662 {
|
|
2508
2507
|
color: var(--neutral-fill-opaque-lowest);
|
|
2509
2508
|
}
|
|
2510
|
-
._color-neutral-fill-opaque-lowest-
|
|
2509
|
+
._color-neutral-fill-opaque-lowest-hover_148vi_666 {
|
|
2511
2510
|
color: var(--neutral-fill-opaque-lowest-hover);
|
|
2512
2511
|
}
|
|
2513
|
-
._color-neutral-fill-opaque-
|
|
2512
|
+
._color-neutral-fill-opaque-low_148vi_662 {
|
|
2514
2513
|
color: var(--neutral-fill-opaque-low);
|
|
2515
2514
|
}
|
|
2516
|
-
._color-neutral-fill-opaque-low-
|
|
2515
|
+
._color-neutral-fill-opaque-low-hover_148vi_674 {
|
|
2517
2516
|
color: var(--neutral-fill-opaque-low-hover);
|
|
2518
2517
|
}
|
|
2519
|
-
._color-neutral-fill-opaque-static-
|
|
2518
|
+
._color-neutral-fill-opaque-static-lowest_148vi_678 {
|
|
2520
2519
|
color: var(--neutral-fill-opaque-static-lowest);
|
|
2521
2520
|
}
|
|
2522
|
-
._color-inverse-fill-
|
|
2521
|
+
._color-inverse-fill-mid_148vi_682 {
|
|
2523
2522
|
color: var(--inverse-fill-mid);
|
|
2524
2523
|
}
|
|
2525
|
-
._color-inverse-fill-mid-
|
|
2524
|
+
._color-inverse-fill-mid-hover_148vi_686 {
|
|
2526
2525
|
color: var(--inverse-fill-mid-hover);
|
|
2527
2526
|
}
|
|
2528
|
-
._color-inverse-fill-opaque-
|
|
2527
|
+
._color-inverse-fill-opaque-lowest_148vi_690 {
|
|
2529
2528
|
color: var(--inverse-fill-opaque-lowest);
|
|
2530
2529
|
}
|
|
2531
|
-
._color-inverse-fill-opaque-lowest-
|
|
2530
|
+
._color-inverse-fill-opaque-lowest-hover_148vi_694 {
|
|
2532
2531
|
color: var(--inverse-fill-opaque-lowest-hover);
|
|
2533
2532
|
}
|
|
2534
|
-
._color-inverse-fill-opaque-
|
|
2533
|
+
._color-inverse-fill-opaque-low_148vi_690 {
|
|
2535
2534
|
color: var(--inverse-fill-opaque-low);
|
|
2536
2535
|
}
|
|
2537
|
-
._color-inverse-fill-opaque-low-
|
|
2536
|
+
._color-inverse-fill-opaque-low-hover_148vi_702 {
|
|
2538
2537
|
color: var(--inverse-fill-opaque-low-hover);
|
|
2539
2538
|
}
|
|
2540
|
-
._color-inverse-fill-opaque-
|
|
2539
|
+
._color-inverse-fill-opaque-mid_148vi_706 {
|
|
2541
2540
|
color: var(--inverse-fill-opaque-mid);
|
|
2542
2541
|
}
|
|
2543
|
-
._color-brand-fill-
|
|
2542
|
+
._color-brand-fill-mid_148vi_710 {
|
|
2544
2543
|
color: var(--brand-fill-mid);
|
|
2545
2544
|
}
|
|
2546
|
-
._color-brand-fill-mid-
|
|
2545
|
+
._color-brand-fill-mid-hover_148vi_714 {
|
|
2547
2546
|
color: var(--brand-fill-mid-hover);
|
|
2548
2547
|
}
|
|
2549
|
-
._color-brand-fill-
|
|
2548
|
+
._color-brand-fill-low_148vi_718 {
|
|
2550
2549
|
color: var(--brand-fill-low);
|
|
2551
2550
|
}
|
|
2552
|
-
._color-brand-fill-low-
|
|
2551
|
+
._color-brand-fill-low-hover_148vi_722 {
|
|
2553
2552
|
color: var(--brand-fill-low-hover);
|
|
2554
2553
|
}
|
|
2555
|
-
._color-accent-fill-
|
|
2554
|
+
._color-accent-fill-primary_148vi_726 {
|
|
2556
2555
|
color: var(--accent-fill-primary);
|
|
2557
2556
|
}
|
|
2558
|
-
._color-function-fill-positive-
|
|
2557
|
+
._color-function-fill-positive-mid_148vi_730 {
|
|
2559
2558
|
color: var(--function-fill-positive-mid);
|
|
2560
2559
|
}
|
|
2561
|
-
._color-function-fill-positive-
|
|
2560
|
+
._color-function-fill-positive-low_148vi_734 {
|
|
2562
2561
|
color: var(--function-fill-positive-low);
|
|
2563
2562
|
}
|
|
2564
|
-
._color-function-fill-negative-
|
|
2563
|
+
._color-function-fill-negative-mid_148vi_738 {
|
|
2565
2564
|
color: var(--function-fill-negative-mid);
|
|
2566
2565
|
}
|
|
2567
|
-
._color-function-fill-negative-
|
|
2566
|
+
._color-function-fill-negative-low_148vi_742 {
|
|
2568
2567
|
color: var(--function-fill-negative-low);
|
|
2569
2568
|
}
|
|
2570
|
-
._color-function-fill-negative-mid-
|
|
2569
|
+
._color-function-fill-negative-mid-hover_148vi_746 {
|
|
2571
2570
|
color: var(--function-fill-negative-mid-hover);
|
|
2572
2571
|
}
|
|
2573
|
-
._color-function-fill-
|
|
2572
|
+
._color-function-fill-caution_148vi_750 {
|
|
2574
2573
|
color: var(--function-fill-caution);
|
|
2575
2574
|
}
|
|
2576
|
-
._color-function-fill-
|
|
2575
|
+
._color-function-fill-highlight_148vi_754 {
|
|
2577
2576
|
color: var(--function-fill-highlight);
|
|
2578
2577
|
}
|
|
2579
|
-
._color-function-fill-
|
|
2578
|
+
._color-function-fill-selection_148vi_758 {
|
|
2580
2579
|
color: var(--function-fill-selection);
|
|
2581
2580
|
}
|
|
2582
|
-
._color-function-fill-
|
|
2581
|
+
._color-function-fill-drag_148vi_762 {
|
|
2583
2582
|
color: var(--function-fill-drag);
|
|
2584
2583
|
}
|
|
2585
|
-
._color-cover-dim-
|
|
2584
|
+
._color-cover-dim-page_148vi_766 {
|
|
2586
2585
|
color: var(--cover-dim-page);
|
|
2587
2586
|
}
|
|
2588
|
-
._border-neutral-border-overlay-
|
|
2587
|
+
._border-neutral-border-overlay-strong_148vi_773 {
|
|
2589
2588
|
border: 1px solid var(--neutral-border-overlay-strong);
|
|
2590
2589
|
}
|
|
2591
|
-
._border-neutral-border-overlay-
|
|
2590
|
+
._border-neutral-border-overlay-normal_148vi_777 {
|
|
2592
2591
|
border: 1px solid var(--neutral-border-overlay-normal);
|
|
2593
2592
|
}
|
|
2594
|
-
._border-neutral-border-overlay-
|
|
2593
|
+
._border-neutral-border-overlay-subtle_148vi_781 {
|
|
2595
2594
|
border: 1px solid var(--neutral-border-overlay-subtle);
|
|
2596
2595
|
}
|
|
2597
|
-
._border-neutral-border-overlay-
|
|
2596
|
+
._border-neutral-border-overlay-hint_148vi_785 {
|
|
2598
2597
|
border: 1px solid var(--neutral-border-overlay-hint);
|
|
2599
2598
|
}
|
|
2600
|
-
._border-neutral-border-opaque-
|
|
2599
|
+
._border-neutral-border-opaque-strong_148vi_789 {
|
|
2601
2600
|
border: 1px solid var(--neutral-border-opaque-strong);
|
|
2602
2601
|
}
|
|
2603
|
-
._border-neutral-border-opaque-
|
|
2602
|
+
._border-neutral-border-opaque-normal_148vi_793 {
|
|
2604
2603
|
border: 1px solid var(--neutral-border-opaque-normal);
|
|
2605
2604
|
}
|
|
2606
|
-
._border-neutral-border-opaque-
|
|
2605
|
+
._border-neutral-border-opaque-subtle_148vi_797 {
|
|
2607
2606
|
border: 1px solid var(--neutral-border-opaque-subtle);
|
|
2608
2607
|
}
|
|
2609
|
-
._border-inverse-border-overlay-
|
|
2608
|
+
._border-inverse-border-overlay-strong_148vi_801 {
|
|
2610
2609
|
border: 1px solid var(--inverse-border-overlay-strong);
|
|
2611
2610
|
}
|
|
2612
|
-
._border-inverse-border-overlay-
|
|
2611
|
+
._border-inverse-border-overlay-normal_148vi_805 {
|
|
2613
2612
|
border: 1px solid var(--inverse-border-overlay-normal);
|
|
2614
2613
|
}
|
|
2615
|
-
._border-inverse-border-overlay-
|
|
2614
|
+
._border-inverse-border-overlay-subtle_148vi_809 {
|
|
2616
2615
|
border: 1px solid var(--inverse-border-overlay-subtle);
|
|
2617
2616
|
}
|
|
2618
|
-
._border-inverse-border-overlay-
|
|
2617
|
+
._border-inverse-border-overlay-hint_148vi_813 {
|
|
2619
2618
|
border: 1px solid var(--inverse-border-overlay-hint);
|
|
2620
2619
|
}
|
|
2621
|
-
._border-inverse-border-opaque-
|
|
2620
|
+
._border-inverse-border-opaque-strong_148vi_817 {
|
|
2622
2621
|
border: 1px solid var(--inverse-border-opaque-strong);
|
|
2623
2622
|
}
|
|
2624
|
-
._border-inverse-border-opaque-
|
|
2623
|
+
._border-inverse-border-opaque-normal_148vi_821 {
|
|
2625
2624
|
border: 1px solid var(--inverse-border-opaque-normal);
|
|
2626
2625
|
}
|
|
2627
|
-
._border-inverse-border-opaque-
|
|
2626
|
+
._border-inverse-border-opaque-subtle_148vi_825 {
|
|
2628
2627
|
border: 1px solid var(--inverse-border-opaque-subtle);
|
|
2629
2628
|
}
|
|
2630
|
-
._border-brand-border-opaque-
|
|
2629
|
+
._border-brand-border-opaque-normal_148vi_829 {
|
|
2631
2630
|
border: 1px solid var(--brand-border-opaque-normal);
|
|
2632
2631
|
}
|
|
2633
|
-
._border-brand-border-opaque-
|
|
2632
|
+
._border-brand-border-opaque-strong_148vi_833 {
|
|
2634
2633
|
border: 1px solid var(--brand-border-opaque-strong);
|
|
2635
2634
|
}
|
|
2636
|
-
._bg-accent-
|
|
2635
|
+
._bg-accent-yellow_148vi_837 {
|
|
2637
2636
|
background: var(--accent-label-yellow);
|
|
2638
2637
|
}
|
|
2639
|
-
._bg-accent-
|
|
2638
|
+
._bg-accent-mint_148vi_841 {
|
|
2640
2639
|
background: var(--accent-label-mint);
|
|
2641
2640
|
}
|
|
2642
|
-
._bg-accent-
|
|
2641
|
+
._bg-accent-cyan_148vi_845 {
|
|
2643
2642
|
background: var(--accent-label-cyan);
|
|
2644
2643
|
}
|
|
2645
|
-
._bg-accent-
|
|
2644
|
+
._bg-accent-purple_148vi_849 {
|
|
2646
2645
|
background: var(--accent-label-purple);
|
|
2647
2646
|
}
|
|
2648
|
-
._bg-accent-
|
|
2647
|
+
._bg-accent-pink_148vi_853 {
|
|
2649
2648
|
background: var(--accent-label-pink);
|
|
2650
2649
|
}
|
|
2651
|
-
._color-accent-
|
|
2650
|
+
._color-accent-yellow_148vi_857 {
|
|
2652
2651
|
color: var(--accent-label-yellow);
|
|
2653
2652
|
}
|
|
2654
|
-
._color-accent-
|
|
2653
|
+
._color-accent-mint_148vi_861 {
|
|
2655
2654
|
color: var(--accent-label-mint);
|
|
2656
2655
|
}
|
|
2657
|
-
._color-accent-
|
|
2656
|
+
._color-accent-cyan_148vi_865 {
|
|
2658
2657
|
color: var(--accent-label-cyan);
|
|
2659
2658
|
}
|
|
2660
|
-
._color-accent-
|
|
2659
|
+
._color-accent-purple_148vi_869 {
|
|
2661
2660
|
color: var(--accent-label-purple);
|
|
2662
2661
|
}
|
|
2663
|
-
._color-accent-
|
|
2662
|
+
._color-accent-pink_148vi_873 {
|
|
2664
2663
|
color: var(--accent-label-pink);
|
|
2665
2664
|
}
|
|
2666
|
-
._border-accent-
|
|
2665
|
+
._border-accent-yellow_148vi_877 {
|
|
2667
2666
|
border: 1px solid var(--accent-label-yellow);
|
|
2668
2667
|
}
|
|
2669
|
-
._border-accent-
|
|
2668
|
+
._border-accent-mint_148vi_881 {
|
|
2670
2669
|
border: 1px solid var(--accent-label-mint);
|
|
2671
2670
|
}
|
|
2672
|
-
._border-accent-
|
|
2671
|
+
._border-accent-cyan_148vi_885 {
|
|
2673
2672
|
border: 1px solid var(--accent-label-cyan);
|
|
2674
2673
|
}
|
|
2675
|
-
._border-accent-
|
|
2674
|
+
._border-accent-purple_148vi_889 {
|
|
2676
2675
|
border: 1px solid var(--accent-label-purple);
|
|
2677
2676
|
}
|
|
2678
|
-
._border-accent-
|
|
2677
|
+
._border-accent-pink_148vi_893 {
|
|
2679
2678
|
border: 1px solid var(--accent-label-pink);
|
|
2680
2679
|
}
|
|
2681
2680
|
|
|
2682
2681
|
/* esbuild-sass-plugin:css-chunk:src/components/coach-mark/main/style.module.scss */
|
|
2683
|
-
.
|
|
2682
|
+
._content_196c9_1 {
|
|
2684
2683
|
display: flex;
|
|
2685
2684
|
flex-direction: column;
|
|
2686
2685
|
min-width: 230px;
|
|
2687
2686
|
padding: var(--lp-sys-padding-component-400);
|
|
2688
2687
|
box-sizing: border-box;
|
|
2689
|
-
animation:
|
|
2688
|
+
animation: _slideIn_196c9_1 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
|
|
2690
2689
|
}
|
|
2691
|
-
@keyframes
|
|
2690
|
+
@keyframes _slideIn_196c9_1 {
|
|
2692
2691
|
from {
|
|
2693
2692
|
transform: translateY(10px);
|
|
2694
2693
|
opacity: 0;
|
|
@@ -2698,67 +2697,66 @@
|
|
|
2698
2697
|
opacity: 1;
|
|
2699
2698
|
}
|
|
2700
2699
|
}
|
|
2701
|
-
.
|
|
2700
|
+
._content_196c9_1._brand_196c9_19 {
|
|
2702
2701
|
background: var(--brand-container-mid);
|
|
2703
2702
|
}
|
|
2704
|
-
.
|
|
2703
|
+
._content_196c9_1._brand_196c9_19 > span > svg > path {
|
|
2705
2704
|
fill: var(--brand-container-mid);
|
|
2706
2705
|
}
|
|
2707
|
-
.
|
|
2706
|
+
._content_196c9_1._inverse-static_196c9_25 {
|
|
2708
2707
|
background: var(--inverse-container-static-high);
|
|
2709
2708
|
}
|
|
2710
|
-
.
|
|
2709
|
+
._content_196c9_1._inverse-static_196c9_25 > span > svg > path {
|
|
2711
2710
|
fill: var(--inverse-container-static-high);
|
|
2712
2711
|
}
|
|
2713
|
-
.
|
|
2712
|
+
._content_196c9_1._inverse_196c9_25 {
|
|
2714
2713
|
background: var(--inverse-container-lowest);
|
|
2715
2714
|
}
|
|
2716
|
-
.
|
|
2715
|
+
._content_196c9_1._inverse_196c9_25 > span > svg > path {
|
|
2717
2716
|
fill: var(--inverse-container-lowest);
|
|
2718
2717
|
}
|
|
2719
|
-
.
|
|
2718
|
+
._top_196c9_38 {
|
|
2720
2719
|
display: flex;
|
|
2721
2720
|
flex-direction: column;
|
|
2722
2721
|
gap: var(--lp-sys-padding-component-400);
|
|
2723
2722
|
}
|
|
2724
|
-
.
|
|
2723
|
+
._main_196c9_44 {
|
|
2725
2724
|
width: 100%;
|
|
2726
2725
|
display: flex;
|
|
2727
2726
|
flex-direction: column;
|
|
2728
2727
|
gap: var(--lp-sys-gap-positive-100);
|
|
2729
2728
|
}
|
|
2730
|
-
.
|
|
2729
|
+
._title_196c9_51 {
|
|
2731
2730
|
display: flex;
|
|
2732
2731
|
align-items: center;
|
|
2733
2732
|
gap: var(--lp-sys-gap-positive-150);
|
|
2734
2733
|
}
|
|
2735
|
-
.
|
|
2734
|
+
._footer_196c9_57 {
|
|
2736
2735
|
display: flex;
|
|
2737
2736
|
align-items: center;
|
|
2738
2737
|
justify-content: space-between;
|
|
2739
2738
|
padding-top: var(--lp-sys-gap-positive-150);
|
|
2740
2739
|
}
|
|
2741
|
-
.
|
|
2740
|
+
._footer_196c9_57 ._buttonGroup_196c9_63 {
|
|
2742
2741
|
display: flex;
|
|
2743
2742
|
gap: var(--lp-sys-gap-positive-400);
|
|
2744
2743
|
height: 28px;
|
|
2745
2744
|
}
|
|
2746
|
-
.
|
|
2745
|
+
._closeButton_196c9_69 {
|
|
2747
2746
|
position: absolute;
|
|
2748
2747
|
top: 0;
|
|
2749
2748
|
right: 0;
|
|
2750
2749
|
transform: translate(-25%, 25%);
|
|
2751
2750
|
opacity: 0.64;
|
|
2752
2751
|
}
|
|
2753
|
-
._image-
|
|
2752
|
+
._image-container_196c9_77 {
|
|
2754
2753
|
position: relative;
|
|
2755
2754
|
width: 248px;
|
|
2756
2755
|
height: 160px;
|
|
2757
2756
|
margin-top: 8px;
|
|
2758
2757
|
margin-bottom: 8px;
|
|
2759
2758
|
}
|
|
2760
|
-
.
|
|
2759
|
+
._image_196c9_77 {
|
|
2761
2760
|
position: absolute;
|
|
2762
2761
|
transform: translateX(-5.7%);
|
|
2763
2762
|
}
|
|
2764
|
-
/*# sourceMappingURL=index.css.map */
|