flowcore-fn 2.8.4 → 2.8.5
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/dist/pkg-index.css +421 -622
- package/package.json +2 -2
package/dist/pkg-index.css
CHANGED
|
@@ -107,213 +107,12 @@
|
|
|
107
107
|
--default-mono-font-family: var(--font-mono);
|
|
108
108
|
}
|
|
109
109
|
}
|
|
110
|
-
|
|
111
|
-
*,
|
|
112
|
-
::after,
|
|
113
|
-
::before,
|
|
114
|
-
::backdrop,
|
|
115
|
-
::file-selector-button {
|
|
116
|
-
box-sizing: border-box;
|
|
117
|
-
margin: 0;
|
|
118
|
-
padding: 0;
|
|
119
|
-
border: 0 solid;
|
|
120
|
-
}
|
|
121
|
-
html,
|
|
122
|
-
:host {
|
|
123
|
-
line-height: 1.5;
|
|
124
|
-
-webkit-text-size-adjust: 100%;
|
|
125
|
-
-moz-tab-size: 4;
|
|
126
|
-
-o-tab-size: 4;
|
|
127
|
-
tab-size: 4;
|
|
128
|
-
font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
|
|
129
|
-
font-feature-settings: var(--default-font-feature-settings, normal);
|
|
130
|
-
font-variation-settings: var(--default-font-variation-settings, normal);
|
|
131
|
-
-webkit-tap-highlight-color: transparent;
|
|
132
|
-
}
|
|
133
|
-
hr {
|
|
134
|
-
height: 0;
|
|
135
|
-
color: inherit;
|
|
136
|
-
border-top-width: 1px;
|
|
137
|
-
}
|
|
138
|
-
abbr:where([title]) {
|
|
139
|
-
-webkit-text-decoration: underline dotted;
|
|
140
|
-
text-decoration: underline dotted;
|
|
141
|
-
}
|
|
142
|
-
h1,
|
|
143
|
-
h2,
|
|
144
|
-
h3,
|
|
145
|
-
h4,
|
|
146
|
-
h5,
|
|
147
|
-
h6 {
|
|
148
|
-
font-size: inherit;
|
|
149
|
-
font-weight: inherit;
|
|
150
|
-
}
|
|
151
|
-
a {
|
|
152
|
-
color: inherit;
|
|
153
|
-
-webkit-text-decoration: inherit;
|
|
154
|
-
text-decoration: inherit;
|
|
155
|
-
}
|
|
156
|
-
b,
|
|
157
|
-
strong {
|
|
158
|
-
font-weight: bolder;
|
|
159
|
-
}
|
|
160
|
-
code,
|
|
161
|
-
kbd,
|
|
162
|
-
samp,
|
|
163
|
-
pre {
|
|
164
|
-
font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
|
|
165
|
-
font-feature-settings: var(--default-mono-font-feature-settings, normal);
|
|
166
|
-
font-variation-settings: var(--default-mono-font-variation-settings, normal);
|
|
167
|
-
font-size: 1em;
|
|
168
|
-
}
|
|
169
|
-
small {
|
|
170
|
-
font-size: 80%;
|
|
171
|
-
}
|
|
172
|
-
sub,
|
|
173
|
-
sup {
|
|
174
|
-
font-size: 75%;
|
|
175
|
-
line-height: 0;
|
|
176
|
-
position: relative;
|
|
177
|
-
vertical-align: baseline;
|
|
178
|
-
}
|
|
179
|
-
sub {
|
|
180
|
-
bottom: -0.25em;
|
|
181
|
-
}
|
|
182
|
-
sup {
|
|
183
|
-
top: -0.5em;
|
|
184
|
-
}
|
|
185
|
-
table {
|
|
186
|
-
text-indent: 0;
|
|
187
|
-
border-color: inherit;
|
|
188
|
-
border-collapse: collapse;
|
|
189
|
-
}
|
|
190
|
-
:-moz-focusring {
|
|
191
|
-
outline: auto;
|
|
192
|
-
}
|
|
193
|
-
progress {
|
|
194
|
-
vertical-align: baseline;
|
|
195
|
-
}
|
|
196
|
-
summary {
|
|
197
|
-
display: list-item;
|
|
198
|
-
}
|
|
199
|
-
ol,
|
|
200
|
-
ul,
|
|
201
|
-
menu {
|
|
202
|
-
list-style: none;
|
|
203
|
-
}
|
|
204
|
-
img,
|
|
205
|
-
svg,
|
|
206
|
-
video,
|
|
207
|
-
canvas,
|
|
208
|
-
audio,
|
|
209
|
-
iframe,
|
|
210
|
-
embed,
|
|
211
|
-
object {
|
|
212
|
-
display: block;
|
|
213
|
-
vertical-align: middle;
|
|
214
|
-
}
|
|
215
|
-
img,
|
|
216
|
-
video {
|
|
217
|
-
max-width: 100%;
|
|
218
|
-
height: auto;
|
|
219
|
-
}
|
|
220
|
-
button,
|
|
221
|
-
input,
|
|
222
|
-
select,
|
|
223
|
-
optgroup,
|
|
224
|
-
textarea,
|
|
225
|
-
::file-selector-button {
|
|
226
|
-
font: inherit;
|
|
227
|
-
font-feature-settings: inherit;
|
|
228
|
-
font-variation-settings: inherit;
|
|
229
|
-
letter-spacing: inherit;
|
|
230
|
-
color: inherit;
|
|
231
|
-
border-radius: 0;
|
|
232
|
-
background-color: transparent;
|
|
233
|
-
opacity: 1;
|
|
234
|
-
}
|
|
235
|
-
:where(select:is([multiple], [size])) optgroup {
|
|
236
|
-
font-weight: bolder;
|
|
237
|
-
}
|
|
238
|
-
:where(select:is([multiple], [size])) optgroup option {
|
|
239
|
-
padding-inline-start: 20px;
|
|
240
|
-
}
|
|
241
|
-
::file-selector-button {
|
|
242
|
-
margin-inline-end: 4px;
|
|
243
|
-
}
|
|
244
|
-
::-moz-placeholder {
|
|
245
|
-
opacity: 1;
|
|
246
|
-
}
|
|
247
|
-
::placeholder {
|
|
248
|
-
opacity: 1;
|
|
249
|
-
}
|
|
250
|
-
@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
|
|
251
|
-
::-moz-placeholder {
|
|
252
|
-
color: currentcolor;
|
|
253
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
254
|
-
color: color-mix(in oklab, currentcolor 50%, transparent);
|
|
255
|
-
}
|
|
256
|
-
}
|
|
257
|
-
::placeholder {
|
|
258
|
-
color: currentcolor;
|
|
259
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
260
|
-
color: color-mix(in oklab, currentcolor 50%, transparent);
|
|
261
|
-
}
|
|
262
|
-
}
|
|
263
|
-
}
|
|
264
|
-
textarea {
|
|
265
|
-
resize: vertical;
|
|
266
|
-
}
|
|
267
|
-
::-webkit-search-decoration {
|
|
268
|
-
-webkit-appearance: none;
|
|
269
|
-
}
|
|
270
|
-
::-webkit-date-and-time-value {
|
|
271
|
-
min-height: 1lh;
|
|
272
|
-
text-align: inherit;
|
|
273
|
-
}
|
|
274
|
-
::-webkit-datetime-edit {
|
|
275
|
-
display: inline-flex;
|
|
276
|
-
}
|
|
277
|
-
::-webkit-datetime-edit-fields-wrapper {
|
|
278
|
-
padding: 0;
|
|
279
|
-
}
|
|
280
|
-
::-webkit-datetime-edit,
|
|
281
|
-
::-webkit-datetime-edit-year-field,
|
|
282
|
-
::-webkit-datetime-edit-month-field,
|
|
283
|
-
::-webkit-datetime-edit-day-field,
|
|
284
|
-
::-webkit-datetime-edit-hour-field,
|
|
285
|
-
::-webkit-datetime-edit-minute-field,
|
|
286
|
-
::-webkit-datetime-edit-second-field,
|
|
287
|
-
::-webkit-datetime-edit-millisecond-field,
|
|
288
|
-
::-webkit-datetime-edit-meridiem-field {
|
|
289
|
-
padding-block: 0;
|
|
290
|
-
}
|
|
291
|
-
::-webkit-calendar-picker-indicator {
|
|
292
|
-
line-height: 1;
|
|
293
|
-
}
|
|
294
|
-
:-moz-ui-invalid {
|
|
295
|
-
box-shadow: none;
|
|
296
|
-
}
|
|
297
|
-
button,
|
|
298
|
-
input:where([type=button], [type=reset], [type=submit]),
|
|
299
|
-
::file-selector-button {
|
|
300
|
-
-webkit-appearance: button;
|
|
301
|
-
-moz-appearance: button;
|
|
302
|
-
appearance: button;
|
|
303
|
-
}
|
|
304
|
-
::-webkit-inner-spin-button,
|
|
305
|
-
::-webkit-outer-spin-button {
|
|
306
|
-
height: auto;
|
|
307
|
-
}
|
|
308
|
-
[hidden]:where(:not([hidden=until-found])) {
|
|
309
|
-
display: none !important;
|
|
310
|
-
}
|
|
311
|
-
}
|
|
110
|
+
|
|
312
111
|
@layer utilities {
|
|
313
112
|
.pointer-events-none {
|
|
314
113
|
pointer-events: none;
|
|
315
114
|
}
|
|
316
|
-
.sr-only {
|
|
115
|
+
.flowcore-root .sr-only {
|
|
317
116
|
position: absolute;
|
|
318
117
|
width: 1px;
|
|
319
118
|
height: 1px;
|
|
@@ -324,443 +123,443 @@
|
|
|
324
123
|
white-space: nowrap;
|
|
325
124
|
border-width: 0;
|
|
326
125
|
}
|
|
327
|
-
.absolute {
|
|
126
|
+
.flowcore-root .absolute {
|
|
328
127
|
position: absolute;
|
|
329
128
|
}
|
|
330
|
-
.fixed {
|
|
129
|
+
.flowcore-root .fixed {
|
|
331
130
|
position: fixed;
|
|
332
131
|
}
|
|
333
|
-
.relative {
|
|
132
|
+
.flowcore-root .relative {
|
|
334
133
|
position: relative;
|
|
335
134
|
}
|
|
336
|
-
.inset-0 {
|
|
135
|
+
.flowcore-root .inset-0 {
|
|
337
136
|
inset: 0;
|
|
338
137
|
}
|
|
339
|
-
.inset-y-0 {
|
|
138
|
+
.flowcore-root .inset-y-0 {
|
|
340
139
|
inset-block: 0;
|
|
341
140
|
}
|
|
342
|
-
.top-3\.5 {
|
|
141
|
+
.flowcore-root .top-3\.5 {
|
|
343
142
|
top: calc(var(--spacing) * 3.5);
|
|
344
143
|
}
|
|
345
|
-
.top-\[2px\] {
|
|
144
|
+
.flowcore-root .top-\[2px\] {
|
|
346
145
|
top: 2px;
|
|
347
146
|
}
|
|
348
|
-
.top-\[30px\] {
|
|
147
|
+
.flowcore-root .top-\[30px\] {
|
|
349
148
|
top: 30px;
|
|
350
149
|
}
|
|
351
|
-
.left-0 {
|
|
150
|
+
.flowcore-root .left-0 {
|
|
352
151
|
left: 0;
|
|
353
152
|
}
|
|
354
|
-
.left-4 {
|
|
153
|
+
.flowcore-root .left-4 {
|
|
355
154
|
left: calc(var(--spacing) * 4);
|
|
356
155
|
}
|
|
357
|
-
.left-\[2px\] {
|
|
156
|
+
.flowcore-root .left-\[2px\] {
|
|
358
157
|
left: 2px;
|
|
359
158
|
}
|
|
360
|
-
.left-\[14px\] {
|
|
159
|
+
.flowcore-root .left-\[14px\] {
|
|
361
160
|
left: 14px;
|
|
362
161
|
}
|
|
363
|
-
.left-\[20px\] {
|
|
162
|
+
.flowcore-root .left-\[20px\] {
|
|
364
163
|
left: 20px;
|
|
365
164
|
}
|
|
366
|
-
.z-10 {
|
|
165
|
+
.flowcore-root .z-10 {
|
|
367
166
|
z-index: 10;
|
|
368
167
|
}
|
|
369
|
-
.z-50 {
|
|
168
|
+
.flowcore-root .z-50 {
|
|
370
169
|
z-index: 50;
|
|
371
170
|
}
|
|
372
|
-
.z-\[100\] {
|
|
171
|
+
.flowcore-root .z-\[100\] {
|
|
373
172
|
z-index: 100;
|
|
374
173
|
}
|
|
375
|
-
.col-span-1 {
|
|
174
|
+
.flowcore-root .col-span-1 {
|
|
376
175
|
grid-column: span 1 / span 1;
|
|
377
176
|
}
|
|
378
|
-
.col-span-2 {
|
|
177
|
+
.flowcore-root .col-span-2 {
|
|
379
178
|
grid-column: span 2 / span 2;
|
|
380
179
|
}
|
|
381
|
-
.m-0 {
|
|
180
|
+
.flowcore-root .m-0 {
|
|
382
181
|
margin: 0;
|
|
383
182
|
}
|
|
384
|
-
.mx-2 {
|
|
183
|
+
.flowcore-root .mx-2 {
|
|
385
184
|
margin-inline: calc(var(--spacing) * 2);
|
|
386
185
|
}
|
|
387
|
-
.mt-0\.5 {
|
|
186
|
+
.flowcore-root .mt-0\.5 {
|
|
388
187
|
margin-top: calc(var(--spacing) * 0.5);
|
|
389
188
|
}
|
|
390
|
-
.mt-1 {
|
|
189
|
+
.flowcore-root .mt-1 {
|
|
391
190
|
margin-top: var(--spacing);
|
|
392
191
|
}
|
|
393
|
-
.mt-2 {
|
|
192
|
+
.flowcore-root .mt-2 {
|
|
394
193
|
margin-top: calc(var(--spacing) * 2);
|
|
395
194
|
}
|
|
396
|
-
.mt-4 {
|
|
195
|
+
.flowcore-root .mt-4 {
|
|
397
196
|
margin-top: calc(var(--spacing) * 4);
|
|
398
197
|
}
|
|
399
|
-
.mt-6 {
|
|
198
|
+
.flowcore-root .mt-6 {
|
|
400
199
|
margin-top: calc(var(--spacing) * 6);
|
|
401
200
|
}
|
|
402
|
-
.mt-8 {
|
|
201
|
+
.flowcore-root .mt-8 {
|
|
403
202
|
margin-top: calc(var(--spacing) * 8);
|
|
404
203
|
}
|
|
405
|
-
.mt-\[39px\] {
|
|
204
|
+
.flowcore-root .mt-\[39px\] {
|
|
406
205
|
margin-top: 39px;
|
|
407
206
|
}
|
|
408
|
-
.mr-2 {
|
|
207
|
+
.flowcore-root .mr-2 {
|
|
409
208
|
margin-right: calc(var(--spacing) * 2);
|
|
410
209
|
}
|
|
411
|
-
.mb-1\.5 {
|
|
210
|
+
.flowcore-root .mb-1\.5 {
|
|
412
211
|
margin-bottom: calc(var(--spacing) * 1.5);
|
|
413
212
|
}
|
|
414
|
-
.mb-2 {
|
|
213
|
+
.flowcore-root .mb-2 {
|
|
415
214
|
margin-bottom: calc(var(--spacing) * 2);
|
|
416
215
|
}
|
|
417
|
-
.mb-6 {
|
|
216
|
+
.flowcore-root .mb-6 {
|
|
418
217
|
margin-bottom: calc(var(--spacing) * 6);
|
|
419
218
|
}
|
|
420
|
-
.mb-8 {
|
|
219
|
+
.flowcore-root .mb-8 {
|
|
421
220
|
margin-bottom: calc(var(--spacing) * 8);
|
|
422
221
|
}
|
|
423
|
-
.mb-\[19px\] {
|
|
222
|
+
.flowcore-root .mb-\[19px\] {
|
|
424
223
|
margin-bottom: 19px;
|
|
425
224
|
}
|
|
426
|
-
.ml-1 {
|
|
225
|
+
.flowcore-root .ml-1 {
|
|
427
226
|
margin-left: var(--spacing);
|
|
428
227
|
}
|
|
429
|
-
.ml-2 {
|
|
228
|
+
.flowcore-root .ml-2 {
|
|
430
229
|
margin-left: calc(var(--spacing) * 2);
|
|
431
230
|
}
|
|
432
|
-
.ml-\[8px\] {
|
|
231
|
+
.flowcore-root .ml-\[8px\] {
|
|
433
232
|
margin-left: 8px;
|
|
434
233
|
}
|
|
435
|
-
.ml-\[15px\] {
|
|
234
|
+
.flowcore-root .ml-\[15px\] {
|
|
436
235
|
margin-left: 15px;
|
|
437
236
|
}
|
|
438
|
-
.block {
|
|
237
|
+
.flowcore-root .block {
|
|
439
238
|
display: block;
|
|
440
239
|
}
|
|
441
|
-
.flex {
|
|
240
|
+
.flowcore-root .flex {
|
|
442
241
|
display: flex;
|
|
443
242
|
}
|
|
444
|
-
.grid {
|
|
243
|
+
.flowcore-root .grid {
|
|
445
244
|
display: grid;
|
|
446
245
|
}
|
|
447
|
-
.inline-block {
|
|
246
|
+
.flowcore-root .inline-block {
|
|
448
247
|
display: inline-block;
|
|
449
248
|
}
|
|
450
|
-
.inline-flex {
|
|
249
|
+
.flowcore-root .inline-flex {
|
|
451
250
|
display: inline-flex;
|
|
452
251
|
}
|
|
453
|
-
.table {
|
|
252
|
+
.flowcore-root .table {
|
|
454
253
|
display: table;
|
|
455
254
|
}
|
|
456
|
-
.h-3\.5 {
|
|
255
|
+
.flowcore-root .h-3\.5 {
|
|
457
256
|
height: calc(var(--spacing) * 3.5);
|
|
458
257
|
}
|
|
459
|
-
.h-4 {
|
|
258
|
+
.flowcore-root .h-4 {
|
|
460
259
|
height: calc(var(--spacing) * 4);
|
|
461
260
|
}
|
|
462
|
-
.h-4\.5 {
|
|
261
|
+
.flowcore-root .h-4\.5 {
|
|
463
262
|
height: calc(var(--spacing) * 4.5);
|
|
464
263
|
}
|
|
465
|
-
.h-5 {
|
|
264
|
+
.flowcore-root .h-5 {
|
|
466
265
|
height: calc(var(--spacing) * 5);
|
|
467
266
|
}
|
|
468
|
-
.h-6 {
|
|
267
|
+
.flowcore-root .h-6 {
|
|
469
268
|
height: calc(var(--spacing) * 6);
|
|
470
269
|
}
|
|
471
|
-
.h-7 {
|
|
270
|
+
.flowcore-root .h-7 {
|
|
472
271
|
height: calc(var(--spacing) * 7);
|
|
473
272
|
}
|
|
474
|
-
.h-8 {
|
|
273
|
+
.flowcore-root .h-8 {
|
|
475
274
|
height: calc(var(--spacing) * 8);
|
|
476
275
|
}
|
|
477
|
-
.h-11 {
|
|
276
|
+
.flowcore-root .h-11 {
|
|
478
277
|
height: calc(var(--spacing) * 11);
|
|
479
278
|
}
|
|
480
|
-
.h-12 {
|
|
279
|
+
.flowcore-root .h-12 {
|
|
481
280
|
height: calc(var(--spacing) * 12);
|
|
482
281
|
}
|
|
483
|
-
.h-\[1px\] {
|
|
282
|
+
.flowcore-root .h-\[1px\] {
|
|
484
283
|
height: 1px;
|
|
485
284
|
}
|
|
486
|
-
.h-\[20px\] {
|
|
285
|
+
.flowcore-root .h-\[20px\] {
|
|
487
286
|
height: 20px;
|
|
488
287
|
}
|
|
489
|
-
.h-\[46px\] {
|
|
288
|
+
.flowcore-root .h-\[46px\] {
|
|
490
289
|
height: 46px;
|
|
491
290
|
}
|
|
492
|
-
.h-\[50px\] {
|
|
291
|
+
.flowcore-root .h-\[50px\] {
|
|
493
292
|
height: 50px;
|
|
494
293
|
}
|
|
495
|
-
.h-\[56px\] {
|
|
294
|
+
.flowcore-root .h-\[56px\] {
|
|
496
295
|
height: 56px;
|
|
497
296
|
}
|
|
498
|
-
.h-\[66px\] {
|
|
297
|
+
.flowcore-root .h-\[66px\] {
|
|
499
298
|
height: 66px;
|
|
500
299
|
}
|
|
501
|
-
.h-\[84px\] {
|
|
300
|
+
.flowcore-root .h-\[84px\] {
|
|
502
301
|
height: 84px;
|
|
503
302
|
}
|
|
504
|
-
.h-full {
|
|
303
|
+
.flowcore-root .h-full {
|
|
505
304
|
height: 100%;
|
|
506
305
|
}
|
|
507
|
-
.h-screen {
|
|
306
|
+
.flowcore-root .h-screen {
|
|
508
307
|
height: 100vh;
|
|
509
308
|
}
|
|
510
|
-
.max-h-\[70vh\] {
|
|
309
|
+
.flowcore-root .max-h-\[70vh\] {
|
|
511
310
|
max-height: 70vh;
|
|
512
311
|
}
|
|
513
|
-
.max-h-\[92vh\] {
|
|
312
|
+
.flowcore-root .max-h-\[92vh\] {
|
|
514
313
|
max-height: 92vh;
|
|
515
314
|
}
|
|
516
|
-
.max-h-\[calc\(92vh-170px\)\] {
|
|
315
|
+
.flowcore-root .max-h-\[calc\(92vh-170px\)\] {
|
|
517
316
|
max-height: calc(92vh - 170px);
|
|
518
317
|
}
|
|
519
|
-
.min-h-0 {
|
|
318
|
+
.flowcore-root .min-h-0 {
|
|
520
319
|
min-height: 0;
|
|
521
320
|
}
|
|
522
|
-
.min-h-full {
|
|
321
|
+
.flowcore-root .min-h-full {
|
|
523
322
|
min-height: 100%;
|
|
524
323
|
}
|
|
525
|
-
.min-h-screen {
|
|
324
|
+
.flowcore-root .min-h-screen {
|
|
526
325
|
min-height: 100vh;
|
|
527
326
|
}
|
|
528
|
-
.w-0 {
|
|
327
|
+
.flowcore-root .w-0 {
|
|
529
328
|
width: 0;
|
|
530
329
|
}
|
|
531
|
-
.w-3\.5 {
|
|
330
|
+
.flowcore-root .w-3\.5 {
|
|
532
331
|
width: calc(var(--spacing) * 3.5);
|
|
533
332
|
}
|
|
534
|
-
.w-4 {
|
|
333
|
+
.flowcore-root .w-4 {
|
|
535
334
|
width: calc(var(--spacing) * 4);
|
|
536
335
|
}
|
|
537
|
-
.w-4\.5 {
|
|
336
|
+
.flowcore-root .w-4\.5 {
|
|
538
337
|
width: calc(var(--spacing) * 4.5);
|
|
539
338
|
}
|
|
540
|
-
.w-5 {
|
|
339
|
+
.flowcore-root .w-5 {
|
|
541
340
|
width: calc(var(--spacing) * 5);
|
|
542
341
|
}
|
|
543
|
-
.w-6 {
|
|
342
|
+
.flowcore-root .w-6 {
|
|
544
343
|
width: calc(var(--spacing) * 6);
|
|
545
344
|
}
|
|
546
|
-
.w-7 {
|
|
345
|
+
.flowcore-root .w-7 {
|
|
547
346
|
width: calc(var(--spacing) * 7);
|
|
548
347
|
}
|
|
549
|
-
.w-8 {
|
|
348
|
+
.flowcore-root .w-8 {
|
|
550
349
|
width: calc(var(--spacing) * 8);
|
|
551
350
|
}
|
|
552
|
-
.w-11 {
|
|
351
|
+
.flowcore-root .w-11 {
|
|
553
352
|
width: calc(var(--spacing) * 11);
|
|
554
353
|
}
|
|
555
|
-
.w-12 {
|
|
354
|
+
.flowcore-root .w-12 {
|
|
556
355
|
width: calc(var(--spacing) * 12);
|
|
557
356
|
}
|
|
558
|
-
.w-16 {
|
|
357
|
+
.flowcore-root .w-16 {
|
|
559
358
|
width: calc(var(--spacing) * 16);
|
|
560
359
|
}
|
|
561
|
-
.w-20 {
|
|
360
|
+
.flowcore-root .w-20 {
|
|
562
361
|
width: calc(var(--spacing) * 20);
|
|
563
362
|
}
|
|
564
|
-
.w-28 {
|
|
363
|
+
.flowcore-root .w-28 {
|
|
565
364
|
width: calc(var(--spacing) * 28);
|
|
566
365
|
}
|
|
567
|
-
.w-96 {
|
|
366
|
+
.flowcore-root .w-96 {
|
|
568
367
|
width: calc(var(--spacing) * 96);
|
|
569
368
|
}
|
|
570
|
-
.w-\[20px\] {
|
|
369
|
+
.flowcore-root .w-\[20px\] {
|
|
571
370
|
width: 20px;
|
|
572
371
|
}
|
|
573
|
-
.w-\[46px\] {
|
|
372
|
+
.flowcore-root .w-\[46px\] {
|
|
574
373
|
width: 46px;
|
|
575
374
|
}
|
|
576
|
-
.w-\[245px\] {
|
|
375
|
+
.flowcore-root .w-\[245px\] {
|
|
577
376
|
width: 245px;
|
|
578
377
|
}
|
|
579
|
-
.w-\[300px\] {
|
|
378
|
+
.flowcore-root .w-\[300px\] {
|
|
580
379
|
width: 300px;
|
|
581
380
|
}
|
|
582
|
-
.w-\[850px\] {
|
|
381
|
+
.flowcore-root .w-\[850px\] {
|
|
583
382
|
width: 850px;
|
|
584
383
|
}
|
|
585
|
-
.w-full {
|
|
384
|
+
.flowcore-root .w-full {
|
|
586
385
|
width: 100%;
|
|
587
386
|
}
|
|
588
|
-
.max-w-3xl {
|
|
387
|
+
.flowcore-root .max-w-3xl {
|
|
589
388
|
max-width: var(--container-3xl);
|
|
590
389
|
}
|
|
591
|
-
.max-w-4xl {
|
|
390
|
+
.flowcore-root .max-w-4xl {
|
|
592
391
|
max-width: var(--container-4xl);
|
|
593
392
|
}
|
|
594
|
-
.max-w-md {
|
|
393
|
+
.flowcore-root .max-w-md {
|
|
595
394
|
max-width: var(--container-md);
|
|
596
395
|
}
|
|
597
|
-
.max-w-sm {
|
|
396
|
+
.flowcore-root .max-w-sm {
|
|
598
397
|
max-width: var(--container-sm);
|
|
599
398
|
}
|
|
600
|
-
.max-w-xs {
|
|
399
|
+
.flowcore-root .max-w-xs {
|
|
601
400
|
max-width: var(--container-xs);
|
|
602
401
|
}
|
|
603
|
-
.min-w-0 {
|
|
402
|
+
.flowcore-root .min-w-0 {
|
|
604
403
|
min-width: 0;
|
|
605
404
|
}
|
|
606
|
-
.min-w-\[28px\] {
|
|
405
|
+
.flowcore-root .min-w-\[28px\] {
|
|
607
406
|
min-width: 28px;
|
|
608
407
|
}
|
|
609
|
-
.min-w-\[245px\] {
|
|
408
|
+
.flowcore-root .min-w-\[245px\] {
|
|
610
409
|
min-width: 245px;
|
|
611
410
|
}
|
|
612
|
-
.flex-1 {
|
|
411
|
+
.flowcore-root .flex-1 {
|
|
613
412
|
flex: 1;
|
|
614
413
|
}
|
|
615
|
-
.flex-shrink-0 {
|
|
414
|
+
.flowcore-root .flex-shrink-0 {
|
|
616
415
|
flex-shrink: 0;
|
|
617
416
|
}
|
|
618
|
-
.shrink-0 {
|
|
417
|
+
.flowcore-root .shrink-0 {
|
|
619
418
|
flex-shrink: 0;
|
|
620
419
|
}
|
|
621
|
-
.table-auto {
|
|
420
|
+
.flowcore-root .table-auto {
|
|
622
421
|
table-layout: auto;
|
|
623
422
|
}
|
|
624
|
-
.border-collapse {
|
|
423
|
+
.flowcore-root .border-collapse {
|
|
625
424
|
border-collapse: collapse;
|
|
626
425
|
}
|
|
627
|
-
.-translate-x-full {
|
|
426
|
+
.flowcore-root .-translate-x-full {
|
|
628
427
|
--tw-translate-x: -100%;
|
|
629
428
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
630
429
|
}
|
|
631
|
-
.translate-x-0 {
|
|
430
|
+
.flowcore-root .translate-x-0 {
|
|
632
431
|
--tw-translate-x: 0;
|
|
633
432
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
634
433
|
}
|
|
635
|
-
.translate-x-5 {
|
|
434
|
+
.flowcore-root .translate-x-5 {
|
|
636
435
|
--tw-translate-x: calc(var(--spacing) * 5);
|
|
637
436
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
638
437
|
}
|
|
639
|
-
.scale-90 {
|
|
438
|
+
.flowcore-root .scale-90 {
|
|
640
439
|
--tw-scale-x: 90%;
|
|
641
440
|
--tw-scale-y: 90%;
|
|
642
441
|
--tw-scale-z: 90%;
|
|
643
442
|
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
644
443
|
}
|
|
645
|
-
.transform {
|
|
444
|
+
.flowcore-root .transform {
|
|
646
445
|
transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
|
|
647
446
|
}
|
|
648
|
-
.cursor-not-allowed {
|
|
447
|
+
.flowcore-root .cursor-not-allowed {
|
|
649
448
|
cursor: not-allowed;
|
|
650
449
|
}
|
|
651
|
-
.cursor-pointer {
|
|
450
|
+
.flowcore-root .cursor-pointer {
|
|
652
451
|
cursor: pointer;
|
|
653
452
|
}
|
|
654
|
-
.resize-none {
|
|
453
|
+
.flowcore-root .resize-none {
|
|
655
454
|
resize: none;
|
|
656
455
|
}
|
|
657
|
-
.grid-cols-1 {
|
|
456
|
+
.flowcore-root .grid-cols-1 {
|
|
658
457
|
grid-template-columns: repeat(1, minmax(0, 1fr));
|
|
659
458
|
}
|
|
660
|
-
.grid-cols-2 {
|
|
459
|
+
.flowcore-root .grid-cols-2 {
|
|
661
460
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
662
461
|
}
|
|
663
|
-
.flex-col {
|
|
462
|
+
.flowcore-root .flex-col {
|
|
664
463
|
flex-direction: column;
|
|
665
464
|
}
|
|
666
|
-
.flex-wrap {
|
|
465
|
+
.flowcore-root .flex-wrap {
|
|
667
466
|
flex-wrap: wrap;
|
|
668
467
|
}
|
|
669
|
-
.items-center {
|
|
468
|
+
.flowcore-root .items-center {
|
|
670
469
|
align-items: center;
|
|
671
470
|
}
|
|
672
|
-
.justify-between {
|
|
471
|
+
.flowcore-root .justify-between {
|
|
673
472
|
justify-content: space-between;
|
|
674
473
|
}
|
|
675
|
-
.justify-center {
|
|
474
|
+
.flowcore-root .justify-center {
|
|
676
475
|
justify-content: center;
|
|
677
476
|
}
|
|
678
|
-
.justify-end {
|
|
477
|
+
.flowcore-root .justify-end {
|
|
679
478
|
justify-content: flex-end;
|
|
680
479
|
}
|
|
681
|
-
.gap-1 {
|
|
480
|
+
.flowcore-root .gap-1 {
|
|
682
481
|
gap: var(--spacing);
|
|
683
482
|
}
|
|
684
|
-
.gap-1\.5 {
|
|
483
|
+
.flowcore-root .gap-1\.5 {
|
|
685
484
|
gap: calc(var(--spacing) * 1.5);
|
|
686
485
|
}
|
|
687
|
-
.gap-2 {
|
|
486
|
+
.flowcore-root .gap-2 {
|
|
688
487
|
gap: calc(var(--spacing) * 2);
|
|
689
488
|
}
|
|
690
|
-
.gap-2\.5 {
|
|
489
|
+
.flowcore-root .gap-2\.5 {
|
|
691
490
|
gap: calc(var(--spacing) * 2.5);
|
|
692
491
|
}
|
|
693
|
-
.gap-3 {
|
|
492
|
+
.flowcore-root .gap-3 {
|
|
694
493
|
gap: calc(var(--spacing) * 3);
|
|
695
494
|
}
|
|
696
|
-
.gap-4 {
|
|
495
|
+
.flowcore-root .gap-4 {
|
|
697
496
|
gap: calc(var(--spacing) * 4);
|
|
698
497
|
}
|
|
699
|
-
.gap-5 {
|
|
498
|
+
.flowcore-root .gap-5 {
|
|
700
499
|
gap: calc(var(--spacing) * 5);
|
|
701
500
|
}
|
|
702
|
-
.gap-6 {
|
|
501
|
+
.flowcore-root .gap-6 {
|
|
703
502
|
gap: calc(var(--spacing) * 6);
|
|
704
503
|
}
|
|
705
|
-
.gap-\[3px\] {
|
|
504
|
+
.flowcore-root .gap-\[3px\] {
|
|
706
505
|
gap: 3px;
|
|
707
506
|
}
|
|
708
|
-
.gap-\[17px\] {
|
|
507
|
+
.flowcore-root .gap-\[17px\] {
|
|
709
508
|
gap: 17px;
|
|
710
509
|
}
|
|
711
|
-
.gap-\[18px\] {
|
|
510
|
+
.flowcore-root .gap-\[18px\] {
|
|
712
511
|
gap: 18px;
|
|
713
512
|
}
|
|
714
|
-
.space-y-1 {
|
|
513
|
+
.flowcore-root .space-y-1 {
|
|
715
514
|
:where(& > :not(:last-child)) {
|
|
716
515
|
--tw-space-y-reverse: 0;
|
|
717
516
|
margin-block-start: calc(var(--spacing) * var(--tw-space-y-reverse));
|
|
718
517
|
margin-block-end: calc(var(--spacing) * calc(1 - var(--tw-space-y-reverse)));
|
|
719
518
|
}
|
|
720
519
|
}
|
|
721
|
-
.space-y-3 {
|
|
520
|
+
.flowcore-root .space-y-3 {
|
|
722
521
|
:where(& > :not(:last-child)) {
|
|
723
522
|
--tw-space-y-reverse: 0;
|
|
724
523
|
margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
|
|
725
524
|
margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
|
|
726
525
|
}
|
|
727
526
|
}
|
|
728
|
-
.space-y-4 {
|
|
527
|
+
.flowcore-root .space-y-4 {
|
|
729
528
|
:where(& > :not(:last-child)) {
|
|
730
529
|
--tw-space-y-reverse: 0;
|
|
731
530
|
margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
|
|
732
531
|
margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
|
|
733
532
|
}
|
|
734
533
|
}
|
|
735
|
-
.space-y-5 {
|
|
534
|
+
.flowcore-root .space-y-5 {
|
|
736
535
|
:where(& > :not(:last-child)) {
|
|
737
536
|
--tw-space-y-reverse: 0;
|
|
738
537
|
margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
|
|
739
538
|
margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
|
|
740
539
|
}
|
|
741
540
|
}
|
|
742
|
-
.space-y-8 {
|
|
541
|
+
.flowcore-root .space-y-8 {
|
|
743
542
|
:where(& > :not(:last-child)) {
|
|
744
543
|
--tw-space-y-reverse: 0;
|
|
745
544
|
margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
|
|
746
545
|
margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
|
|
747
546
|
}
|
|
748
547
|
}
|
|
749
|
-
.gap-x-6 {
|
|
548
|
+
.flowcore-root .gap-x-6 {
|
|
750
549
|
-moz-column-gap: calc(var(--spacing) * 6);
|
|
751
550
|
column-gap: calc(var(--spacing) * 6);
|
|
752
551
|
}
|
|
753
|
-
.space-x-1\.5 {
|
|
552
|
+
.flowcore-root .space-x-1\.5 {
|
|
754
553
|
:where(& > :not(:last-child)) {
|
|
755
554
|
--tw-space-x-reverse: 0;
|
|
756
555
|
margin-inline-start: calc(calc(var(--spacing) * 1.5) * var(--tw-space-x-reverse));
|
|
757
556
|
margin-inline-end: calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-x-reverse)));
|
|
758
557
|
}
|
|
759
558
|
}
|
|
760
|
-
.gap-y-5 {
|
|
559
|
+
.flowcore-root .gap-y-5 {
|
|
761
560
|
row-gap: calc(var(--spacing) * 5);
|
|
762
561
|
}
|
|
763
|
-
.divide-y {
|
|
562
|
+
.flowcore-root .divide-y {
|
|
764
563
|
:where(& > :not(:last-child)) {
|
|
765
564
|
--tw-divide-y-reverse: 0;
|
|
766
565
|
border-bottom-style: var(--tw-border-style);
|
|
@@ -769,636 +568,636 @@
|
|
|
769
568
|
border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
|
|
770
569
|
}
|
|
771
570
|
}
|
|
772
|
-
.divide-slate-100 {
|
|
571
|
+
.flowcore-root .divide-slate-100 {
|
|
773
572
|
:where(& > :not(:last-child)) {
|
|
774
573
|
border-color: var(--color-slate-100);
|
|
775
574
|
}
|
|
776
575
|
}
|
|
777
|
-
.overflow-hidden {
|
|
576
|
+
.flowcore-root .overflow-hidden {
|
|
778
577
|
overflow: hidden;
|
|
779
578
|
}
|
|
780
|
-
.overflow-x-auto {
|
|
579
|
+
.flowcore-root .overflow-x-auto {
|
|
781
580
|
overflow-x: auto;
|
|
782
581
|
}
|
|
783
|
-
.overflow-x-hidden {
|
|
582
|
+
.flowcore-root .overflow-x-hidden {
|
|
784
583
|
overflow-x: hidden;
|
|
785
584
|
}
|
|
786
|
-
.overflow-y-auto {
|
|
585
|
+
.flowcore-root .overflow-y-auto {
|
|
787
586
|
overflow-y: auto;
|
|
788
587
|
}
|
|
789
|
-
.rounded {
|
|
588
|
+
.flowcore-root .rounded {
|
|
790
589
|
border-radius: 0.25rem;
|
|
791
590
|
}
|
|
792
|
-
.rounded-2xl {
|
|
591
|
+
.flowcore-root .rounded-2xl {
|
|
793
592
|
border-radius: var(--radius-2xl);
|
|
794
593
|
}
|
|
795
|
-
.rounded-3xl {
|
|
594
|
+
.flowcore-root .rounded-3xl {
|
|
796
595
|
border-radius: var(--radius-3xl);
|
|
797
596
|
}
|
|
798
|
-
.rounded-\[6px\] {
|
|
597
|
+
.flowcore-root .rounded-\[6px\] {
|
|
799
598
|
border-radius: 6px;
|
|
800
599
|
}
|
|
801
|
-
.rounded-\[9px\] {
|
|
600
|
+
.flowcore-root .rounded-\[9px\] {
|
|
802
601
|
border-radius: 9px;
|
|
803
602
|
}
|
|
804
|
-
.rounded-\[10px\] {
|
|
603
|
+
.flowcore-root .rounded-\[10px\] {
|
|
805
604
|
border-radius: 10px;
|
|
806
605
|
}
|
|
807
|
-
.rounded-full {
|
|
606
|
+
.flowcore-root .rounded-full {
|
|
808
607
|
border-radius: calc(infinity * 1px);
|
|
809
608
|
}
|
|
810
|
-
.rounded-lg {
|
|
609
|
+
.flowcore-root .rounded-lg {
|
|
811
610
|
border-radius: var(--radius-lg);
|
|
812
611
|
}
|
|
813
|
-
.rounded-md {
|
|
612
|
+
.flowcore-root .rounded-md {
|
|
814
613
|
border-radius: var(--radius-md);
|
|
815
614
|
}
|
|
816
|
-
.rounded-xl {
|
|
615
|
+
.flowcore-root .rounded-xl {
|
|
817
616
|
border-radius: var(--radius-xl);
|
|
818
617
|
}
|
|
819
|
-
.rounded-b-xl {
|
|
618
|
+
.flowcore-root .rounded-b-xl {
|
|
820
619
|
border-bottom-right-radius: var(--radius-xl);
|
|
821
620
|
border-bottom-left-radius: var(--radius-xl);
|
|
822
621
|
}
|
|
823
|
-
.border {
|
|
622
|
+
.flowcore-root .border {
|
|
824
623
|
border-style: var(--tw-border-style);
|
|
825
624
|
border-width: 1px;
|
|
826
625
|
}
|
|
827
|
-
.border-2 {
|
|
626
|
+
.flowcore-root .border-2 {
|
|
828
627
|
border-style: var(--tw-border-style);
|
|
829
628
|
border-width: 2px;
|
|
830
629
|
}
|
|
831
|
-
.border-t {
|
|
630
|
+
.flowcore-root .border-t {
|
|
832
631
|
border-top-style: var(--tw-border-style);
|
|
833
632
|
border-top-width: 1px;
|
|
834
633
|
}
|
|
835
|
-
.border-r {
|
|
634
|
+
.flowcore-root .border-r {
|
|
836
635
|
border-right-style: var(--tw-border-style);
|
|
837
636
|
border-right-width: 1px;
|
|
838
637
|
}
|
|
839
|
-
.border-b {
|
|
638
|
+
.flowcore-root .border-b {
|
|
840
639
|
border-bottom-style: var(--tw-border-style);
|
|
841
640
|
border-bottom-width: 1px;
|
|
842
641
|
}
|
|
843
|
-
.border-l {
|
|
642
|
+
.flowcore-root .border-l {
|
|
844
643
|
border-left-style: var(--tw-border-style);
|
|
845
644
|
border-left-width: 1px;
|
|
846
645
|
}
|
|
847
|
-
.border-solid {
|
|
646
|
+
.flowcore-root .border-solid {
|
|
848
647
|
--tw-border-style: solid;
|
|
849
648
|
border-style: solid;
|
|
850
649
|
}
|
|
851
|
-
.border-\[\#E1E5ED\] {
|
|
650
|
+
.flowcore-root .border-\[\#E1E5ED\] {
|
|
852
651
|
border-color: #E1E5ED;
|
|
853
652
|
}
|
|
854
|
-
.border-\[\#E5E9F1\] {
|
|
653
|
+
.flowcore-root .border-\[\#E5E9F1\] {
|
|
855
654
|
border-color: #E5E9F1;
|
|
856
655
|
}
|
|
857
|
-
.border-\[\#EDF0F5\] {
|
|
656
|
+
.flowcore-root .border-\[\#EDF0F5\] {
|
|
858
657
|
border-color: #EDF0F5;
|
|
859
658
|
}
|
|
860
|
-
.border-\[\#e2e8f0\] {
|
|
659
|
+
.flowcore-root .border-\[\#e2e8f0\] {
|
|
861
660
|
border-color: #e2e8f0;
|
|
862
661
|
}
|
|
863
|
-
.border-\[\#eef2f6\] {
|
|
662
|
+
.flowcore-root .border-\[\#eef2f6\] {
|
|
864
663
|
border-color: #eef2f6;
|
|
865
664
|
}
|
|
866
|
-
.border-black\/\[\.08\] {
|
|
665
|
+
.flowcore-root .border-black\/\[\.08\] {
|
|
867
666
|
border-color: color-mix(in srgb, #000 8%, transparent);
|
|
868
667
|
@supports (color: color-mix(in lab, red, red)) {
|
|
869
668
|
border-color: color-mix(in oklab, var(--color-black) 8%, transparent);
|
|
870
669
|
}
|
|
871
670
|
}
|
|
872
|
-
.border-gray-200 {
|
|
671
|
+
.flowcore-root .border-gray-200 {
|
|
873
672
|
border-color: var(--color-gray-200);
|
|
874
673
|
}
|
|
875
|
-
.border-gray-300 {
|
|
674
|
+
.flowcore-root .border-gray-300 {
|
|
876
675
|
border-color: var(--color-gray-300);
|
|
877
676
|
}
|
|
878
|
-
.border-green-200 {
|
|
677
|
+
.flowcore-root .border-green-200 {
|
|
879
678
|
border-color: var(--color-green-200);
|
|
880
679
|
}
|
|
881
|
-
.border-green-200\/60 {
|
|
680
|
+
.flowcore-root .border-green-200\/60 {
|
|
882
681
|
border-color: color-mix(in srgb, oklch(92.5% 0.084 155.995) 60%, transparent);
|
|
883
682
|
@supports (color: color-mix(in lab, red, red)) {
|
|
884
683
|
border-color: color-mix(in oklab, var(--color-green-200) 60%, transparent);
|
|
885
684
|
}
|
|
886
685
|
}
|
|
887
|
-
.border-red-200 {
|
|
686
|
+
.flowcore-root .border-red-200 {
|
|
888
687
|
border-color: var(--color-red-200);
|
|
889
688
|
}
|
|
890
|
-
.border-red-200\/60 {
|
|
689
|
+
.flowcore-root .border-red-200\/60 {
|
|
891
690
|
border-color: color-mix(in srgb, oklch(88.5% 0.062 18.334) 60%, transparent);
|
|
892
691
|
@supports (color: color-mix(in lab, red, red)) {
|
|
893
692
|
border-color: color-mix(in oklab, var(--color-red-200) 60%, transparent);
|
|
894
693
|
}
|
|
895
694
|
}
|
|
896
|
-
.border-slate-50 {
|
|
695
|
+
.flowcore-root .border-slate-50 {
|
|
897
696
|
border-color: var(--color-slate-50);
|
|
898
697
|
}
|
|
899
|
-
.border-slate-100 {
|
|
698
|
+
.flowcore-root .border-slate-100 {
|
|
900
699
|
border-color: var(--color-slate-100);
|
|
901
700
|
}
|
|
902
|
-
.border-slate-100\/80 {
|
|
701
|
+
.flowcore-root .border-slate-100\/80 {
|
|
903
702
|
border-color: color-mix(in srgb, oklch(96.8% 0.007 247.896) 80%, transparent);
|
|
904
703
|
@supports (color: color-mix(in lab, red, red)) {
|
|
905
704
|
border-color: color-mix(in oklab, var(--color-slate-100) 80%, transparent);
|
|
906
705
|
}
|
|
907
706
|
}
|
|
908
|
-
.border-slate-200 {
|
|
707
|
+
.flowcore-root .border-slate-200 {
|
|
909
708
|
border-color: var(--color-slate-200);
|
|
910
709
|
}
|
|
911
|
-
.border-slate-200\/70 {
|
|
710
|
+
.flowcore-root .border-slate-200\/70 {
|
|
912
711
|
border-color: color-mix(in srgb, oklch(92.9% 0.013 255.508) 70%, transparent);
|
|
913
712
|
@supports (color: color-mix(in lab, red, red)) {
|
|
914
713
|
border-color: color-mix(in oklab, var(--color-slate-200) 70%, transparent);
|
|
915
714
|
}
|
|
916
715
|
}
|
|
917
|
-
.border-slate-200\/80 {
|
|
716
|
+
.flowcore-root .border-slate-200\/80 {
|
|
918
717
|
border-color: color-mix(in srgb, oklch(92.9% 0.013 255.508) 80%, transparent);
|
|
919
718
|
@supports (color: color-mix(in lab, red, red)) {
|
|
920
719
|
border-color: color-mix(in oklab, var(--color-slate-200) 80%, transparent);
|
|
921
720
|
}
|
|
922
721
|
}
|
|
923
|
-
.border-slate-300 {
|
|
722
|
+
.flowcore-root .border-slate-300 {
|
|
924
723
|
border-color: var(--color-slate-300);
|
|
925
724
|
}
|
|
926
|
-
.border-transparent {
|
|
725
|
+
.flowcore-root .border-transparent {
|
|
927
726
|
border-color: transparent;
|
|
928
727
|
}
|
|
929
|
-
.bg-\[\#0066cc\] {
|
|
728
|
+
.flowcore-root .bg-\[\#0066cc\] {
|
|
930
729
|
background-color: #0066cc;
|
|
931
730
|
}
|
|
932
|
-
.bg-\[\#F5F7FB\] {
|
|
731
|
+
.flowcore-root .bg-\[\#F5F7FB\] {
|
|
933
732
|
background-color: #F5F7FB;
|
|
934
733
|
}
|
|
935
|
-
.bg-\[\#F7F9FC\] {
|
|
734
|
+
.flowcore-root .bg-\[\#F7F9FC\] {
|
|
936
735
|
background-color: #F7F9FC;
|
|
937
736
|
}
|
|
938
|
-
.bg-\[\#f1f5f9\] {
|
|
737
|
+
.flowcore-root .bg-\[\#f1f5f9\] {
|
|
939
738
|
background-color: #f1f5f9;
|
|
940
739
|
}
|
|
941
|
-
.bg-\[\#f5f7fb\] {
|
|
740
|
+
.flowcore-root .bg-\[\#f5f7fb\] {
|
|
942
741
|
background-color: #f5f7fb;
|
|
943
742
|
}
|
|
944
|
-
.bg-\[\#f8fafd\] {
|
|
743
|
+
.flowcore-root .bg-\[\#f8fafd\] {
|
|
945
744
|
background-color: #f8fafd;
|
|
946
745
|
}
|
|
947
|
-
.bg-black\/40 {
|
|
746
|
+
.flowcore-root .bg-black\/40 {
|
|
948
747
|
background-color: color-mix(in srgb, #000 40%, transparent);
|
|
949
748
|
@supports (color: color-mix(in lab, red, red)) {
|
|
950
749
|
background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
|
|
951
750
|
}
|
|
952
751
|
}
|
|
953
|
-
.bg-blue-50 {
|
|
752
|
+
.flowcore-root .bg-blue-50 {
|
|
954
753
|
background-color: var(--color-blue-50);
|
|
955
754
|
}
|
|
956
|
-
.bg-blue-100 {
|
|
755
|
+
.flowcore-root .bg-blue-100 {
|
|
957
756
|
background-color: var(--color-blue-100);
|
|
958
757
|
}
|
|
959
|
-
.bg-blue-600 {
|
|
758
|
+
.flowcore-root .bg-blue-600 {
|
|
960
759
|
background-color: var(--color-blue-600);
|
|
961
760
|
}
|
|
962
|
-
.bg-gray-100 {
|
|
761
|
+
.flowcore-root .bg-gray-100 {
|
|
963
762
|
background-color: var(--color-gray-100);
|
|
964
763
|
}
|
|
965
|
-
.bg-green-50 {
|
|
764
|
+
.flowcore-root .bg-green-50 {
|
|
966
765
|
background-color: var(--color-green-50);
|
|
967
766
|
}
|
|
968
|
-
.bg-green-100 {
|
|
767
|
+
.flowcore-root .bg-green-100 {
|
|
969
768
|
background-color: var(--color-green-100);
|
|
970
769
|
}
|
|
971
|
-
.bg-indigo-50 {
|
|
770
|
+
.flowcore-root .bg-indigo-50 {
|
|
972
771
|
background-color: var(--color-indigo-50);
|
|
973
772
|
}
|
|
974
|
-
.bg-indigo-600 {
|
|
773
|
+
.flowcore-root .bg-indigo-600 {
|
|
975
774
|
background-color: var(--color-indigo-600);
|
|
976
775
|
}
|
|
977
|
-
.bg-red-50 {
|
|
776
|
+
.flowcore-root .bg-red-50 {
|
|
978
777
|
background-color: var(--color-red-50);
|
|
979
778
|
}
|
|
980
|
-
.bg-red-100 {
|
|
779
|
+
.flowcore-root .bg-red-100 {
|
|
981
780
|
background-color: var(--color-red-100);
|
|
982
781
|
}
|
|
983
|
-
.bg-slate-50 {
|
|
782
|
+
.flowcore-root .bg-slate-50 {
|
|
984
783
|
background-color: var(--color-slate-50);
|
|
985
784
|
}
|
|
986
|
-
.bg-slate-50\/30 {
|
|
785
|
+
.flowcore-root .bg-slate-50\/30 {
|
|
987
786
|
background-color: color-mix(in srgb, oklch(98.4% 0.003 247.858) 30%, transparent);
|
|
988
787
|
@supports (color: color-mix(in lab, red, red)) {
|
|
989
788
|
background-color: color-mix(in oklab, var(--color-slate-50) 30%, transparent);
|
|
990
789
|
}
|
|
991
790
|
}
|
|
992
|
-
.bg-slate-50\/50 {
|
|
791
|
+
.flowcore-root .bg-slate-50\/50 {
|
|
993
792
|
background-color: color-mix(in srgb, oklch(98.4% 0.003 247.858) 50%, transparent);
|
|
994
793
|
@supports (color: color-mix(in lab, red, red)) {
|
|
995
794
|
background-color: color-mix(in oklab, var(--color-slate-50) 50%, transparent);
|
|
996
795
|
}
|
|
997
796
|
}
|
|
998
|
-
.bg-slate-50\/60 {
|
|
797
|
+
.flowcore-root .bg-slate-50\/60 {
|
|
999
798
|
background-color: color-mix(in srgb, oklch(98.4% 0.003 247.858) 60%, transparent);
|
|
1000
799
|
@supports (color: color-mix(in lab, red, red)) {
|
|
1001
800
|
background-color: color-mix(in oklab, var(--color-slate-50) 60%, transparent);
|
|
1002
801
|
}
|
|
1003
802
|
}
|
|
1004
|
-
.bg-slate-50\/70 {
|
|
803
|
+
.flowcore-root .bg-slate-50\/70 {
|
|
1005
804
|
background-color: color-mix(in srgb, oklch(98.4% 0.003 247.858) 70%, transparent);
|
|
1006
805
|
@supports (color: color-mix(in lab, red, red)) {
|
|
1007
806
|
background-color: color-mix(in oklab, var(--color-slate-50) 70%, transparent);
|
|
1008
807
|
}
|
|
1009
808
|
}
|
|
1010
|
-
.bg-slate-100 {
|
|
809
|
+
.flowcore-root .bg-slate-100 {
|
|
1011
810
|
background-color: var(--color-slate-100);
|
|
1012
811
|
}
|
|
1013
|
-
.bg-slate-200 {
|
|
812
|
+
.flowcore-root .bg-slate-200 {
|
|
1014
813
|
background-color: var(--color-slate-200);
|
|
1015
814
|
}
|
|
1016
|
-
.bg-slate-900\/50 {
|
|
815
|
+
.flowcore-root .bg-slate-900\/50 {
|
|
1017
816
|
background-color: color-mix(in srgb, oklch(20.8% 0.042 265.755) 50%, transparent);
|
|
1018
817
|
@supports (color: color-mix(in lab, red, red)) {
|
|
1019
818
|
background-color: color-mix(in oklab, var(--color-slate-900) 50%, transparent);
|
|
1020
819
|
}
|
|
1021
820
|
}
|
|
1022
|
-
.bg-white {
|
|
821
|
+
.flowcore-root .bg-white {
|
|
1023
822
|
background-color: var(--color-white);
|
|
1024
823
|
}
|
|
1025
|
-
.bg-zinc-50 {
|
|
824
|
+
.flowcore-root .bg-zinc-50 {
|
|
1026
825
|
background-color: var(--color-zinc-50);
|
|
1027
826
|
}
|
|
1028
|
-
.stroke-\[2\.5\] {
|
|
827
|
+
.flowcore-root .stroke-\[2\.5\] {
|
|
1029
828
|
stroke-width: 2.5;
|
|
1030
829
|
}
|
|
1031
|
-
.p-2 {
|
|
830
|
+
.flowcore-root .p-2 {
|
|
1032
831
|
padding: calc(var(--spacing) * 2);
|
|
1033
832
|
}
|
|
1034
|
-
.p-2\.5 {
|
|
833
|
+
.flowcore-root .p-2\.5 {
|
|
1035
834
|
padding: calc(var(--spacing) * 2.5);
|
|
1036
835
|
}
|
|
1037
|
-
.p-3 {
|
|
836
|
+
.flowcore-root .p-3 {
|
|
1038
837
|
padding: calc(var(--spacing) * 3);
|
|
1039
838
|
}
|
|
1040
|
-
.p-4 {
|
|
839
|
+
.flowcore-root .p-4 {
|
|
1041
840
|
padding: calc(var(--spacing) * 4);
|
|
1042
841
|
}
|
|
1043
|
-
.p-5 {
|
|
842
|
+
.flowcore-root .p-5 {
|
|
1044
843
|
padding: calc(var(--spacing) * 5);
|
|
1045
844
|
}
|
|
1046
|
-
.p-6 {
|
|
845
|
+
.flowcore-root .p-6 {
|
|
1047
846
|
padding: calc(var(--spacing) * 6);
|
|
1048
847
|
}
|
|
1049
|
-
.p-8 {
|
|
848
|
+
.flowcore-root .p-8 {
|
|
1050
849
|
padding: calc(var(--spacing) * 8);
|
|
1051
850
|
}
|
|
1052
|
-
.px-1 {
|
|
851
|
+
.flowcore-root .px-1 {
|
|
1053
852
|
padding-inline: var(--spacing);
|
|
1054
853
|
}
|
|
1055
|
-
.px-1\.5 {
|
|
854
|
+
.flowcore-root .px-1\.5 {
|
|
1056
855
|
padding-inline: calc(var(--spacing) * 1.5);
|
|
1057
856
|
}
|
|
1058
|
-
.px-2 {
|
|
857
|
+
.flowcore-root .px-2 {
|
|
1059
858
|
padding-inline: calc(var(--spacing) * 2);
|
|
1060
859
|
}
|
|
1061
|
-
.px-2\.5 {
|
|
860
|
+
.flowcore-root .px-2\.5 {
|
|
1062
861
|
padding-inline: calc(var(--spacing) * 2.5);
|
|
1063
862
|
}
|
|
1064
|
-
.px-3 {
|
|
863
|
+
.flowcore-root .px-3 {
|
|
1065
864
|
padding-inline: calc(var(--spacing) * 3);
|
|
1066
865
|
}
|
|
1067
|
-
.px-3\.5 {
|
|
866
|
+
.flowcore-root .px-3\.5 {
|
|
1068
867
|
padding-inline: calc(var(--spacing) * 3.5);
|
|
1069
868
|
}
|
|
1070
|
-
.px-4 {
|
|
869
|
+
.flowcore-root .px-4 {
|
|
1071
870
|
padding-inline: calc(var(--spacing) * 4);
|
|
1072
871
|
}
|
|
1073
|
-
.px-5 {
|
|
872
|
+
.flowcore-root .px-5 {
|
|
1074
873
|
padding-inline: calc(var(--spacing) * 5);
|
|
1075
874
|
}
|
|
1076
|
-
.px-6 {
|
|
875
|
+
.flowcore-root .px-6 {
|
|
1077
876
|
padding-inline: calc(var(--spacing) * 6);
|
|
1078
877
|
}
|
|
1079
|
-
.px-8 {
|
|
878
|
+
.flowcore-root .px-8 {
|
|
1080
879
|
padding-inline: calc(var(--spacing) * 8);
|
|
1081
880
|
}
|
|
1082
|
-
.px-16 {
|
|
881
|
+
.flowcore-root .px-16 {
|
|
1083
882
|
padding-inline: calc(var(--spacing) * 16);
|
|
1084
883
|
}
|
|
1085
|
-
.px-\[14px\] {
|
|
884
|
+
.flowcore-root .px-\[14px\] {
|
|
1086
885
|
padding-inline: 14px;
|
|
1087
886
|
}
|
|
1088
|
-
.px-\[17px\] {
|
|
887
|
+
.flowcore-root .px-\[17px\] {
|
|
1089
888
|
padding-inline: 17px;
|
|
1090
889
|
}
|
|
1091
|
-
.px-\[23px\] {
|
|
890
|
+
.flowcore-root .px-\[23px\] {
|
|
1092
891
|
padding-inline: 23px;
|
|
1093
892
|
}
|
|
1094
|
-
.px-\[27px\] {
|
|
893
|
+
.flowcore-root .px-\[27px\] {
|
|
1095
894
|
padding-inline: 27px;
|
|
1096
895
|
}
|
|
1097
|
-
.py-0\.5 {
|
|
896
|
+
.flowcore-root .py-0\.5 {
|
|
1098
897
|
padding-block: calc(var(--spacing) * 0.5);
|
|
1099
898
|
}
|
|
1100
|
-
.py-1 {
|
|
899
|
+
.flowcore-root .py-1 {
|
|
1101
900
|
padding-block: var(--spacing);
|
|
1102
901
|
}
|
|
1103
|
-
.py-1\.5 {
|
|
902
|
+
.flowcore-root .py-1\.5 {
|
|
1104
903
|
padding-block: calc(var(--spacing) * 1.5);
|
|
1105
904
|
}
|
|
1106
|
-
.py-2 {
|
|
905
|
+
.flowcore-root .py-2 {
|
|
1107
906
|
padding-block: calc(var(--spacing) * 2);
|
|
1108
907
|
}
|
|
1109
|
-
.py-2\.5 {
|
|
908
|
+
.flowcore-root .py-2\.5 {
|
|
1110
909
|
padding-block: calc(var(--spacing) * 2.5);
|
|
1111
910
|
}
|
|
1112
|
-
.py-3 {
|
|
911
|
+
.flowcore-root .py-3 {
|
|
1113
912
|
padding-block: calc(var(--spacing) * 3);
|
|
1114
913
|
}
|
|
1115
|
-
.py-3\.5 {
|
|
914
|
+
.flowcore-root .py-3\.5 {
|
|
1116
915
|
padding-block: calc(var(--spacing) * 3.5);
|
|
1117
916
|
}
|
|
1118
|
-
.py-4 {
|
|
917
|
+
.flowcore-root .py-4 {
|
|
1119
918
|
padding-block: calc(var(--spacing) * 4);
|
|
1120
919
|
}
|
|
1121
|
-
.py-4\.5 {
|
|
920
|
+
.flowcore-root .py-4\.5 {
|
|
1122
921
|
padding-block: calc(var(--spacing) * 4.5);
|
|
1123
922
|
}
|
|
1124
|
-
.py-5 {
|
|
923
|
+
.flowcore-root .py-5 {
|
|
1125
924
|
padding-block: calc(var(--spacing) * 5);
|
|
1126
925
|
}
|
|
1127
|
-
.py-6 {
|
|
926
|
+
.flowcore-root .py-6 {
|
|
1128
927
|
padding-block: calc(var(--spacing) * 6);
|
|
1129
928
|
}
|
|
1130
|
-
.py-32 {
|
|
929
|
+
.flowcore-root .py-32 {
|
|
1131
930
|
padding-block: calc(var(--spacing) * 32);
|
|
1132
931
|
}
|
|
1133
|
-
.pt-3 {
|
|
932
|
+
.flowcore-root .pt-3 {
|
|
1134
933
|
padding-top: calc(var(--spacing) * 3);
|
|
1135
934
|
}
|
|
1136
|
-
.pt-4 {
|
|
935
|
+
.flowcore-root .pt-4 {
|
|
1137
936
|
padding-top: calc(var(--spacing) * 4);
|
|
1138
937
|
}
|
|
1139
|
-
.pt-\[18px\] {
|
|
938
|
+
.flowcore-root .pt-\[18px\] {
|
|
1140
939
|
padding-top: 18px;
|
|
1141
940
|
}
|
|
1142
|
-
.pt-\[31px\] {
|
|
941
|
+
.flowcore-root .pt-\[31px\] {
|
|
1143
942
|
padding-top: 31px;
|
|
1144
943
|
}
|
|
1145
|
-
.pr-2 {
|
|
944
|
+
.flowcore-root .pr-2 {
|
|
1146
945
|
padding-right: calc(var(--spacing) * 2);
|
|
1147
946
|
}
|
|
1148
|
-
.pr-4 {
|
|
947
|
+
.flowcore-root .pr-4 {
|
|
1149
948
|
padding-right: calc(var(--spacing) * 4);
|
|
1150
949
|
}
|
|
1151
|
-
.pb-3 {
|
|
950
|
+
.flowcore-root .pb-3 {
|
|
1152
951
|
padding-bottom: calc(var(--spacing) * 3);
|
|
1153
952
|
}
|
|
1154
|
-
.pb-4 {
|
|
953
|
+
.flowcore-root .pb-4 {
|
|
1155
954
|
padding-bottom: calc(var(--spacing) * 4);
|
|
1156
955
|
}
|
|
1157
|
-
.pb-\[30px\] {
|
|
956
|
+
.flowcore-root .pb-\[30px\] {
|
|
1158
957
|
padding-bottom: 30px;
|
|
1159
958
|
}
|
|
1160
|
-
.pb-\[34px\] {
|
|
959
|
+
.flowcore-root .pb-\[34px\] {
|
|
1161
960
|
padding-bottom: 34px;
|
|
1162
961
|
}
|
|
1163
|
-
.pl-3\.5 {
|
|
962
|
+
.flowcore-root .pl-3\.5 {
|
|
1164
963
|
padding-left: calc(var(--spacing) * 3.5);
|
|
1165
964
|
}
|
|
1166
|
-
.pl-10 {
|
|
965
|
+
.flowcore-root .pl-10 {
|
|
1167
966
|
padding-left: calc(var(--spacing) * 10);
|
|
1168
967
|
}
|
|
1169
|
-
.pl-11 {
|
|
968
|
+
.flowcore-root .pl-11 {
|
|
1170
969
|
padding-left: calc(var(--spacing) * 11);
|
|
1171
970
|
}
|
|
1172
|
-
.pl-\[4px\] {
|
|
971
|
+
.flowcore-root .pl-\[4px\] {
|
|
1173
972
|
padding-left: 4px;
|
|
1174
973
|
}
|
|
1175
|
-
.text-center {
|
|
974
|
+
.flowcore-root .text-center {
|
|
1176
975
|
text-align: center;
|
|
1177
976
|
}
|
|
1178
|
-
.text-left {
|
|
977
|
+
.flowcore-root .text-left {
|
|
1179
978
|
text-align: left;
|
|
1180
979
|
}
|
|
1181
|
-
.font-mono {
|
|
980
|
+
.flowcore-root .font-mono {
|
|
1182
981
|
font-family: var(--font-mono);
|
|
1183
982
|
}
|
|
1184
|
-
.font-sans {
|
|
983
|
+
.flowcore-root .font-sans {
|
|
1185
984
|
font-family: var(--font-sans);
|
|
1186
985
|
}
|
|
1187
|
-
.text-2xl {
|
|
986
|
+
.flowcore-root .text-2xl {
|
|
1188
987
|
font-size: var(--text-2xl);
|
|
1189
988
|
line-height: var(--tw-leading, var(--text-2xl--line-height));
|
|
1190
989
|
}
|
|
1191
|
-
.text-3xl {
|
|
990
|
+
.flowcore-root .text-3xl {
|
|
1192
991
|
font-size: var(--text-3xl);
|
|
1193
992
|
line-height: var(--tw-leading, var(--text-3xl--line-height));
|
|
1194
993
|
}
|
|
1195
|
-
.text-base {
|
|
994
|
+
.flowcore-root .text-base {
|
|
1196
995
|
font-size: var(--text-base);
|
|
1197
996
|
line-height: var(--tw-leading, var(--text-base--line-height));
|
|
1198
997
|
}
|
|
1199
|
-
.text-lg {
|
|
998
|
+
.flowcore-root .text-lg {
|
|
1200
999
|
font-size: var(--text-lg);
|
|
1201
1000
|
line-height: var(--tw-leading, var(--text-lg--line-height));
|
|
1202
1001
|
}
|
|
1203
|
-
.text-sm {
|
|
1002
|
+
.flowcore-root .text-sm {
|
|
1204
1003
|
font-size: var(--text-sm);
|
|
1205
1004
|
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
1206
1005
|
}
|
|
1207
|
-
.text-xl {
|
|
1006
|
+
.flowcore-root .text-xl {
|
|
1208
1007
|
font-size: var(--text-xl);
|
|
1209
1008
|
line-height: var(--tw-leading, var(--text-xl--line-height));
|
|
1210
1009
|
}
|
|
1211
|
-
.text-xs {
|
|
1010
|
+
.flowcore-root .text-xs {
|
|
1212
1011
|
font-size: var(--text-xs);
|
|
1213
1012
|
line-height: var(--tw-leading, var(--text-xs--line-height));
|
|
1214
1013
|
}
|
|
1215
|
-
.text-\[9px\] {
|
|
1014
|
+
.flowcore-root .text-\[9px\] {
|
|
1216
1015
|
font-size: 9px;
|
|
1217
1016
|
}
|
|
1218
|
-
.text-\[10px\] {
|
|
1017
|
+
.flowcore-root .text-\[10px\] {
|
|
1219
1018
|
font-size: 10px;
|
|
1220
1019
|
}
|
|
1221
|
-
.text-\[11px\] {
|
|
1020
|
+
.flowcore-root .text-\[11px\] {
|
|
1222
1021
|
font-size: 11px;
|
|
1223
1022
|
}
|
|
1224
|
-
.text-\[12px\] {
|
|
1023
|
+
.flowcore-root .text-\[12px\] {
|
|
1225
1024
|
font-size: 12px;
|
|
1226
1025
|
}
|
|
1227
|
-
.text-\[13px\] {
|
|
1026
|
+
.flowcore-root .text-\[13px\] {
|
|
1228
1027
|
font-size: 13px;
|
|
1229
1028
|
}
|
|
1230
|
-
.text-\[14px\] {
|
|
1029
|
+
.flowcore-root .text-\[14px\] {
|
|
1231
1030
|
font-size: 14px;
|
|
1232
1031
|
}
|
|
1233
|
-
.text-\[16px\] {
|
|
1032
|
+
.flowcore-root .text-\[16px\] {
|
|
1234
1033
|
font-size: 16px;
|
|
1235
1034
|
}
|
|
1236
|
-
.text-\[18px\] {
|
|
1035
|
+
.flowcore-root .text-\[18px\] {
|
|
1237
1036
|
font-size: 18px;
|
|
1238
1037
|
}
|
|
1239
|
-
.text-\[30px\] {
|
|
1038
|
+
.flowcore-root .text-\[30px\] {
|
|
1240
1039
|
font-size: 30px;
|
|
1241
1040
|
}
|
|
1242
|
-
.leading-8 {
|
|
1041
|
+
.flowcore-root .leading-8 {
|
|
1243
1042
|
--tw-leading: calc(var(--spacing) * 8);
|
|
1244
1043
|
line-height: calc(var(--spacing) * 8);
|
|
1245
1044
|
}
|
|
1246
|
-
.leading-10 {
|
|
1045
|
+
.flowcore-root .leading-10 {
|
|
1247
1046
|
--tw-leading: calc(var(--spacing) * 10);
|
|
1248
1047
|
line-height: calc(var(--spacing) * 10);
|
|
1249
1048
|
}
|
|
1250
|
-
.leading-\[20px\] {
|
|
1049
|
+
.flowcore-root .leading-\[20px\] {
|
|
1251
1050
|
--tw-leading: 20px;
|
|
1252
1051
|
line-height: 20px;
|
|
1253
1052
|
}
|
|
1254
|
-
.leading-\[22px\] {
|
|
1053
|
+
.flowcore-root .leading-\[22px\] {
|
|
1255
1054
|
--tw-leading: 22px;
|
|
1256
1055
|
line-height: 22px;
|
|
1257
1056
|
}
|
|
1258
|
-
.leading-tight {
|
|
1057
|
+
.flowcore-root .leading-tight {
|
|
1259
1058
|
--tw-leading: var(--leading-tight);
|
|
1260
1059
|
line-height: var(--leading-tight);
|
|
1261
1060
|
}
|
|
1262
|
-
.font-bold {
|
|
1061
|
+
.flowcore-root .font-bold {
|
|
1263
1062
|
--tw-font-weight: var(--font-weight-bold);
|
|
1264
1063
|
font-weight: var(--font-weight-bold);
|
|
1265
1064
|
}
|
|
1266
|
-
.font-extrabold {
|
|
1065
|
+
.flowcore-root .font-extrabold {
|
|
1267
1066
|
--tw-font-weight: var(--font-weight-extrabold);
|
|
1268
1067
|
font-weight: var(--font-weight-extrabold);
|
|
1269
1068
|
}
|
|
1270
|
-
.font-medium {
|
|
1069
|
+
.flowcore-root .font-medium {
|
|
1271
1070
|
--tw-font-weight: var(--font-weight-medium);
|
|
1272
1071
|
font-weight: var(--font-weight-medium);
|
|
1273
1072
|
}
|
|
1274
|
-
.font-normal {
|
|
1073
|
+
.flowcore-root .font-normal {
|
|
1275
1074
|
--tw-font-weight: var(--font-weight-normal);
|
|
1276
1075
|
font-weight: var(--font-weight-normal);
|
|
1277
1076
|
}
|
|
1278
|
-
.font-semibold {
|
|
1077
|
+
.flowcore-root .font-semibold {
|
|
1279
1078
|
--tw-font-weight: var(--font-weight-semibold);
|
|
1280
1079
|
font-weight: var(--font-weight-semibold);
|
|
1281
1080
|
}
|
|
1282
|
-
.tracking-\[0\.2px\] {
|
|
1081
|
+
.flowcore-root .tracking-\[0\.2px\] {
|
|
1283
1082
|
--tw-tracking: 0.2px;
|
|
1284
1083
|
letter-spacing: 0.2px;
|
|
1285
1084
|
}
|
|
1286
|
-
.tracking-tight {
|
|
1085
|
+
.flowcore-root .tracking-tight {
|
|
1287
1086
|
--tw-tracking: var(--tracking-tight);
|
|
1288
1087
|
letter-spacing: var(--tracking-tight);
|
|
1289
1088
|
}
|
|
1290
|
-
.tracking-wide {
|
|
1089
|
+
.flowcore-root .tracking-wide {
|
|
1291
1090
|
--tw-tracking: var(--tracking-wide);
|
|
1292
1091
|
letter-spacing: var(--tracking-wide);
|
|
1293
1092
|
}
|
|
1294
|
-
.tracking-wider {
|
|
1093
|
+
.flowcore-root .tracking-wider {
|
|
1295
1094
|
--tw-tracking: var(--tracking-wider);
|
|
1296
1095
|
letter-spacing: var(--tracking-wider);
|
|
1297
1096
|
}
|
|
1298
|
-
.whitespace-nowrap {
|
|
1097
|
+
.flowcore-root .whitespace-nowrap {
|
|
1299
1098
|
white-space: nowrap;
|
|
1300
1099
|
}
|
|
1301
|
-
.text-\[\#1E293B\] {
|
|
1100
|
+
.flowcore-root .text-\[\#1E293B\] {
|
|
1302
1101
|
color: #1E293B;
|
|
1303
1102
|
}
|
|
1304
|
-
.text-\[\#2D3A58\] {
|
|
1103
|
+
.flowcore-root .text-\[\#2D3A58\] {
|
|
1305
1104
|
color: #2D3A58;
|
|
1306
1105
|
}
|
|
1307
|
-
.text-\[\#3C4D74\] {
|
|
1106
|
+
.flowcore-root .text-\[\#3C4D74\] {
|
|
1308
1107
|
color: #3C4D74;
|
|
1309
1108
|
}
|
|
1310
|
-
.text-\[\#101318\] {
|
|
1109
|
+
.flowcore-root .text-\[\#101318\] {
|
|
1311
1110
|
color: #101318;
|
|
1312
1111
|
}
|
|
1313
|
-
.text-\[\#273657\] {
|
|
1112
|
+
.flowcore-root .text-\[\#273657\] {
|
|
1314
1113
|
color: #273657;
|
|
1315
1114
|
}
|
|
1316
|
-
.text-\[\#334155\] {
|
|
1115
|
+
.flowcore-root .text-\[\#334155\] {
|
|
1317
1116
|
color: #334155;
|
|
1318
1117
|
}
|
|
1319
|
-
.text-\[\#344261\] {
|
|
1118
|
+
.flowcore-root .text-\[\#344261\] {
|
|
1320
1119
|
color: #344261;
|
|
1321
1120
|
}
|
|
1322
|
-
.text-\[\#405170\] {
|
|
1121
|
+
.flowcore-root .text-\[\#405170\] {
|
|
1323
1122
|
color: #405170;
|
|
1324
1123
|
}
|
|
1325
|
-
.text-black {
|
|
1124
|
+
.flowcore-root .text-black {
|
|
1326
1125
|
color: var(--color-black);
|
|
1327
1126
|
}
|
|
1328
|
-
.text-blue-600 {
|
|
1127
|
+
.flowcore-root .text-blue-600 {
|
|
1329
1128
|
color: var(--color-blue-600);
|
|
1330
1129
|
}
|
|
1331
|
-
.text-gray-400 {
|
|
1130
|
+
.flowcore-root .text-gray-400 {
|
|
1332
1131
|
color: var(--color-gray-400);
|
|
1333
1132
|
}
|
|
1334
|
-
.text-gray-500 {
|
|
1133
|
+
.flowcore-root .text-gray-500 {
|
|
1335
1134
|
color: var(--color-gray-500);
|
|
1336
1135
|
}
|
|
1337
|
-
.text-gray-600 {
|
|
1136
|
+
.flowcore-root .text-gray-600 {
|
|
1338
1137
|
color: var(--color-gray-600);
|
|
1339
1138
|
}
|
|
1340
|
-
.text-gray-700 {
|
|
1139
|
+
.flowcore-root .text-gray-700 {
|
|
1341
1140
|
color: var(--color-gray-700);
|
|
1342
1141
|
}
|
|
1343
|
-
.text-gray-800 {
|
|
1142
|
+
.flowcore-root .text-gray-800 {
|
|
1344
1143
|
color: var(--color-gray-800);
|
|
1345
1144
|
}
|
|
1346
|
-
.text-green-700 {
|
|
1145
|
+
.flowcore-root .text-green-700 {
|
|
1347
1146
|
color: var(--color-green-700);
|
|
1348
1147
|
}
|
|
1349
|
-
.text-indigo-600 {
|
|
1148
|
+
.flowcore-root .text-indigo-600 {
|
|
1350
1149
|
color: var(--color-indigo-600);
|
|
1351
1150
|
}
|
|
1352
|
-
.text-red-500 {
|
|
1151
|
+
.flowcore-root .text-red-500 {
|
|
1353
1152
|
color: var(--color-red-500);
|
|
1354
1153
|
}
|
|
1355
|
-
.text-red-600 {
|
|
1154
|
+
.flowcore-root .text-red-600 {
|
|
1356
1155
|
color: var(--color-red-600);
|
|
1357
1156
|
}
|
|
1358
|
-
.text-red-700 {
|
|
1157
|
+
.flowcore-root .text-red-700 {
|
|
1359
1158
|
color: var(--color-red-700);
|
|
1360
1159
|
}
|
|
1361
|
-
.text-slate-300 {
|
|
1160
|
+
.flowcore-root .text-slate-300 {
|
|
1362
1161
|
color: var(--color-slate-300);
|
|
1363
1162
|
}
|
|
1364
|
-
.text-slate-400 {
|
|
1163
|
+
.flowcore-root .text-slate-400 {
|
|
1365
1164
|
color: var(--color-slate-400);
|
|
1366
1165
|
}
|
|
1367
|
-
.text-slate-500 {
|
|
1166
|
+
.flowcore-root .text-slate-500 {
|
|
1368
1167
|
color: var(--color-slate-500);
|
|
1369
1168
|
}
|
|
1370
|
-
.text-slate-600 {
|
|
1169
|
+
.flowcore-root .text-slate-600 {
|
|
1371
1170
|
color: var(--color-slate-600);
|
|
1372
1171
|
}
|
|
1373
|
-
.text-slate-700 {
|
|
1172
|
+
.flowcore-root .text-slate-700 {
|
|
1374
1173
|
color: var(--color-slate-700);
|
|
1375
1174
|
}
|
|
1376
|
-
.text-slate-800 {
|
|
1175
|
+
.flowcore-root .text-slate-800 {
|
|
1377
1176
|
color: var(--color-slate-800);
|
|
1378
1177
|
}
|
|
1379
|
-
.text-slate-900 {
|
|
1178
|
+
.flowcore-root .text-slate-900 {
|
|
1380
1179
|
color: var(--color-slate-900);
|
|
1381
1180
|
}
|
|
1382
|
-
.text-white {
|
|
1181
|
+
.flowcore-root .text-white {
|
|
1383
1182
|
color: var(--color-white);
|
|
1384
1183
|
}
|
|
1385
|
-
.text-zinc-600 {
|
|
1184
|
+
.flowcore-root .text-zinc-600 {
|
|
1386
1185
|
color: var(--color-zinc-600);
|
|
1387
1186
|
}
|
|
1388
|
-
.text-zinc-950 {
|
|
1187
|
+
.flowcore-root .text-zinc-950 {
|
|
1389
1188
|
color: var(--color-zinc-950);
|
|
1390
1189
|
}
|
|
1391
|
-
.capitalize {
|
|
1190
|
+
.flowcore-root .capitalize {
|
|
1392
1191
|
text-transform: capitalize;
|
|
1393
1192
|
}
|
|
1394
|
-
.uppercase {
|
|
1193
|
+
.flowcore-root .uppercase {
|
|
1395
1194
|
text-transform: uppercase;
|
|
1396
1195
|
}
|
|
1397
|
-
.antialiased {
|
|
1196
|
+
.flowcore-root .antialiased {
|
|
1398
1197
|
-webkit-font-smoothing: antialiased;
|
|
1399
1198
|
-moz-osx-font-smoothing: grayscale;
|
|
1400
1199
|
}
|
|
1401
|
-
.placeholder-slate-400 {
|
|
1200
|
+
.flowcore-root .placeholder-slate-400 {
|
|
1402
1201
|
&::-moz-placeholder {
|
|
1403
1202
|
color: var(--color-slate-400);
|
|
1404
1203
|
}
|
|
@@ -1406,13 +1205,13 @@
|
|
|
1406
1205
|
color: var(--color-slate-400);
|
|
1407
1206
|
}
|
|
1408
1207
|
}
|
|
1409
|
-
.opacity-0 {
|
|
1208
|
+
.flowcore-root .opacity-0 {
|
|
1410
1209
|
opacity: 0%;
|
|
1411
1210
|
}
|
|
1412
|
-
.opacity-100 {
|
|
1211
|
+
.flowcore-root .opacity-100 {
|
|
1413
1212
|
opacity: 100%;
|
|
1414
1213
|
}
|
|
1415
|
-
.shadow {
|
|
1214
|
+
.flowcore-root .shadow {
|
|
1416
1215
|
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
1417
1216
|
box-shadow:
|
|
1418
1217
|
var(--tw-inset-shadow),
|
|
@@ -1421,7 +1220,7 @@
|
|
|
1421
1220
|
var(--tw-ring-shadow),
|
|
1422
1221
|
var(--tw-shadow);
|
|
1423
1222
|
}
|
|
1424
|
-
.shadow-2xl {
|
|
1223
|
+
.flowcore-root .shadow-2xl {
|
|
1425
1224
|
--tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
|
|
1426
1225
|
box-shadow:
|
|
1427
1226
|
var(--tw-inset-shadow),
|
|
@@ -1430,7 +1229,7 @@
|
|
|
1430
1229
|
var(--tw-ring-shadow),
|
|
1431
1230
|
var(--tw-shadow);
|
|
1432
1231
|
}
|
|
1433
|
-
.shadow-\[0_2px_8px_rgba\(0\,0\,0\,0\.08\)\] {
|
|
1232
|
+
.flowcore-root .shadow-\[0_2px_8px_rgba\(0\,0\,0\,0\.08\)\] {
|
|
1434
1233
|
--tw-shadow: 0 2px 8px var(--tw-shadow-color, rgba(0,0,0,0.08));
|
|
1435
1234
|
box-shadow:
|
|
1436
1235
|
var(--tw-inset-shadow),
|
|
@@ -1439,7 +1238,7 @@
|
|
|
1439
1238
|
var(--tw-ring-shadow),
|
|
1440
1239
|
var(--tw-shadow);
|
|
1441
1240
|
}
|
|
1442
|
-
.shadow-md {
|
|
1241
|
+
.flowcore-root .shadow-md {
|
|
1443
1242
|
--tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
1444
1243
|
box-shadow:
|
|
1445
1244
|
var(--tw-inset-shadow),
|
|
@@ -1448,7 +1247,7 @@
|
|
|
1448
1247
|
var(--tw-ring-shadow),
|
|
1449
1248
|
var(--tw-shadow);
|
|
1450
1249
|
}
|
|
1451
|
-
.shadow-sm {
|
|
1250
|
+
.flowcore-root .shadow-sm {
|
|
1452
1251
|
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
1453
1252
|
box-shadow:
|
|
1454
1253
|
var(--tw-inset-shadow),
|
|
@@ -1457,7 +1256,7 @@
|
|
|
1457
1256
|
var(--tw-ring-shadow),
|
|
1458
1257
|
var(--tw-shadow);
|
|
1459
1258
|
}
|
|
1460
|
-
.ring-0 {
|
|
1259
|
+
.flowcore-root .ring-0 {
|
|
1461
1260
|
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
1462
1261
|
box-shadow:
|
|
1463
1262
|
var(--tw-inset-shadow),
|
|
@@ -1466,29 +1265,29 @@
|
|
|
1466
1265
|
var(--tw-ring-shadow),
|
|
1467
1266
|
var(--tw-shadow);
|
|
1468
1267
|
}
|
|
1469
|
-
.shadow-blue-500\/20 {
|
|
1268
|
+
.flowcore-root .shadow-blue-500\/20 {
|
|
1470
1269
|
--tw-shadow-color: color-mix(in srgb, oklch(62.3% 0.214 259.815) 20%, transparent);
|
|
1471
1270
|
@supports (color: color-mix(in lab, red, red)) {
|
|
1472
1271
|
--tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-blue-500) 20%, transparent) var(--tw-shadow-alpha), transparent);
|
|
1473
1272
|
}
|
|
1474
1273
|
}
|
|
1475
|
-
.shadow-indigo-500\/10 {
|
|
1274
|
+
.flowcore-root .shadow-indigo-500\/10 {
|
|
1476
1275
|
--tw-shadow-color: color-mix(in srgb, oklch(58.5% 0.233 277.117) 10%, transparent);
|
|
1477
1276
|
@supports (color: color-mix(in lab, red, red)) {
|
|
1478
1277
|
--tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-indigo-500) 10%, transparent) var(--tw-shadow-alpha), transparent);
|
|
1479
1278
|
}
|
|
1480
1279
|
}
|
|
1481
|
-
.shadow-indigo-500\/20 {
|
|
1280
|
+
.flowcore-root .shadow-indigo-500\/20 {
|
|
1482
1281
|
--tw-shadow-color: color-mix(in srgb, oklch(58.5% 0.233 277.117) 20%, transparent);
|
|
1483
1282
|
@supports (color: color-mix(in lab, red, red)) {
|
|
1484
1283
|
--tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-indigo-500) 20%, transparent) var(--tw-shadow-alpha), transparent);
|
|
1485
1284
|
}
|
|
1486
1285
|
}
|
|
1487
|
-
.backdrop-blur-sm {
|
|
1286
|
+
.flowcore-root .backdrop-blur-sm {
|
|
1488
1287
|
--tw-backdrop-blur: blur(var(--blur-sm));
|
|
1489
1288
|
backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
|
|
1490
1289
|
}
|
|
1491
|
-
.transition {
|
|
1290
|
+
.flowcore-root .transition {
|
|
1492
1291
|
transition-property:
|
|
1493
1292
|
color,
|
|
1494
1293
|
background-color,
|
|
@@ -1515,12 +1314,12 @@
|
|
|
1515
1314
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
1516
1315
|
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
1517
1316
|
}
|
|
1518
|
-
.transition-all {
|
|
1317
|
+
.flowcore-root .transition-all {
|
|
1519
1318
|
transition-property: all;
|
|
1520
1319
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
1521
1320
|
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
1522
1321
|
}
|
|
1523
|
-
.transition-colors {
|
|
1322
|
+
.flowcore-root .transition-colors {
|
|
1524
1323
|
transition-property:
|
|
1525
1324
|
color,
|
|
1526
1325
|
background-color,
|
|
@@ -1535,53 +1334,53 @@
|
|
|
1535
1334
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
1536
1335
|
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
1537
1336
|
}
|
|
1538
|
-
.transition-opacity {
|
|
1337
|
+
.flowcore-root .transition-opacity {
|
|
1539
1338
|
transition-property: opacity;
|
|
1540
1339
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
1541
1340
|
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
1542
1341
|
}
|
|
1543
|
-
.duration-150 {
|
|
1342
|
+
.flowcore-root .duration-150 {
|
|
1544
1343
|
--tw-duration: 150ms;
|
|
1545
1344
|
transition-duration: 150ms;
|
|
1546
1345
|
}
|
|
1547
|
-
.duration-200 {
|
|
1346
|
+
.flowcore-root .duration-200 {
|
|
1548
1347
|
--tw-duration: 200ms;
|
|
1549
1348
|
transition-duration: 200ms;
|
|
1550
1349
|
}
|
|
1551
|
-
.duration-300 {
|
|
1350
|
+
.flowcore-root .duration-300 {
|
|
1552
1351
|
--tw-duration: 300ms;
|
|
1553
1352
|
transition-duration: 300ms;
|
|
1554
1353
|
}
|
|
1555
|
-
.ease-in-out {
|
|
1354
|
+
.flowcore-root .ease-in-out {
|
|
1556
1355
|
--tw-ease: var(--ease-in-out);
|
|
1557
1356
|
transition-timing-function: var(--ease-in-out);
|
|
1558
1357
|
}
|
|
1559
|
-
.outline-none {
|
|
1358
|
+
.flowcore-root .outline-none {
|
|
1560
1359
|
--tw-outline-style: none;
|
|
1561
1360
|
outline-style: none;
|
|
1562
1361
|
}
|
|
1563
|
-
.select-none {
|
|
1362
|
+
.flowcore-root .select-none {
|
|
1564
1363
|
-webkit-user-select: none;
|
|
1565
1364
|
-moz-user-select: none;
|
|
1566
1365
|
user-select: none;
|
|
1567
1366
|
}
|
|
1568
|
-
.peer-checked\:bg-blue-600 {
|
|
1367
|
+
.flowcore-root .peer-checked\:bg-blue-600 {
|
|
1569
1368
|
&:is(:where(.peer):checked ~ *) {
|
|
1570
1369
|
background-color: var(--color-blue-600);
|
|
1571
1370
|
}
|
|
1572
1371
|
}
|
|
1573
|
-
.peer-checked\:bg-indigo-600 {
|
|
1372
|
+
.flowcore-root .peer-checked\:bg-indigo-600 {
|
|
1574
1373
|
&:is(:where(.peer):checked ~ *) {
|
|
1575
1374
|
background-color: var(--color-indigo-600);
|
|
1576
1375
|
}
|
|
1577
1376
|
}
|
|
1578
|
-
.peer-focus\:outline-none {
|
|
1377
|
+
.flowcore-root .peer-focus\:outline-none {
|
|
1579
1378
|
&:is(:where(.peer):focus ~ *) {
|
|
1580
1379
|
--tw-outline-style: none;
|
|
1581
1380
|
outline-style: none;
|
|
1582
1381
|
}
|
|
1583
1382
|
}
|
|
1584
|
-
.placeholder\:text-slate-400 {
|
|
1383
|
+
.flowcore-root .placeholder\:text-slate-400 {
|
|
1585
1384
|
&::-moz-placeholder {
|
|
1586
1385
|
color: var(--color-slate-400);
|
|
1587
1386
|
}
|
|
@@ -1589,80 +1388,80 @@
|
|
|
1589
1388
|
color: var(--color-slate-400);
|
|
1590
1389
|
}
|
|
1591
1390
|
}
|
|
1592
|
-
.after\:absolute {
|
|
1391
|
+
.flowcore-root .after\:absolute {
|
|
1593
1392
|
&::after {
|
|
1594
1393
|
content: var(--tw-content);
|
|
1595
1394
|
position: absolute;
|
|
1596
1395
|
}
|
|
1597
1396
|
}
|
|
1598
|
-
.after\:start-\[2px\] {
|
|
1397
|
+
.flowcore-root .after\:start-\[2px\] {
|
|
1599
1398
|
&::after {
|
|
1600
1399
|
content: var(--tw-content);
|
|
1601
1400
|
inset-inline-start: 2px;
|
|
1602
1401
|
}
|
|
1603
1402
|
}
|
|
1604
|
-
.after\:top-\[2px\] {
|
|
1403
|
+
.flowcore-root .after\:top-\[2px\] {
|
|
1605
1404
|
&::after {
|
|
1606
1405
|
content: var(--tw-content);
|
|
1607
1406
|
top: 2px;
|
|
1608
1407
|
}
|
|
1609
1408
|
}
|
|
1610
|
-
.after\:left-\[2px\] {
|
|
1409
|
+
.flowcore-root .after\:left-\[2px\] {
|
|
1611
1410
|
&::after {
|
|
1612
1411
|
content: var(--tw-content);
|
|
1613
1412
|
left: 2px;
|
|
1614
1413
|
}
|
|
1615
1414
|
}
|
|
1616
|
-
.after\:h-3\.5 {
|
|
1415
|
+
.flowcore-root .after\:h-3\.5 {
|
|
1617
1416
|
&::after {
|
|
1618
1417
|
content: var(--tw-content);
|
|
1619
1418
|
height: calc(var(--spacing) * 3.5);
|
|
1620
1419
|
}
|
|
1621
1420
|
}
|
|
1622
|
-
.after\:h-5 {
|
|
1421
|
+
.flowcore-root .after\:h-5 {
|
|
1623
1422
|
&::after {
|
|
1624
1423
|
content: var(--tw-content);
|
|
1625
1424
|
height: calc(var(--spacing) * 5);
|
|
1626
1425
|
}
|
|
1627
1426
|
}
|
|
1628
|
-
.after\:w-3\.5 {
|
|
1427
|
+
.flowcore-root .after\:w-3\.5 {
|
|
1629
1428
|
&::after {
|
|
1630
1429
|
content: var(--tw-content);
|
|
1631
1430
|
width: calc(var(--spacing) * 3.5);
|
|
1632
1431
|
}
|
|
1633
1432
|
}
|
|
1634
|
-
.after\:w-5 {
|
|
1433
|
+
.flowcore-root .after\:w-5 {
|
|
1635
1434
|
&::after {
|
|
1636
1435
|
content: var(--tw-content);
|
|
1637
1436
|
width: calc(var(--spacing) * 5);
|
|
1638
1437
|
}
|
|
1639
1438
|
}
|
|
1640
|
-
.after\:rounded-full {
|
|
1439
|
+
.flowcore-root .after\:rounded-full {
|
|
1641
1440
|
&::after {
|
|
1642
1441
|
content: var(--tw-content);
|
|
1643
1442
|
border-radius: calc(infinity * 1px);
|
|
1644
1443
|
}
|
|
1645
1444
|
}
|
|
1646
|
-
.after\:border {
|
|
1445
|
+
.flowcore-root .after\:border {
|
|
1647
1446
|
&::after {
|
|
1648
1447
|
content: var(--tw-content);
|
|
1649
1448
|
border-style: var(--tw-border-style);
|
|
1650
1449
|
border-width: 1px;
|
|
1651
1450
|
}
|
|
1652
1451
|
}
|
|
1653
|
-
.after\:border-slate-300 {
|
|
1452
|
+
.flowcore-root .after\:border-slate-300 {
|
|
1654
1453
|
&::after {
|
|
1655
1454
|
content: var(--tw-content);
|
|
1656
1455
|
border-color: var(--color-slate-300);
|
|
1657
1456
|
}
|
|
1658
1457
|
}
|
|
1659
|
-
.after\:bg-white {
|
|
1458
|
+
.flowcore-root .after\:bg-white {
|
|
1660
1459
|
&::after {
|
|
1661
1460
|
content: var(--tw-content);
|
|
1662
1461
|
background-color: var(--color-white);
|
|
1663
1462
|
}
|
|
1664
1463
|
}
|
|
1665
|
-
.after\:transition-all {
|
|
1464
|
+
.flowcore-root .after\:transition-all {
|
|
1666
1465
|
&::after {
|
|
1667
1466
|
content: var(--tw-content);
|
|
1668
1467
|
transition-property: all;
|
|
@@ -1670,13 +1469,13 @@
|
|
|
1670
1469
|
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
1671
1470
|
}
|
|
1672
1471
|
}
|
|
1673
|
-
.after\:content-\[\'\'\] {
|
|
1472
|
+
.flowcore-root .after\:content-\[\'\'\] {
|
|
1674
1473
|
&::after {
|
|
1675
1474
|
--tw-content: "";
|
|
1676
1475
|
content: var(--tw-content);
|
|
1677
1476
|
}
|
|
1678
1477
|
}
|
|
1679
|
-
.peer-checked\:after\:translate-x-full {
|
|
1478
|
+
.flowcore-root .peer-checked\:after\:translate-x-full {
|
|
1680
1479
|
&:is(:where(.peer):checked ~ *) {
|
|
1681
1480
|
&::after {
|
|
1682
1481
|
content: var(--tw-content);
|
|
@@ -1685,7 +1484,7 @@
|
|
|
1685
1484
|
}
|
|
1686
1485
|
}
|
|
1687
1486
|
}
|
|
1688
|
-
.peer-checked\:after\:border-white {
|
|
1487
|
+
.flowcore-root .peer-checked\:after\:border-white {
|
|
1689
1488
|
&:is(:where(.peer):checked ~ *) {
|
|
1690
1489
|
&::after {
|
|
1691
1490
|
content: var(--tw-content);
|
|
@@ -1693,7 +1492,7 @@
|
|
|
1693
1492
|
}
|
|
1694
1493
|
}
|
|
1695
1494
|
}
|
|
1696
|
-
.hover\:scale-105 {
|
|
1495
|
+
.flowcore-root .hover\:scale-105 {
|
|
1697
1496
|
&:hover {
|
|
1698
1497
|
@media (hover: hover) {
|
|
1699
1498
|
--tw-scale-x: 105%;
|
|
@@ -1703,42 +1502,42 @@
|
|
|
1703
1502
|
}
|
|
1704
1503
|
}
|
|
1705
1504
|
}
|
|
1706
|
-
.hover\:border-transparent {
|
|
1505
|
+
.flowcore-root .hover\:border-transparent {
|
|
1707
1506
|
&:hover {
|
|
1708
1507
|
@media (hover: hover) {
|
|
1709
1508
|
border-color: transparent;
|
|
1710
1509
|
}
|
|
1711
1510
|
}
|
|
1712
1511
|
}
|
|
1713
|
-
.hover\:bg-\[\#383838\] {
|
|
1512
|
+
.flowcore-root .hover\:bg-\[\#383838\] {
|
|
1714
1513
|
&:hover {
|
|
1715
1514
|
@media (hover: hover) {
|
|
1716
1515
|
background-color: #383838;
|
|
1717
1516
|
}
|
|
1718
1517
|
}
|
|
1719
1518
|
}
|
|
1720
|
-
.hover\:bg-\[\#F3F5F9\] {
|
|
1519
|
+
.flowcore-root .hover\:bg-\[\#F3F5F9\] {
|
|
1721
1520
|
&:hover {
|
|
1722
1521
|
@media (hover: hover) {
|
|
1723
1522
|
background-color: #F3F5F9;
|
|
1724
1523
|
}
|
|
1725
1524
|
}
|
|
1726
1525
|
}
|
|
1727
|
-
.hover\:bg-\[\#F6F8FC\] {
|
|
1526
|
+
.flowcore-root .hover\:bg-\[\#F6F8FC\] {
|
|
1728
1527
|
&:hover {
|
|
1729
1528
|
@media (hover: hover) {
|
|
1730
1529
|
background-color: #F6F8FC;
|
|
1731
1530
|
}
|
|
1732
1531
|
}
|
|
1733
1532
|
}
|
|
1734
|
-
.hover\:bg-\[\#F7F8FC\] {
|
|
1533
|
+
.flowcore-root .hover\:bg-\[\#F7F8FC\] {
|
|
1735
1534
|
&:hover {
|
|
1736
1535
|
@media (hover: hover) {
|
|
1737
1536
|
background-color: #F7F8FC;
|
|
1738
1537
|
}
|
|
1739
1538
|
}
|
|
1740
1539
|
}
|
|
1741
|
-
.hover\:bg-black\/\[\.04\] {
|
|
1540
|
+
.flowcore-root .hover\:bg-black\/\[\.04\] {
|
|
1742
1541
|
&:hover {
|
|
1743
1542
|
@media (hover: hover) {
|
|
1744
1543
|
background-color: color-mix(in srgb, #000 4%, transparent);
|
|
@@ -1748,49 +1547,49 @@
|
|
|
1748
1547
|
}
|
|
1749
1548
|
}
|
|
1750
1549
|
}
|
|
1751
|
-
.hover\:bg-blue-700 {
|
|
1550
|
+
.flowcore-root .hover\:bg-blue-700 {
|
|
1752
1551
|
&:hover {
|
|
1753
1552
|
@media (hover: hover) {
|
|
1754
1553
|
background-color: var(--color-blue-700);
|
|
1755
1554
|
}
|
|
1756
1555
|
}
|
|
1757
1556
|
}
|
|
1758
|
-
.hover\:bg-gray-50 {
|
|
1557
|
+
.flowcore-root .hover\:bg-gray-50 {
|
|
1759
1558
|
&:hover {
|
|
1760
1559
|
@media (hover: hover) {
|
|
1761
1560
|
background-color: var(--color-gray-50);
|
|
1762
1561
|
}
|
|
1763
1562
|
}
|
|
1764
1563
|
}
|
|
1765
|
-
.hover\:bg-gray-100 {
|
|
1564
|
+
.flowcore-root .hover\:bg-gray-100 {
|
|
1766
1565
|
&:hover {
|
|
1767
1566
|
@media (hover: hover) {
|
|
1768
1567
|
background-color: var(--color-gray-100);
|
|
1769
1568
|
}
|
|
1770
1569
|
}
|
|
1771
1570
|
}
|
|
1772
|
-
.hover\:bg-gray-200 {
|
|
1571
|
+
.flowcore-root .hover\:bg-gray-200 {
|
|
1773
1572
|
&:hover {
|
|
1774
1573
|
@media (hover: hover) {
|
|
1775
1574
|
background-color: var(--color-gray-200);
|
|
1776
1575
|
}
|
|
1777
1576
|
}
|
|
1778
1577
|
}
|
|
1779
|
-
.hover\:bg-indigo-700 {
|
|
1578
|
+
.flowcore-root .hover\:bg-indigo-700 {
|
|
1780
1579
|
&:hover {
|
|
1781
1580
|
@media (hover: hover) {
|
|
1782
1581
|
background-color: var(--color-indigo-700);
|
|
1783
1582
|
}
|
|
1784
1583
|
}
|
|
1785
1584
|
}
|
|
1786
|
-
.hover\:bg-slate-50 {
|
|
1585
|
+
.flowcore-root .hover\:bg-slate-50 {
|
|
1787
1586
|
&:hover {
|
|
1788
1587
|
@media (hover: hover) {
|
|
1789
1588
|
background-color: var(--color-slate-50);
|
|
1790
1589
|
}
|
|
1791
1590
|
}
|
|
1792
1591
|
}
|
|
1793
|
-
.hover\:bg-slate-50\/40 {
|
|
1592
|
+
.flowcore-root .hover\:bg-slate-50\/40 {
|
|
1794
1593
|
&:hover {
|
|
1795
1594
|
@media (hover: hover) {
|
|
1796
1595
|
background-color: color-mix(in srgb, oklch(98.4% 0.003 247.858) 40%, transparent);
|
|
@@ -1800,7 +1599,7 @@
|
|
|
1800
1599
|
}
|
|
1801
1600
|
}
|
|
1802
1601
|
}
|
|
1803
|
-
.hover\:bg-slate-50\/50 {
|
|
1602
|
+
.flowcore-root .hover\:bg-slate-50\/50 {
|
|
1804
1603
|
&:hover {
|
|
1805
1604
|
@media (hover: hover) {
|
|
1806
1605
|
background-color: color-mix(in srgb, oklch(98.4% 0.003 247.858) 50%, transparent);
|
|
@@ -1810,14 +1609,14 @@
|
|
|
1810
1609
|
}
|
|
1811
1610
|
}
|
|
1812
1611
|
}
|
|
1813
|
-
.hover\:bg-slate-100 {
|
|
1612
|
+
.flowcore-root .hover\:bg-slate-100 {
|
|
1814
1613
|
&:hover {
|
|
1815
1614
|
@media (hover: hover) {
|
|
1816
1615
|
background-color: var(--color-slate-100);
|
|
1817
1616
|
}
|
|
1818
1617
|
}
|
|
1819
1618
|
}
|
|
1820
|
-
.hover\:bg-slate-100\/50 {
|
|
1619
|
+
.flowcore-root .hover\:bg-slate-100\/50 {
|
|
1821
1620
|
&:hover {
|
|
1822
1621
|
@media (hover: hover) {
|
|
1823
1622
|
background-color: color-mix(in srgb, oklch(96.8% 0.007 247.896) 50%, transparent);
|
|
@@ -1827,42 +1626,42 @@
|
|
|
1827
1626
|
}
|
|
1828
1627
|
}
|
|
1829
1628
|
}
|
|
1830
|
-
.hover\:text-indigo-600 {
|
|
1629
|
+
.flowcore-root .hover\:text-indigo-600 {
|
|
1831
1630
|
&:hover {
|
|
1832
1631
|
@media (hover: hover) {
|
|
1833
1632
|
color: var(--color-indigo-600);
|
|
1834
1633
|
}
|
|
1835
1634
|
}
|
|
1836
1635
|
}
|
|
1837
|
-
.hover\:text-red-500 {
|
|
1636
|
+
.flowcore-root .hover\:text-red-500 {
|
|
1838
1637
|
&:hover {
|
|
1839
1638
|
@media (hover: hover) {
|
|
1840
1639
|
color: var(--color-red-500);
|
|
1841
1640
|
}
|
|
1842
1641
|
}
|
|
1843
1642
|
}
|
|
1844
|
-
.hover\:text-slate-600 {
|
|
1643
|
+
.flowcore-root .hover\:text-slate-600 {
|
|
1845
1644
|
&:hover {
|
|
1846
1645
|
@media (hover: hover) {
|
|
1847
1646
|
color: var(--color-slate-600);
|
|
1848
1647
|
}
|
|
1849
1648
|
}
|
|
1850
1649
|
}
|
|
1851
|
-
.hover\:text-slate-900 {
|
|
1650
|
+
.flowcore-root .hover\:text-slate-900 {
|
|
1852
1651
|
&:hover {
|
|
1853
1652
|
@media (hover: hover) {
|
|
1854
1653
|
color: var(--color-slate-900);
|
|
1855
1654
|
}
|
|
1856
1655
|
}
|
|
1857
1656
|
}
|
|
1858
|
-
.hover\:underline {
|
|
1657
|
+
.flowcore-root .hover\:underline {
|
|
1859
1658
|
&:hover {
|
|
1860
1659
|
@media (hover: hover) {
|
|
1861
1660
|
text-decoration-line: underline;
|
|
1862
1661
|
}
|
|
1863
1662
|
}
|
|
1864
1663
|
}
|
|
1865
|
-
.hover\:shadow-lg {
|
|
1664
|
+
.flowcore-root .hover\:shadow-lg {
|
|
1866
1665
|
&:hover {
|
|
1867
1666
|
@media (hover: hover) {
|
|
1868
1667
|
--tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
@@ -1875,7 +1674,7 @@
|
|
|
1875
1674
|
}
|
|
1876
1675
|
}
|
|
1877
1676
|
}
|
|
1878
|
-
.hover\:shadow-blue-500\/30 {
|
|
1677
|
+
.flowcore-root .hover\:shadow-blue-500\/30 {
|
|
1879
1678
|
&:hover {
|
|
1880
1679
|
@media (hover: hover) {
|
|
1881
1680
|
--tw-shadow-color: color-mix(in srgb, oklch(62.3% 0.214 259.815) 30%, transparent);
|
|
@@ -1885,7 +1684,7 @@
|
|
|
1885
1684
|
}
|
|
1886
1685
|
}
|
|
1887
1686
|
}
|
|
1888
|
-
.hover\:shadow-indigo-500\/30 {
|
|
1687
|
+
.flowcore-root .hover\:shadow-indigo-500\/30 {
|
|
1889
1688
|
&:hover {
|
|
1890
1689
|
@media (hover: hover) {
|
|
1891
1690
|
--tw-shadow-color: color-mix(in srgb, oklch(58.5% 0.233 277.117) 30%, transparent);
|
|
@@ -1895,17 +1694,17 @@
|
|
|
1895
1694
|
}
|
|
1896
1695
|
}
|
|
1897
1696
|
}
|
|
1898
|
-
.focus\:border-blue-500 {
|
|
1697
|
+
.flowcore-root .focus\:border-blue-500 {
|
|
1899
1698
|
&:focus {
|
|
1900
1699
|
border-color: var(--color-blue-500);
|
|
1901
1700
|
}
|
|
1902
1701
|
}
|
|
1903
|
-
.focus\:border-indigo-500 {
|
|
1702
|
+
.flowcore-root .focus\:border-indigo-500 {
|
|
1904
1703
|
&:focus {
|
|
1905
1704
|
border-color: var(--color-indigo-500);
|
|
1906
1705
|
}
|
|
1907
1706
|
}
|
|
1908
|
-
.focus\:ring-2 {
|
|
1707
|
+
.flowcore-root .focus\:ring-2 {
|
|
1909
1708
|
&:focus {
|
|
1910
1709
|
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
1911
1710
|
box-shadow:
|
|
@@ -1916,7 +1715,7 @@
|
|
|
1916
1715
|
var(--tw-shadow);
|
|
1917
1716
|
}
|
|
1918
1717
|
}
|
|
1919
|
-
.focus\:ring-4 {
|
|
1718
|
+
.flowcore-root .focus\:ring-4 {
|
|
1920
1719
|
&:focus {
|
|
1921
1720
|
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
1922
1721
|
box-shadow:
|
|
@@ -1927,17 +1726,17 @@
|
|
|
1927
1726
|
var(--tw-shadow);
|
|
1928
1727
|
}
|
|
1929
1728
|
}
|
|
1930
|
-
.focus\:ring-blue-100 {
|
|
1729
|
+
.flowcore-root .focus\:ring-blue-100 {
|
|
1931
1730
|
&:focus {
|
|
1932
1731
|
--tw-ring-color: var(--color-blue-100);
|
|
1933
1732
|
}
|
|
1934
1733
|
}
|
|
1935
|
-
.focus\:ring-blue-500 {
|
|
1734
|
+
.flowcore-root .focus\:ring-blue-500 {
|
|
1936
1735
|
&:focus {
|
|
1937
1736
|
--tw-ring-color: var(--color-blue-500);
|
|
1938
1737
|
}
|
|
1939
1738
|
}
|
|
1940
|
-
.focus\:ring-blue-500\/10 {
|
|
1739
|
+
.flowcore-root .focus\:ring-blue-500\/10 {
|
|
1941
1740
|
&:focus {
|
|
1942
1741
|
--tw-ring-color: color-mix(in srgb, oklch(62.3% 0.214 259.815) 10%, transparent);
|
|
1943
1742
|
@supports (color: color-mix(in lab, red, red)) {
|
|
@@ -1945,7 +1744,7 @@
|
|
|
1945
1744
|
}
|
|
1946
1745
|
}
|
|
1947
1746
|
}
|
|
1948
|
-
.focus\:ring-indigo-500\/10 {
|
|
1747
|
+
.flowcore-root .focus\:ring-indigo-500\/10 {
|
|
1949
1748
|
&:focus {
|
|
1950
1749
|
--tw-ring-color: color-mix(in srgb, oklch(58.5% 0.233 277.117) 10%, transparent);
|
|
1951
1750
|
@supports (color: color-mix(in lab, red, red)) {
|
|
@@ -1953,13 +1752,13 @@
|
|
|
1953
1752
|
}
|
|
1954
1753
|
}
|
|
1955
1754
|
}
|
|
1956
|
-
.focus\:outline-none {
|
|
1755
|
+
.flowcore-root .focus\:outline-none {
|
|
1957
1756
|
&:focus {
|
|
1958
1757
|
--tw-outline-style: none;
|
|
1959
1758
|
outline-style: none;
|
|
1960
1759
|
}
|
|
1961
1760
|
}
|
|
1962
|
-
.active\:scale-95 {
|
|
1761
|
+
.flowcore-root .active\:scale-95 {
|
|
1963
1762
|
&:active {
|
|
1964
1763
|
--tw-scale-x: 95%;
|
|
1965
1764
|
--tw-scale-y: 95%;
|
|
@@ -1967,62 +1766,62 @@
|
|
|
1967
1766
|
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
1968
1767
|
}
|
|
1969
1768
|
}
|
|
1970
|
-
.sm\:flex-row {
|
|
1769
|
+
.flowcore-root .sm\:flex-row {
|
|
1971
1770
|
@media (width >= 40rem) {
|
|
1972
1771
|
flex-direction: row;
|
|
1973
1772
|
}
|
|
1974
1773
|
}
|
|
1975
|
-
.sm\:items-center {
|
|
1774
|
+
.flowcore-root .sm\:items-center {
|
|
1976
1775
|
@media (width >= 40rem) {
|
|
1977
1776
|
align-items: center;
|
|
1978
1777
|
}
|
|
1979
1778
|
}
|
|
1980
|
-
.sm\:items-start {
|
|
1779
|
+
.flowcore-root .sm\:items-start {
|
|
1981
1780
|
@media (width >= 40rem) {
|
|
1982
1781
|
align-items: flex-start;
|
|
1983
1782
|
}
|
|
1984
1783
|
}
|
|
1985
|
-
.sm\:justify-between {
|
|
1784
|
+
.flowcore-root .sm\:justify-between {
|
|
1986
1785
|
@media (width >= 40rem) {
|
|
1987
1786
|
justify-content: space-between;
|
|
1988
1787
|
}
|
|
1989
1788
|
}
|
|
1990
|
-
.sm\:pr-2 {
|
|
1789
|
+
.flowcore-root .sm\:pr-2 {
|
|
1991
1790
|
@media (width >= 40rem) {
|
|
1992
1791
|
padding-right: calc(var(--spacing) * 2);
|
|
1993
1792
|
}
|
|
1994
1793
|
}
|
|
1995
|
-
.sm\:text-left {
|
|
1794
|
+
.flowcore-root .sm\:text-left {
|
|
1996
1795
|
@media (width >= 40rem) {
|
|
1997
1796
|
text-align: left;
|
|
1998
1797
|
}
|
|
1999
1798
|
}
|
|
2000
|
-
.md\:w-\[158px\] {
|
|
1799
|
+
.flowcore-root .md\:w-\[158px\] {
|
|
2001
1800
|
@media (width >= 48rem) {
|
|
2002
1801
|
width: 158px;
|
|
2003
1802
|
}
|
|
2004
1803
|
}
|
|
2005
|
-
.md\:grid-cols-2 {
|
|
1804
|
+
.flowcore-root .md\:grid-cols-2 {
|
|
2006
1805
|
@media (width >= 48rem) {
|
|
2007
1806
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
2008
1807
|
}
|
|
2009
1808
|
}
|
|
2010
|
-
.md\:grid-cols-3 {
|
|
1809
|
+
.flowcore-root .md\:grid-cols-3 {
|
|
2011
1810
|
@media (width >= 48rem) {
|
|
2012
1811
|
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
2013
1812
|
}
|
|
2014
1813
|
}
|
|
2015
|
-
.md\:p-6 {
|
|
1814
|
+
.flowcore-root .md\:p-6 {
|
|
2016
1815
|
@media (width >= 48rem) {
|
|
2017
1816
|
padding: calc(var(--spacing) * 6);
|
|
2018
1817
|
}
|
|
2019
1818
|
}
|
|
2020
|
-
.lg\:grid-cols-4 {
|
|
1819
|
+
.flowcore-root .lg\:grid-cols-4 {
|
|
2021
1820
|
@media (width >= 64rem) {
|
|
2022
1821
|
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
2023
1822
|
}
|
|
2024
1823
|
}
|
|
2025
|
-
.dark\:border-white\/\[\.145\] {
|
|
1824
|
+
.flowcore-root .dark\:border-white\/\[\.145\] {
|
|
2026
1825
|
@media (prefers-color-scheme: dark) {
|
|
2027
1826
|
border-color: color-mix(in srgb, #fff 14.499999999999998%, transparent);
|
|
2028
1827
|
@supports (color: color-mix(in lab, red, red)) {
|
|
@@ -2030,28 +1829,28 @@
|
|
|
2030
1829
|
}
|
|
2031
1830
|
}
|
|
2032
1831
|
}
|
|
2033
|
-
.dark\:bg-black {
|
|
1832
|
+
.flowcore-root .dark\:bg-black {
|
|
2034
1833
|
@media (prefers-color-scheme: dark) {
|
|
2035
1834
|
background-color: var(--color-black);
|
|
2036
1835
|
}
|
|
2037
1836
|
}
|
|
2038
|
-
.dark\:text-zinc-50 {
|
|
1837
|
+
.flowcore-root .dark\:text-zinc-50 {
|
|
2039
1838
|
@media (prefers-color-scheme: dark) {
|
|
2040
1839
|
color: var(--color-zinc-50);
|
|
2041
1840
|
}
|
|
2042
1841
|
}
|
|
2043
|
-
.dark\:text-zinc-400 {
|
|
1842
|
+
.flowcore-root .dark\:text-zinc-400 {
|
|
2044
1843
|
@media (prefers-color-scheme: dark) {
|
|
2045
1844
|
color: var(--color-zinc-400);
|
|
2046
1845
|
}
|
|
2047
1846
|
}
|
|
2048
|
-
.dark\:invert {
|
|
1847
|
+
.flowcore-root .dark\:invert {
|
|
2049
1848
|
@media (prefers-color-scheme: dark) {
|
|
2050
1849
|
--tw-invert: invert(100%);
|
|
2051
1850
|
filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
|
|
2052
1851
|
}
|
|
2053
1852
|
}
|
|
2054
|
-
.dark\:hover\:bg-\[\#1a1a1a\] {
|
|
1853
|
+
.flowcore-root .dark\:hover\:bg-\[\#1a1a1a\] {
|
|
2055
1854
|
@media (prefers-color-scheme: dark) {
|
|
2056
1855
|
&:hover {
|
|
2057
1856
|
@media (hover: hover) {
|
|
@@ -2060,7 +1859,7 @@
|
|
|
2060
1859
|
}
|
|
2061
1860
|
}
|
|
2062
1861
|
}
|
|
2063
|
-
.dark\:hover\:bg-\[\#ccc\] {
|
|
1862
|
+
.flowcore-root .dark\:hover\:bg-\[\#ccc\] {
|
|
2064
1863
|
@media (prefers-color-scheme: dark) {
|
|
2065
1864
|
&:hover {
|
|
2066
1865
|
@media (hover: hover) {
|