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