@liner-fe/prism 2.1.73 → 2.1.74
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.d.ts +4 -4
- package/lib/illust.js +4 -1
- package/lib/illust.js.map +1 -1
- package/lib/index.css +697 -427
- package/lib/index.css.map +1 -1
- package/lib/index.d.ts +105 -6
- package/lib/index.js +8473 -3562
- package/lib/index.js.map +1 -1
- package/package.json +2 -3
package/lib/index.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* esbuild-sass-plugin:css-chunk:src/components/Button/style.module.scss */
|
|
2
|
-
.
|
|
2
|
+
._button_1lqmy_1 {
|
|
3
3
|
position: relative;
|
|
4
4
|
display: flex;
|
|
5
5
|
align-items: center;
|
|
@@ -14,410 +14,410 @@
|
|
|
14
14
|
overflow: hidden;
|
|
15
15
|
cursor: pointer;
|
|
16
16
|
}
|
|
17
|
-
.
|
|
17
|
+
._button_1lqmy_1:disabled {
|
|
18
18
|
background: var(--neutral-fill-mid);
|
|
19
19
|
color: var(--neutral-label-tertiary);
|
|
20
20
|
cursor: not-allowed;
|
|
21
21
|
}
|
|
22
|
-
.
|
|
22
|
+
._button_1lqmy_1:disabled span svg path:not([fill=white]) {
|
|
23
23
|
fill: var(--neutral-label-tertiary) !important;
|
|
24
24
|
}
|
|
25
|
-
.
|
|
25
|
+
._button_1lqmy_1:disabled span svg path[fill=white] {
|
|
26
26
|
fill: var(--inverse-label-primary) !important;
|
|
27
27
|
}
|
|
28
|
-
.
|
|
28
|
+
._default_1lqmy_28 {
|
|
29
29
|
color: var(--inverse-label-primary);
|
|
30
30
|
background: var(--lp-pri-achromatic-white);
|
|
31
31
|
}
|
|
32
|
-
.
|
|
32
|
+
._default_1lqmy_28 svg path {
|
|
33
33
|
fill: var(--inverse-label-primary);
|
|
34
34
|
}
|
|
35
|
-
.
|
|
35
|
+
._primary_1lqmy_36 {
|
|
36
36
|
color: var(--inverse-label-static-primary);
|
|
37
37
|
background: var(--brand-container-mid);
|
|
38
38
|
}
|
|
39
|
-
.
|
|
39
|
+
._primary_1lqmy_36:not(:disabled):hover {
|
|
40
40
|
background: var(--brand-container-mid-hover);
|
|
41
41
|
}
|
|
42
|
-
.
|
|
42
|
+
._secondary_1lqmy_44 {
|
|
43
43
|
color: var(--inverse-label-primary);
|
|
44
44
|
background: var(--inverse-container-high);
|
|
45
45
|
}
|
|
46
|
-
.
|
|
46
|
+
._secondary_1lqmy_44:not(:disabled):hover {
|
|
47
47
|
background: var(--inverse-container-high-hover);
|
|
48
48
|
}
|
|
49
|
-
.
|
|
49
|
+
._tertiary_1lqmy_52 {
|
|
50
50
|
color: var(--neutral-label-primary);
|
|
51
51
|
background: var(--neutral-fill-mid);
|
|
52
52
|
}
|
|
53
|
-
.
|
|
53
|
+
._tertiary_1lqmy_52:not(:disabled):hover {
|
|
54
54
|
background: var(--neutral-fill-mid-hover);
|
|
55
55
|
}
|
|
56
|
-
.
|
|
56
|
+
._quaternary_1lqmy_60 {
|
|
57
57
|
color: var(--neutral-label-primary);
|
|
58
58
|
border: 1px solid var(--neutral-border-overlay-normal);
|
|
59
59
|
background: var(--neutral-fill-lowest);
|
|
60
60
|
}
|
|
61
|
-
.
|
|
61
|
+
._quaternary_1lqmy_60:not(:disabled):hover {
|
|
62
62
|
background: var(--neutral-fill-lowest-hover);
|
|
63
63
|
}
|
|
64
|
-
.
|
|
64
|
+
._quaternary_1lqmy_60:disabled {
|
|
65
65
|
background: var(--neutral-fill-lowest);
|
|
66
66
|
color: var(--neutral-label-tertiary);
|
|
67
67
|
opacity: 0.4;
|
|
68
68
|
}
|
|
69
|
-
.
|
|
69
|
+
._quaternary_1lqmy_60:disabled svg path {
|
|
70
70
|
fill: var(--neutral-label-tertiary) !important;
|
|
71
71
|
}
|
|
72
|
-
.
|
|
72
|
+
._negative_1lqmy_77 {
|
|
73
73
|
color: var(--inverse-label-static-primary);
|
|
74
74
|
background: var(--function-container-negative);
|
|
75
75
|
}
|
|
76
|
-
.
|
|
76
|
+
._negative_1lqmy_77:not(:disabled):hover {
|
|
77
77
|
background: var(--function-container-negative-hover);
|
|
78
78
|
}
|
|
79
|
-
.
|
|
79
|
+
._static_1lqmy_85 {
|
|
80
80
|
background: var(--neutral-container-static-lowest);
|
|
81
81
|
color: var(--neutral-label-static-primary);
|
|
82
82
|
}
|
|
83
|
-
.
|
|
83
|
+
._static_1lqmy_85:not(:disabled):hover {
|
|
84
84
|
background: var(--neutral-container-static-lowest-hover);
|
|
85
85
|
}
|
|
86
|
-
._inverse-
|
|
86
|
+
._inverse-static_1lqmy_93 {
|
|
87
87
|
background: var(--inverse-container-static-high);
|
|
88
88
|
color: var(--inverse-label-static-primary);
|
|
89
89
|
}
|
|
90
|
-
._inverse-
|
|
90
|
+
._inverse-static_1lqmy_93:not(:disabled):hover {
|
|
91
91
|
background: var(--inverse-container-static-high-hover);
|
|
92
92
|
}
|
|
93
|
-
.
|
|
93
|
+
._ghost_1lqmy_101._primary_1lqmy_36 {
|
|
94
94
|
background: var(--inverse-fill-lowest);
|
|
95
95
|
color: var(--neutral-label-primary);
|
|
96
96
|
}
|
|
97
|
-
.
|
|
97
|
+
._ghost_1lqmy_101._primary_1lqmy_36:not(:disabled):hover {
|
|
98
98
|
background: var(--neutral-fill-lowest-hover);
|
|
99
99
|
}
|
|
100
|
-
.
|
|
100
|
+
._ghost_1lqmy_101._primary_1lqmy_36:disabled {
|
|
101
101
|
background: var(--neutral-fill-lowest);
|
|
102
102
|
color: var(--neutral-label-tertiary);
|
|
103
103
|
}
|
|
104
|
-
.
|
|
104
|
+
._ghost_1lqmy_101._primary_1lqmy_36:disabled span svg path:not([fill=white]) {
|
|
105
105
|
fill: var(--neutral-label-tertiary);
|
|
106
106
|
}
|
|
107
|
-
.
|
|
107
|
+
._ghost_1lqmy_101._primary_1lqmy_36:disabled span svg path[fill=white] {
|
|
108
108
|
fill: var(--inverse-label-primary);
|
|
109
109
|
}
|
|
110
|
-
.
|
|
110
|
+
._ghost_1lqmy_101._secondary_1lqmy_44 {
|
|
111
111
|
background: var(--neutral-fill-lowest);
|
|
112
112
|
color: var(--neutral-label-secondary);
|
|
113
113
|
}
|
|
114
|
-
.
|
|
114
|
+
._ghost_1lqmy_101._secondary_1lqmy_44:not(:disabled):hover {
|
|
115
115
|
background: var(--neutral-fill-lowest-hover);
|
|
116
116
|
}
|
|
117
|
-
.
|
|
117
|
+
._ghost_1lqmy_101._secondary_1lqmy_44:disabled {
|
|
118
118
|
background: var(--neutral-fill-lowest);
|
|
119
119
|
color: var(--neutral-label-tertiary);
|
|
120
120
|
}
|
|
121
|
-
.
|
|
121
|
+
._ghost_1lqmy_101._secondary_1lqmy_44:disabled span svg path:not([fill=white]) {
|
|
122
122
|
fill: var(--neutral-label-tertiary);
|
|
123
123
|
}
|
|
124
|
-
.
|
|
124
|
+
._ghost_1lqmy_101._secondary_1lqmy_44:disabled span svg path[fill=white] {
|
|
125
125
|
fill: var(--inverse-label-primary);
|
|
126
126
|
}
|
|
127
|
-
.
|
|
127
|
+
._cta_1lqmy_136 {
|
|
128
128
|
border-radius: var(--lp-sys-radius-m);
|
|
129
129
|
width: fit-content;
|
|
130
130
|
height: 52px;
|
|
131
131
|
gap: 8px;
|
|
132
132
|
min-width: 52px;
|
|
133
133
|
}
|
|
134
|
-
.
|
|
134
|
+
._l_1lqmy_144 {
|
|
135
135
|
border-radius: var(--lp-sys-radius-s);
|
|
136
136
|
width: fit-content;
|
|
137
137
|
height: 44px;
|
|
138
138
|
min-width: 44px;
|
|
139
139
|
}
|
|
140
|
-
.
|
|
140
|
+
._m_1lqmy_151 {
|
|
141
141
|
border-radius: var(--lp-sys-radius-s);
|
|
142
142
|
width: fit-content;
|
|
143
143
|
height: 36px;
|
|
144
144
|
min-width: 36px;
|
|
145
145
|
}
|
|
146
|
-
.
|
|
146
|
+
._s_1lqmy_44 {
|
|
147
147
|
border-radius: var(--lp-sys-radius-s);
|
|
148
148
|
width: fit-content;
|
|
149
149
|
height: 28px;
|
|
150
150
|
min-width: 28px;
|
|
151
151
|
}
|
|
152
|
-
._align-
|
|
152
|
+
._align-center_1lqmy_165 > span {
|
|
153
153
|
width: 100%;
|
|
154
154
|
justify-content: center;
|
|
155
155
|
}
|
|
156
|
-
._align-space-
|
|
156
|
+
._align-space-between_1lqmy_170 > span {
|
|
157
157
|
width: 100%;
|
|
158
158
|
justify-content: space-between;
|
|
159
159
|
}
|
|
160
|
-
.
|
|
160
|
+
._content_1lqmy_175 {
|
|
161
161
|
flex-shrink: 0;
|
|
162
162
|
line-height: 0;
|
|
163
163
|
padding: 0px var(--lp-sys-padding-component-100);
|
|
164
164
|
}
|
|
165
|
-
.
|
|
165
|
+
._full_1lqmy_181 {
|
|
166
166
|
width: 100%;
|
|
167
167
|
}
|
|
168
|
-
._fit-
|
|
168
|
+
._fit-content_1lqmy_185 {
|
|
169
169
|
width: fit-content;
|
|
170
170
|
}
|
|
171
|
-
.
|
|
171
|
+
._children_1lqmy_189 {
|
|
172
172
|
display: flex;
|
|
173
173
|
align-items: center;
|
|
174
174
|
justify-content: center;
|
|
175
175
|
}
|
|
176
|
-
._cta-
|
|
176
|
+
._cta-children_1lqmy_195 {
|
|
177
177
|
padding: 0 var(--lp-sys-gap-positive-300);
|
|
178
178
|
gap: var(--lp-sys-gap-positive-100);
|
|
179
179
|
}
|
|
180
|
-
._l-
|
|
180
|
+
._l-children_1lqmy_200 {
|
|
181
181
|
padding: 0 var(--lp-sys-gap-positive-200);
|
|
182
182
|
gap: var(--lp-sys-gap-positive-50);
|
|
183
183
|
}
|
|
184
|
-
._m-
|
|
184
|
+
._m-children_1lqmy_205 {
|
|
185
185
|
padding: 0 var(--lp-sys-gap-positive-150);
|
|
186
186
|
gap: var(--lp-sys-gap-positive-50);
|
|
187
187
|
}
|
|
188
|
-
._s-
|
|
188
|
+
._s-children_1lqmy_210 {
|
|
189
189
|
padding: 0 var(--lp-sys-gap-positive-150);
|
|
190
190
|
gap: var(--lp-sys-gap-positive-50);
|
|
191
191
|
}
|
|
192
192
|
|
|
193
193
|
/* esbuild-sass-plugin:css-chunk:src/components/Icon/style.module.scss */
|
|
194
|
-
.
|
|
194
|
+
._icon_16607_1 {
|
|
195
195
|
fill: gray;
|
|
196
196
|
}
|
|
197
|
-
.
|
|
197
|
+
._icon_16607_1 path[fill=white] {
|
|
198
198
|
fill: var(--inverse-label-primary);
|
|
199
199
|
}
|
|
200
|
-
._neutral-label-
|
|
201
|
-
._neutral-label-
|
|
200
|
+
._neutral-label-primary_16607_8 path:not([fill=white]),
|
|
201
|
+
._neutral-label-primary_16607_8 circle:not([fill=white]) {
|
|
202
202
|
fill: var(--neutral-label-primary);
|
|
203
203
|
}
|
|
204
|
-
._neutral-label-
|
|
205
|
-
._neutral-label-
|
|
204
|
+
._neutral-label-secondary_16607_13 path:not([fill=white]),
|
|
205
|
+
._neutral-label-secondary_16607_13 circle:not([fill=white]) {
|
|
206
206
|
fill: var(--neutral-label-secondary);
|
|
207
207
|
}
|
|
208
|
-
._neutral-label-
|
|
209
|
-
._neutral-label-
|
|
208
|
+
._neutral-label-tertiary_16607_18 path:not([fill=white]),
|
|
209
|
+
._neutral-label-tertiary_16607_18 circle:not([fill=white]) {
|
|
210
210
|
fill: var(--neutral-label-tertiary);
|
|
211
211
|
}
|
|
212
|
-
._neutral-label-
|
|
213
|
-
._neutral-label-
|
|
212
|
+
._neutral-label-quaternary_16607_23 path:not([fill=white]),
|
|
213
|
+
._neutral-label-quaternary_16607_23 circle:not([fill=white]) {
|
|
214
214
|
fill: var(--neutral-label-quaternary);
|
|
215
215
|
}
|
|
216
|
-
._neutral-label-static-
|
|
217
|
-
._neutral-label-static-
|
|
216
|
+
._neutral-label-static-primary_16607_28 path:not([fill=white]),
|
|
217
|
+
._neutral-label-static-primary_16607_28 circle:not([fill=white]) {
|
|
218
218
|
fill: var(--neutral-label-static-primary);
|
|
219
219
|
}
|
|
220
|
-
._neutral-label-static-
|
|
221
|
-
._neutral-label-static-
|
|
220
|
+
._neutral-label-static-secondary_16607_33 path:not([fill=white]),
|
|
221
|
+
._neutral-label-static-secondary_16607_33 circle:not([fill=white]) {
|
|
222
222
|
fill: var(--neutral-label-static-secondary);
|
|
223
223
|
}
|
|
224
|
-
._inverse-label-
|
|
225
|
-
._inverse-label-
|
|
224
|
+
._inverse-label-primary_16607_38 path:not([fill=white]),
|
|
225
|
+
._inverse-label-primary_16607_38 circle:not([fill=white]) {
|
|
226
226
|
fill: var(--inverse-label-primary);
|
|
227
227
|
}
|
|
228
|
-
._inverse-label-
|
|
229
|
-
._inverse-label-
|
|
228
|
+
._inverse-label-secondary_16607_43 path:not([fill=white]),
|
|
229
|
+
._inverse-label-secondary_16607_43 circle:not([fill=white]) {
|
|
230
230
|
fill: var(--inverse-label-secondary);
|
|
231
231
|
}
|
|
232
|
-
._inverse-label-
|
|
233
|
-
._inverse-label-
|
|
232
|
+
._inverse-label-tertiary_16607_48 path:not([fill=white]),
|
|
233
|
+
._inverse-label-tertiary_16607_48 circle:not([fill=white]) {
|
|
234
234
|
fill: var(--inverse-label-tertiary);
|
|
235
235
|
}
|
|
236
|
-
._inverse-label-
|
|
237
|
-
._inverse-label-
|
|
236
|
+
._inverse-label-quaternary_16607_53 path:not([fill=white]),
|
|
237
|
+
._inverse-label-quaternary_16607_53 circle:not([fill=white]) {
|
|
238
238
|
fill: var(--inverse-label-quaternary);
|
|
239
239
|
}
|
|
240
|
-
._inverse-label-static-
|
|
241
|
-
._inverse-label-static-
|
|
240
|
+
._inverse-label-static-primary_16607_58 path:not([fill=white]),
|
|
241
|
+
._inverse-label-static-primary_16607_58 circle:not([fill=white]) {
|
|
242
242
|
fill: var(--inverse-label-static-primary);
|
|
243
243
|
}
|
|
244
|
-
._inverse-label-static-
|
|
245
|
-
._inverse-label-static-
|
|
244
|
+
._inverse-label-static-secondary_16607_63 path:not([fill=white]),
|
|
245
|
+
._inverse-label-static-secondary_16607_63 circle:not([fill=white]) {
|
|
246
246
|
fill: var(--inverse-label-static-secondary);
|
|
247
247
|
}
|
|
248
|
-
._brand-label-
|
|
249
|
-
._brand-label-
|
|
248
|
+
._brand-label-primary_16607_68 path:not([fill=white]),
|
|
249
|
+
._brand-label-primary_16607_68 circle:not([fill=white]) {
|
|
250
250
|
fill: var(--brand-label-primary);
|
|
251
251
|
}
|
|
252
|
-
._brand-label-
|
|
253
|
-
._brand-label-
|
|
252
|
+
._brand-label-secondary_16607_73 path:not([fill=white]),
|
|
253
|
+
._brand-label-secondary_16607_73 circle:not([fill=white]) {
|
|
254
254
|
fill: var(--brand-label-secondary);
|
|
255
255
|
}
|
|
256
|
-
._function-label-
|
|
257
|
-
._function-label-
|
|
256
|
+
._function-label-positive_16607_78 path:not([fill=white]),
|
|
257
|
+
._function-label-positive_16607_78 circle:not([fill=white]) {
|
|
258
258
|
fill: var(--function-label-positive);
|
|
259
259
|
}
|
|
260
|
-
._function-label-
|
|
261
|
-
._function-label-
|
|
260
|
+
._function-label-negative_16607_83 path:not([fill=white]),
|
|
261
|
+
._function-label-negative_16607_83 circle:not([fill=white]) {
|
|
262
262
|
fill: var(--function-label-negative);
|
|
263
263
|
}
|
|
264
|
-
._function-label-
|
|
265
|
-
._function-label-
|
|
264
|
+
._function-label-caution_16607_88 path:not([fill=white]),
|
|
265
|
+
._function-label-caution_16607_88 circle:not([fill=white]) {
|
|
266
266
|
fill: var(--function-label-caution);
|
|
267
267
|
}
|
|
268
|
-
._accent-
|
|
269
|
-
._accent-
|
|
268
|
+
._accent-yellow_16607_93 path:not([fill=white]),
|
|
269
|
+
._accent-yellow_16607_93 circle:not([fill=white]) {
|
|
270
270
|
fill: var(--accent-yellow);
|
|
271
271
|
}
|
|
272
|
-
._accent-
|
|
273
|
-
._accent-
|
|
272
|
+
._accent-mint_16607_98 path:not([fill=white]),
|
|
273
|
+
._accent-mint_16607_98 circle:not([fill=white]) {
|
|
274
274
|
fill: var(--accent-mint);
|
|
275
275
|
}
|
|
276
|
-
._accent-
|
|
277
|
-
._accent-
|
|
276
|
+
._accent-cyan_16607_103 path:not([fill=white]),
|
|
277
|
+
._accent-cyan_16607_103 circle:not([fill=white]) {
|
|
278
278
|
fill: var(--accent-cyan);
|
|
279
279
|
}
|
|
280
|
-
._accent-
|
|
281
|
-
._accent-
|
|
280
|
+
._accent-purple_16607_108 path:not([fill=white]),
|
|
281
|
+
._accent-purple_16607_108 circle:not([fill=white]) {
|
|
282
282
|
fill: var(--accent-purple);
|
|
283
283
|
}
|
|
284
|
-
._accent-
|
|
285
|
-
._accent-
|
|
284
|
+
._accent-pink_16607_113 path:not([fill=white]),
|
|
285
|
+
._accent-pink_16607_113 circle:not([fill=white]) {
|
|
286
286
|
fill: var(--accent-pink);
|
|
287
287
|
}
|
|
288
|
-
._fill-neutral-label-
|
|
288
|
+
._fill-neutral-label-primary_16607_118 path[fill=white] {
|
|
289
289
|
fill: var(--neutral-label-primary);
|
|
290
290
|
}
|
|
291
|
-
._fill-neutral-label-
|
|
291
|
+
._fill-neutral-label-secondary_16607_122 path[fill=white] {
|
|
292
292
|
fill: var(--neutral-label-secondary);
|
|
293
293
|
}
|
|
294
|
-
._fill-neutral-label-
|
|
294
|
+
._fill-neutral-label-tertiary_16607_126 path[fill=white] {
|
|
295
295
|
fill: var(--neutral-label-tertiary);
|
|
296
296
|
}
|
|
297
|
-
._fill-neutral-label-
|
|
297
|
+
._fill-neutral-label-quaternary_16607_130 path[fill=white] {
|
|
298
298
|
fill: var(--neutral-label-quaternary);
|
|
299
299
|
}
|
|
300
|
-
._fill-neutral-label-static-
|
|
300
|
+
._fill-neutral-label-static-primary_16607_134 path[fill=white] {
|
|
301
301
|
fill: var(--neutral-label-static-primary);
|
|
302
302
|
}
|
|
303
|
-
._fill-neutral-label-static-
|
|
303
|
+
._fill-neutral-label-static-secondary_16607_138 path[fill=white] {
|
|
304
304
|
fill: var(--neutral-label-static-secondary);
|
|
305
305
|
}
|
|
306
|
-
._fill-inverse-label-
|
|
306
|
+
._fill-inverse-label-primary_16607_142 path[fill=white] {
|
|
307
307
|
fill: var(--inverse-label-primary);
|
|
308
308
|
}
|
|
309
|
-
._fill-inverse-label-
|
|
309
|
+
._fill-inverse-label-secondary_16607_146 path[fill=white] {
|
|
310
310
|
fill: var(--inverse-label-secondary);
|
|
311
311
|
}
|
|
312
|
-
._fill-inverse-label-
|
|
312
|
+
._fill-inverse-label-tertiary_16607_150 path[fill=white] {
|
|
313
313
|
fill: var(--inverse-label-tertiary);
|
|
314
314
|
}
|
|
315
|
-
._fill-inverse-label-
|
|
315
|
+
._fill-inverse-label-quaternary_16607_154 path[fill=white] {
|
|
316
316
|
fill: var(--inverse-label-quaternary);
|
|
317
317
|
}
|
|
318
|
-
._fill-inverse-label-static-
|
|
318
|
+
._fill-inverse-label-static-primary_16607_158 path[fill=white] {
|
|
319
319
|
fill: var(--inverse-label-static-primary);
|
|
320
320
|
}
|
|
321
|
-
._fill-inverse-label-static-
|
|
321
|
+
._fill-inverse-label-static-secondary_16607_162 path[fill=white] {
|
|
322
322
|
fill: var(--inverse-label-static-secondary);
|
|
323
323
|
}
|
|
324
|
-
._fill-brand-label-
|
|
324
|
+
._fill-brand-label-primary_16607_166 path[fill=white] {
|
|
325
325
|
fill: var(--brand-label-primary);
|
|
326
326
|
}
|
|
327
|
-
._fill-brand-label-
|
|
327
|
+
._fill-brand-label-secondary_16607_170 path[fill=white] {
|
|
328
328
|
fill: var(--brand-label-secondary);
|
|
329
329
|
}
|
|
330
|
-
._fill-function-label-
|
|
330
|
+
._fill-function-label-positive_16607_174 path[fill=white] {
|
|
331
331
|
fill: var(--function-label-positive);
|
|
332
332
|
}
|
|
333
|
-
._fill-function-label-
|
|
333
|
+
._fill-function-label-negative_16607_178 path[fill=white] {
|
|
334
334
|
fill: var(--function-label-negative);
|
|
335
335
|
}
|
|
336
|
-
._fill-function-label-
|
|
336
|
+
._fill-function-label-caution_16607_182 path[fill=white] {
|
|
337
337
|
fill: var(--function-label-caution);
|
|
338
338
|
}
|
|
339
|
-
._fill-accent-
|
|
339
|
+
._fill-accent-yellow_16607_186 path[fill=white] {
|
|
340
340
|
fill: var(--accent-yellow);
|
|
341
341
|
}
|
|
342
|
-
._fill-accent-
|
|
342
|
+
._fill-accent-mint_16607_190 path[fill=white] {
|
|
343
343
|
fill: var(--accent-mint);
|
|
344
344
|
}
|
|
345
|
-
._fill-accent-
|
|
345
|
+
._fill-accent-cyan_16607_194 path[fill=white] {
|
|
346
346
|
fill: var(--accent-cyan);
|
|
347
347
|
}
|
|
348
|
-
._fill-accent-
|
|
348
|
+
._fill-accent-purple_16607_198 path[fill=white] {
|
|
349
349
|
fill: var(--accent-purple);
|
|
350
350
|
}
|
|
351
|
-
._fill-accent-
|
|
351
|
+
._fill-accent-pink_16607_202 path[fill=white] {
|
|
352
352
|
fill: var(--accent-pink);
|
|
353
353
|
}
|
|
354
354
|
|
|
355
355
|
/* esbuild-sass-plugin:css-chunk:src/components/Loading/style.module.scss */
|
|
356
|
-
.
|
|
356
|
+
._loading_1no9y_1 {
|
|
357
357
|
display: flex;
|
|
358
358
|
}
|
|
359
|
-
._loading-
|
|
359
|
+
._loading-dot_1no9y_5 {
|
|
360
360
|
float: left;
|
|
361
361
|
background: white;
|
|
362
362
|
opacity: 0;
|
|
363
|
-
-webkit-animation:
|
|
364
|
-
-moz-animation:
|
|
365
|
-
animation:
|
|
363
|
+
-webkit-animation: _loadingFade_1no9y_1 1s infinite;
|
|
364
|
+
-moz-animation: _loadingFade_1no9y_1 1s infinite;
|
|
365
|
+
animation: _loadingFade_1no9y_1 1s infinite;
|
|
366
366
|
}
|
|
367
|
-
._loading-
|
|
367
|
+
._loading-dot_1no9y_5._m_1no9y_13 {
|
|
368
368
|
width: 4px;
|
|
369
369
|
height: 4px;
|
|
370
370
|
margin: 0 2px;
|
|
371
371
|
border-radius: 1px;
|
|
372
372
|
}
|
|
373
|
-
._loading-
|
|
373
|
+
._loading-dot_1no9y_5._s_1no9y_19 {
|
|
374
374
|
width: 3.3333333333px;
|
|
375
375
|
height: 3.3333333333px;
|
|
376
376
|
margin: 0 1.6666666667px;
|
|
377
377
|
border-radius: 0.8333333333px;
|
|
378
378
|
}
|
|
379
|
-
._loading-
|
|
379
|
+
._loading-dot_1no9y_5._xs_1no9y_25 {
|
|
380
380
|
width: 2.6666666667px;
|
|
381
381
|
height: 2.6666666667px;
|
|
382
382
|
margin: 0 1.3333333333px;
|
|
383
383
|
border-radius: 0.6666666667px;
|
|
384
384
|
}
|
|
385
|
-
._loading-
|
|
385
|
+
._loading-dot_1no9y_5._brand-label-primary_1no9y_31 {
|
|
386
386
|
background: var(--brand-label-primary);
|
|
387
387
|
}
|
|
388
|
-
._loading-
|
|
388
|
+
._loading-dot_1no9y_5._neutral-label-primary_1no9y_34 {
|
|
389
389
|
background: var(--neutral-label-primary);
|
|
390
390
|
}
|
|
391
|
-
._loading-
|
|
391
|
+
._loading-dot_1no9y_5._neutral-label-static-primary_1no9y_37 {
|
|
392
392
|
background: var(--neutral-label-static-primary);
|
|
393
393
|
}
|
|
394
|
-
._loading-
|
|
394
|
+
._loading-dot_1no9y_5._inverse-label-primary_1no9y_40 {
|
|
395
395
|
background: var(--inverse-label-primary);
|
|
396
396
|
}
|
|
397
|
-
._loading-
|
|
397
|
+
._loading-dot_1no9y_5._inverse-label-static-primary_1no9y_43 {
|
|
398
398
|
background: var(--inverse-label-static-primary);
|
|
399
399
|
}
|
|
400
|
-
._loading-
|
|
400
|
+
._loading-dot_1no9y_5:nth-child(1) {
|
|
401
401
|
-webkit-animation-delay: 0s;
|
|
402
402
|
-moz-animation-delay: 0s;
|
|
403
403
|
animation-delay: 0s;
|
|
404
404
|
}
|
|
405
|
-
._loading-
|
|
405
|
+
._loading-dot_1no9y_5:nth-child(2) {
|
|
406
406
|
-webkit-animation-delay: 0.1s;
|
|
407
407
|
-moz-animation-delay: 0.1s;
|
|
408
408
|
animation-delay: 0.1s;
|
|
409
409
|
}
|
|
410
|
-
._loading-
|
|
410
|
+
._loading-dot_1no9y_5:nth-child(3) {
|
|
411
411
|
-webkit-animation-delay: 0.2s;
|
|
412
412
|
-moz-animation-delay: 0.2s;
|
|
413
413
|
animation-delay: 0.2s;
|
|
414
414
|
}
|
|
415
|
-
._loading-
|
|
415
|
+
._loading-dot_1no9y_5:nth-child(4) {
|
|
416
416
|
-webkit-animation-delay: 0.3s;
|
|
417
417
|
-moz-animation-delay: 0.3s;
|
|
418
418
|
animation-delay: 0.3s;
|
|
419
419
|
}
|
|
420
|
-
@-webkit-keyframes
|
|
420
|
+
@-webkit-keyframes _loadingFade_1no9y_1 {
|
|
421
421
|
0% {
|
|
422
422
|
opacity: 0;
|
|
423
423
|
}
|
|
@@ -428,7 +428,7 @@
|
|
|
428
428
|
opacity: 0;
|
|
429
429
|
}
|
|
430
430
|
}
|
|
431
|
-
@-moz-keyframes
|
|
431
|
+
@-moz-keyframes _loadingFade_1no9y_1 {
|
|
432
432
|
0% {
|
|
433
433
|
opacity: 0;
|
|
434
434
|
}
|
|
@@ -439,7 +439,7 @@
|
|
|
439
439
|
opacity: 0;
|
|
440
440
|
}
|
|
441
441
|
}
|
|
442
|
-
@keyframes
|
|
442
|
+
@keyframes _loadingFade_1no9y_1 {
|
|
443
443
|
0% {
|
|
444
444
|
opacity: 0;
|
|
445
445
|
}
|
|
@@ -452,7 +452,7 @@
|
|
|
452
452
|
}
|
|
453
453
|
|
|
454
454
|
/* esbuild-sass-plugin:css-chunk:src/components/Toast/style.module.scss */
|
|
455
|
-
@keyframes
|
|
455
|
+
@keyframes _hide_16rqc_1 {
|
|
456
456
|
from {
|
|
457
457
|
opacity: 1;
|
|
458
458
|
}
|
|
@@ -460,7 +460,7 @@
|
|
|
460
460
|
opacity: 0;
|
|
461
461
|
}
|
|
462
462
|
}
|
|
463
|
-
@keyframes
|
|
463
|
+
@keyframes _slideIn_16rqc_1 {
|
|
464
464
|
from {
|
|
465
465
|
transform: translateY(-100%);
|
|
466
466
|
}
|
|
@@ -468,7 +468,7 @@
|
|
|
468
468
|
transform: translateY(0);
|
|
469
469
|
}
|
|
470
470
|
}
|
|
471
|
-
@keyframes
|
|
471
|
+
@keyframes _swipeOut_16rqc_1 {
|
|
472
472
|
from {
|
|
473
473
|
transform: translateY(0);
|
|
474
474
|
}
|
|
@@ -476,16 +476,16 @@
|
|
|
476
476
|
transform: translateY(-100%);
|
|
477
477
|
}
|
|
478
478
|
}
|
|
479
|
-
.
|
|
479
|
+
._Icon_16rqc_25 {
|
|
480
480
|
width: fit-content;
|
|
481
481
|
height: 24px;
|
|
482
482
|
}
|
|
483
483
|
@media (max-width: 360px) {
|
|
484
|
-
.
|
|
484
|
+
._TitleText_16rqc_31 {
|
|
485
485
|
max-width: 227px;
|
|
486
486
|
}
|
|
487
487
|
}
|
|
488
|
-
.
|
|
488
|
+
._ToastViewport_16rqc_36 {
|
|
489
489
|
position: fixed;
|
|
490
490
|
top: 29px;
|
|
491
491
|
left: 50%;
|
|
@@ -504,11 +504,11 @@
|
|
|
504
504
|
width: fit-content;
|
|
505
505
|
}
|
|
506
506
|
@media (max-width: 600px) {
|
|
507
|
-
.
|
|
507
|
+
._ToastViewport_16rqc_36 {
|
|
508
508
|
width: calc(100vw - 32px);
|
|
509
509
|
}
|
|
510
510
|
}
|
|
511
|
-
.
|
|
511
|
+
._ToastRoot_16rqc_60 {
|
|
512
512
|
background-color: var(--inverse-container-static-high);
|
|
513
513
|
border-radius: 8px;
|
|
514
514
|
box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2509803922);
|
|
@@ -519,112 +519,112 @@
|
|
|
519
519
|
gap: 6px;
|
|
520
520
|
}
|
|
521
521
|
@media (max-width: 600px) {
|
|
522
|
-
.
|
|
522
|
+
._ToastRoot_16rqc_60 {
|
|
523
523
|
width: calc(100vw - 64px);
|
|
524
524
|
}
|
|
525
525
|
}
|
|
526
|
-
.
|
|
526
|
+
._ToastTitle_16rqc_76 {
|
|
527
527
|
display: flex;
|
|
528
528
|
align-items: center;
|
|
529
529
|
justify-content: space-between;
|
|
530
530
|
width: 100%;
|
|
531
531
|
gap: var(--lp-sys-gap-positive-300);
|
|
532
532
|
}
|
|
533
|
-
.
|
|
534
|
-
animation:
|
|
533
|
+
._ToastRoot_16rqc_60[data-state=open] {
|
|
534
|
+
animation: _slideIn_16rqc_1 0.5s cubic-bezier(0.16, 1, 0.3, 1);
|
|
535
535
|
}
|
|
536
|
-
.
|
|
537
|
-
animation:
|
|
536
|
+
._ToastRoot_16rqc_60[data-state=closed] {
|
|
537
|
+
animation: _hide_16rqc_1 300ms ease-in;
|
|
538
538
|
}
|
|
539
|
-
.
|
|
539
|
+
._ToastRoot_16rqc_60[data-swipe=move] {
|
|
540
540
|
transform: translateY(var(--radix-toast-swipe-move-y));
|
|
541
541
|
}
|
|
542
|
-
.
|
|
542
|
+
._ToastRoot_16rqc_60[data-swipe=cancel] {
|
|
543
543
|
transform: translateX(0);
|
|
544
544
|
transition: transform 200ms ease-out;
|
|
545
545
|
}
|
|
546
|
-
.
|
|
547
|
-
animation:
|
|
546
|
+
._ToastRoot_16rqc_60[data-swipe=end] {
|
|
547
|
+
animation: _swipeOut_16rqc_1 100ms ease-out;
|
|
548
548
|
}
|
|
549
549
|
|
|
550
550
|
/* esbuild-sass-plugin:css-chunk:src/components/Typography/Set/style.module.scss */
|
|
551
|
-
.
|
|
551
|
+
._caption_2j98d_1 {
|
|
552
552
|
display: block;
|
|
553
553
|
text-align: start;
|
|
554
554
|
}
|
|
555
|
-
.
|
|
555
|
+
._typography_2j98d_6 {
|
|
556
556
|
white-space: pre-wrap;
|
|
557
557
|
margin: 0;
|
|
558
558
|
}
|
|
559
|
-
._neutral-label-
|
|
559
|
+
._neutral-label-primary_2j98d_11 {
|
|
560
560
|
color: var(--neutral-label-primary);
|
|
561
561
|
}
|
|
562
|
-
._neutral-label-
|
|
562
|
+
._neutral-label-secondary_2j98d_15 {
|
|
563
563
|
color: var(--neutral-label-secondary);
|
|
564
564
|
}
|
|
565
|
-
._neutral-label-
|
|
565
|
+
._neutral-label-tertiary_2j98d_19 {
|
|
566
566
|
color: var(--neutral-label-tertiary);
|
|
567
567
|
}
|
|
568
|
-
._neutral-label-
|
|
568
|
+
._neutral-label-quaternary_2j98d_23 {
|
|
569
569
|
color: var(--neutral-label-quaternary);
|
|
570
570
|
}
|
|
571
|
-
._neutral-label-static-
|
|
571
|
+
._neutral-label-static-primary_2j98d_27 {
|
|
572
572
|
color: var(--neutral-label-static-primary);
|
|
573
573
|
}
|
|
574
|
-
._neutral-label-static-
|
|
574
|
+
._neutral-label-static-secondary_2j98d_31 {
|
|
575
575
|
color: var(--neutral-label-static-secondary);
|
|
576
576
|
}
|
|
577
|
-
._inverse-label-
|
|
577
|
+
._inverse-label-primary_2j98d_35 {
|
|
578
578
|
color: var(--inverse-label-primary);
|
|
579
579
|
}
|
|
580
|
-
._inverse-label-
|
|
580
|
+
._inverse-label-secondary_2j98d_39 {
|
|
581
581
|
color: var(--inverse-label-secondary);
|
|
582
582
|
}
|
|
583
|
-
._inverse-label-
|
|
583
|
+
._inverse-label-tertiary_2j98d_43 {
|
|
584
584
|
color: var(--inverse-label-tertiary);
|
|
585
585
|
}
|
|
586
|
-
._inverse-label-
|
|
586
|
+
._inverse-label-quaternary_2j98d_47 {
|
|
587
587
|
color: var(--inverse-label-quaternary);
|
|
588
588
|
}
|
|
589
|
-
._inverse-label-static-
|
|
589
|
+
._inverse-label-static-primary_2j98d_51 {
|
|
590
590
|
color: var(--inverse-label-static-primary);
|
|
591
591
|
}
|
|
592
|
-
._inverse-label-static-
|
|
592
|
+
._inverse-label-static-secondary_2j98d_55 {
|
|
593
593
|
color: var(--inverse-label-static-secondary);
|
|
594
594
|
}
|
|
595
|
-
._brand-label-
|
|
595
|
+
._brand-label-primary_2j98d_59 {
|
|
596
596
|
color: var(--brand-label-primary);
|
|
597
597
|
}
|
|
598
|
-
._brand-label-
|
|
598
|
+
._brand-label-secondary_2j98d_63 {
|
|
599
599
|
color: var(--brand-label-secondary);
|
|
600
600
|
}
|
|
601
|
-
._function-label-
|
|
601
|
+
._function-label-positive_2j98d_67 {
|
|
602
602
|
color: var(--function-label-positive);
|
|
603
603
|
}
|
|
604
|
-
._function-label-
|
|
604
|
+
._function-label-negative_2j98d_71 {
|
|
605
605
|
color: var(--function-label-negative);
|
|
606
606
|
}
|
|
607
|
-
._function-label-
|
|
607
|
+
._function-label-caution_2j98d_75 {
|
|
608
608
|
color: var(--function-label-caution);
|
|
609
609
|
}
|
|
610
|
-
._accent-
|
|
610
|
+
._accent-yellow_2j98d_79 {
|
|
611
611
|
color: var(--accent-yellow);
|
|
612
612
|
}
|
|
613
|
-
._accent-
|
|
613
|
+
._accent-mint_2j98d_83 {
|
|
614
614
|
color: var(--accent-mint);
|
|
615
615
|
}
|
|
616
|
-
._accent-
|
|
616
|
+
._accent-cyan_2j98d_87 {
|
|
617
617
|
color: var(--accent-cyan);
|
|
618
618
|
}
|
|
619
|
-
._accent-
|
|
619
|
+
._accent-purple_2j98d_91 {
|
|
620
620
|
color: var(--accent-purple);
|
|
621
621
|
}
|
|
622
|
-
._accent-
|
|
622
|
+
._accent-pink_2j98d_95 {
|
|
623
623
|
color: var(--accent-pink);
|
|
624
624
|
}
|
|
625
625
|
|
|
626
626
|
/* esbuild-sass-plugin:css-chunk:src/components/Popover/style.module.scss */
|
|
627
|
-
.
|
|
627
|
+
._content_x4c9e_1 {
|
|
628
628
|
border-radius: var(--lp-sys-radius-m);
|
|
629
629
|
width: 100%;
|
|
630
630
|
box-shadow:
|
|
@@ -632,40 +632,40 @@
|
|
|
632
632
|
0px 1px 8px 0px rgba(0, 0, 0, 0.06),
|
|
633
633
|
0px 0px 1px 0px rgba(0, 0, 0, 0.06);
|
|
634
634
|
}
|
|
635
|
-
.
|
|
635
|
+
._anchor_x4c9e_7 {
|
|
636
636
|
transform: rotate(180deg) translateY(5px);
|
|
637
637
|
}
|
|
638
|
-
.
|
|
638
|
+
._anchor_x4c9e_7._primary_x4c9e_10 {
|
|
639
639
|
background: none;
|
|
640
640
|
}
|
|
641
|
-
.
|
|
641
|
+
._anchor_x4c9e_7._primary_x4c9e_10 path {
|
|
642
642
|
fill: var(--brand-container-mid);
|
|
643
643
|
}
|
|
644
|
-
.
|
|
644
|
+
._anchor_x4c9e_7._secondary_x4c9e_16 {
|
|
645
645
|
background: none;
|
|
646
646
|
}
|
|
647
|
-
.
|
|
647
|
+
._anchor_x4c9e_7._secondary_x4c9e_16 path {
|
|
648
648
|
fill: var(--inverse-container-static-high);
|
|
649
649
|
}
|
|
650
|
-
.
|
|
650
|
+
._primary_x4c9e_10 {
|
|
651
651
|
background: var(--brand-container-mid);
|
|
652
652
|
}
|
|
653
|
-
.
|
|
653
|
+
._secondary_x4c9e_16 {
|
|
654
654
|
background: var(--inverse-container-static-high);
|
|
655
655
|
}
|
|
656
|
-
.
|
|
656
|
+
._contentContainer_x4c9e_31 {
|
|
657
657
|
padding: var(--lp-sys-padding-component-400);
|
|
658
658
|
display: flex;
|
|
659
659
|
flex-direction: column;
|
|
660
660
|
gap: 5px;
|
|
661
661
|
z-index: 2;
|
|
662
662
|
}
|
|
663
|
-
.
|
|
663
|
+
._heading_x4c9e_39 {
|
|
664
664
|
display: flex;
|
|
665
665
|
align-items: flex-start;
|
|
666
666
|
gap: 6px;
|
|
667
667
|
}
|
|
668
|
-
.
|
|
668
|
+
._tag_x4c9e_45 {
|
|
669
669
|
margin: 0;
|
|
670
670
|
display: flex;
|
|
671
671
|
align-items: center;
|
|
@@ -675,24 +675,24 @@
|
|
|
675
675
|
color: var(--neutral-label-static-primary);
|
|
676
676
|
border-radius: var(--lp-sys-radius-xs);
|
|
677
677
|
}
|
|
678
|
-
.
|
|
678
|
+
._title_x4c9e_56 {
|
|
679
679
|
margin: 0;
|
|
680
680
|
color: var(--inverse-label-static-primary);
|
|
681
681
|
}
|
|
682
|
-
.
|
|
682
|
+
._description_x4c9e_61 {
|
|
683
683
|
margin: 0;
|
|
684
684
|
color: var(--inverse-label-static-secondary);
|
|
685
685
|
line-height: 18px;
|
|
686
686
|
}
|
|
687
|
-
.
|
|
687
|
+
._footer_x4c9e_67 {
|
|
688
688
|
display: flex;
|
|
689
689
|
justify-content: flex-end;
|
|
690
690
|
width: 100%;
|
|
691
691
|
}
|
|
692
|
-
.
|
|
692
|
+
._arrow_x4c9e_73 {
|
|
693
693
|
position: absolute;
|
|
694
694
|
}
|
|
695
|
-
.
|
|
695
|
+
._closeButton_x4c9e_77 {
|
|
696
696
|
background: transparent;
|
|
697
697
|
border: none;
|
|
698
698
|
padding: 0px;
|
|
@@ -700,10 +700,10 @@
|
|
|
700
700
|
top: 12px;
|
|
701
701
|
right: 12px;
|
|
702
702
|
}
|
|
703
|
-
.
|
|
703
|
+
._closeButton_x4c9e_77:hover {
|
|
704
704
|
cursor: pointer;
|
|
705
705
|
}
|
|
706
|
-
.
|
|
706
|
+
._overlay_x4c9e_89 {
|
|
707
707
|
position: fixed;
|
|
708
708
|
top: 0;
|
|
709
709
|
left: 0;
|
|
@@ -714,7 +714,7 @@
|
|
|
714
714
|
}
|
|
715
715
|
|
|
716
716
|
/* esbuild-sass-plugin:css-chunk:src/components/TextButton/style.module.scss */
|
|
717
|
-
.
|
|
717
|
+
._button_pj38v_1 {
|
|
718
718
|
position: relative;
|
|
719
719
|
display: flex;
|
|
720
720
|
align-items: center;
|
|
@@ -728,58 +728,58 @@
|
|
|
728
728
|
overflow: hidden;
|
|
729
729
|
cursor: pointer;
|
|
730
730
|
}
|
|
731
|
-
.
|
|
731
|
+
._button_pj38v_1:disabled {
|
|
732
732
|
background: var(--neutral-fill-mid);
|
|
733
733
|
color: var(--neutral-label-tertiary);
|
|
734
734
|
cursor: not-allowed;
|
|
735
735
|
}
|
|
736
|
-
.
|
|
736
|
+
._button_pj38v_1:disabled span svg path:not([fill=white]) {
|
|
737
737
|
fill: var(--neutral-label-tertiary) !important;
|
|
738
738
|
}
|
|
739
|
-
.
|
|
739
|
+
._button_pj38v_1:disabled span svg path[fill=white] {
|
|
740
740
|
fill: var(--inverse-label-primary) !important;
|
|
741
741
|
}
|
|
742
|
-
.
|
|
742
|
+
._text_pj38v_27 {
|
|
743
743
|
background: none;
|
|
744
744
|
}
|
|
745
|
-
.
|
|
745
|
+
._text_pj38v_27:hover {
|
|
746
746
|
background: none !important;
|
|
747
747
|
opacity: 0.64;
|
|
748
748
|
}
|
|
749
|
-
.
|
|
749
|
+
._text_pj38v_27._size-m_pj38v_34 {
|
|
750
750
|
font-size: var(--lp-pri-font-size-14) !important;
|
|
751
751
|
}
|
|
752
|
-
.
|
|
752
|
+
._text_pj38v_27._size-s_pj38v_37 {
|
|
753
753
|
font-size: var(--lp-pri-font-size-13) !important;
|
|
754
754
|
}
|
|
755
|
-
.
|
|
755
|
+
._text_pj38v_27._primary_pj38v_40 {
|
|
756
756
|
background: none;
|
|
757
757
|
color: var(--brand-label-primary);
|
|
758
758
|
}
|
|
759
|
-
.
|
|
759
|
+
._text_pj38v_27._secondary_pj38v_44 {
|
|
760
760
|
background: none;
|
|
761
761
|
color: var(--neutral-label-primary);
|
|
762
762
|
}
|
|
763
|
-
.
|
|
763
|
+
._text_pj38v_27._tertiary_pj38v_48 {
|
|
764
764
|
background: none;
|
|
765
765
|
color: var(--neutral-label-secondary);
|
|
766
766
|
}
|
|
767
|
-
.
|
|
767
|
+
._text_pj38v_27._inverse_pj38v_52 {
|
|
768
768
|
background: none;
|
|
769
769
|
color: var(--inverse-label-primary);
|
|
770
770
|
}
|
|
771
|
-
.
|
|
771
|
+
._text_pj38v_27._inverse-static_pj38v_56 {
|
|
772
772
|
background: none;
|
|
773
773
|
color: var(--inverse-label-static-primary);
|
|
774
774
|
}
|
|
775
|
-
.
|
|
775
|
+
._thick_pj38v_61 {
|
|
776
776
|
font-weight: var(--lp-pri-font-weight-700) !important;
|
|
777
777
|
}
|
|
778
|
-
.
|
|
778
|
+
._underline_pj38v_65 {
|
|
779
779
|
text-decoration: underline;
|
|
780
780
|
text-underline-offset: 0.2rem;
|
|
781
781
|
}
|
|
782
|
-
._text-
|
|
782
|
+
._text-children_pj38v_70 {
|
|
783
783
|
display: flex;
|
|
784
784
|
align-items: center;
|
|
785
785
|
justify-content: center;
|
|
@@ -787,7 +787,7 @@
|
|
|
787
787
|
}
|
|
788
788
|
|
|
789
789
|
/* esbuild-sass-plugin:css-chunk:src/components/Tooltip/style.module.scss */
|
|
790
|
-
.
|
|
790
|
+
._tooltip_1vudw_1 {
|
|
791
791
|
padding: 1px 1px;
|
|
792
792
|
border-radius: var(--lp-sys-radius-xs);
|
|
793
793
|
background: var(--inverse-container-static-high);
|
|
@@ -795,12 +795,12 @@
|
|
|
795
795
|
text-align: center;
|
|
796
796
|
white-space: pre-wrap;
|
|
797
797
|
}
|
|
798
|
-
.
|
|
798
|
+
._tooltipContent_1vudw_10 {
|
|
799
799
|
margin: 4px 6px;
|
|
800
800
|
}
|
|
801
801
|
|
|
802
802
|
/* esbuild-sass-plugin:css-chunk:src/components/IconButton/style.module.scss */
|
|
803
|
-
.
|
|
803
|
+
._iconButton_ah0l8_1 {
|
|
804
804
|
display: flex;
|
|
805
805
|
justify-content: center;
|
|
806
806
|
align-items: center;
|
|
@@ -809,192 +809,192 @@
|
|
|
809
809
|
border-radius: var(--lp-sys-radius-m);
|
|
810
810
|
cursor: pointer;
|
|
811
811
|
}
|
|
812
|
-
.
|
|
812
|
+
._iconButton_ah0l8_1:disabled {
|
|
813
813
|
cursor: not-allowed;
|
|
814
814
|
}
|
|
815
|
-
.
|
|
815
|
+
._primary_ah0l8_14 {
|
|
816
816
|
background: var(--brand-container-mid);
|
|
817
817
|
}
|
|
818
|
-
.
|
|
818
|
+
._primary_ah0l8_14:not(:disabled):hover {
|
|
819
819
|
background: var(--brand-container-mid-hover);
|
|
820
820
|
}
|
|
821
|
-
.
|
|
821
|
+
._primary_ah0l8_14:disabled {
|
|
822
822
|
background: var(--neutral-fill-mid);
|
|
823
823
|
}
|
|
824
|
-
.
|
|
824
|
+
._primary_ah0l8_14:disabled svg path {
|
|
825
825
|
fill: var(--neutral-label-tertiary) !important;
|
|
826
826
|
}
|
|
827
|
-
.
|
|
827
|
+
._secondary_ah0l8_27 {
|
|
828
828
|
background: var(--inverse-container-high);
|
|
829
829
|
}
|
|
830
|
-
.
|
|
830
|
+
._secondary_ah0l8_27:not(:disabled):hover {
|
|
831
831
|
background: var(--inverse-container-high-hover);
|
|
832
832
|
}
|
|
833
|
-
.
|
|
833
|
+
._secondary_ah0l8_27:disabled {
|
|
834
834
|
background: var(--neutral-fill-mid);
|
|
835
835
|
}
|
|
836
|
-
.
|
|
836
|
+
._secondary_ah0l8_27:disabled svg path {
|
|
837
837
|
fill: var(--neutral-label-tertiary) !important;
|
|
838
838
|
}
|
|
839
|
-
.
|
|
839
|
+
._tertiary_ah0l8_40 {
|
|
840
840
|
background: var(--neutral-fill-mid);
|
|
841
841
|
}
|
|
842
|
-
.
|
|
842
|
+
._tertiary_ah0l8_40:not(:disabled):hover {
|
|
843
843
|
background: var(--neutral-fill-mid-hover);
|
|
844
844
|
}
|
|
845
|
-
.
|
|
845
|
+
._tertiary_ah0l8_40:disabled {
|
|
846
846
|
background: var(--neutral-fill-mid);
|
|
847
847
|
}
|
|
848
|
-
.
|
|
848
|
+
._tertiary_ah0l8_40:disabled svg path {
|
|
849
849
|
fill: var(--neutral-label-tertiary) !important;
|
|
850
850
|
}
|
|
851
|
-
.
|
|
851
|
+
._quaternary_ah0l8_53 {
|
|
852
852
|
background: var(--neutral-fill-lowest);
|
|
853
853
|
border: 1px solid var(--neutral-border-overlay-normal);
|
|
854
854
|
}
|
|
855
|
-
.
|
|
855
|
+
._quaternary_ah0l8_53:not(:disabled):hover {
|
|
856
856
|
background: var(--neutral-fill-lowest-hover);
|
|
857
857
|
}
|
|
858
|
-
.
|
|
858
|
+
._quaternary_ah0l8_53:disabled {
|
|
859
859
|
background: var(--neutral-fill-mid);
|
|
860
860
|
}
|
|
861
|
-
.
|
|
861
|
+
._quaternary_ah0l8_53:disabled svg path {
|
|
862
862
|
fill: var(--neutral-label-tertiary) !important;
|
|
863
863
|
}
|
|
864
|
-
.
|
|
864
|
+
._negative_ah0l8_67 {
|
|
865
865
|
background: var(--function-container-negative);
|
|
866
866
|
}
|
|
867
|
-
.
|
|
867
|
+
._negative_ah0l8_67:not(:disabled):hover {
|
|
868
868
|
background: var(--function-container-negative-hover);
|
|
869
869
|
}
|
|
870
|
-
.
|
|
870
|
+
._negative_ah0l8_67:disabled {
|
|
871
871
|
background: var(--neutral-fill-mid);
|
|
872
872
|
}
|
|
873
|
-
.
|
|
873
|
+
._negative_ah0l8_67:disabled svg path {
|
|
874
874
|
fill: var(--neutral-label-tertiary) !important;
|
|
875
875
|
}
|
|
876
|
-
.
|
|
876
|
+
._static_ah0l8_80 {
|
|
877
877
|
background: var(--neutral-container-static-lowest);
|
|
878
878
|
}
|
|
879
|
-
.
|
|
879
|
+
._static_ah0l8_80:not(:disabled):hover {
|
|
880
880
|
background: var(--neutral-container-static-lowest-hover);
|
|
881
881
|
}
|
|
882
|
-
.
|
|
882
|
+
._static_ah0l8_80:disabled {
|
|
883
883
|
background: var(--neutral-fill-mid);
|
|
884
884
|
}
|
|
885
|
-
.
|
|
885
|
+
._static_ah0l8_80:disabled svg path {
|
|
886
886
|
fill: var(--neutral-label-tertiary) !important;
|
|
887
887
|
}
|
|
888
|
-
.
|
|
888
|
+
._inverse_ah0l8_93 {
|
|
889
889
|
background: var(--inverse-container-high);
|
|
890
890
|
}
|
|
891
|
-
.
|
|
891
|
+
._inverse_ah0l8_93:not(:disabled):hover {
|
|
892
892
|
background: var(--inverse-container-high-hover);
|
|
893
893
|
}
|
|
894
|
-
.
|
|
894
|
+
._inverse_ah0l8_93:disabled {
|
|
895
895
|
background: var(--neutral-fill-mid);
|
|
896
896
|
}
|
|
897
|
-
.
|
|
897
|
+
._inverse_ah0l8_93:disabled svg path {
|
|
898
898
|
fill: var(--neutral-label-tertiary) !important;
|
|
899
899
|
}
|
|
900
|
-
._inverse-
|
|
900
|
+
._inverse-static_ah0l8_106 {
|
|
901
901
|
background: var(--inverse-container-static-high);
|
|
902
902
|
}
|
|
903
|
-
._inverse-
|
|
903
|
+
._inverse-static_ah0l8_106:not(:disabled):hover {
|
|
904
904
|
background: var(--inverse-container-static-high-hover);
|
|
905
905
|
}
|
|
906
|
-
._inverse-
|
|
906
|
+
._inverse-static_ah0l8_106:disabled {
|
|
907
907
|
background: var(--neutral-fill-mid);
|
|
908
908
|
}
|
|
909
|
-
._inverse-
|
|
909
|
+
._inverse-static_ah0l8_106:disabled svg path {
|
|
910
910
|
fill: var(--neutral-label-tertiary) !important;
|
|
911
911
|
}
|
|
912
|
-
.
|
|
912
|
+
._ghost_ah0l8_119._primary_ah0l8_14 {
|
|
913
913
|
background: none;
|
|
914
914
|
}
|
|
915
|
-
.
|
|
915
|
+
._ghost_ah0l8_119._primary_ah0l8_14:not(:disabled):hover {
|
|
916
916
|
background: var(--neutral-fill-lowest-hover);
|
|
917
917
|
}
|
|
918
|
-
.
|
|
918
|
+
._ghost_ah0l8_119._primary_ah0l8_14:disabled svg path {
|
|
919
919
|
fill: var(--neutral-label-quaternary) !important;
|
|
920
920
|
}
|
|
921
|
-
.
|
|
921
|
+
._ghost_ah0l8_119._secondary_ah0l8_27 {
|
|
922
922
|
background: none;
|
|
923
923
|
}
|
|
924
|
-
.
|
|
924
|
+
._ghost_ah0l8_119._secondary_ah0l8_27:not(:disabled):hover {
|
|
925
925
|
background: var(--neutral-fill-lowest-hover);
|
|
926
926
|
}
|
|
927
|
-
.
|
|
927
|
+
._ghost_ah0l8_119._secondary_ah0l8_27:disabled svg path {
|
|
928
928
|
fill: var(--neutral-label-quaternary) !important;
|
|
929
929
|
}
|
|
930
|
-
.
|
|
930
|
+
._ghost_ah0l8_119._tertiary_ah0l8_40 {
|
|
931
931
|
background: none;
|
|
932
932
|
}
|
|
933
|
-
.
|
|
933
|
+
._ghost_ah0l8_119._tertiary_ah0l8_40:not(:disabled):hover {
|
|
934
934
|
background: var(--neutral-fill-lowest-hover);
|
|
935
935
|
}
|
|
936
|
-
.
|
|
936
|
+
._ghost_ah0l8_119._tertiary_ah0l8_40:disabled svg path {
|
|
937
937
|
fill: var(--neutral-label-quaternary) !important;
|
|
938
938
|
}
|
|
939
|
-
.
|
|
939
|
+
._ghost_ah0l8_119._negative_ah0l8_67 {
|
|
940
940
|
background: none;
|
|
941
941
|
}
|
|
942
|
-
.
|
|
942
|
+
._ghost_ah0l8_119._negative_ah0l8_67:not(:disabled):hover {
|
|
943
943
|
background: var(--neutral-fill-lowest-hover);
|
|
944
944
|
}
|
|
945
|
-
.
|
|
945
|
+
._ghost_ah0l8_119._negative_ah0l8_67:disabled svg path {
|
|
946
946
|
fill: var(--neutral-label-quaternary) !important;
|
|
947
947
|
}
|
|
948
|
-
.
|
|
948
|
+
._ghost_ah0l8_119._static_ah0l8_80 {
|
|
949
949
|
background: none;
|
|
950
950
|
}
|
|
951
|
-
.
|
|
951
|
+
._ghost_ah0l8_119._static_ah0l8_80:not(:disabled):hover {
|
|
952
952
|
background: var(--neutral-fill-lowest-hover);
|
|
953
953
|
}
|
|
954
|
-
.
|
|
954
|
+
._ghost_ah0l8_119._static_ah0l8_80:disabled svg path {
|
|
955
955
|
fill: var(--neutral-label-quaternary) !important;
|
|
956
956
|
}
|
|
957
|
-
.
|
|
957
|
+
._ghost_ah0l8_119._inverse_ah0l8_93 {
|
|
958
958
|
background: none;
|
|
959
959
|
}
|
|
960
|
-
.
|
|
960
|
+
._ghost_ah0l8_119._inverse_ah0l8_93:not(:disabled):hover {
|
|
961
961
|
background: var(--inverse-container-lowest-hover);
|
|
962
962
|
}
|
|
963
|
-
.
|
|
963
|
+
._ghost_ah0l8_119._inverse_ah0l8_93:disabled svg path {
|
|
964
964
|
fill: var(--inverse-label-tertiary) !important;
|
|
965
965
|
}
|
|
966
|
-
.
|
|
966
|
+
._ghost_ah0l8_119._inverse-static_ah0l8_106 {
|
|
967
967
|
background: none;
|
|
968
968
|
}
|
|
969
|
-
.
|
|
969
|
+
._ghost_ah0l8_119._inverse-static_ah0l8_106:not(:disabled):hover {
|
|
970
970
|
background: var(--inverse-container-lowest-hover);
|
|
971
971
|
}
|
|
972
|
-
.
|
|
972
|
+
._ghost_ah0l8_119._inverse-static_ah0l8_106:disabled svg path {
|
|
973
973
|
fill: var(--inverse-label-tertiary) !important;
|
|
974
974
|
}
|
|
975
|
-
.
|
|
975
|
+
._l_ah0l8_183 {
|
|
976
976
|
width: 44px;
|
|
977
977
|
height: 44px;
|
|
978
978
|
border-radius: var(--lp-sys-radius-m);
|
|
979
979
|
}
|
|
980
|
-
.
|
|
980
|
+
._m_ah0l8_189 {
|
|
981
981
|
width: 36px;
|
|
982
982
|
height: 36px;
|
|
983
983
|
border-radius: var(--lp-sys-radius-m);
|
|
984
984
|
}
|
|
985
|
-
.
|
|
985
|
+
._s_ah0l8_27 {
|
|
986
986
|
width: 28px;
|
|
987
987
|
height: 28px;
|
|
988
988
|
border-radius: var(--lp-sys-radius-m);
|
|
989
989
|
}
|
|
990
|
-
.
|
|
990
|
+
._xs_ah0l8_201 {
|
|
991
991
|
width: 24px;
|
|
992
992
|
height: 24px;
|
|
993
993
|
border-radius: var(--lp-sys-radius-s);
|
|
994
994
|
}
|
|
995
995
|
|
|
996
996
|
/* esbuild-sass-plugin:css-chunk:src/components/CheckBox/style.module.scss */
|
|
997
|
-
.
|
|
997
|
+
._checkbox_1y595_1 {
|
|
998
998
|
display: flex;
|
|
999
999
|
width: var(--lp-sys-icon-size-xs);
|
|
1000
1000
|
height: var(--lp-sys-icon-size-xs);
|
|
@@ -1008,144 +1008,144 @@
|
|
|
1008
1008
|
border: 1px solid var(--neutral-border-overlay-strong);
|
|
1009
1009
|
cursor: pointer;
|
|
1010
1010
|
}
|
|
1011
|
-
.
|
|
1011
|
+
._checkbox_1y595_1:hover:not(:disabled) {
|
|
1012
1012
|
background: var(--neutral-fill-lowest-hover);
|
|
1013
1013
|
}
|
|
1014
|
-
.
|
|
1014
|
+
._checkbox_1y595_1:disabled {
|
|
1015
1015
|
background: var(--neutral-container-highest);
|
|
1016
1016
|
cursor: not-allowed;
|
|
1017
1017
|
border: 1px solid var(--neutral-border-overlay-strong);
|
|
1018
1018
|
}
|
|
1019
|
-
.
|
|
1019
|
+
._checkbox_1y595_1:disabled > span {
|
|
1020
1020
|
background: none;
|
|
1021
1021
|
}
|
|
1022
|
-
.
|
|
1022
|
+
._checkbox_1y595_1:disabled > span > svg > path {
|
|
1023
1023
|
fill: var(--neutral-label-tertiary);
|
|
1024
1024
|
}
|
|
1025
|
-
.
|
|
1025
|
+
._checkbox_1y595_1[aria-checked=true]:not(:disabled) {
|
|
1026
1026
|
border: none;
|
|
1027
1027
|
}
|
|
1028
|
-
.
|
|
1028
|
+
._checkbox_1y595_1[aria-checked=true]:hover:not(:disabled) > span {
|
|
1029
1029
|
background: var(--inverse-container-static-high-hover);
|
|
1030
1030
|
}
|
|
1031
|
-
.
|
|
1031
|
+
._checkbox_1y595_1 [aria-checked=true]:disabled > span {
|
|
1032
1032
|
background: none;
|
|
1033
1033
|
}
|
|
1034
|
-
._checkbox-
|
|
1034
|
+
._checkbox-indicator_1y595_39 {
|
|
1035
1035
|
display: flex;
|
|
1036
1036
|
align-items: center;
|
|
1037
1037
|
justify-content: center;
|
|
1038
1038
|
border-radius: var(--lp-sys-radius-xs);
|
|
1039
1039
|
background: var(--inverse-container-static-high);
|
|
1040
1040
|
}
|
|
1041
|
-
._label-
|
|
1041
|
+
._label-wrapper_1y595_47 {
|
|
1042
1042
|
display: flex;
|
|
1043
1043
|
flex-direction: column;
|
|
1044
1044
|
gap: var(--lp-sys-gap-positive-200);
|
|
1045
1045
|
}
|
|
1046
|
-
.
|
|
1046
|
+
._description_1y595_53 {
|
|
1047
1047
|
color: var(--neutral-label-secondary);
|
|
1048
1048
|
}
|
|
1049
|
-
.
|
|
1049
|
+
._description_1y595_53:has([disabled]) {
|
|
1050
1050
|
color: var(--neutral-label-tertiary);
|
|
1051
1051
|
}
|
|
1052
1052
|
|
|
1053
1053
|
/* esbuild-sass-plugin:css-chunk:src/components/Label/style.module.scss */
|
|
1054
|
-
.
|
|
1054
|
+
._label_72at9_1 {
|
|
1055
1055
|
position: relative;
|
|
1056
1056
|
display: flex;
|
|
1057
1057
|
flex-direction: column;
|
|
1058
1058
|
align-items: flex-start;
|
|
1059
1059
|
color: var(--neutral-label-primary);
|
|
1060
1060
|
}
|
|
1061
|
-
.
|
|
1061
|
+
._label_72at9_1:has([disabled]) {
|
|
1062
1062
|
color: var(--neutral-label-tertiary);
|
|
1063
1063
|
cursor: not-allowed;
|
|
1064
1064
|
}
|
|
1065
|
-
.
|
|
1065
|
+
._label_72at9_1:has([disabled]) > div > p {
|
|
1066
1066
|
color: var(--neutral-label-tertiary);
|
|
1067
1067
|
}
|
|
1068
|
-
.
|
|
1068
|
+
._label_72at9_1._error_72at9_15 {
|
|
1069
1069
|
color: var(--function-label-negative);
|
|
1070
1070
|
}
|
|
1071
|
-
.
|
|
1071
|
+
._primary_72at9_19 {
|
|
1072
1072
|
color: var(--neutral-label-primary);
|
|
1073
1073
|
}
|
|
1074
|
-
.
|
|
1074
|
+
._primary_72at9_19:has([disabled]) {
|
|
1075
1075
|
color: var(--neutral-label-tertiary);
|
|
1076
1076
|
cursor: not-allowed;
|
|
1077
1077
|
}
|
|
1078
|
-
.
|
|
1078
|
+
._primary_72at9_19._error_72at9_15 {
|
|
1079
1079
|
color: var(--function-label-negative);
|
|
1080
1080
|
}
|
|
1081
|
-
.
|
|
1081
|
+
._secondary_72at9_30 {
|
|
1082
1082
|
color: var(--neutral-label-secondary);
|
|
1083
1083
|
}
|
|
1084
|
-
.
|
|
1084
|
+
._secondary_72at9_30:has([disabled]) {
|
|
1085
1085
|
color: var(--neutral-label-tertiary);
|
|
1086
1086
|
cursor: not-allowed;
|
|
1087
1087
|
}
|
|
1088
|
-
.
|
|
1088
|
+
._secondary_72at9_30._error_72at9_15 {
|
|
1089
1089
|
color: var(--function-label-negative);
|
|
1090
1090
|
}
|
|
1091
|
-
.
|
|
1091
|
+
._top_72at9_41 {
|
|
1092
1092
|
flex-direction: column;
|
|
1093
1093
|
}
|
|
1094
|
-
.
|
|
1094
|
+
._top_72at9_41._l_72at9_1._offset-high_72at9_44 {
|
|
1095
1095
|
gap: var(--lp-sys-padding-component-400);
|
|
1096
1096
|
}
|
|
1097
|
-
.
|
|
1097
|
+
._top_72at9_41._l_72at9_1._offset-medium_72at9_47 {
|
|
1098
1098
|
gap: var(--lp-sys-padding-component-300);
|
|
1099
1099
|
}
|
|
1100
|
-
.
|
|
1100
|
+
._top_72at9_41._l_72at9_1._offset-low_72at9_50 {
|
|
1101
1101
|
gap: var(--lp-sys-padding-component-300);
|
|
1102
1102
|
}
|
|
1103
|
-
.
|
|
1103
|
+
._top_72at9_41._m_72at9_53._offset-high_72at9_44 {
|
|
1104
1104
|
gap: var(--lp-sys-padding-component-300);
|
|
1105
1105
|
}
|
|
1106
|
-
.
|
|
1106
|
+
._top_72at9_41._m_72at9_53._offset-medium_72at9_47 {
|
|
1107
1107
|
gap: var(--lp-sys-padding-component-200);
|
|
1108
1108
|
}
|
|
1109
|
-
.
|
|
1109
|
+
._top_72at9_41._m_72at9_53._offset-low_72at9_50 {
|
|
1110
1110
|
gap: var(--lp-sys-padding-component-150);
|
|
1111
1111
|
}
|
|
1112
|
-
.
|
|
1112
|
+
._top_72at9_41._s_72at9_30._offset-high_72at9_44 {
|
|
1113
1113
|
gap: var(--lp-sys-padding-component-200);
|
|
1114
1114
|
}
|
|
1115
|
-
.
|
|
1115
|
+
._top_72at9_41._s_72at9_30._offset-medium_72at9_47 {
|
|
1116
1116
|
gap: var(--lp-sys-padding-component-150);
|
|
1117
1117
|
}
|
|
1118
|
-
.
|
|
1118
|
+
._top_72at9_41._s_72at9_30._offset-low_72at9_50 {
|
|
1119
1119
|
gap: var(--lp-sys-padding-component-100);
|
|
1120
1120
|
}
|
|
1121
|
-
.
|
|
1121
|
+
._right_72at9_72 {
|
|
1122
1122
|
flex-direction: row-reverse;
|
|
1123
1123
|
}
|
|
1124
|
-
.
|
|
1124
|
+
._right_72at9_72._l_72at9_1._offset-medium_72at9_47 {
|
|
1125
1125
|
gap: var(--lp-sys-padding-component-300);
|
|
1126
1126
|
}
|
|
1127
|
-
.
|
|
1127
|
+
._right_72at9_72._l_72at9_1._offset-low_72at9_50 {
|
|
1128
1128
|
gap: var(--lp-sys-padding-component-200);
|
|
1129
1129
|
}
|
|
1130
|
-
.
|
|
1130
|
+
._right_72at9_72._m_72at9_53._offset-medium_72at9_47 {
|
|
1131
1131
|
gap: var(--lp-sys-padding-component-200);
|
|
1132
1132
|
}
|
|
1133
|
-
.
|
|
1133
|
+
._right_72at9_72._m_72at9_53._offset-low_72at9_50 {
|
|
1134
1134
|
gap: var(--lp-sys-padding-component-150);
|
|
1135
1135
|
}
|
|
1136
|
-
.
|
|
1136
|
+
._right_72at9_72._s_72at9_30._offset-medium_72at9_47 {
|
|
1137
1137
|
gap: var(--lp-sys-padding-component-150);
|
|
1138
1138
|
}
|
|
1139
|
-
.
|
|
1139
|
+
._right_72at9_72._s_72at9_30._offset-low_72at9_50 {
|
|
1140
1140
|
gap: var(--lp-sys-padding-component-100);
|
|
1141
1141
|
}
|
|
1142
|
-
.
|
|
1142
|
+
._disabled_72at9_94 {
|
|
1143
1143
|
color: var(--neutral-label-tertiary);
|
|
1144
1144
|
cursor: not-allowed;
|
|
1145
1145
|
}
|
|
1146
1146
|
|
|
1147
1147
|
/* esbuild-sass-plugin:css-chunk:src/components/Radio/style.module.scss */
|
|
1148
|
-
._radio-
|
|
1148
|
+
._radio-item_6y3qf_1 {
|
|
1149
1149
|
display: flex;
|
|
1150
1150
|
align-items: center;
|
|
1151
1151
|
justify-content: center;
|
|
@@ -1158,72 +1158,72 @@
|
|
|
1158
1158
|
transform: translateY(15%);
|
|
1159
1159
|
cursor: pointer;
|
|
1160
1160
|
}
|
|
1161
|
-
._radio-
|
|
1161
|
+
._radio-item_6y3qf_1:hover {
|
|
1162
1162
|
background: var(--neutral-fill-lowest-hover);
|
|
1163
1163
|
border: 1px solid var(--neutral-label-secondary);
|
|
1164
1164
|
}
|
|
1165
|
-
._radio-
|
|
1165
|
+
._radio-item_6y3qf_1:disabled {
|
|
1166
1166
|
background: var(--neutral-container-mid);
|
|
1167
1167
|
border: 1px solid var(--neutral-label-quaternary);
|
|
1168
1168
|
cursor: not-allowed;
|
|
1169
1169
|
}
|
|
1170
|
-
._radio-
|
|
1170
|
+
._radio-item_6y3qf_1[data-state=checked] {
|
|
1171
1171
|
border: 1px solid var(--neutral-label-primary);
|
|
1172
1172
|
}
|
|
1173
|
-
._radio-
|
|
1173
|
+
._radio-item_6y3qf_1[data-state=checked] circle {
|
|
1174
1174
|
fill: var(--neutral-label-primary);
|
|
1175
1175
|
}
|
|
1176
|
-
._radio-
|
|
1176
|
+
._radio-item_6y3qf_1[data-state=checked]:hover:not(:disabled) {
|
|
1177
1177
|
background: none;
|
|
1178
1178
|
border: 1px solid var(--neutral-label-secondary);
|
|
1179
1179
|
}
|
|
1180
|
-
._radio-
|
|
1180
|
+
._radio-item_6y3qf_1[data-state=checked]:hover:not(:disabled) circle {
|
|
1181
1181
|
fill: var(--neutral-label-secondary);
|
|
1182
1182
|
}
|
|
1183
|
-
._radio-
|
|
1183
|
+
._radio-item_6y3qf_1[data-state=checked]:disabled {
|
|
1184
1184
|
background: var(--neutral-fill-mid);
|
|
1185
1185
|
border: 1px solid var(--neutral-label-quaternary);
|
|
1186
1186
|
}
|
|
1187
|
-
._radio-
|
|
1187
|
+
._radio-item_6y3qf_1[data-state=checked]:disabled circle {
|
|
1188
1188
|
fill: var(--neutral-label-quaternary);
|
|
1189
1189
|
}
|
|
1190
|
-
.
|
|
1190
|
+
._indicator_6y3qf_44 {
|
|
1191
1191
|
display: flex;
|
|
1192
1192
|
align-items: center;
|
|
1193
1193
|
justify-content: center;
|
|
1194
1194
|
}
|
|
1195
|
-
._label-
|
|
1195
|
+
._label-wrapper_6y3qf_50 {
|
|
1196
1196
|
display: flex;
|
|
1197
1197
|
flex-direction: column;
|
|
1198
1198
|
gap: var(--lp-sys-gap-positive-200);
|
|
1199
1199
|
cursor: pointer;
|
|
1200
1200
|
}
|
|
1201
|
-
._label-
|
|
1201
|
+
._label-wrapper_6y3qf_50:has(button[disabled]) {
|
|
1202
1202
|
cursor: not-allowed;
|
|
1203
1203
|
}
|
|
1204
|
-
.
|
|
1204
|
+
._description_6y3qf_60 {
|
|
1205
1205
|
color: var(--neutral-label-secondary);
|
|
1206
1206
|
cursor: pointer;
|
|
1207
1207
|
}
|
|
1208
|
-
.
|
|
1208
|
+
._description_6y3qf_60:has([disabled]) {
|
|
1209
1209
|
color: var(--neutral-label-tertiary);
|
|
1210
1210
|
cursor: not-allowed;
|
|
1211
1211
|
}
|
|
1212
1212
|
|
|
1213
1213
|
/* esbuild-sass-plugin:css-chunk:src/components/Textfield/style.module.scss */
|
|
1214
|
-
._textfield-
|
|
1214
|
+
._textfield-container_nmucg_1 {
|
|
1215
1215
|
display: flex;
|
|
1216
1216
|
flex-direction: column;
|
|
1217
1217
|
gap: var(--lp-sys-gap-positive-200);
|
|
1218
1218
|
width: 100%;
|
|
1219
1219
|
}
|
|
1220
|
-
._textfield-
|
|
1220
|
+
._textfield-container_nmucg_1:has(:disabled) {
|
|
1221
1221
|
cursor: not-allowed;
|
|
1222
1222
|
}
|
|
1223
|
-
._textfield-
|
|
1223
|
+
._textfield-container_nmucg_1:has(:disabled) * {
|
|
1224
1224
|
cursor: not-allowed;
|
|
1225
1225
|
}
|
|
1226
|
-
.
|
|
1226
|
+
._textfield_nmucg_1 {
|
|
1227
1227
|
box-sizing: border-box;
|
|
1228
1228
|
position: relative;
|
|
1229
1229
|
width: 100%;
|
|
@@ -1234,46 +1234,46 @@
|
|
|
1234
1234
|
cursor: text;
|
|
1235
1235
|
transition: ease-out all 0.1s;
|
|
1236
1236
|
}
|
|
1237
|
-
.
|
|
1237
|
+
._textfield_nmucg_1:hover {
|
|
1238
1238
|
outline: 1px solid var(--neutral-border-opaque-strong);
|
|
1239
1239
|
}
|
|
1240
|
-
.
|
|
1240
|
+
._textfield_nmucg_1:focus-within {
|
|
1241
1241
|
outline: 2px solid var(--neutral-border-opaque-strong);
|
|
1242
1242
|
}
|
|
1243
|
-
.
|
|
1243
|
+
._textfield_nmucg_1:has(:disabled) {
|
|
1244
1244
|
outline: 1px solid var(--neutral-border-opaque-subtle);
|
|
1245
1245
|
cursor: not-allowed;
|
|
1246
1246
|
}
|
|
1247
|
-
.
|
|
1247
|
+
._textfield_nmucg_1:has(:disabled) > ._label_nmucg_35 {
|
|
1248
1248
|
color: var(--neutral-label-tertiary);
|
|
1249
1249
|
cursor: not-allowed;
|
|
1250
1250
|
}
|
|
1251
|
-
.
|
|
1251
|
+
._textfield_nmucg_1._label-out-textfield_nmucg_39 {
|
|
1252
1252
|
height: 52px;
|
|
1253
1253
|
margin-top: 24px;
|
|
1254
1254
|
}
|
|
1255
|
-
.
|
|
1255
|
+
._textfield_nmucg_1._white_nmucg_43 {
|
|
1256
1256
|
background: var(--neutral-container-lowest);
|
|
1257
1257
|
}
|
|
1258
|
-
.
|
|
1258
|
+
._textfield_nmucg_1._gray_nmucg_46 {
|
|
1259
1259
|
background: var(--neutral-container-mid);
|
|
1260
1260
|
}
|
|
1261
|
-
.
|
|
1261
|
+
._label_nmucg_35 {
|
|
1262
1262
|
position: absolute;
|
|
1263
1263
|
left: 0;
|
|
1264
1264
|
top: 0;
|
|
1265
1265
|
color: var(--neutral-label-secondary);
|
|
1266
1266
|
cursor: text;
|
|
1267
1267
|
}
|
|
1268
|
-
._label-
|
|
1268
|
+
._label-in_nmucg_58 {
|
|
1269
1269
|
transform-origin: left top;
|
|
1270
1270
|
transform: translate(var(--lp-sys-padding-component-400), 100%) scale(1);
|
|
1271
1271
|
transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
|
|
1272
1272
|
}
|
|
1273
|
-
._label-
|
|
1273
|
+
._label-out_nmucg_39 {
|
|
1274
1274
|
transform: translateY(-150%);
|
|
1275
1275
|
}
|
|
1276
|
-
._input-
|
|
1276
|
+
._input-wrapper_nmucg_68 {
|
|
1277
1277
|
display: flex;
|
|
1278
1278
|
align-items: center;
|
|
1279
1279
|
justify-content: space-between;
|
|
@@ -1281,7 +1281,7 @@
|
|
|
1281
1281
|
height: 100%;
|
|
1282
1282
|
gap: var(--lp-sys-gap-positive-300);
|
|
1283
1283
|
}
|
|
1284
|
-
.
|
|
1284
|
+
._input_nmucg_68 {
|
|
1285
1285
|
background: transparent;
|
|
1286
1286
|
border: none;
|
|
1287
1287
|
outline: none;
|
|
@@ -1295,106 +1295,106 @@
|
|
|
1295
1295
|
font-weight: var(--lp-pri-font-weight-400);
|
|
1296
1296
|
line-height: 130%;
|
|
1297
1297
|
}
|
|
1298
|
-
.
|
|
1299
|
-
.
|
|
1298
|
+
._input_nmucg_68:focus + ._label-in_nmucg_58,
|
|
1299
|
+
._input_nmucg_68:not(:placeholder-shown) + ._label-in_nmucg_58 {
|
|
1300
1300
|
transform: translate(var(--lp-sys-padding-component-400), 60%) scale(0.8);
|
|
1301
1301
|
font-weight: var(--lp-pri-font-weight-500);
|
|
1302
1302
|
color: var(--neutral-label-primary);
|
|
1303
1303
|
}
|
|
1304
|
-
.
|
|
1304
|
+
._input_nmucg_68::placeholder {
|
|
1305
1305
|
color: var(--neutral-label-tertiary);
|
|
1306
1306
|
font-size: var(--lp-pri-font-size-15);
|
|
1307
1307
|
font-style: normal;
|
|
1308
1308
|
font-weight: var(--lp-pri-font-weight-400);
|
|
1309
1309
|
line-height: 130%;
|
|
1310
1310
|
}
|
|
1311
|
-
._label-out-
|
|
1311
|
+
._label-out-input_nmucg_104 {
|
|
1312
1312
|
transform: translateY(0);
|
|
1313
1313
|
}
|
|
1314
|
-
._input-action-
|
|
1314
|
+
._input-action-buttons_nmucg_108 {
|
|
1315
1315
|
display: flex;
|
|
1316
1316
|
align-items: center;
|
|
1317
1317
|
gap: var(--lp-sys-gap-positive-50);
|
|
1318
1318
|
}
|
|
1319
|
-
._action-
|
|
1319
|
+
._action-button_nmucg_114 {
|
|
1320
1320
|
margin-right: var(--lp-sys-padding-component-100);
|
|
1321
1321
|
}
|
|
1322
|
-
._action-
|
|
1322
|
+
._action-button_nmucg_114 > svg > circle {
|
|
1323
1323
|
fill: var(--neutral-label-secondary);
|
|
1324
1324
|
}
|
|
1325
|
-
.
|
|
1325
|
+
._error_nmucg_121 {
|
|
1326
1326
|
display: block;
|
|
1327
1327
|
outline: 2px solid var(--function-label-negative);
|
|
1328
1328
|
}
|
|
1329
|
-
.
|
|
1329
|
+
._error_nmucg_121 > ._input_nmucg_68 + ._label_nmucg_35 {
|
|
1330
1330
|
color: var(--function-label-negative);
|
|
1331
1331
|
}
|
|
1332
|
-
.
|
|
1332
|
+
._error_nmucg_121:hover {
|
|
1333
1333
|
outline: 2px solid var(--function-label-negative);
|
|
1334
1334
|
}
|
|
1335
|
-
.
|
|
1335
|
+
._error_nmucg_121:focus-within {
|
|
1336
1336
|
outline: 2px solid var(--function-label-negative);
|
|
1337
1337
|
}
|
|
1338
|
-
.
|
|
1338
|
+
._error_nmucg_121:focus-within > ._label_nmucg_35 {
|
|
1339
1339
|
color: var(--function-label-negative);
|
|
1340
1340
|
}
|
|
1341
|
-
.
|
|
1341
|
+
._error_nmucg_121 > div > ._error-message_nmucg_137 {
|
|
1342
1342
|
color: var(--function-label-negative);
|
|
1343
1343
|
}
|
|
1344
|
-
._error-
|
|
1344
|
+
._error-wrapper_nmucg_141 {
|
|
1345
1345
|
display: flex;
|
|
1346
1346
|
align-items: flex-end;
|
|
1347
1347
|
gap: 4px;
|
|
1348
1348
|
}
|
|
1349
|
-
._error-
|
|
1349
|
+
._error-wrapper_nmucg_141 > ._error-message_nmucg_137 {
|
|
1350
1350
|
color: var(--function-label-negative);
|
|
1351
1351
|
}
|
|
1352
|
-
.
|
|
1352
|
+
._footer_nmucg_150 {
|
|
1353
1353
|
display: flex;
|
|
1354
1354
|
justify-content: space-between;
|
|
1355
1355
|
align-items: center;
|
|
1356
1356
|
gap: 8px;
|
|
1357
1357
|
min-height: var(--lp-sys-icon-size-xs);
|
|
1358
1358
|
}
|
|
1359
|
-
.
|
|
1359
|
+
._character_nmucg_158 {
|
|
1360
1360
|
color: var(--neutral-label-secondary);
|
|
1361
1361
|
}
|
|
1362
1362
|
|
|
1363
1363
|
/* esbuild-sass-plugin:css-chunk:src/components/Slider/style.module.scss */
|
|
1364
|
-
.
|
|
1364
|
+
._label_1cwoz_1 {
|
|
1365
1365
|
color: var(--neutral-label-secondary);
|
|
1366
1366
|
padding-bottom: var(--lp-sys-padding-component-300);
|
|
1367
1367
|
}
|
|
1368
|
-
.
|
|
1368
|
+
._optionText_1cwoz_6 {
|
|
1369
1369
|
color: var(--neutral-label-primary);
|
|
1370
1370
|
}
|
|
1371
|
-
._slider-
|
|
1371
|
+
._slider-wrapper_1cwoz_10 {
|
|
1372
1372
|
display: flex;
|
|
1373
1373
|
align-items: center;
|
|
1374
1374
|
gap: var(--lp-sys-gap-positive-400);
|
|
1375
1375
|
padding: var(--lp-sys-padding-component-200) 0px;
|
|
1376
1376
|
}
|
|
1377
|
-
._slider-
|
|
1377
|
+
._slider-wrapper_1cwoz_10:has([data-disabled]) {
|
|
1378
1378
|
pointer-events: none;
|
|
1379
1379
|
}
|
|
1380
|
-
._slider-
|
|
1380
|
+
._slider-wrapper_1cwoz_10:has([data-disabled]) > ._slider-option-wrapper_1cwoz_19 > * {
|
|
1381
1381
|
color: var(--neutral-label-tertiary);
|
|
1382
1382
|
}
|
|
1383
|
-
._slider-
|
|
1383
|
+
._slider-wrapper_1cwoz_10:has([data-disabled]) > ._slider-option-wrapper_1cwoz_19 > * > * {
|
|
1384
1384
|
fill: var(--neutral-label-tertiary);
|
|
1385
1385
|
}
|
|
1386
|
-
._slider-
|
|
1386
|
+
._slider-wrapper_1cwoz_10:has([data-disabled]) ._slider-thumb_1cwoz_25 {
|
|
1387
1387
|
border: 2px solid var(--neutral-border-overlay-normal);
|
|
1388
1388
|
}
|
|
1389
|
-
._slider-
|
|
1389
|
+
._slider-wrapper_1cwoz_10:has([data-disabled]) ._slider-step_1cwoz_28 {
|
|
1390
1390
|
background-color: var(--neutral-fill-high);
|
|
1391
1391
|
}
|
|
1392
|
-
._slider-option-
|
|
1392
|
+
._slider-option-wrapper_1cwoz_19 {
|
|
1393
1393
|
display: flex;
|
|
1394
1394
|
align-items: flex-start;
|
|
1395
1395
|
gap: var(--lp-sys-gap-positive-100);
|
|
1396
1396
|
}
|
|
1397
|
-
._slider-
|
|
1397
|
+
._slider-root_1cwoz_38 {
|
|
1398
1398
|
position: relative;
|
|
1399
1399
|
display: flex;
|
|
1400
1400
|
align-items: center;
|
|
@@ -1403,7 +1403,7 @@
|
|
|
1403
1403
|
width: 100%;
|
|
1404
1404
|
height: 20px;
|
|
1405
1405
|
}
|
|
1406
|
-
._slider-
|
|
1406
|
+
._slider-track_1cwoz_48 {
|
|
1407
1407
|
display: flex;
|
|
1408
1408
|
align-items: center;
|
|
1409
1409
|
justify-content: space-between;
|
|
@@ -1415,13 +1415,13 @@
|
|
|
1415
1415
|
height: 8px;
|
|
1416
1416
|
z-index: 0;
|
|
1417
1417
|
}
|
|
1418
|
-
._slider-
|
|
1418
|
+
._slider-range_1cwoz_61 {
|
|
1419
1419
|
position: absolute;
|
|
1420
1420
|
background-color: none;
|
|
1421
1421
|
border-radius: 9999px;
|
|
1422
1422
|
height: 100%;
|
|
1423
1423
|
}
|
|
1424
|
-
._slider-
|
|
1424
|
+
._slider-thumb_1cwoz_25 {
|
|
1425
1425
|
box-sizing: border-box;
|
|
1426
1426
|
position: relative;
|
|
1427
1427
|
display: block;
|
|
@@ -1431,14 +1431,14 @@
|
|
|
1431
1431
|
border: 2px solid var(--brand-border-opaque-normal);
|
|
1432
1432
|
border-radius: 20px;
|
|
1433
1433
|
}
|
|
1434
|
-
._slider-
|
|
1434
|
+
._slider-thumb_1cwoz_25:hover {
|
|
1435
1435
|
background-color: var(--function-container-selection);
|
|
1436
1436
|
}
|
|
1437
|
-
._slider-
|
|
1437
|
+
._slider-thumb_1cwoz_25:focus {
|
|
1438
1438
|
outline: none;
|
|
1439
1439
|
border: 2px solid var(--brand-border-opaque-normal);
|
|
1440
1440
|
}
|
|
1441
|
-
._slider-
|
|
1441
|
+
._slider-step_1cwoz_28 {
|
|
1442
1442
|
width: var(--lp-pri-size-4);
|
|
1443
1443
|
height: var(--lp-pri-size-4);
|
|
1444
1444
|
border-radius: 9999px;
|
|
@@ -1447,7 +1447,7 @@
|
|
|
1447
1447
|
}
|
|
1448
1448
|
|
|
1449
1449
|
/* esbuild-sass-plugin:css-chunk:src/components/Select/style.module.scss */
|
|
1450
|
-
@-webkit-keyframes _slide-
|
|
1450
|
+
@-webkit-keyframes _slide-up_12bpa_1 {
|
|
1451
1451
|
0% {
|
|
1452
1452
|
transform: translateY(3%);
|
|
1453
1453
|
opacity: 0;
|
|
@@ -1457,7 +1457,7 @@
|
|
|
1457
1457
|
opacity: 1;
|
|
1458
1458
|
}
|
|
1459
1459
|
}
|
|
1460
|
-
@keyframes _slide-
|
|
1460
|
+
@keyframes _slide-up_12bpa_1 {
|
|
1461
1461
|
0% {
|
|
1462
1462
|
transform: translateY(3%);
|
|
1463
1463
|
opacity: 0;
|
|
@@ -1467,7 +1467,7 @@
|
|
|
1467
1467
|
opacity: 1;
|
|
1468
1468
|
}
|
|
1469
1469
|
}
|
|
1470
|
-
@-webkit-keyframes _slide-
|
|
1470
|
+
@-webkit-keyframes _slide-down_12bpa_1 {
|
|
1471
1471
|
0% {
|
|
1472
1472
|
transform: translateY(0);
|
|
1473
1473
|
opacity: 1;
|
|
@@ -1477,7 +1477,7 @@
|
|
|
1477
1477
|
opacity: 0;
|
|
1478
1478
|
}
|
|
1479
1479
|
}
|
|
1480
|
-
@keyframes _slide-
|
|
1480
|
+
@keyframes _slide-down_12bpa_1 {
|
|
1481
1481
|
0% {
|
|
1482
1482
|
transform: translateY(0);
|
|
1483
1483
|
opacity: 1;
|
|
@@ -1487,7 +1487,7 @@
|
|
|
1487
1487
|
opacity: 0;
|
|
1488
1488
|
}
|
|
1489
1489
|
}
|
|
1490
|
-
@-webkit-keyframes _slide-in-
|
|
1490
|
+
@-webkit-keyframes _slide-in-right_12bpa_1 {
|
|
1491
1491
|
0% {
|
|
1492
1492
|
opacity: 0;
|
|
1493
1493
|
-webkit-transform: translateX(1000px);
|
|
@@ -1499,7 +1499,7 @@
|
|
|
1499
1499
|
transform: translateX(0);
|
|
1500
1500
|
}
|
|
1501
1501
|
}
|
|
1502
|
-
@keyframes _slide-in-
|
|
1502
|
+
@keyframes _slide-in-right_12bpa_1 {
|
|
1503
1503
|
0% {
|
|
1504
1504
|
opacity: 0;
|
|
1505
1505
|
-webkit-transform: translateX(1000px);
|
|
@@ -1511,7 +1511,7 @@
|
|
|
1511
1511
|
transform: translateX(0);
|
|
1512
1512
|
}
|
|
1513
1513
|
}
|
|
1514
|
-
@-webkit-keyframes _slide-out-
|
|
1514
|
+
@-webkit-keyframes _slide-out-right_12bpa_1 {
|
|
1515
1515
|
0% {
|
|
1516
1516
|
opacity: 1;
|
|
1517
1517
|
-webkit-transform: translateX(0);
|
|
@@ -1523,7 +1523,7 @@
|
|
|
1523
1523
|
transform: translateX(1000px);
|
|
1524
1524
|
}
|
|
1525
1525
|
}
|
|
1526
|
-
@keyframes _slide-out-
|
|
1526
|
+
@keyframes _slide-out-right_12bpa_1 {
|
|
1527
1527
|
0% {
|
|
1528
1528
|
opacity: 1;
|
|
1529
1529
|
-webkit-transform: translateX(0);
|
|
@@ -1535,16 +1535,16 @@
|
|
|
1535
1535
|
transform: translateX(1000px);
|
|
1536
1536
|
}
|
|
1537
1537
|
}
|
|
1538
|
-
._label-
|
|
1538
|
+
._label-container_12bpa_101 {
|
|
1539
1539
|
display: flex;
|
|
1540
1540
|
align-items: center;
|
|
1541
1541
|
gap: var(--lp-sys-gap-positive-150);
|
|
1542
1542
|
}
|
|
1543
|
-
._select-
|
|
1543
|
+
._select-label_12bpa_107 {
|
|
1544
1544
|
white-space: nowrap;
|
|
1545
1545
|
padding-bottom: var(--lp-sys-padding-component-300);
|
|
1546
1546
|
}
|
|
1547
|
-
.
|
|
1547
|
+
._trigger_12bpa_112 {
|
|
1548
1548
|
display: flex;
|
|
1549
1549
|
align-items: center;
|
|
1550
1550
|
gap: var(--lp-sys-gap-positive-200);
|
|
@@ -1557,45 +1557,45 @@
|
|
|
1557
1557
|
width: 100%;
|
|
1558
1558
|
min-width: 0;
|
|
1559
1559
|
}
|
|
1560
|
-
.
|
|
1560
|
+
._trigger_12bpa_112 > span:not([aria-hidden]) {
|
|
1561
1561
|
text-align: left;
|
|
1562
1562
|
width: 100%;
|
|
1563
1563
|
overflow: hidden;
|
|
1564
1564
|
white-space: nowrap;
|
|
1565
1565
|
text-overflow: ellipsis;
|
|
1566
1566
|
}
|
|
1567
|
-
.
|
|
1567
|
+
._trigger_12bpa_112 > span[aria-hidden] {
|
|
1568
1568
|
flex: 0 1 0;
|
|
1569
1569
|
}
|
|
1570
|
-
.
|
|
1570
|
+
._trigger_12bpa_112 > span > svg {
|
|
1571
1571
|
transition: transform 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
|
|
1572
1572
|
}
|
|
1573
|
-
.
|
|
1573
|
+
._trigger_12bpa_112[data-state=open] {
|
|
1574
1574
|
border-color: var(--neutral-border-opaque-strong);
|
|
1575
1575
|
}
|
|
1576
|
-
.
|
|
1576
|
+
._trigger_12bpa_112[data-state=open] > span > svg {
|
|
1577
1577
|
transform: rotate(180deg);
|
|
1578
1578
|
}
|
|
1579
|
-
.
|
|
1579
|
+
._trigger_12bpa_112[data-disabled] {
|
|
1580
1580
|
pointer-events: none;
|
|
1581
1581
|
background: var(--neutral-container-low);
|
|
1582
1582
|
border-color: var(--neutral-border-overlay-normal);
|
|
1583
1583
|
}
|
|
1584
|
-
.
|
|
1584
|
+
._trigger_12bpa_112[data-disabled] > span > p {
|
|
1585
1585
|
color: var(--neutral-label-tertiary);
|
|
1586
1586
|
}
|
|
1587
|
-
.
|
|
1587
|
+
._trigger_12bpa_112[data-disabled] > span > svg > * {
|
|
1588
1588
|
fill: var(--neutral-label-tertiary);
|
|
1589
1589
|
}
|
|
1590
|
-
.
|
|
1590
|
+
._placeholder_12bpa_156 {
|
|
1591
1591
|
width: 100%;
|
|
1592
1592
|
}
|
|
1593
|
-
.
|
|
1593
|
+
._openIcon_12bpa_160 {
|
|
1594
1594
|
display: flex;
|
|
1595
1595
|
align-items: center;
|
|
1596
1596
|
justify-content: center;
|
|
1597
1597
|
}
|
|
1598
|
-
@keyframes _slide-
|
|
1598
|
+
@keyframes _slide-up_12bpa_1 {
|
|
1599
1599
|
0% {
|
|
1600
1600
|
transform: translateY(3%);
|
|
1601
1601
|
opacity: 0;
|
|
@@ -1605,7 +1605,7 @@
|
|
|
1605
1605
|
opacity: 1;
|
|
1606
1606
|
}
|
|
1607
1607
|
}
|
|
1608
|
-
._desktop-
|
|
1608
|
+
._desktop-content_12bpa_176 {
|
|
1609
1609
|
box-sizing: border-box;
|
|
1610
1610
|
transform: translateX(-0.5%);
|
|
1611
1611
|
padding: var(--lp-sys-padding-component-200);
|
|
@@ -1617,45 +1617,45 @@
|
|
|
1617
1617
|
z-index: 10;
|
|
1618
1618
|
box-shadow: var(--lp-sys-shadow-normal);
|
|
1619
1619
|
}
|
|
1620
|
-
._desktop-
|
|
1621
|
-
-webkit-animation: _slide-
|
|
1622
|
-
animation: _slide-
|
|
1620
|
+
._desktop-content_12bpa_176[data-state=open] {
|
|
1621
|
+
-webkit-animation: _slide-up_12bpa_1 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s both;
|
|
1622
|
+
animation: _slide-up_12bpa_1 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s both;
|
|
1623
1623
|
}
|
|
1624
1624
|
@media screen and (max-width: 600px) {
|
|
1625
|
-
._desktop-
|
|
1625
|
+
._desktop-content_12bpa_176._responsive_12bpa_193 {
|
|
1626
1626
|
display: none !important;
|
|
1627
1627
|
}
|
|
1628
1628
|
}
|
|
1629
|
-
.
|
|
1629
|
+
._header_12bpa_198 {
|
|
1630
1630
|
display: flex;
|
|
1631
1631
|
align-items: center;
|
|
1632
1632
|
justify-content: space-between;
|
|
1633
1633
|
gap: var(--lp-sys-gap-positive-200);
|
|
1634
1634
|
padding-bottom: var(--lp-sys-padding-component-300);
|
|
1635
1635
|
}
|
|
1636
|
-
.
|
|
1636
|
+
._scrollAreaRoot_12bpa_206 {
|
|
1637
1637
|
width: 100%;
|
|
1638
1638
|
height: 100%;
|
|
1639
1639
|
}
|
|
1640
|
-
.
|
|
1640
|
+
._scrollAreaViewport_12bpa_211 {
|
|
1641
1641
|
width: 100%;
|
|
1642
1642
|
height: 100%;
|
|
1643
1643
|
max-height: 268px;
|
|
1644
1644
|
padding-bottom: var(--lp-sys-padding-component-150);
|
|
1645
1645
|
}
|
|
1646
|
-
.
|
|
1646
|
+
._scrollAreaScrollbar_12bpa_218 {
|
|
1647
1647
|
width: var(--lp-pri-size-4);
|
|
1648
1648
|
padding: 5px 2px;
|
|
1649
1649
|
}
|
|
1650
|
-
.
|
|
1650
|
+
._scrollAreaThumb_12bpa_223 {
|
|
1651
1651
|
background: var(--neutral-fill-high);
|
|
1652
1652
|
border-radius: var(--radius-xxl);
|
|
1653
1653
|
}
|
|
1654
|
-
._desktop-
|
|
1654
|
+
._desktop-label_12bpa_228 {
|
|
1655
1655
|
padding: var(--lp-sys-padding-component-200);
|
|
1656
1656
|
padding-bottom: var(--lp-sys-padding-component-150);
|
|
1657
1657
|
}
|
|
1658
|
-
.
|
|
1658
|
+
._item_12bpa_233 {
|
|
1659
1659
|
display: flex;
|
|
1660
1660
|
align-items: center;
|
|
1661
1661
|
overflow: hidden;
|
|
@@ -1666,38 +1666,38 @@
|
|
|
1666
1666
|
padding: var(--lp-sys-padding-component-200);
|
|
1667
1667
|
cursor: pointer;
|
|
1668
1668
|
}
|
|
1669
|
-
.
|
|
1669
|
+
._item_12bpa_233 > span {
|
|
1670
1670
|
cursor: pointer;
|
|
1671
1671
|
user-select: none;
|
|
1672
1672
|
}
|
|
1673
|
-
.
|
|
1673
|
+
._item_12bpa_233:focus {
|
|
1674
1674
|
background: var(--neutral-fill-lowest-hover);
|
|
1675
1675
|
outline: none;
|
|
1676
1676
|
}
|
|
1677
|
-
.
|
|
1677
|
+
._item_12bpa_233[data-state=checked] > span > p {
|
|
1678
1678
|
color: var(--brand-label-primary);
|
|
1679
1679
|
font-weight: var(--lp-pri-font-weight-700);
|
|
1680
1680
|
}
|
|
1681
|
-
.
|
|
1681
|
+
._item_12bpa_233[data-disabled] {
|
|
1682
1682
|
pointer-events: none !important;
|
|
1683
1683
|
}
|
|
1684
|
-
.
|
|
1684
|
+
._item_12bpa_233 > span:nth-child(1) {
|
|
1685
1685
|
overflow: hidden;
|
|
1686
1686
|
white-space: nowrap;
|
|
1687
1687
|
text-overflow: ellipsis;
|
|
1688
1688
|
width: 100%;
|
|
1689
1689
|
}
|
|
1690
|
-
.
|
|
1690
|
+
._icon_12bpa_266 {
|
|
1691
1691
|
display: flex;
|
|
1692
1692
|
align-items: center;
|
|
1693
1693
|
justify-content: center;
|
|
1694
1694
|
}
|
|
1695
|
-
.
|
|
1695
|
+
._itemIndicator_12bpa_272 {
|
|
1696
1696
|
display: flex;
|
|
1697
1697
|
align-items: center;
|
|
1698
1698
|
justify-content: center;
|
|
1699
1699
|
}
|
|
1700
|
-
.
|
|
1700
|
+
._badgeContainer_12bpa_278 {
|
|
1701
1701
|
display: flex;
|
|
1702
1702
|
align-items: center;
|
|
1703
1703
|
justify-content: center;
|
|
@@ -1707,7 +1707,7 @@
|
|
|
1707
1707
|
border-radius: var(--lp-sys-radius-xs);
|
|
1708
1708
|
margin-bottom: 12px;
|
|
1709
1709
|
}
|
|
1710
|
-
.
|
|
1710
|
+
._badge_12bpa_278 {
|
|
1711
1711
|
top: 0;
|
|
1712
1712
|
width: fit-content;
|
|
1713
1713
|
height: fit-content;
|
|
@@ -1723,7 +1723,7 @@
|
|
|
1723
1723
|
padding: 1px var(--lp-sys-padding-component-150);
|
|
1724
1724
|
border-radius: var(--lp-sys-radius-xs);
|
|
1725
1725
|
}
|
|
1726
|
-
.
|
|
1726
|
+
._badge_12bpa_278 > p {
|
|
1727
1727
|
color:
|
|
1728
1728
|
linear-gradient(
|
|
1729
1729
|
114deg,
|
|
@@ -1733,13 +1733,13 @@
|
|
|
1733
1733
|
}
|
|
1734
1734
|
|
|
1735
1735
|
/* esbuild-sass-plugin:css-chunk:src/components/List/style.module.scss */
|
|
1736
|
-
.
|
|
1736
|
+
._list_hohf4_1 {
|
|
1737
1737
|
overflow: auto;
|
|
1738
1738
|
}
|
|
1739
|
-
.
|
|
1739
|
+
._list_hohf4_1::-webkit-scrollbar {
|
|
1740
1740
|
display: none;
|
|
1741
1741
|
}
|
|
1742
|
-
.
|
|
1742
|
+
._item_hohf4_8 {
|
|
1743
1743
|
display: flex;
|
|
1744
1744
|
align-items: center;
|
|
1745
1745
|
justify-content: space-between;
|
|
@@ -1752,27 +1752,297 @@
|
|
|
1752
1752
|
width: 100%;
|
|
1753
1753
|
background: var(--neutral-container-lowest);
|
|
1754
1754
|
}
|
|
1755
|
-
.
|
|
1755
|
+
._item_hohf4_8:hover {
|
|
1756
1756
|
background: var(--neutral-fill-lowest-hover);
|
|
1757
1757
|
}
|
|
1758
|
-
.
|
|
1758
|
+
._item_hohf4_8[data-highlighted] {
|
|
1759
1759
|
background: var(--neutral-fill-lowest-hover);
|
|
1760
1760
|
outline: none;
|
|
1761
1761
|
}
|
|
1762
|
-
.
|
|
1762
|
+
._item_hohf4_8[data-state=checked] > p {
|
|
1763
1763
|
color: var(--brand-label-primary);
|
|
1764
1764
|
font-weight: var(--lp-pri-font-weight-700);
|
|
1765
1765
|
}
|
|
1766
|
-
.
|
|
1766
|
+
._item_hohf4_8[data-disabled] {
|
|
1767
1767
|
pointer-events: none;
|
|
1768
1768
|
}
|
|
1769
|
-
.
|
|
1769
|
+
._item_hohf4_8 > p {
|
|
1770
1770
|
overflow: hidden;
|
|
1771
1771
|
white-space: nowrap;
|
|
1772
1772
|
text-overflow: ellipsis;
|
|
1773
1773
|
width: 100%;
|
|
1774
1774
|
}
|
|
1775
|
-
.
|
|
1775
|
+
._icon_hohf4_42 {
|
|
1776
1776
|
margin-left: var(--lp-sys-padding-component-150);
|
|
1777
1777
|
}
|
|
1778
|
+
|
|
1779
|
+
/* esbuild-sass-plugin:css-chunk:src/components/coach-mark/primitive/style.module.scss */
|
|
1780
|
+
._anchor_cqz15_1 {
|
|
1781
|
+
transform: rotate(270deg) translateX(7px);
|
|
1782
|
+
}
|
|
1783
|
+
._content_cqz15_5 {
|
|
1784
|
+
border-radius: var(--lp-sys-radius-m);
|
|
1785
|
+
width: 100%;
|
|
1786
|
+
box-shadow:
|
|
1787
|
+
0px 2px 12px 0px rgba(0, 0, 0, 0.1),
|
|
1788
|
+
0px 1px 8px 0px rgba(0, 0, 0, 0.06),
|
|
1789
|
+
0px 0px 1px 0px rgba(0, 0, 0, 0.06);
|
|
1790
|
+
}
|
|
1791
|
+
._overlay_cqz15_11 {
|
|
1792
|
+
position: fixed;
|
|
1793
|
+
top: 0;
|
|
1794
|
+
left: 0;
|
|
1795
|
+
width: 100%;
|
|
1796
|
+
height: 100%;
|
|
1797
|
+
background: rgba(255, 255, 255, 0.7490196078);
|
|
1798
|
+
z-index: 9;
|
|
1799
|
+
}
|
|
1800
|
+
|
|
1801
|
+
/* esbuild-sass-plugin:css-chunk:src/components/coach-mark/compact/style.module.scss */
|
|
1802
|
+
._content_1h99e_1 {
|
|
1803
|
+
position: relative;
|
|
1804
|
+
display: flex;
|
|
1805
|
+
align-items: center;
|
|
1806
|
+
gap: var(--lp-sys-gap-positive-100);
|
|
1807
|
+
padding: var(--lp-sys-padding-component-200);
|
|
1808
|
+
width: fit-content;
|
|
1809
|
+
animation: _slideIn_1h99e_1 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
|
|
1810
|
+
}
|
|
1811
|
+
@keyframes _slideIn_1h99e_1 {
|
|
1812
|
+
from {
|
|
1813
|
+
transform: translateY(10px);
|
|
1814
|
+
opacity: 0;
|
|
1815
|
+
}
|
|
1816
|
+
to {
|
|
1817
|
+
transform: translateY(0px);
|
|
1818
|
+
opacity: 1;
|
|
1819
|
+
}
|
|
1820
|
+
}
|
|
1821
|
+
._content_1h99e_1:hover ._closeButton_1h99e_20 {
|
|
1822
|
+
display: block;
|
|
1823
|
+
}
|
|
1824
|
+
._brand_1h99e_24 {
|
|
1825
|
+
background: var(--brand-container-mid);
|
|
1826
|
+
}
|
|
1827
|
+
._brand_1h99e_24 svg > path {
|
|
1828
|
+
fill: var(--brand-container-mid);
|
|
1829
|
+
}
|
|
1830
|
+
._inverse-static_1h99e_31 {
|
|
1831
|
+
background: var(--inverse-container-static-high);
|
|
1832
|
+
}
|
|
1833
|
+
._inverse-static_1h99e_31 svg > path {
|
|
1834
|
+
fill: var(--inverse-container-static-high);
|
|
1835
|
+
}
|
|
1836
|
+
._inverse_1h99e_31 {
|
|
1837
|
+
background: var(--inverse-container-lowest);
|
|
1838
|
+
}
|
|
1839
|
+
._inverse_1h99e_31 svg > path {
|
|
1840
|
+
fill: var(--inverse-container-lowest);
|
|
1841
|
+
}
|
|
1842
|
+
._closeButton_1h99e_20 {
|
|
1843
|
+
position: absolute;
|
|
1844
|
+
top: 0;
|
|
1845
|
+
right: 0;
|
|
1846
|
+
transform: translate(40%, -40%);
|
|
1847
|
+
display: none;
|
|
1848
|
+
}
|
|
1849
|
+
|
|
1850
|
+
/* esbuild-sass-plugin:css-chunk:src/components/_Tag/style.module.scss */
|
|
1851
|
+
._tag_1bk46_1 {
|
|
1852
|
+
margin: 0;
|
|
1853
|
+
display: flex;
|
|
1854
|
+
align-items: center;
|
|
1855
|
+
justify-content: center;
|
|
1856
|
+
padding: 2px 4px 1px 4px;
|
|
1857
|
+
background: var(--neutral-container-static-lowest);
|
|
1858
|
+
border-radius: var(--lp-sys-radius-xs);
|
|
1859
|
+
}
|
|
1860
|
+
._neutral-label-primary_1bk46_11 {
|
|
1861
|
+
background: var(--neutral-label-primary);
|
|
1862
|
+
}
|
|
1863
|
+
._neutral-label-secondary_1bk46_15 {
|
|
1864
|
+
background: var(--neutral-label-secondary);
|
|
1865
|
+
}
|
|
1866
|
+
._neutral-label-tertiary_1bk46_19 {
|
|
1867
|
+
background: var(--neutral-label-tertiary);
|
|
1868
|
+
}
|
|
1869
|
+
._neutral-label-quaternary_1bk46_23 {
|
|
1870
|
+
background: var(--neutral-label-quaternary);
|
|
1871
|
+
}
|
|
1872
|
+
._neutral-label-static-primary_1bk46_27 {
|
|
1873
|
+
background: var(--neutral-label-static-primary);
|
|
1874
|
+
}
|
|
1875
|
+
._neutral-label-static-secondary_1bk46_31 {
|
|
1876
|
+
background: var(--neutral-label-static-secondary);
|
|
1877
|
+
}
|
|
1878
|
+
._inverse-label-primary_1bk46_35 {
|
|
1879
|
+
background: var(--inverse-label-primary);
|
|
1880
|
+
}
|
|
1881
|
+
._inverse-label-secondary_1bk46_39 {
|
|
1882
|
+
background: var(--inverse-label-secondary);
|
|
1883
|
+
}
|
|
1884
|
+
._inverse-label-tertiary_1bk46_43 {
|
|
1885
|
+
background: var(--inverse-label-tertiary);
|
|
1886
|
+
}
|
|
1887
|
+
._inverse-label-quaternary_1bk46_47 {
|
|
1888
|
+
background: var(--inverse-label-quaternary);
|
|
1889
|
+
}
|
|
1890
|
+
._inverse-label-static-primary_1bk46_51 {
|
|
1891
|
+
background: var(--inverse-label-static-primary);
|
|
1892
|
+
}
|
|
1893
|
+
._inverse-label-static-secondary_1bk46_55 {
|
|
1894
|
+
background: var(--inverse-label-static-secondary);
|
|
1895
|
+
}
|
|
1896
|
+
._brand-label-primary_1bk46_59 {
|
|
1897
|
+
background: var(--brand-label-primary);
|
|
1898
|
+
}
|
|
1899
|
+
._brand-label-secondary_1bk46_63 {
|
|
1900
|
+
background: var(--brand-label-secondary);
|
|
1901
|
+
}
|
|
1902
|
+
._function-label-positive_1bk46_67 {
|
|
1903
|
+
background: var(--function-label-positive);
|
|
1904
|
+
}
|
|
1905
|
+
._function-label-negative_1bk46_71 {
|
|
1906
|
+
background: var(--function-label-negative);
|
|
1907
|
+
}
|
|
1908
|
+
._function-label-caution_1bk46_75 {
|
|
1909
|
+
background: var(--function-label-caution);
|
|
1910
|
+
}
|
|
1911
|
+
._accent-yellow_1bk46_79 {
|
|
1912
|
+
background: var(--accent-yellow);
|
|
1913
|
+
}
|
|
1914
|
+
._accent-mint_1bk46_83 {
|
|
1915
|
+
background: var(--accent-mint);
|
|
1916
|
+
}
|
|
1917
|
+
._accent-cyan_1bk46_87 {
|
|
1918
|
+
background: var(--accent-cyan);
|
|
1919
|
+
}
|
|
1920
|
+
._accent-purple_1bk46_91 {
|
|
1921
|
+
background: var(--accent-purple);
|
|
1922
|
+
}
|
|
1923
|
+
._accent-pink_1bk46_95 {
|
|
1924
|
+
background: var(--accent-pink);
|
|
1925
|
+
}
|
|
1926
|
+
._neutral-container-lowest_1bk46_99 {
|
|
1927
|
+
background: var(--neutral-container-lowest);
|
|
1928
|
+
}
|
|
1929
|
+
._neutral-container-low_1bk46_99 {
|
|
1930
|
+
background: var(--neutral-container-low);
|
|
1931
|
+
}
|
|
1932
|
+
._neutral-container-mid_1bk46_107 {
|
|
1933
|
+
background: var(--neutral-container-mid);
|
|
1934
|
+
}
|
|
1935
|
+
._neutral-container-high_1bk46_111 {
|
|
1936
|
+
background: var(--neutral-container-high);
|
|
1937
|
+
}
|
|
1938
|
+
._neutral-container-highest_1bk46_115 {
|
|
1939
|
+
background: var(--neutral-container-highest);
|
|
1940
|
+
}
|
|
1941
|
+
._neutral-container-static-lowest_1bk46_119 {
|
|
1942
|
+
background: var(--neutral-container-static-lowest);
|
|
1943
|
+
}
|
|
1944
|
+
._brand-container-mid_1bk46_123 {
|
|
1945
|
+
background: var(--brand-container-mid);
|
|
1946
|
+
}
|
|
1947
|
+
._brand-container-high_1bk46_127 {
|
|
1948
|
+
background: var(--brand-container-high);
|
|
1949
|
+
}
|
|
1950
|
+
._inverse-container-lowest_1bk46_131 {
|
|
1951
|
+
background: var(--inverse-container-lowest);
|
|
1952
|
+
}
|
|
1953
|
+
._inverse-container-low_1bk46_131 {
|
|
1954
|
+
background: var(--inverse-container-low);
|
|
1955
|
+
}
|
|
1956
|
+
._inverse-container-mid_1bk46_139 {
|
|
1957
|
+
background: var(--inverse-container-mid);
|
|
1958
|
+
}
|
|
1959
|
+
._inverse-container-high_1bk46_143 {
|
|
1960
|
+
background: var(--inverse-container-high);
|
|
1961
|
+
}
|
|
1962
|
+
._inverse-container-static-high_1bk46_147 {
|
|
1963
|
+
background: var(--inverse-container-static-high);
|
|
1964
|
+
}
|
|
1965
|
+
|
|
1966
|
+
/* esbuild-sass-plugin:css-chunk:src/components/coach-mark/main/style.module.scss */
|
|
1967
|
+
._content_dr9kg_1 {
|
|
1968
|
+
display: flex;
|
|
1969
|
+
flex-direction: column;
|
|
1970
|
+
min-width: 230px;
|
|
1971
|
+
padding: var(--lp-sys-padding-component-400);
|
|
1972
|
+
box-sizing: border-box;
|
|
1973
|
+
animation: _slideIn_dr9kg_1 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
|
|
1974
|
+
}
|
|
1975
|
+
@keyframes _slideIn_dr9kg_1 {
|
|
1976
|
+
from {
|
|
1977
|
+
transform: translateY(10px);
|
|
1978
|
+
opacity: 0;
|
|
1979
|
+
}
|
|
1980
|
+
to {
|
|
1981
|
+
transform: translateY(0px);
|
|
1982
|
+
opacity: 1;
|
|
1983
|
+
}
|
|
1984
|
+
}
|
|
1985
|
+
._content_dr9kg_1._brand_dr9kg_19 {
|
|
1986
|
+
background: var(--brand-container-mid);
|
|
1987
|
+
}
|
|
1988
|
+
._content_dr9kg_1._brand_dr9kg_19 > span > svg > path {
|
|
1989
|
+
fill: var(--brand-container-mid);
|
|
1990
|
+
}
|
|
1991
|
+
._content_dr9kg_1._inverse-static_dr9kg_25 {
|
|
1992
|
+
background: var(--inverse-container-static-high);
|
|
1993
|
+
}
|
|
1994
|
+
._content_dr9kg_1._inverse-static_dr9kg_25 > span > svg > path {
|
|
1995
|
+
fill: var(--inverse-container-static-high);
|
|
1996
|
+
}
|
|
1997
|
+
._content_dr9kg_1._inverse_dr9kg_25 {
|
|
1998
|
+
background: var(--inverse-container-lowest);
|
|
1999
|
+
}
|
|
2000
|
+
._content_dr9kg_1._inverse_dr9kg_25 > span > svg > path {
|
|
2001
|
+
fill: var(--inverse-container-lowest);
|
|
2002
|
+
}
|
|
2003
|
+
._top_dr9kg_38 {
|
|
2004
|
+
display: flex;
|
|
2005
|
+
flex-direction: column;
|
|
2006
|
+
gap: var(--lp-sys-padding-component-400);
|
|
2007
|
+
}
|
|
2008
|
+
._main_dr9kg_44 {
|
|
2009
|
+
width: 100%;
|
|
2010
|
+
display: flex;
|
|
2011
|
+
flex-direction: column;
|
|
2012
|
+
gap: var(--lp-sys-gap-positive-100);
|
|
2013
|
+
}
|
|
2014
|
+
._title_dr9kg_51 {
|
|
2015
|
+
display: flex;
|
|
2016
|
+
align-items: center;
|
|
2017
|
+
gap: var(--lp-sys-gap-positive-150);
|
|
2018
|
+
}
|
|
2019
|
+
._footer_dr9kg_57 {
|
|
2020
|
+
display: flex;
|
|
2021
|
+
align-items: center;
|
|
2022
|
+
justify-content: space-between;
|
|
2023
|
+
padding-top: var(--lp-sys-gap-positive-150);
|
|
2024
|
+
}
|
|
2025
|
+
._footer_dr9kg_57 ._buttonGroup_dr9kg_63 {
|
|
2026
|
+
display: flex;
|
|
2027
|
+
gap: var(--lp-sys-gap-positive-400);
|
|
2028
|
+
height: 28px;
|
|
2029
|
+
}
|
|
2030
|
+
._closeButton_dr9kg_69 {
|
|
2031
|
+
position: absolute;
|
|
2032
|
+
top: 0;
|
|
2033
|
+
right: 0;
|
|
2034
|
+
transform: translate(-25%, 25%);
|
|
2035
|
+
opacity: 0.64;
|
|
2036
|
+
}
|
|
2037
|
+
._image-container_dr9kg_77 {
|
|
2038
|
+
position: relative;
|
|
2039
|
+
width: 248px;
|
|
2040
|
+
height: 160px;
|
|
2041
|
+
margin-top: 8px;
|
|
2042
|
+
margin-bottom: 8px;
|
|
2043
|
+
}
|
|
2044
|
+
._image_dr9kg_77 {
|
|
2045
|
+
position: absolute;
|
|
2046
|
+
transform: translateX(-5.7%);
|
|
2047
|
+
}
|
|
1778
2048
|
/*# sourceMappingURL=index.css.map */
|