@tapcart/mobile-components 0.4.0 → 0.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/styles.css
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/*
|
|
2
2
|
! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com
|
|
3
|
-
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
/*
|
|
4
6
|
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
|
|
5
7
|
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
|
|
6
8
|
*/
|
|
@@ -8,10 +10,14 @@
|
|
|
8
10
|
*,
|
|
9
11
|
::before,
|
|
10
12
|
::after {
|
|
11
|
-
box-sizing: border-box;
|
|
12
|
-
|
|
13
|
-
border-
|
|
14
|
-
|
|
13
|
+
box-sizing: border-box;
|
|
14
|
+
/* 1 */
|
|
15
|
+
border-width: 0;
|
|
16
|
+
/* 2 */
|
|
17
|
+
border-style: solid;
|
|
18
|
+
/* 2 */
|
|
19
|
+
border-color: #e5e7eb;
|
|
20
|
+
/* 2 */
|
|
15
21
|
}
|
|
16
22
|
|
|
17
23
|
::before,
|
|
@@ -29,14 +35,21 @@
|
|
|
29
35
|
*/
|
|
30
36
|
|
|
31
37
|
html {
|
|
32
|
-
line-height: 1.5;
|
|
33
|
-
|
|
34
|
-
-
|
|
38
|
+
line-height: 1.5;
|
|
39
|
+
/* 1 */
|
|
40
|
+
-webkit-text-size-adjust: 100%;
|
|
41
|
+
/* 2 */
|
|
42
|
+
-moz-tab-size: 4;
|
|
43
|
+
/* 3 */
|
|
35
44
|
-o-tab-size: 4;
|
|
36
|
-
tab-size: 4;
|
|
37
|
-
|
|
38
|
-
font-
|
|
39
|
-
|
|
45
|
+
tab-size: 4;
|
|
46
|
+
/* 3 */
|
|
47
|
+
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
48
|
+
/* 4 */
|
|
49
|
+
font-feature-settings: normal;
|
|
50
|
+
/* 5 */
|
|
51
|
+
font-variation-settings: normal;
|
|
52
|
+
/* 6 */
|
|
40
53
|
}
|
|
41
54
|
|
|
42
55
|
/*
|
|
@@ -45,8 +58,10 @@ html {
|
|
|
45
58
|
*/
|
|
46
59
|
|
|
47
60
|
body {
|
|
48
|
-
margin: 0;
|
|
49
|
-
|
|
61
|
+
margin: 0;
|
|
62
|
+
/* 1 */
|
|
63
|
+
line-height: inherit;
|
|
64
|
+
/* 2 */
|
|
50
65
|
}
|
|
51
66
|
|
|
52
67
|
/*
|
|
@@ -56,9 +71,12 @@ body {
|
|
|
56
71
|
*/
|
|
57
72
|
|
|
58
73
|
hr {
|
|
59
|
-
height: 0;
|
|
60
|
-
|
|
61
|
-
|
|
74
|
+
height: 0;
|
|
75
|
+
/* 1 */
|
|
76
|
+
color: inherit;
|
|
77
|
+
/* 2 */
|
|
78
|
+
border-top-width: 1px;
|
|
79
|
+
/* 3 */
|
|
62
80
|
}
|
|
63
81
|
|
|
64
82
|
/*
|
|
@@ -111,8 +129,10 @@ code,
|
|
|
111
129
|
kbd,
|
|
112
130
|
samp,
|
|
113
131
|
pre {
|
|
114
|
-
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
115
|
-
|
|
132
|
+
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
133
|
+
/* 1 */
|
|
134
|
+
font-size: 1em;
|
|
135
|
+
/* 2 */
|
|
116
136
|
}
|
|
117
137
|
|
|
118
138
|
/*
|
|
@@ -150,9 +170,12 @@ sup {
|
|
|
150
170
|
*/
|
|
151
171
|
|
|
152
172
|
table {
|
|
153
|
-
text-indent: 0;
|
|
154
|
-
|
|
155
|
-
border-
|
|
173
|
+
text-indent: 0;
|
|
174
|
+
/* 1 */
|
|
175
|
+
border-color: inherit;
|
|
176
|
+
/* 2 */
|
|
177
|
+
border-collapse: collapse;
|
|
178
|
+
/* 3 */
|
|
156
179
|
}
|
|
157
180
|
|
|
158
181
|
/*
|
|
@@ -166,15 +189,24 @@ input,
|
|
|
166
189
|
optgroup,
|
|
167
190
|
select,
|
|
168
191
|
textarea {
|
|
169
|
-
font-family: inherit;
|
|
170
|
-
|
|
171
|
-
font-
|
|
172
|
-
|
|
173
|
-
font-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
192
|
+
font-family: inherit;
|
|
193
|
+
/* 1 */
|
|
194
|
+
font-feature-settings: inherit;
|
|
195
|
+
/* 1 */
|
|
196
|
+
font-variation-settings: inherit;
|
|
197
|
+
/* 1 */
|
|
198
|
+
font-size: 100%;
|
|
199
|
+
/* 1 */
|
|
200
|
+
font-weight: inherit;
|
|
201
|
+
/* 1 */
|
|
202
|
+
line-height: inherit;
|
|
203
|
+
/* 1 */
|
|
204
|
+
color: inherit;
|
|
205
|
+
/* 1 */
|
|
206
|
+
margin: 0;
|
|
207
|
+
/* 2 */
|
|
208
|
+
padding: 0;
|
|
209
|
+
/* 3 */
|
|
178
210
|
}
|
|
179
211
|
|
|
180
212
|
/*
|
|
@@ -195,9 +227,12 @@ button,
|
|
|
195
227
|
[type='button'],
|
|
196
228
|
[type='reset'],
|
|
197
229
|
[type='submit'] {
|
|
198
|
-
-webkit-appearance: button;
|
|
199
|
-
|
|
200
|
-
background-
|
|
230
|
+
-webkit-appearance: button;
|
|
231
|
+
/* 1 */
|
|
232
|
+
background-color: transparent;
|
|
233
|
+
/* 2 */
|
|
234
|
+
background-image: none;
|
|
235
|
+
/* 2 */
|
|
201
236
|
}
|
|
202
237
|
|
|
203
238
|
/*
|
|
@@ -239,8 +274,10 @@ Correct the cursor style of increment and decrement buttons in Safari.
|
|
|
239
274
|
*/
|
|
240
275
|
|
|
241
276
|
[type='search'] {
|
|
242
|
-
-webkit-appearance: textfield;
|
|
243
|
-
|
|
277
|
+
-webkit-appearance: textfield;
|
|
278
|
+
/* 1 */
|
|
279
|
+
outline-offset: -2px;
|
|
280
|
+
/* 2 */
|
|
244
281
|
}
|
|
245
282
|
|
|
246
283
|
/*
|
|
@@ -257,8 +294,10 @@ Remove the inner padding in Chrome and Safari on macOS.
|
|
|
257
294
|
*/
|
|
258
295
|
|
|
259
296
|
::-webkit-file-upload-button {
|
|
260
|
-
-webkit-appearance: button;
|
|
261
|
-
|
|
297
|
+
-webkit-appearance: button;
|
|
298
|
+
/* 1 */
|
|
299
|
+
font: inherit;
|
|
300
|
+
/* 2 */
|
|
262
301
|
}
|
|
263
302
|
|
|
264
303
|
/*
|
|
@@ -309,6 +348,7 @@ menu {
|
|
|
309
348
|
/*
|
|
310
349
|
Reset default styling for dialogs.
|
|
311
350
|
*/
|
|
351
|
+
|
|
312
352
|
dialog {
|
|
313
353
|
padding: 0;
|
|
314
354
|
}
|
|
@@ -327,14 +367,18 @@ textarea {
|
|
|
327
367
|
*/
|
|
328
368
|
|
|
329
369
|
input::-moz-placeholder, textarea::-moz-placeholder {
|
|
330
|
-
opacity: 1;
|
|
331
|
-
|
|
370
|
+
opacity: 1;
|
|
371
|
+
/* 1 */
|
|
372
|
+
color: #9ca3af;
|
|
373
|
+
/* 2 */
|
|
332
374
|
}
|
|
333
375
|
|
|
334
376
|
input::placeholder,
|
|
335
377
|
textarea::placeholder {
|
|
336
|
-
opacity: 1;
|
|
337
|
-
|
|
378
|
+
opacity: 1;
|
|
379
|
+
/* 1 */
|
|
380
|
+
color: #9ca3af;
|
|
381
|
+
/* 2 */
|
|
338
382
|
}
|
|
339
383
|
|
|
340
384
|
/*
|
|
@@ -349,6 +393,7 @@ button,
|
|
|
349
393
|
/*
|
|
350
394
|
Make sure disabled buttons don't get the pointer cursor.
|
|
351
395
|
*/
|
|
396
|
+
|
|
352
397
|
:disabled {
|
|
353
398
|
cursor: default;
|
|
354
399
|
}
|
|
@@ -367,8 +412,10 @@ audio,
|
|
|
367
412
|
iframe,
|
|
368
413
|
embed,
|
|
369
414
|
object {
|
|
370
|
-
display: block;
|
|
371
|
-
|
|
415
|
+
display: block;
|
|
416
|
+
/* 1 */
|
|
417
|
+
vertical-align: middle;
|
|
418
|
+
/* 2 */
|
|
372
419
|
}
|
|
373
420
|
|
|
374
421
|
/*
|
|
@@ -382,157 +429,170 @@ video {
|
|
|
382
429
|
}
|
|
383
430
|
|
|
384
431
|
/* Make elements with the HTML hidden attribute stay hidden by default */
|
|
432
|
+
|
|
385
433
|
[hidden] {
|
|
386
434
|
display: none;
|
|
387
435
|
}
|
|
388
|
-
.no-scrollbar *:not(.textarea-component)::-webkit-scrollbar {
|
|
389
|
-
display: none;
|
|
390
|
-
}
|
|
391
|
-
.no-scrollbar *:not(.textarea-component) {
|
|
392
|
-
-ms-overflow-style: none; /* IE and Edge */
|
|
393
|
-
scrollbar-width: none; /* Firefox */
|
|
394
|
-
}
|
|
395
436
|
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
437
|
+
.no-scrollbar *:not(.textarea-component)::-webkit-scrollbar {
|
|
438
|
+
display: none;
|
|
439
|
+
}
|
|
440
|
+
|
|
441
|
+
.no-scrollbar *:not(.textarea-component) {
|
|
442
|
+
-ms-overflow-style: none;
|
|
443
|
+
/* IE and Edge */
|
|
444
|
+
scrollbar-width: none;
|
|
445
|
+
/* Firefox */
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
:root {
|
|
449
|
+
--background: 0 0% 100%;
|
|
450
|
+
--foreground: 222.2 47.4% 11.2%;
|
|
451
|
+
--muted: 210 40% 96.1%;
|
|
452
|
+
--muted-foreground: 215.4 16.3% 46.9%;
|
|
453
|
+
--popover: 0 0% 100%;
|
|
454
|
+
--popover-foreground: 222.2 47.4% 11.2%;
|
|
455
|
+
--card: 0 0% 100%;
|
|
456
|
+
--card-foreground: 222.2 47.4% 11.2%;
|
|
457
|
+
--border: 214.3 31.8% 91.4%;
|
|
458
|
+
--input: 214.3 31.8% 91.4%;
|
|
459
|
+
--primary: 222.2 47.4% 11.2%;
|
|
460
|
+
--primary-foreground: 210 40% 98%;
|
|
461
|
+
--secondary: 210 40% 96.1%;
|
|
462
|
+
--secondary-foreground: 222.2 47.4% 11.2%;
|
|
463
|
+
--accent: 210 40% 96.1%;
|
|
464
|
+
--accent-foreground: 222.2 47.4% 11.2%;
|
|
465
|
+
--destructive: 0 100% 50%;
|
|
466
|
+
--destructive-foreground: 210 40% 98%;
|
|
467
|
+
--ring: 215 20.2% 65.1%;
|
|
468
|
+
--radius: 0.5rem;
|
|
469
|
+
--fontRegular: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
|
|
470
|
+
Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
471
|
+
--fontMedium: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
|
|
472
|
+
Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
473
|
+
--fontBold: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
|
|
474
|
+
Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
475
|
+
--coreColors-pageColor: #ffffff;
|
|
476
|
+
--coreColors-shadow: #000000;
|
|
477
|
+
--coreColors-brandColorPrimary: #000000;
|
|
478
|
+
--coreColors-headerBackground: #ffffffff;
|
|
479
|
+
--coreColors-inputBackground: #ffffffff;
|
|
480
|
+
--coreColors-modalBackground: #ffffffff;
|
|
481
|
+
--coreColors-tabBar: #ffffffff;
|
|
482
|
+
--coreColors-dividingLines: #e3e3e3ff;
|
|
483
|
+
--coreColors-shadowsEnabled: "true";
|
|
484
|
+
--coreColors-primaryIcon: #121212ff;
|
|
485
|
+
--coreColors-secondaryIcon: #727272ff;
|
|
486
|
+
--coreColors-headerIcon: #121212ff;
|
|
487
|
+
--textColors-primaryColor: #121212ff;
|
|
488
|
+
--textColors-secondaryColor: #727272ff;
|
|
489
|
+
--textColors-pageTitle: #121212ff;
|
|
490
|
+
--textColors-legalText: #727272;
|
|
491
|
+
--textColors-productTitle: #727272;
|
|
492
|
+
--textColors-priceText: #121212ff;
|
|
493
|
+
--textColors-strikethroughPriceText: #727272ff;
|
|
494
|
+
--textColors-salePriceText: #d91e18ff;
|
|
495
|
+
--buttonColors-primaryText: #ffffff;
|
|
496
|
+
--buttonColors-primaryFill: #000000;
|
|
497
|
+
--buttonColors-primaryOutline: #000000;
|
|
498
|
+
--buttonColors-primaryShadow: #000000;
|
|
499
|
+
--buttonColors-disabled: #707070;
|
|
500
|
+
--buttonColors-secondaryText: #000000;
|
|
501
|
+
--buttonColors-secondaryFill: #ffffff;
|
|
502
|
+
--buttonColors-secondaryOutline: #000000;
|
|
503
|
+
--buttonColors-secondaryShadow: #000000;
|
|
504
|
+
--stateColors-disabled: #707070;
|
|
505
|
+
--stateColors-error: #d91e18ff;
|
|
506
|
+
--stateColors-subscriptions: #008000ff;
|
|
507
|
+
--stateColors-favorites: #d91e18ff;
|
|
508
|
+
--stateColors-reviews: #ffaf02ff;
|
|
509
|
+
--stateColors-success: #008000ff;
|
|
510
|
+
--stateColors-warning: #ffaf02ff;
|
|
511
|
+
--stateColors-skeleton: #e3e3e3ff;
|
|
512
|
+
--productBadging-fill: #000000;
|
|
513
|
+
--productBadging-text: #fefefe;
|
|
514
|
+
--productImage-aspectRatio: "2:3";
|
|
515
|
+
--productImage-scaling: cover;
|
|
516
|
+
--productImage-isCustom: "false";
|
|
517
|
+
--standard-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.10);
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
.textarea-component::-webkit-scrollbar {
|
|
521
|
+
width: 4px;
|
|
522
|
+
}
|
|
523
|
+
|
|
524
|
+
.textarea-component::-webkit-scrollbar-thumb {
|
|
525
|
+
border-radius: 1.5rem;
|
|
526
|
+
background: var(--coreColors-secondaryIcon);
|
|
527
|
+
}
|
|
528
|
+
|
|
529
|
+
.textarea-component::-webkit-scrollbar-track {
|
|
530
|
+
border-radius: 1.5rem;
|
|
531
|
+
background: var(--coreColors-dividingLines);
|
|
532
|
+
}
|
|
533
|
+
|
|
534
|
+
.textarea-component::-moz-placeholder {
|
|
535
|
+
white-space: nowrap;
|
|
536
|
+
overflow: hidden;
|
|
537
|
+
text-overflow: ellipsis;
|
|
538
|
+
}
|
|
539
|
+
|
|
540
|
+
.textarea-component::placeholder {
|
|
541
|
+
white-space: nowrap;
|
|
542
|
+
overflow: hidden;
|
|
543
|
+
text-overflow: ellipsis;
|
|
544
|
+
}
|
|
545
|
+
|
|
546
|
+
/*.dark {*/
|
|
399
547
|
|
|
400
|
-
|
|
401
|
-
--muted-foreground: 215.4 16.3% 46.9%;
|
|
548
|
+
/* --background: 222.2 84% 4.9%;*/
|
|
402
549
|
|
|
403
|
-
|
|
404
|
-
--popover-foreground: 222.2 47.4% 11.2%;
|
|
550
|
+
/* --foreground: 210 40% 98%;*/
|
|
405
551
|
|
|
406
|
-
|
|
407
|
-
--card-foreground: 222.2 47.4% 11.2%;
|
|
552
|
+
/* --card: 222.2 84% 4.9%;*/
|
|
408
553
|
|
|
409
|
-
|
|
410
|
-
--input: 214.3 31.8% 91.4%;
|
|
554
|
+
/* --card-foreground: 210 40% 98%;*/
|
|
411
555
|
|
|
412
|
-
|
|
413
|
-
--primary-foreground: 210 40% 98%;
|
|
556
|
+
/* --popover: 222.2 84% 4.9%;*/
|
|
414
557
|
|
|
415
|
-
|
|
416
|
-
--secondary-foreground: 222.2 47.4% 11.2%;
|
|
558
|
+
/* --popover-foreground: 210 40% 98%;*/
|
|
417
559
|
|
|
418
|
-
|
|
419
|
-
--accent-foreground: 222.2 47.4% 11.2%;
|
|
560
|
+
/* --primary: 210 40% 98%;*/
|
|
420
561
|
|
|
421
|
-
|
|
422
|
-
--destructive-foreground: 210 40% 98%;
|
|
562
|
+
/* --primary-foreground: 222.2 47.4% 11.2%;*/
|
|
423
563
|
|
|
424
|
-
|
|
564
|
+
/* --secondary: 217.2 32.6% 17.5%;*/
|
|
425
565
|
|
|
426
|
-
|
|
566
|
+
/* --secondary-foreground: 210 40% 98%;*/
|
|
427
567
|
|
|
428
|
-
|
|
429
|
-
Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
430
|
-
--fontMedium: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
|
|
431
|
-
Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
432
|
-
--fontBold: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
|
|
433
|
-
Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
|
568
|
+
/* --muted: 217.2 32.6% 17.5%;*/
|
|
434
569
|
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
--coreColors-dividingLines: #e3e3e3ff;
|
|
443
|
-
--coreColors-shadowsEnabled: "true";
|
|
444
|
-
--coreColors-primaryIcon: #121212ff;
|
|
445
|
-
--coreColors-secondaryIcon: #727272ff;
|
|
446
|
-
--coreColors-headerIcon: #121212ff;
|
|
447
|
-
|
|
448
|
-
--textColors-primaryColor: #121212ff;
|
|
449
|
-
--textColors-secondaryColor: #727272ff;
|
|
450
|
-
--textColors-pageTitle: #121212ff;
|
|
451
|
-
--textColors-legalText: #727272;
|
|
452
|
-
--textColors-productTitle: #727272;
|
|
453
|
-
--textColors-priceText: #121212ff;
|
|
454
|
-
--textColors-strikethroughPriceText: #727272ff;
|
|
455
|
-
--textColors-salePriceText: #d91e18ff;
|
|
456
|
-
|
|
457
|
-
--buttonColors-primaryText: #ffffff;
|
|
458
|
-
--buttonColors-primaryFill: #000000;
|
|
459
|
-
--buttonColors-primaryOutline: #000000;
|
|
460
|
-
--buttonColors-primaryShadow: #000000;
|
|
461
|
-
--buttonColors-disabled: #707070;
|
|
462
|
-
--buttonColors-secondaryText: #000000;
|
|
463
|
-
--buttonColors-secondaryFill: #ffffff;
|
|
464
|
-
--buttonColors-secondaryOutline: #000000;
|
|
465
|
-
--buttonColors-secondaryShadow: #000000;
|
|
466
|
-
|
|
467
|
-
--stateColors-disabled: #707070;
|
|
468
|
-
--stateColors-error: #d91e18ff;
|
|
469
|
-
|
|
470
|
-
--stateColors-subscriptions: #008000ff;
|
|
471
|
-
--stateColors-favorites: #d91e18ff;
|
|
472
|
-
--stateColors-reviews: #ffaf02ff;
|
|
473
|
-
--stateColors-success: #008000ff;
|
|
474
|
-
--stateColors-warning: #ffaf02ff;
|
|
475
|
-
--stateColors-skeleton: #e3e3e3ff;
|
|
476
|
-
|
|
477
|
-
--productBadging-fill: #000000;
|
|
478
|
-
--productBadging-text: #fefefe;
|
|
479
|
-
|
|
480
|
-
--productImage-aspectRatio: "2:3";
|
|
481
|
-
--productImage-scaling: cover;
|
|
482
|
-
--productImage-isCustom: "false";
|
|
483
|
-
|
|
484
|
-
--standard-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.10);
|
|
485
|
-
}
|
|
486
|
-
.textarea-component::-webkit-scrollbar {
|
|
487
|
-
width: 4px;
|
|
488
|
-
}
|
|
489
|
-
.textarea-component::-webkit-scrollbar-thumb {
|
|
490
|
-
border-radius: 1.5rem;
|
|
491
|
-
background: var(--coreColors-secondaryIcon);
|
|
492
|
-
}
|
|
493
|
-
.textarea-component::-webkit-scrollbar-track {
|
|
494
|
-
border-radius: 1.5rem;
|
|
495
|
-
background: var(--coreColors-dividingLines);
|
|
496
|
-
}
|
|
497
|
-
.textarea-component::-moz-placeholder {
|
|
498
|
-
white-space: nowrap;
|
|
499
|
-
overflow: hidden;
|
|
500
|
-
text-overflow: ellipsis;
|
|
501
|
-
}
|
|
502
|
-
.textarea-component::placeholder {
|
|
503
|
-
white-space: nowrap;
|
|
504
|
-
overflow: hidden;
|
|
505
|
-
text-overflow: ellipsis;
|
|
506
|
-
}
|
|
570
|
+
/* --muted-foreground: 215 20.2% 65.1%;*/
|
|
571
|
+
|
|
572
|
+
/* --accent: 217.2 32.6% 17.5%;*/
|
|
573
|
+
|
|
574
|
+
/* --accent-foreground: 210 40% 98%;*/
|
|
575
|
+
|
|
576
|
+
/* --destructive: 0 62.8% 30.6%;*/
|
|
507
577
|
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
/* --muted: 217.2 32.6% 17.5%;*/
|
|
520
|
-
/* --muted-foreground: 215 20.2% 65.1%;*/
|
|
521
|
-
/* --accent: 217.2 32.6% 17.5%;*/
|
|
522
|
-
/* --accent-foreground: 210 40% 98%;*/
|
|
523
|
-
/* --destructive: 0 62.8% 30.6%;*/
|
|
524
|
-
/* --destructive-foreground: 210 40% 98%;*/
|
|
525
|
-
/* --border: 217.2 32.6% 17.5%;*/
|
|
526
|
-
/* --input: 217.2 32.6% 17.5%;*/
|
|
527
|
-
/* --ring: 212.7 26.8% 83.9;*/
|
|
528
|
-
/*}*/
|
|
529
|
-
* {
|
|
578
|
+
/* --destructive-foreground: 210 40% 98%;*/
|
|
579
|
+
|
|
580
|
+
/* --border: 217.2 32.6% 17.5%;*/
|
|
581
|
+
|
|
582
|
+
/* --input: 217.2 32.6% 17.5%;*/
|
|
583
|
+
|
|
584
|
+
/* --ring: 212.7 26.8% 83.9;*/
|
|
585
|
+
|
|
586
|
+
/*}*/
|
|
587
|
+
|
|
588
|
+
* {
|
|
530
589
|
border-color: hsl(var(--border));
|
|
531
590
|
}
|
|
532
|
-
|
|
591
|
+
|
|
592
|
+
body {
|
|
533
593
|
background-color: hsl(var(--background));
|
|
534
594
|
color: hsl(var(--foreground));
|
|
535
|
-
|
|
595
|
+
font-feature-settings: "rlig" 1, "calt" 1;
|
|
536
596
|
}
|
|
537
597
|
|
|
538
598
|
*, ::before, ::after {
|
|
@@ -634,6 +694,7 @@ video {
|
|
|
634
694
|
--tw-backdrop-saturate: ;
|
|
635
695
|
--tw-backdrop-sepia: ;
|
|
636
696
|
}
|
|
697
|
+
|
|
637
698
|
.container {
|
|
638
699
|
width: 100%;
|
|
639
700
|
margin-right: auto;
|
|
@@ -641,12 +702,13 @@ video {
|
|
|
641
702
|
padding-right: 2rem;
|
|
642
703
|
padding-left: 2rem;
|
|
643
704
|
}
|
|
644
|
-
@media (min-width: 1400px) {
|
|
645
705
|
|
|
706
|
+
@media (min-width: 1400px) {
|
|
646
707
|
.container {
|
|
647
708
|
max-width: 1400px;
|
|
648
709
|
}
|
|
649
710
|
}
|
|
711
|
+
|
|
650
712
|
.sr-only {
|
|
651
713
|
position: absolute;
|
|
652
714
|
width: 1px;
|
|
@@ -658,1434 +720,1878 @@ video {
|
|
|
658
720
|
white-space: nowrap;
|
|
659
721
|
border-width: 0;
|
|
660
722
|
}
|
|
723
|
+
|
|
661
724
|
.pointer-events-none {
|
|
662
725
|
pointer-events: none;
|
|
663
726
|
}
|
|
727
|
+
|
|
664
728
|
.pointer-events-auto {
|
|
665
729
|
pointer-events: auto;
|
|
666
730
|
}
|
|
731
|
+
|
|
667
732
|
.fixed {
|
|
668
733
|
position: fixed;
|
|
669
734
|
}
|
|
735
|
+
|
|
670
736
|
.absolute {
|
|
671
737
|
position: absolute;
|
|
672
738
|
}
|
|
739
|
+
|
|
673
740
|
.relative {
|
|
674
741
|
position: relative;
|
|
675
742
|
}
|
|
743
|
+
|
|
676
744
|
.inset-0 {
|
|
677
745
|
inset: 0px;
|
|
678
746
|
}
|
|
747
|
+
|
|
679
748
|
.inset-x-0 {
|
|
680
749
|
left: 0px;
|
|
681
750
|
right: 0px;
|
|
682
751
|
}
|
|
752
|
+
|
|
683
753
|
.-bottom-12 {
|
|
684
754
|
bottom: -3rem;
|
|
685
755
|
}
|
|
756
|
+
|
|
686
757
|
.-left-12 {
|
|
687
758
|
left: -3rem;
|
|
688
759
|
}
|
|
760
|
+
|
|
689
761
|
.-right-12 {
|
|
690
762
|
right: -3rem;
|
|
691
763
|
}
|
|
764
|
+
|
|
692
765
|
.-top-12 {
|
|
693
766
|
top: -3rem;
|
|
694
767
|
}
|
|
768
|
+
|
|
695
769
|
.bottom-0 {
|
|
696
770
|
bottom: 0px;
|
|
697
771
|
}
|
|
772
|
+
|
|
698
773
|
.bottom-10 {
|
|
699
774
|
bottom: 2.5rem;
|
|
700
775
|
}
|
|
776
|
+
|
|
701
777
|
.bottom-2 {
|
|
702
778
|
bottom: 0.5rem;
|
|
703
779
|
}
|
|
780
|
+
|
|
704
781
|
.bottom-\[18px\] {
|
|
705
782
|
bottom: 18px;
|
|
706
783
|
}
|
|
784
|
+
|
|
707
785
|
.bottom-\[58px\] {
|
|
708
786
|
bottom: 58px;
|
|
709
787
|
}
|
|
788
|
+
|
|
710
789
|
.end-4 {
|
|
711
790
|
inset-inline-end: 1rem;
|
|
712
791
|
}
|
|
792
|
+
|
|
713
793
|
.left-0 {
|
|
714
794
|
left: 0px;
|
|
715
795
|
}
|
|
796
|
+
|
|
716
797
|
.left-1\/2 {
|
|
717
798
|
left: 50%;
|
|
718
799
|
}
|
|
800
|
+
|
|
719
801
|
.left-2 {
|
|
720
802
|
left: 0.5rem;
|
|
721
803
|
}
|
|
804
|
+
|
|
722
805
|
.left-\[50\%\] {
|
|
723
806
|
left: 50%;
|
|
724
807
|
}
|
|
808
|
+
|
|
725
809
|
.right-0 {
|
|
726
810
|
right: 0px;
|
|
727
811
|
}
|
|
812
|
+
|
|
728
813
|
.right-2 {
|
|
729
814
|
right: 0.5rem;
|
|
730
815
|
}
|
|
816
|
+
|
|
731
817
|
.start-4 {
|
|
732
818
|
inset-inline-start: 1rem;
|
|
733
819
|
}
|
|
820
|
+
|
|
734
821
|
.top-0 {
|
|
735
822
|
top: 0px;
|
|
736
823
|
}
|
|
824
|
+
|
|
737
825
|
.top-1\/2 {
|
|
738
826
|
top: 50%;
|
|
739
827
|
}
|
|
828
|
+
|
|
740
829
|
.top-10 {
|
|
741
830
|
top: 2.5rem;
|
|
742
831
|
}
|
|
832
|
+
|
|
743
833
|
.top-2 {
|
|
744
834
|
top: 0.5rem;
|
|
745
835
|
}
|
|
836
|
+
|
|
746
837
|
.top-\[18px\] {
|
|
747
838
|
top: 18px;
|
|
748
839
|
}
|
|
840
|
+
|
|
749
841
|
.top-\[50\%\] {
|
|
750
842
|
top: 50%;
|
|
751
843
|
}
|
|
844
|
+
|
|
752
845
|
.z-10 {
|
|
753
846
|
z-index: 10;
|
|
754
847
|
}
|
|
848
|
+
|
|
755
849
|
.z-50 {
|
|
756
850
|
z-index: 50;
|
|
757
851
|
}
|
|
852
|
+
|
|
758
853
|
.z-\[100\] {
|
|
759
854
|
z-index: 100;
|
|
760
855
|
}
|
|
856
|
+
|
|
761
857
|
.col-span-2 {
|
|
762
858
|
grid-column: span 2 / span 2;
|
|
763
859
|
}
|
|
860
|
+
|
|
764
861
|
.col-start-1 {
|
|
765
862
|
grid-column-start: 1;
|
|
766
863
|
}
|
|
864
|
+
|
|
767
865
|
.row-start-1 {
|
|
768
866
|
grid-row-start: 1;
|
|
769
867
|
}
|
|
868
|
+
|
|
770
869
|
.mx-1 {
|
|
771
870
|
margin-left: 0.25rem;
|
|
772
871
|
margin-right: 0.25rem;
|
|
773
872
|
}
|
|
873
|
+
|
|
774
874
|
.mx-4 {
|
|
775
875
|
margin-left: 1rem;
|
|
776
876
|
margin-right: 1rem;
|
|
777
877
|
}
|
|
878
|
+
|
|
778
879
|
.mx-auto {
|
|
779
880
|
margin-left: auto;
|
|
780
881
|
margin-right: auto;
|
|
781
882
|
}
|
|
883
|
+
|
|
782
884
|
.my-0 {
|
|
783
885
|
margin-top: 0px;
|
|
784
886
|
margin-bottom: 0px;
|
|
785
887
|
}
|
|
888
|
+
|
|
786
889
|
.my-3 {
|
|
787
890
|
margin-top: 0.75rem;
|
|
788
891
|
margin-bottom: 0.75rem;
|
|
789
892
|
}
|
|
893
|
+
|
|
790
894
|
.my-auto {
|
|
791
895
|
margin-top: auto;
|
|
792
896
|
margin-bottom: auto;
|
|
793
897
|
}
|
|
898
|
+
|
|
794
899
|
.-ml-4 {
|
|
795
900
|
margin-left: -1rem;
|
|
796
901
|
}
|
|
902
|
+
|
|
797
903
|
.-mt-4 {
|
|
798
904
|
margin-top: -1rem;
|
|
799
905
|
}
|
|
906
|
+
|
|
800
907
|
.mb-2 {
|
|
801
908
|
margin-bottom: 0.5rem;
|
|
802
909
|
}
|
|
910
|
+
|
|
803
911
|
.mb-6 {
|
|
804
912
|
margin-bottom: 1.5rem;
|
|
805
913
|
}
|
|
914
|
+
|
|
806
915
|
.ml-2 {
|
|
807
916
|
margin-left: 0.5rem;
|
|
808
917
|
}
|
|
918
|
+
|
|
809
919
|
.mr-2 {
|
|
810
920
|
margin-right: 0.5rem;
|
|
811
921
|
}
|
|
922
|
+
|
|
812
923
|
.mt-1 {
|
|
813
924
|
margin-top: 0.25rem;
|
|
814
925
|
}
|
|
926
|
+
|
|
815
927
|
.mt-2 {
|
|
816
928
|
margin-top: 0.5rem;
|
|
817
929
|
}
|
|
930
|
+
|
|
818
931
|
.mt-3 {
|
|
819
932
|
margin-top: 0.75rem;
|
|
820
933
|
}
|
|
934
|
+
|
|
821
935
|
.mt-auto {
|
|
822
936
|
margin-top: auto;
|
|
823
937
|
}
|
|
938
|
+
|
|
824
939
|
.line-clamp-2 {
|
|
825
940
|
overflow: hidden;
|
|
826
941
|
display: -webkit-box;
|
|
827
942
|
-webkit-box-orient: vertical;
|
|
828
943
|
-webkit-line-clamp: 2;
|
|
829
944
|
}
|
|
945
|
+
|
|
830
946
|
.block {
|
|
831
947
|
display: block;
|
|
832
948
|
}
|
|
949
|
+
|
|
833
950
|
.inline {
|
|
834
951
|
display: inline;
|
|
835
952
|
}
|
|
953
|
+
|
|
836
954
|
.flex {
|
|
837
955
|
display: flex;
|
|
838
956
|
}
|
|
957
|
+
|
|
839
958
|
.inline-flex {
|
|
840
959
|
display: inline-flex;
|
|
841
960
|
}
|
|
961
|
+
|
|
842
962
|
.grid {
|
|
843
963
|
display: grid;
|
|
844
964
|
}
|
|
965
|
+
|
|
845
966
|
.aspect-\[2\/3\] {
|
|
846
967
|
aspect-ratio: 2/3;
|
|
847
968
|
}
|
|
969
|
+
|
|
848
970
|
.aspect-productImages {
|
|
849
971
|
aspect-ratio: var(--productImage-aspectRatio);
|
|
850
972
|
}
|
|
973
|
+
|
|
851
974
|
.aspect-square {
|
|
852
975
|
aspect-ratio: 1 / 1;
|
|
853
976
|
}
|
|
977
|
+
|
|
854
978
|
.h-0 {
|
|
855
979
|
height: 0px;
|
|
856
980
|
}
|
|
981
|
+
|
|
857
982
|
.h-0\.5 {
|
|
858
983
|
height: 0.125rem;
|
|
859
984
|
}
|
|
985
|
+
|
|
860
986
|
.h-1 {
|
|
861
987
|
height: 0.25rem;
|
|
862
988
|
}
|
|
989
|
+
|
|
863
990
|
.h-1\.5 {
|
|
864
991
|
height: 0.375rem;
|
|
865
992
|
}
|
|
993
|
+
|
|
866
994
|
.h-10 {
|
|
867
995
|
height: 2.5rem;
|
|
868
996
|
}
|
|
997
|
+
|
|
869
998
|
.h-11 {
|
|
870
999
|
height: 2.75rem;
|
|
871
1000
|
}
|
|
1001
|
+
|
|
872
1002
|
.h-14 {
|
|
873
1003
|
height: 3.5rem;
|
|
874
1004
|
}
|
|
1005
|
+
|
|
875
1006
|
.h-2 {
|
|
876
1007
|
height: 0.5rem;
|
|
877
1008
|
}
|
|
1009
|
+
|
|
878
1010
|
.h-2\.5 {
|
|
879
1011
|
height: 0.625rem;
|
|
880
1012
|
}
|
|
1013
|
+
|
|
881
1014
|
.h-4 {
|
|
882
1015
|
height: 1rem;
|
|
883
1016
|
}
|
|
1017
|
+
|
|
884
1018
|
.h-5 {
|
|
885
1019
|
height: 1.25rem;
|
|
886
1020
|
}
|
|
1021
|
+
|
|
887
1022
|
.h-6 {
|
|
888
1023
|
height: 1.5rem;
|
|
889
1024
|
}
|
|
1025
|
+
|
|
890
1026
|
.h-64 {
|
|
891
1027
|
height: 16rem;
|
|
892
1028
|
}
|
|
1029
|
+
|
|
893
1030
|
.h-7 {
|
|
894
1031
|
height: 1.75rem;
|
|
895
1032
|
}
|
|
1033
|
+
|
|
896
1034
|
.h-8 {
|
|
897
1035
|
height: 2rem;
|
|
898
1036
|
}
|
|
1037
|
+
|
|
899
1038
|
.h-9 {
|
|
900
1039
|
height: 2.25rem;
|
|
901
1040
|
}
|
|
1041
|
+
|
|
902
1042
|
.h-\[1px\] {
|
|
903
1043
|
height: 1px;
|
|
904
1044
|
}
|
|
1045
|
+
|
|
905
1046
|
.h-\[2px\] {
|
|
906
1047
|
height: 2px;
|
|
907
1048
|
}
|
|
1049
|
+
|
|
908
1050
|
.h-\[42px\] {
|
|
909
1051
|
height: 42px;
|
|
910
1052
|
}
|
|
1053
|
+
|
|
911
1054
|
.h-\[4px\] {
|
|
912
1055
|
height: 4px;
|
|
913
1056
|
}
|
|
1057
|
+
|
|
914
1058
|
.h-auto {
|
|
915
1059
|
height: auto;
|
|
916
1060
|
}
|
|
1061
|
+
|
|
917
1062
|
.h-full {
|
|
918
1063
|
height: 100%;
|
|
919
1064
|
}
|
|
1065
|
+
|
|
920
1066
|
.max-h-\[240px\] {
|
|
921
1067
|
max-height: 240px;
|
|
922
1068
|
}
|
|
1069
|
+
|
|
923
1070
|
.max-h-screen {
|
|
924
1071
|
max-height: 100vh;
|
|
925
1072
|
}
|
|
1073
|
+
|
|
926
1074
|
.min-h-\[24px\] {
|
|
927
1075
|
min-height: 24px;
|
|
928
1076
|
}
|
|
1077
|
+
|
|
929
1078
|
.w-1 {
|
|
930
1079
|
width: 0.25rem;
|
|
931
1080
|
}
|
|
1081
|
+
|
|
932
1082
|
.w-1\.5 {
|
|
933
1083
|
width: 0.375rem;
|
|
934
1084
|
}
|
|
1085
|
+
|
|
935
1086
|
.w-1\/2 {
|
|
936
1087
|
width: 50%;
|
|
937
1088
|
}
|
|
1089
|
+
|
|
938
1090
|
.w-10 {
|
|
939
1091
|
width: 2.5rem;
|
|
940
1092
|
}
|
|
1093
|
+
|
|
941
1094
|
.w-12 {
|
|
942
1095
|
width: 3rem;
|
|
943
1096
|
}
|
|
1097
|
+
|
|
944
1098
|
.w-14 {
|
|
945
1099
|
width: 3.5rem;
|
|
946
1100
|
}
|
|
1101
|
+
|
|
947
1102
|
.w-16 {
|
|
948
1103
|
width: 4rem;
|
|
949
1104
|
}
|
|
1105
|
+
|
|
950
1106
|
.w-2 {
|
|
951
1107
|
width: 0.5rem;
|
|
952
1108
|
}
|
|
1109
|
+
|
|
953
1110
|
.w-2\.5 {
|
|
954
1111
|
width: 0.625rem;
|
|
955
1112
|
}
|
|
1113
|
+
|
|
956
1114
|
.w-4 {
|
|
957
1115
|
width: 1rem;
|
|
958
1116
|
}
|
|
1117
|
+
|
|
959
1118
|
.w-5 {
|
|
960
1119
|
width: 1.25rem;
|
|
961
1120
|
}
|
|
1121
|
+
|
|
962
1122
|
.w-6 {
|
|
963
1123
|
width: 1.5rem;
|
|
964
1124
|
}
|
|
1125
|
+
|
|
965
1126
|
.w-7 {
|
|
966
1127
|
width: 1.75rem;
|
|
967
1128
|
}
|
|
1129
|
+
|
|
968
1130
|
.w-8 {
|
|
969
1131
|
width: 2rem;
|
|
970
1132
|
}
|
|
1133
|
+
|
|
971
1134
|
.w-\[1px\] {
|
|
972
1135
|
width: 1px;
|
|
973
1136
|
}
|
|
1137
|
+
|
|
974
1138
|
.w-\[40px\] {
|
|
975
1139
|
width: 40px;
|
|
976
1140
|
}
|
|
1141
|
+
|
|
977
1142
|
.w-auto {
|
|
978
1143
|
width: auto;
|
|
979
1144
|
}
|
|
1145
|
+
|
|
980
1146
|
.w-full {
|
|
981
1147
|
width: 100%;
|
|
982
1148
|
}
|
|
1149
|
+
|
|
983
1150
|
.w-max {
|
|
984
1151
|
width: -moz-max-content;
|
|
985
1152
|
width: max-content;
|
|
986
1153
|
}
|
|
1154
|
+
|
|
987
1155
|
.min-w-0 {
|
|
988
1156
|
min-width: 0px;
|
|
989
1157
|
}
|
|
1158
|
+
|
|
990
1159
|
.min-w-\[8rem\] {
|
|
991
1160
|
min-width: 8rem;
|
|
992
1161
|
}
|
|
1162
|
+
|
|
993
1163
|
.max-w-full {
|
|
994
1164
|
max-width: 100%;
|
|
995
1165
|
}
|
|
1166
|
+
|
|
996
1167
|
.max-w-lg {
|
|
997
1168
|
max-width: 32rem;
|
|
998
1169
|
}
|
|
1170
|
+
|
|
999
1171
|
.max-w-xs {
|
|
1000
1172
|
max-width: 20rem;
|
|
1001
1173
|
}
|
|
1174
|
+
|
|
1002
1175
|
.flex-1 {
|
|
1003
1176
|
flex: 1 1 0%;
|
|
1004
1177
|
}
|
|
1178
|
+
|
|
1005
1179
|
.flex-shrink-0 {
|
|
1006
1180
|
flex-shrink: 0;
|
|
1007
1181
|
}
|
|
1182
|
+
|
|
1008
1183
|
.shrink-0 {
|
|
1009
1184
|
flex-shrink: 0;
|
|
1010
1185
|
}
|
|
1186
|
+
|
|
1011
1187
|
.flex-grow {
|
|
1012
1188
|
flex-grow: 1;
|
|
1013
1189
|
}
|
|
1190
|
+
|
|
1014
1191
|
.grow {
|
|
1015
1192
|
flex-grow: 1;
|
|
1016
1193
|
}
|
|
1194
|
+
|
|
1017
1195
|
.grow-0 {
|
|
1018
1196
|
flex-grow: 0;
|
|
1019
1197
|
}
|
|
1198
|
+
|
|
1020
1199
|
.basis-full {
|
|
1021
1200
|
flex-basis: 100%;
|
|
1022
1201
|
}
|
|
1202
|
+
|
|
1023
1203
|
.origin-\[0\] {
|
|
1024
1204
|
transform-origin: 0;
|
|
1025
1205
|
}
|
|
1206
|
+
|
|
1026
1207
|
.-translate-x-1\/2 {
|
|
1027
1208
|
--tw-translate-x: -50%;
|
|
1028
1209
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1029
1210
|
}
|
|
1211
|
+
|
|
1030
1212
|
.-translate-y-1\/2 {
|
|
1031
1213
|
--tw-translate-y: -50%;
|
|
1032
1214
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1033
1215
|
}
|
|
1216
|
+
|
|
1034
1217
|
.translate-x-\[-50\%\] {
|
|
1035
1218
|
--tw-translate-x: -50%;
|
|
1036
1219
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1037
1220
|
}
|
|
1221
|
+
|
|
1038
1222
|
.translate-y-\[-50\%\] {
|
|
1039
1223
|
--tw-translate-y: -50%;
|
|
1040
1224
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1041
1225
|
}
|
|
1226
|
+
|
|
1042
1227
|
.rotate-90 {
|
|
1043
1228
|
--tw-rotate: 90deg;
|
|
1044
1229
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1045
1230
|
}
|
|
1046
|
-
@keyframes pulse {
|
|
1047
1231
|
|
|
1232
|
+
@keyframes pulse {
|
|
1048
1233
|
50% {
|
|
1049
1234
|
opacity: .5;
|
|
1050
1235
|
}
|
|
1051
1236
|
}
|
|
1237
|
+
|
|
1052
1238
|
.animate-pulse {
|
|
1053
1239
|
animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
|
|
1054
1240
|
}
|
|
1055
|
-
@keyframes spin {
|
|
1056
1241
|
|
|
1242
|
+
@keyframes spin {
|
|
1057
1243
|
to {
|
|
1058
1244
|
transform: rotate(360deg);
|
|
1059
1245
|
}
|
|
1060
1246
|
}
|
|
1247
|
+
|
|
1061
1248
|
.animate-spin {
|
|
1062
1249
|
animation: spin 1s linear infinite;
|
|
1063
1250
|
}
|
|
1251
|
+
|
|
1064
1252
|
.cursor-default {
|
|
1065
1253
|
cursor: default;
|
|
1066
1254
|
}
|
|
1255
|
+
|
|
1067
1256
|
.cursor-pointer {
|
|
1068
1257
|
cursor: pointer;
|
|
1069
1258
|
}
|
|
1259
|
+
|
|
1070
1260
|
.touch-none {
|
|
1071
1261
|
touch-action: none;
|
|
1072
1262
|
}
|
|
1263
|
+
|
|
1073
1264
|
.select-none {
|
|
1074
1265
|
-webkit-user-select: none;
|
|
1075
1266
|
-moz-user-select: none;
|
|
1076
1267
|
user-select: none;
|
|
1077
1268
|
}
|
|
1269
|
+
|
|
1078
1270
|
.resize-none {
|
|
1079
1271
|
resize: none;
|
|
1080
1272
|
}
|
|
1273
|
+
|
|
1081
1274
|
.resize {
|
|
1082
1275
|
resize: both;
|
|
1083
1276
|
}
|
|
1277
|
+
|
|
1084
1278
|
.grid-cols-1 {
|
|
1085
1279
|
grid-template-columns: repeat(1, minmax(0, 1fr));
|
|
1086
1280
|
}
|
|
1281
|
+
|
|
1087
1282
|
.grid-cols-2 {
|
|
1088
1283
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
1089
1284
|
}
|
|
1285
|
+
|
|
1090
1286
|
.grid-cols-3 {
|
|
1091
1287
|
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
1092
1288
|
}
|
|
1289
|
+
|
|
1093
1290
|
.grid-cols-4 {
|
|
1094
1291
|
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
1095
1292
|
}
|
|
1293
|
+
|
|
1096
1294
|
.grid-cols-\[auto\2c auto\2c 1fr\] {
|
|
1097
1295
|
grid-template-columns: auto auto 1fr;
|
|
1098
1296
|
}
|
|
1297
|
+
|
|
1099
1298
|
.flex-row {
|
|
1100
1299
|
flex-direction: row;
|
|
1101
1300
|
}
|
|
1301
|
+
|
|
1102
1302
|
.flex-col {
|
|
1103
1303
|
flex-direction: column;
|
|
1104
1304
|
}
|
|
1305
|
+
|
|
1105
1306
|
.flex-col-reverse {
|
|
1106
1307
|
flex-direction: column-reverse;
|
|
1107
1308
|
}
|
|
1309
|
+
|
|
1108
1310
|
.flex-wrap {
|
|
1109
1311
|
flex-wrap: wrap;
|
|
1110
1312
|
}
|
|
1313
|
+
|
|
1111
1314
|
.items-start {
|
|
1112
1315
|
align-items: flex-start;
|
|
1113
1316
|
}
|
|
1317
|
+
|
|
1114
1318
|
.items-center {
|
|
1115
1319
|
align-items: center;
|
|
1116
1320
|
}
|
|
1321
|
+
|
|
1117
1322
|
.justify-start {
|
|
1118
1323
|
justify-content: flex-start;
|
|
1119
1324
|
}
|
|
1325
|
+
|
|
1120
1326
|
.justify-end {
|
|
1121
1327
|
justify-content: flex-end;
|
|
1122
1328
|
}
|
|
1329
|
+
|
|
1123
1330
|
.justify-center {
|
|
1124
1331
|
justify-content: center;
|
|
1125
1332
|
}
|
|
1333
|
+
|
|
1126
1334
|
.justify-between {
|
|
1127
1335
|
justify-content: space-between;
|
|
1128
1336
|
}
|
|
1337
|
+
|
|
1129
1338
|
.gap-0 {
|
|
1130
1339
|
gap: 0px;
|
|
1131
1340
|
}
|
|
1341
|
+
|
|
1132
1342
|
.gap-1 {
|
|
1133
1343
|
gap: 0.25rem;
|
|
1134
1344
|
}
|
|
1345
|
+
|
|
1135
1346
|
.gap-2 {
|
|
1136
1347
|
gap: 0.5rem;
|
|
1137
1348
|
}
|
|
1349
|
+
|
|
1138
1350
|
.gap-4 {
|
|
1139
1351
|
gap: 1rem;
|
|
1140
1352
|
}
|
|
1353
|
+
|
|
1141
1354
|
.gap-x-\[7px\] {
|
|
1142
1355
|
-moz-column-gap: 7px;
|
|
1143
1356
|
column-gap: 7px;
|
|
1144
1357
|
}
|
|
1358
|
+
|
|
1145
1359
|
.gap-y-4 {
|
|
1146
1360
|
row-gap: 1rem;
|
|
1147
1361
|
}
|
|
1362
|
+
|
|
1148
1363
|
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
|
|
1149
1364
|
--tw-space-y-reverse: 0;
|
|
1150
1365
|
margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
|
|
1151
1366
|
margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
|
|
1152
1367
|
}
|
|
1368
|
+
|
|
1153
1369
|
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
|
|
1154
1370
|
--tw-space-y-reverse: 0;
|
|
1155
1371
|
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
|
|
1156
1372
|
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
|
|
1157
1373
|
}
|
|
1374
|
+
|
|
1158
1375
|
.self-start {
|
|
1159
1376
|
align-self: flex-start;
|
|
1160
1377
|
}
|
|
1378
|
+
|
|
1161
1379
|
.self-center {
|
|
1162
1380
|
align-self: center;
|
|
1163
1381
|
}
|
|
1382
|
+
|
|
1164
1383
|
.overflow-hidden {
|
|
1165
1384
|
overflow: hidden;
|
|
1166
1385
|
}
|
|
1386
|
+
|
|
1167
1387
|
.overflow-scroll {
|
|
1168
1388
|
overflow: scroll;
|
|
1169
1389
|
}
|
|
1390
|
+
|
|
1170
1391
|
.overflow-x-auto {
|
|
1171
1392
|
overflow-x: auto;
|
|
1172
1393
|
}
|
|
1394
|
+
|
|
1173
1395
|
.overflow-y-auto {
|
|
1174
1396
|
overflow-y: auto;
|
|
1175
1397
|
}
|
|
1398
|
+
|
|
1176
1399
|
.overflow-y-hidden {
|
|
1177
1400
|
overflow-y: hidden;
|
|
1178
1401
|
}
|
|
1402
|
+
|
|
1179
1403
|
.truncate {
|
|
1180
1404
|
overflow: hidden;
|
|
1181
1405
|
text-overflow: ellipsis;
|
|
1182
1406
|
white-space: nowrap;
|
|
1183
1407
|
}
|
|
1408
|
+
|
|
1184
1409
|
.text-ellipsis {
|
|
1185
1410
|
text-overflow: ellipsis;
|
|
1186
1411
|
}
|
|
1412
|
+
|
|
1187
1413
|
.whitespace-nowrap {
|
|
1188
1414
|
white-space: nowrap;
|
|
1189
1415
|
}
|
|
1416
|
+
|
|
1190
1417
|
.rounded {
|
|
1191
1418
|
border-radius: 0.25rem;
|
|
1192
1419
|
}
|
|
1420
|
+
|
|
1193
1421
|
.rounded-\[4px\] {
|
|
1194
1422
|
border-radius: 4px;
|
|
1195
1423
|
}
|
|
1424
|
+
|
|
1196
1425
|
.rounded-\[inherit\] {
|
|
1197
1426
|
border-radius: inherit;
|
|
1198
1427
|
}
|
|
1428
|
+
|
|
1199
1429
|
.rounded-full {
|
|
1200
1430
|
border-radius: 9999px;
|
|
1201
1431
|
}
|
|
1432
|
+
|
|
1202
1433
|
.rounded-md {
|
|
1203
1434
|
border-radius: calc(var(--radius) - 2px);
|
|
1204
1435
|
}
|
|
1436
|
+
|
|
1205
1437
|
.rounded-none {
|
|
1206
1438
|
border-radius: 0px;
|
|
1207
1439
|
}
|
|
1440
|
+
|
|
1208
1441
|
.rounded-sm {
|
|
1209
1442
|
border-radius: calc(var(--radius) - 4px);
|
|
1210
1443
|
}
|
|
1444
|
+
|
|
1211
1445
|
.rounded-b-lg {
|
|
1212
1446
|
border-bottom-right-radius: var(--radius);
|
|
1213
1447
|
border-bottom-left-radius: var(--radius);
|
|
1214
1448
|
}
|
|
1449
|
+
|
|
1215
1450
|
.rounded-t-2xl {
|
|
1216
1451
|
border-top-left-radius: 1rem;
|
|
1217
1452
|
border-top-right-radius: 1rem;
|
|
1218
1453
|
}
|
|
1454
|
+
|
|
1219
1455
|
.rounded-bl {
|
|
1220
1456
|
border-bottom-left-radius: 0.25rem;
|
|
1221
1457
|
}
|
|
1458
|
+
|
|
1222
1459
|
.rounded-br {
|
|
1223
1460
|
border-bottom-right-radius: 0.25rem;
|
|
1224
1461
|
}
|
|
1462
|
+
|
|
1225
1463
|
.rounded-tl {
|
|
1226
1464
|
border-top-left-radius: 0.25rem;
|
|
1227
1465
|
}
|
|
1466
|
+
|
|
1228
1467
|
.rounded-tr {
|
|
1229
1468
|
border-top-right-radius: 0.25rem;
|
|
1230
1469
|
}
|
|
1470
|
+
|
|
1231
1471
|
.border {
|
|
1232
1472
|
border-width: 1px;
|
|
1233
1473
|
}
|
|
1474
|
+
|
|
1234
1475
|
.border-0 {
|
|
1235
1476
|
border-width: 0px;
|
|
1236
1477
|
}
|
|
1478
|
+
|
|
1237
1479
|
.border-2 {
|
|
1238
1480
|
border-width: 2px;
|
|
1239
1481
|
}
|
|
1482
|
+
|
|
1240
1483
|
.border-b {
|
|
1241
1484
|
border-bottom-width: 1px;
|
|
1242
1485
|
}
|
|
1486
|
+
|
|
1243
1487
|
.border-l {
|
|
1244
1488
|
border-left-width: 1px;
|
|
1245
1489
|
}
|
|
1490
|
+
|
|
1246
1491
|
.border-t {
|
|
1247
1492
|
border-top-width: 1px;
|
|
1248
1493
|
}
|
|
1494
|
+
|
|
1495
|
+
.border-none {
|
|
1496
|
+
border-style: none;
|
|
1497
|
+
}
|
|
1498
|
+
|
|
1249
1499
|
.\!border-stateColors-error {
|
|
1250
1500
|
border-color: var(--stateColors-error) !important;
|
|
1251
1501
|
}
|
|
1502
|
+
|
|
1252
1503
|
.border-black {
|
|
1253
1504
|
--tw-border-opacity: 1;
|
|
1254
1505
|
border-color: rgb(0 0 0 / var(--tw-border-opacity));
|
|
1255
1506
|
}
|
|
1507
|
+
|
|
1256
1508
|
.border-buttonColors-primaryOutlineColor {
|
|
1257
1509
|
border-color: var(--buttonColors-primaryOutlineColor);
|
|
1258
1510
|
}
|
|
1511
|
+
|
|
1259
1512
|
.border-buttonColors-secondaryOutlineColor {
|
|
1260
1513
|
border-color: var(--buttonColors-secondaryOutlineColor);
|
|
1261
1514
|
}
|
|
1515
|
+
|
|
1262
1516
|
.border-coreColors-brandColorPrimary {
|
|
1263
1517
|
border-color: var(--coreColors-brandColorPrimary);
|
|
1264
1518
|
}
|
|
1519
|
+
|
|
1265
1520
|
.border-coreColors-dividingLines {
|
|
1266
1521
|
border-color: var(--coreColors-dividingLines);
|
|
1267
1522
|
}
|
|
1523
|
+
|
|
1268
1524
|
.border-input {
|
|
1269
1525
|
border-color: hsl(var(--input));
|
|
1270
1526
|
}
|
|
1527
|
+
|
|
1271
1528
|
.border-stateColors-error {
|
|
1272
1529
|
border-color: var(--stateColors-error);
|
|
1273
1530
|
}
|
|
1531
|
+
|
|
1274
1532
|
.border-transparent {
|
|
1275
1533
|
border-color: transparent;
|
|
1276
1534
|
}
|
|
1535
|
+
|
|
1277
1536
|
.border-l-transparent {
|
|
1278
1537
|
border-left-color: transparent;
|
|
1279
1538
|
}
|
|
1539
|
+
|
|
1280
1540
|
.border-t-transparent {
|
|
1281
1541
|
border-top-color: transparent;
|
|
1282
1542
|
}
|
|
1543
|
+
|
|
1283
1544
|
.bg-\[\#612EFF\] {
|
|
1284
1545
|
--tw-bg-opacity: 1;
|
|
1285
1546
|
background-color: rgb(97 46 255 / var(--tw-bg-opacity));
|
|
1286
1547
|
}
|
|
1548
|
+
|
|
1287
1549
|
.bg-background {
|
|
1288
1550
|
background-color: hsl(var(--background));
|
|
1289
1551
|
}
|
|
1552
|
+
|
|
1290
1553
|
.bg-black\/80 {
|
|
1291
1554
|
background-color: rgb(0 0 0 / 0.8);
|
|
1292
1555
|
}
|
|
1556
|
+
|
|
1293
1557
|
.bg-border {
|
|
1294
1558
|
background-color: hsl(var(--border));
|
|
1295
1559
|
}
|
|
1560
|
+
|
|
1296
1561
|
.bg-buttonColors-primaryFill {
|
|
1297
1562
|
background-color: var(--buttonColors-primaryFill);
|
|
1298
1563
|
}
|
|
1564
|
+
|
|
1299
1565
|
.bg-buttonColors-secondaryFill {
|
|
1300
1566
|
background-color: var(--buttonColors-secondaryFill);
|
|
1301
1567
|
}
|
|
1568
|
+
|
|
1302
1569
|
.bg-coreColors-brandColorPrimary {
|
|
1303
1570
|
background-color: var(--coreColors-brandColorPrimary);
|
|
1304
1571
|
}
|
|
1572
|
+
|
|
1305
1573
|
.bg-coreColors-dividingLines {
|
|
1306
1574
|
background-color: var(--coreColors-dividingLines);
|
|
1307
1575
|
}
|
|
1576
|
+
|
|
1308
1577
|
.bg-coreColors-inputBackground {
|
|
1309
1578
|
background-color: var(--coreColors-inputBackground);
|
|
1310
1579
|
}
|
|
1580
|
+
|
|
1311
1581
|
.bg-coreColors-modalBackground {
|
|
1312
1582
|
background-color: var(--coreColors-modalBackground);
|
|
1313
1583
|
}
|
|
1584
|
+
|
|
1314
1585
|
.bg-coreColors-pageColor {
|
|
1315
1586
|
background-color: var(--coreColors-pageColor);
|
|
1316
1587
|
}
|
|
1588
|
+
|
|
1317
1589
|
.bg-neutral-100 {
|
|
1318
1590
|
--tw-bg-opacity: 1;
|
|
1319
1591
|
background-color: rgb(245 245 245 / var(--tw-bg-opacity));
|
|
1320
1592
|
}
|
|
1593
|
+
|
|
1321
1594
|
.bg-productBadging-fill {
|
|
1322
1595
|
background-color: var(--productBadging-fill);
|
|
1323
1596
|
}
|
|
1597
|
+
|
|
1324
1598
|
.bg-stateColors-disabled {
|
|
1325
1599
|
background-color: var(--stateColors-disabled);
|
|
1326
1600
|
}
|
|
1601
|
+
|
|
1327
1602
|
.bg-stateColors-error {
|
|
1328
1603
|
background-color: var(--stateColors-error);
|
|
1329
1604
|
}
|
|
1605
|
+
|
|
1330
1606
|
.bg-stateColors-skeleton {
|
|
1331
1607
|
background-color: var(--stateColors-skeleton);
|
|
1332
1608
|
}
|
|
1609
|
+
|
|
1333
1610
|
.bg-stateColors-success {
|
|
1334
1611
|
background-color: var(--stateColors-success);
|
|
1335
1612
|
}
|
|
1613
|
+
|
|
1336
1614
|
.bg-stateColors-warning {
|
|
1337
1615
|
background-color: var(--stateColors-warning);
|
|
1338
1616
|
}
|
|
1617
|
+
|
|
1339
1618
|
.bg-transparent {
|
|
1340
1619
|
background-color: transparent;
|
|
1341
1620
|
}
|
|
1621
|
+
|
|
1342
1622
|
.bg-white {
|
|
1343
1623
|
--tw-bg-opacity: 1;
|
|
1344
1624
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
1345
1625
|
}
|
|
1626
|
+
|
|
1346
1627
|
.bg-\[linear-gradient\(270deg\2c \#ffffff00_0\%\2c \#FFF_100\%\)\] {
|
|
1347
1628
|
background-image: linear-gradient(270deg,#ffffff00 0%,#FFF 100%);
|
|
1348
1629
|
}
|
|
1630
|
+
|
|
1349
1631
|
.bg-\[linear-gradient\(90deg\2c \#ffffff00_0\%\2c \#FFF_100\%\)\] {
|
|
1350
1632
|
background-image: linear-gradient(90deg,#ffffff00 0%,#FFF 100%);
|
|
1351
1633
|
}
|
|
1634
|
+
|
|
1352
1635
|
.bg-fade-left {
|
|
1353
1636
|
background-image: linear-gradient(to right, var(--coreColors-pageColor) 0%, #ffffff00 100%);;
|
|
1354
1637
|
}
|
|
1638
|
+
|
|
1355
1639
|
.bg-fade-right {
|
|
1356
1640
|
background-image: linear-gradient(to left, var(--coreColors-pageColor) 0%, #ffffff00 100%);;
|
|
1357
1641
|
}
|
|
1642
|
+
|
|
1358
1643
|
.fill-current {
|
|
1359
1644
|
fill: currentColor;
|
|
1360
1645
|
}
|
|
1646
|
+
|
|
1361
1647
|
.p-0 {
|
|
1362
1648
|
padding: 0px;
|
|
1363
1649
|
}
|
|
1650
|
+
|
|
1364
1651
|
.p-1 {
|
|
1365
1652
|
padding: 0.25rem;
|
|
1366
1653
|
}
|
|
1654
|
+
|
|
1367
1655
|
.p-2 {
|
|
1368
1656
|
padding: 0.5rem;
|
|
1369
1657
|
}
|
|
1658
|
+
|
|
1370
1659
|
.p-3 {
|
|
1371
1660
|
padding: 0.75rem;
|
|
1372
1661
|
}
|
|
1662
|
+
|
|
1373
1663
|
.p-4 {
|
|
1374
1664
|
padding: 1rem;
|
|
1375
1665
|
}
|
|
1666
|
+
|
|
1376
1667
|
.p-6 {
|
|
1377
1668
|
padding: 1.5rem;
|
|
1378
1669
|
}
|
|
1670
|
+
|
|
1379
1671
|
.p-\[1px\] {
|
|
1380
1672
|
padding: 1px;
|
|
1381
1673
|
}
|
|
1674
|
+
|
|
1382
1675
|
.px-1 {
|
|
1383
1676
|
padding-left: 0.25rem;
|
|
1384
1677
|
padding-right: 0.25rem;
|
|
1385
1678
|
}
|
|
1679
|
+
|
|
1386
1680
|
.px-2 {
|
|
1387
1681
|
padding-left: 0.5rem;
|
|
1388
1682
|
padding-right: 0.5rem;
|
|
1389
1683
|
}
|
|
1684
|
+
|
|
1390
1685
|
.px-2\.5 {
|
|
1391
1686
|
padding-left: 0.625rem;
|
|
1392
1687
|
padding-right: 0.625rem;
|
|
1393
1688
|
}
|
|
1689
|
+
|
|
1394
1690
|
.px-3 {
|
|
1395
1691
|
padding-left: 0.75rem;
|
|
1396
1692
|
padding-right: 0.75rem;
|
|
1397
1693
|
}
|
|
1694
|
+
|
|
1398
1695
|
.px-4 {
|
|
1399
1696
|
padding-left: 1rem;
|
|
1400
1697
|
padding-right: 1rem;
|
|
1401
1698
|
}
|
|
1699
|
+
|
|
1402
1700
|
.px-5 {
|
|
1403
1701
|
padding-left: 1.25rem;
|
|
1404
1702
|
padding-right: 1.25rem;
|
|
1405
1703
|
}
|
|
1704
|
+
|
|
1406
1705
|
.px-8 {
|
|
1407
1706
|
padding-left: 2rem;
|
|
1408
1707
|
padding-right: 2rem;
|
|
1409
1708
|
}
|
|
1709
|
+
|
|
1410
1710
|
.px-\[16px\] {
|
|
1411
1711
|
padding-left: 16px;
|
|
1412
1712
|
padding-right: 16px;
|
|
1413
1713
|
}
|
|
1714
|
+
|
|
1414
1715
|
.py-1 {
|
|
1415
1716
|
padding-top: 0.25rem;
|
|
1416
1717
|
padding-bottom: 0.25rem;
|
|
1417
1718
|
}
|
|
1719
|
+
|
|
1418
1720
|
.py-2 {
|
|
1419
1721
|
padding-top: 0.5rem;
|
|
1420
1722
|
padding-bottom: 0.5rem;
|
|
1421
1723
|
}
|
|
1724
|
+
|
|
1422
1725
|
.py-3 {
|
|
1423
1726
|
padding-top: 0.75rem;
|
|
1424
1727
|
padding-bottom: 0.75rem;
|
|
1425
1728
|
}
|
|
1729
|
+
|
|
1426
1730
|
.py-4 {
|
|
1427
1731
|
padding-top: 1rem;
|
|
1428
1732
|
padding-bottom: 1rem;
|
|
1429
1733
|
}
|
|
1734
|
+
|
|
1430
1735
|
.pb-2 {
|
|
1431
1736
|
padding-bottom: 0.5rem;
|
|
1432
1737
|
}
|
|
1738
|
+
|
|
1433
1739
|
.pb-4 {
|
|
1434
1740
|
padding-bottom: 1rem;
|
|
1435
1741
|
}
|
|
1742
|
+
|
|
1436
1743
|
.pb-8 {
|
|
1437
1744
|
padding-bottom: 2rem;
|
|
1438
1745
|
}
|
|
1746
|
+
|
|
1439
1747
|
.pl-0 {
|
|
1440
1748
|
padding-left: 0px;
|
|
1441
1749
|
}
|
|
1750
|
+
|
|
1442
1751
|
.pl-2 {
|
|
1443
1752
|
padding-left: 0.5rem;
|
|
1444
1753
|
}
|
|
1754
|
+
|
|
1445
1755
|
.pl-4 {
|
|
1446
1756
|
padding-left: 1rem;
|
|
1447
1757
|
}
|
|
1758
|
+
|
|
1448
1759
|
.pl-8 {
|
|
1449
1760
|
padding-left: 2rem;
|
|
1450
1761
|
}
|
|
1762
|
+
|
|
1451
1763
|
.pr-1 {
|
|
1452
1764
|
padding-right: 0.25rem;
|
|
1453
1765
|
}
|
|
1766
|
+
|
|
1454
1767
|
.pr-2 {
|
|
1455
1768
|
padding-right: 0.5rem;
|
|
1456
1769
|
}
|
|
1770
|
+
|
|
1457
1771
|
.pr-4 {
|
|
1458
1772
|
padding-right: 1rem;
|
|
1459
1773
|
}
|
|
1774
|
+
|
|
1460
1775
|
.pt-0 {
|
|
1461
1776
|
padding-top: 0px;
|
|
1462
1777
|
}
|
|
1778
|
+
|
|
1463
1779
|
.pt-12 {
|
|
1464
1780
|
padding-top: 3rem;
|
|
1465
1781
|
}
|
|
1782
|
+
|
|
1466
1783
|
.pt-4 {
|
|
1467
1784
|
padding-top: 1rem;
|
|
1468
1785
|
}
|
|
1786
|
+
|
|
1469
1787
|
.pt-5 {
|
|
1470
1788
|
padding-top: 1.25rem;
|
|
1471
1789
|
}
|
|
1790
|
+
|
|
1472
1791
|
.pt-6 {
|
|
1473
1792
|
padding-top: 1.5rem;
|
|
1474
1793
|
}
|
|
1794
|
+
|
|
1475
1795
|
.text-left {
|
|
1476
1796
|
text-align: left;
|
|
1477
1797
|
}
|
|
1798
|
+
|
|
1478
1799
|
.text-center {
|
|
1479
1800
|
text-align: center;
|
|
1480
1801
|
}
|
|
1802
|
+
|
|
1481
1803
|
.text-right {
|
|
1482
1804
|
text-align: right;
|
|
1483
1805
|
}
|
|
1806
|
+
|
|
1484
1807
|
.text-start {
|
|
1485
1808
|
text-align: start;
|
|
1486
1809
|
}
|
|
1810
|
+
|
|
1487
1811
|
.align-top {
|
|
1488
1812
|
vertical-align: top;
|
|
1489
1813
|
}
|
|
1814
|
+
|
|
1490
1815
|
.font-fontMedium {
|
|
1491
1816
|
font-family: var(--fontMedium);
|
|
1492
1817
|
}
|
|
1818
|
+
|
|
1493
1819
|
.font-fontRegular {
|
|
1494
1820
|
font-family: var(--fontRegular);
|
|
1495
1821
|
}
|
|
1822
|
+
|
|
1496
1823
|
.text-\[10px\] {
|
|
1497
1824
|
font-size: 10px;
|
|
1498
1825
|
}
|
|
1826
|
+
|
|
1499
1827
|
.text-\[12px\] {
|
|
1500
1828
|
font-size: 12px;
|
|
1501
1829
|
}
|
|
1830
|
+
|
|
1502
1831
|
.text-\[15px\] {
|
|
1503
1832
|
font-size: 15px;
|
|
1504
1833
|
}
|
|
1834
|
+
|
|
1505
1835
|
.text-\[18px\] {
|
|
1506
1836
|
font-size: 18px;
|
|
1507
1837
|
}
|
|
1838
|
+
|
|
1508
1839
|
.text-\[23px\] {
|
|
1509
1840
|
font-size: 23px;
|
|
1510
1841
|
}
|
|
1842
|
+
|
|
1511
1843
|
.text-lg {
|
|
1512
1844
|
font-size: 1.125rem;
|
|
1513
1845
|
line-height: 1.75rem;
|
|
1514
1846
|
}
|
|
1847
|
+
|
|
1515
1848
|
.text-sm {
|
|
1516
1849
|
font-size: 0.875rem;
|
|
1517
1850
|
line-height: 1.25rem;
|
|
1518
1851
|
}
|
|
1852
|
+
|
|
1519
1853
|
.text-xs {
|
|
1520
1854
|
font-size: 0.75rem;
|
|
1521
1855
|
line-height: 1rem;
|
|
1522
1856
|
}
|
|
1857
|
+
|
|
1523
1858
|
.font-medium {
|
|
1524
1859
|
font-weight: 500;
|
|
1525
1860
|
}
|
|
1861
|
+
|
|
1526
1862
|
.font-normal {
|
|
1527
1863
|
font-weight: 400;
|
|
1528
1864
|
}
|
|
1865
|
+
|
|
1529
1866
|
.font-semibold {
|
|
1530
1867
|
font-weight: 600;
|
|
1531
1868
|
}
|
|
1869
|
+
|
|
1532
1870
|
.uppercase {
|
|
1533
1871
|
text-transform: uppercase;
|
|
1534
1872
|
}
|
|
1873
|
+
|
|
1535
1874
|
.leading-\[130\%\] {
|
|
1536
1875
|
line-height: 130%;
|
|
1537
1876
|
}
|
|
1877
|
+
|
|
1538
1878
|
.leading-\[13px\] {
|
|
1539
1879
|
line-height: 13px;
|
|
1540
1880
|
}
|
|
1881
|
+
|
|
1541
1882
|
.leading-\[160\%\] {
|
|
1542
1883
|
line-height: 160%;
|
|
1543
1884
|
}
|
|
1885
|
+
|
|
1544
1886
|
.leading-\[24px\] {
|
|
1545
1887
|
line-height: 24px;
|
|
1546
1888
|
}
|
|
1889
|
+
|
|
1547
1890
|
.leading-none {
|
|
1548
1891
|
line-height: 1;
|
|
1549
1892
|
}
|
|
1893
|
+
|
|
1550
1894
|
.text-black {
|
|
1551
1895
|
--tw-text-opacity: 1;
|
|
1552
1896
|
color: rgb(0 0 0 / var(--tw-text-opacity));
|
|
1553
1897
|
}
|
|
1898
|
+
|
|
1554
1899
|
.text-buttonColors-destructiveText {
|
|
1555
1900
|
color: var(--buttonColors-destructiveText);
|
|
1556
1901
|
}
|
|
1902
|
+
|
|
1557
1903
|
.text-buttonColors-disabled {
|
|
1558
1904
|
color: var(--buttonColors-disabled);
|
|
1559
1905
|
}
|
|
1906
|
+
|
|
1560
1907
|
.text-buttonColors-primaryFill {
|
|
1561
1908
|
color: var(--buttonColors-primaryFill);
|
|
1562
1909
|
}
|
|
1910
|
+
|
|
1563
1911
|
.text-buttonColors-primaryOutline {
|
|
1564
1912
|
color: var(--buttonColors-primaryOutline);
|
|
1565
1913
|
}
|
|
1914
|
+
|
|
1566
1915
|
.text-buttonColors-primaryOutlineColor {
|
|
1567
1916
|
color: var(--buttonColors-primaryOutlineColor);
|
|
1568
1917
|
}
|
|
1918
|
+
|
|
1569
1919
|
.text-buttonColors-primaryOutlineEnabled {
|
|
1570
1920
|
color: var(--buttonColors-primaryOutlineEnabled);
|
|
1571
1921
|
}
|
|
1922
|
+
|
|
1572
1923
|
.text-buttonColors-primaryShadow {
|
|
1573
1924
|
color: var(--buttonColors-primaryShadow);
|
|
1574
1925
|
}
|
|
1926
|
+
|
|
1575
1927
|
.text-buttonColors-primaryText {
|
|
1576
1928
|
color: var(--buttonColors-primaryText);
|
|
1577
1929
|
}
|
|
1930
|
+
|
|
1578
1931
|
.text-buttonColors-secondaryFill {
|
|
1579
1932
|
color: var(--buttonColors-secondaryFill);
|
|
1580
1933
|
}
|
|
1934
|
+
|
|
1581
1935
|
.text-buttonColors-secondaryOutline {
|
|
1582
1936
|
color: var(--buttonColors-secondaryOutline);
|
|
1583
1937
|
}
|
|
1938
|
+
|
|
1584
1939
|
.text-buttonColors-secondaryOutlineColor {
|
|
1585
1940
|
color: var(--buttonColors-secondaryOutlineColor);
|
|
1586
1941
|
}
|
|
1942
|
+
|
|
1587
1943
|
.text-buttonColors-secondaryOutlineEnabled {
|
|
1588
1944
|
color: var(--buttonColors-secondaryOutlineEnabled);
|
|
1589
1945
|
}
|
|
1946
|
+
|
|
1590
1947
|
.text-buttonColors-secondaryShadow {
|
|
1591
1948
|
color: var(--buttonColors-secondaryShadow);
|
|
1592
1949
|
}
|
|
1950
|
+
|
|
1593
1951
|
.text-buttonColors-secondaryText {
|
|
1594
1952
|
color: var(--buttonColors-secondaryText);
|
|
1595
1953
|
}
|
|
1954
|
+
|
|
1596
1955
|
.text-coreColors-brandColorPrimary {
|
|
1597
1956
|
color: var(--coreColors-brandColorPrimary);
|
|
1598
1957
|
}
|
|
1958
|
+
|
|
1599
1959
|
.text-coreColors-dividingLines {
|
|
1600
1960
|
color: var(--coreColors-dividingLines);
|
|
1601
1961
|
}
|
|
1962
|
+
|
|
1602
1963
|
.text-coreColors-headerBackground {
|
|
1603
1964
|
color: var(--coreColors-headerBackground);
|
|
1604
1965
|
}
|
|
1966
|
+
|
|
1605
1967
|
.text-coreColors-headerIcon {
|
|
1606
1968
|
color: var(--coreColors-headerIcon);
|
|
1607
1969
|
}
|
|
1970
|
+
|
|
1608
1971
|
.text-coreColors-inputBackground {
|
|
1609
1972
|
color: var(--coreColors-inputBackground);
|
|
1610
1973
|
}
|
|
1974
|
+
|
|
1611
1975
|
.text-coreColors-modalBackground {
|
|
1612
1976
|
color: var(--coreColors-modalBackground);
|
|
1613
1977
|
}
|
|
1978
|
+
|
|
1614
1979
|
.text-coreColors-pageColor {
|
|
1615
1980
|
color: var(--coreColors-pageColor);
|
|
1616
1981
|
}
|
|
1982
|
+
|
|
1617
1983
|
.text-coreColors-primaryIcon {
|
|
1618
1984
|
color: var(--coreColors-primaryIcon);
|
|
1619
1985
|
}
|
|
1986
|
+
|
|
1620
1987
|
.text-coreColors-secondaryIcon {
|
|
1621
1988
|
color: var(--coreColors-secondaryIcon);
|
|
1622
1989
|
}
|
|
1990
|
+
|
|
1623
1991
|
.text-coreColors-shadow {
|
|
1624
1992
|
color: var(--coreColors-shadow);
|
|
1625
1993
|
}
|
|
1994
|
+
|
|
1626
1995
|
.text-coreColors-shadowsEnabled {
|
|
1627
1996
|
color: var(--coreColors-shadowsEnabled);
|
|
1628
1997
|
}
|
|
1998
|
+
|
|
1629
1999
|
.text-coreColors-tabBar {
|
|
1630
2000
|
color: var(--coreColors-tabBar);
|
|
1631
2001
|
}
|
|
2002
|
+
|
|
1632
2003
|
.text-current {
|
|
1633
2004
|
color: currentColor;
|
|
1634
2005
|
}
|
|
2006
|
+
|
|
1635
2007
|
.text-foreground\/50 {
|
|
1636
2008
|
color: hsl(var(--foreground) / 0.5);
|
|
1637
2009
|
}
|
|
2010
|
+
|
|
1638
2011
|
.text-muted-foreground {
|
|
1639
2012
|
color: hsl(var(--muted-foreground));
|
|
1640
2013
|
}
|
|
2014
|
+
|
|
1641
2015
|
.text-productBadging-text {
|
|
1642
2016
|
color: var(--productBadging-text);
|
|
1643
2017
|
}
|
|
2018
|
+
|
|
1644
2019
|
.text-stateColors-disabled {
|
|
1645
2020
|
color: var(--stateColors-disabled);
|
|
1646
2021
|
}
|
|
2022
|
+
|
|
1647
2023
|
.text-stateColors-error {
|
|
1648
2024
|
color: var(--stateColors-error);
|
|
1649
2025
|
}
|
|
2026
|
+
|
|
1650
2027
|
.text-stateColors-favorites {
|
|
1651
2028
|
color: var(--stateColors-favorites);
|
|
1652
2029
|
}
|
|
2030
|
+
|
|
1653
2031
|
.text-stateColors-reviews {
|
|
1654
2032
|
color: var(--stateColors-reviews);
|
|
1655
2033
|
}
|
|
2034
|
+
|
|
1656
2035
|
.text-stateColors-skeleton {
|
|
1657
2036
|
color: var(--stateColors-skeleton);
|
|
1658
2037
|
}
|
|
2038
|
+
|
|
1659
2039
|
.text-stateColors-subscriptions {
|
|
1660
2040
|
color: var(--stateColors-subscriptions);
|
|
1661
2041
|
}
|
|
2042
|
+
|
|
1662
2043
|
.text-stateColors-success {
|
|
1663
2044
|
color: var(--stateColors-success);
|
|
1664
2045
|
}
|
|
2046
|
+
|
|
1665
2047
|
.text-stateColors-warning {
|
|
1666
2048
|
color: var(--stateColors-warning);
|
|
1667
2049
|
}
|
|
2050
|
+
|
|
1668
2051
|
.text-textColors-legalText {
|
|
1669
2052
|
color: var(--textColors-legalText);
|
|
1670
2053
|
}
|
|
2054
|
+
|
|
1671
2055
|
.text-textColors-pageTitle {
|
|
1672
2056
|
color: var(--textColors-pageTitle);
|
|
1673
2057
|
}
|
|
2058
|
+
|
|
1674
2059
|
.text-textColors-priceText {
|
|
1675
2060
|
color: var(--textColors-priceText);
|
|
1676
2061
|
}
|
|
2062
|
+
|
|
1677
2063
|
.text-textColors-primaryColor {
|
|
1678
2064
|
color: var(--textColors-primaryColor, #121212ff);
|
|
1679
2065
|
}
|
|
2066
|
+
|
|
1680
2067
|
.text-textColors-productTitle {
|
|
1681
2068
|
color: var(--textColors-productTitle);
|
|
1682
2069
|
}
|
|
2070
|
+
|
|
1683
2071
|
.text-textColors-salePriceText {
|
|
1684
2072
|
color: var(--textColors-salePriceText);
|
|
1685
2073
|
}
|
|
2074
|
+
|
|
1686
2075
|
.text-textColors-secondaryColor {
|
|
1687
2076
|
color: var(--textColors-secondaryColor, #727272ff);
|
|
1688
2077
|
}
|
|
2078
|
+
|
|
1689
2079
|
.text-textColors-strikethroughPriceText {
|
|
1690
2080
|
color: var(--textColors-strikethroughPriceText);
|
|
1691
2081
|
}
|
|
2082
|
+
|
|
1692
2083
|
.line-through {
|
|
1693
2084
|
text-decoration-line: line-through;
|
|
1694
2085
|
}
|
|
2086
|
+
|
|
1695
2087
|
.underline-offset-4 {
|
|
1696
2088
|
text-underline-offset: 4px;
|
|
1697
2089
|
}
|
|
2090
|
+
|
|
1698
2091
|
.opacity-0 {
|
|
1699
2092
|
opacity: 0;
|
|
1700
2093
|
}
|
|
2094
|
+
|
|
1701
2095
|
.opacity-100 {
|
|
1702
2096
|
opacity: 1;
|
|
1703
2097
|
}
|
|
2098
|
+
|
|
1704
2099
|
.opacity-50 {
|
|
1705
2100
|
opacity: 0.5;
|
|
1706
2101
|
}
|
|
2102
|
+
|
|
1707
2103
|
.shadow-\[0_0_6px_0_rgba\(17\2c 17\2c 17\2c 0\.16\)\] {
|
|
1708
2104
|
--tw-shadow: 0 0 6px 0 rgba(17,17,17,0.16);
|
|
1709
2105
|
--tw-shadow-colored: 0 0 6px 0 var(--tw-shadow-color);
|
|
1710
2106
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1711
2107
|
}
|
|
2108
|
+
|
|
1712
2109
|
.shadow-lg {
|
|
1713
2110
|
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
1714
2111
|
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
|
1715
2112
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1716
2113
|
}
|
|
2114
|
+
|
|
1717
2115
|
.shadow-primary {
|
|
1718
2116
|
--tw-shadow: calc(var(--buttonColors-primaryShadowEnabled) * 0px) calc(var(--buttonColors-primaryShadowEnabled) * 5px) calc(var(--buttonColors-primaryShadowEnabled) * 25px) calc(var(--buttonColors-primaryShadowEnabled)* 0px) rgb(0, 0, 0, 0.10);;
|
|
1719
2117
|
--tw-shadow-colored: calc(var(--buttonColors-primaryShadowEnabled) * 0px) calc(var(--buttonColors-primaryShadowEnabled) * 5px) calc(var(--buttonColors-primaryShadowEnabled) * 25px) calc(var(--buttonColors-primaryShadowEnabled)* 0px) rgb(0, 0, 0, 0.10);;
|
|
1720
2118
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1721
2119
|
}
|
|
2120
|
+
|
|
1722
2121
|
.shadow-secondary {
|
|
1723
2122
|
--tw-shadow: calc(var(--buttonColors-secondaryShadowEnabled) * 0px) calc(var(--buttonColors-secondaryShadowEnabled) * 5px) calc(var(--buttonColors-secondaryShadowEnabled) * 25px) calc(var(--buttonColors-secondaryShadowEnabled)* 0px) rgb(0, 0, 0, 0.10);;
|
|
1724
2123
|
--tw-shadow-colored: calc(var(--buttonColors-secondaryShadowEnabled) * 0px) calc(var(--buttonColors-secondaryShadowEnabled) * 5px) calc(var(--buttonColors-secondaryShadowEnabled) * 25px) calc(var(--buttonColors-secondaryShadowEnabled)* 0px) rgb(0, 0, 0, 0.10);;
|
|
1725
2124
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1726
2125
|
}
|
|
2126
|
+
|
|
1727
2127
|
.shadow-buttonColors-primaryShadow {
|
|
1728
2128
|
--tw-shadow-color: var(--buttonColors-primaryShadow);
|
|
1729
2129
|
--tw-shadow: var(--tw-shadow-colored);
|
|
1730
2130
|
}
|
|
2131
|
+
|
|
1731
2132
|
.shadow-primary {
|
|
1732
2133
|
--tw-shadow-color: hsl(var(--primary));
|
|
1733
2134
|
--tw-shadow: var(--tw-shadow-colored);
|
|
1734
2135
|
}
|
|
2136
|
+
|
|
1735
2137
|
.shadow-secondary {
|
|
1736
2138
|
--tw-shadow-color: hsl(var(--secondary));
|
|
1737
2139
|
--tw-shadow: var(--tw-shadow-colored);
|
|
1738
2140
|
}
|
|
2141
|
+
|
|
1739
2142
|
.outline-none {
|
|
1740
2143
|
outline: 2px solid transparent;
|
|
1741
2144
|
outline-offset: 2px;
|
|
1742
2145
|
}
|
|
2146
|
+
|
|
1743
2147
|
.outline {
|
|
1744
2148
|
outline-style: solid;
|
|
1745
2149
|
}
|
|
2150
|
+
|
|
1746
2151
|
.outline-0 {
|
|
1747
2152
|
outline-width: 0px;
|
|
1748
2153
|
}
|
|
2154
|
+
|
|
1749
2155
|
.outline-1 {
|
|
1750
2156
|
outline-width: 1px;
|
|
1751
2157
|
}
|
|
2158
|
+
|
|
1752
2159
|
.outline-coreColors-brandColorPrimary {
|
|
1753
2160
|
outline-color: var(--coreColors-brandColorPrimary);
|
|
1754
2161
|
}
|
|
2162
|
+
|
|
1755
2163
|
.outline-coreColors-dividingLines {
|
|
1756
2164
|
outline-color: var(--coreColors-dividingLines);
|
|
1757
2165
|
}
|
|
2166
|
+
|
|
1758
2167
|
.outline-stateColors-error {
|
|
1759
2168
|
outline-color: var(--stateColors-error);
|
|
1760
2169
|
}
|
|
2170
|
+
|
|
1761
2171
|
.outline-stateColors-skeleton {
|
|
1762
2172
|
outline-color: var(--stateColors-skeleton);
|
|
1763
2173
|
}
|
|
2174
|
+
|
|
1764
2175
|
.ring-0 {
|
|
1765
2176
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1766
2177
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1767
2178
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1768
2179
|
}
|
|
2180
|
+
|
|
1769
2181
|
.ring-offset-background {
|
|
1770
2182
|
--tw-ring-offset-color: hsl(var(--background));
|
|
1771
2183
|
}
|
|
2184
|
+
|
|
1772
2185
|
.drop-shadow-\[0_3px_1px_0_rgba\(0\2c 0\2c 0\2c 1\)\] {
|
|
1773
2186
|
--tw-drop-shadow: drop-shadow(0 3px 1px 0 rgba(0,0,0,1));
|
|
1774
2187
|
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);
|
|
1775
2188
|
}
|
|
2189
|
+
|
|
2190
|
+
.\!filter {
|
|
2191
|
+
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) !important;
|
|
2192
|
+
}
|
|
2193
|
+
|
|
1776
2194
|
.filter {
|
|
1777
2195
|
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);
|
|
1778
2196
|
}
|
|
2197
|
+
|
|
1779
2198
|
.transition-all {
|
|
1780
2199
|
transition-property: all;
|
|
1781
2200
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1782
2201
|
transition-duration: 150ms;
|
|
1783
2202
|
}
|
|
2203
|
+
|
|
1784
2204
|
.transition-colors {
|
|
1785
2205
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
1786
2206
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1787
2207
|
transition-duration: 150ms;
|
|
1788
2208
|
}
|
|
2209
|
+
|
|
1789
2210
|
.transition-opacity {
|
|
1790
2211
|
transition-property: opacity;
|
|
1791
2212
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1792
2213
|
transition-duration: 150ms;
|
|
1793
2214
|
}
|
|
2215
|
+
|
|
1794
2216
|
.transition-transform {
|
|
1795
2217
|
transition-property: transform;
|
|
1796
2218
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1797
2219
|
transition-duration: 150ms;
|
|
1798
2220
|
}
|
|
2221
|
+
|
|
1799
2222
|
.duration-200 {
|
|
1800
2223
|
transition-duration: 200ms;
|
|
1801
2224
|
}
|
|
2225
|
+
|
|
1802
2226
|
.duration-300 {
|
|
1803
2227
|
transition-duration: 300ms;
|
|
1804
2228
|
}
|
|
2229
|
+
|
|
1805
2230
|
.duration-500 {
|
|
1806
2231
|
transition-duration: 500ms;
|
|
1807
2232
|
}
|
|
2233
|
+
|
|
1808
2234
|
.ease-in-out {
|
|
1809
2235
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1810
2236
|
}
|
|
1811
|
-
@keyframes enter {
|
|
1812
2237
|
|
|
2238
|
+
@keyframes enter {
|
|
1813
2239
|
from {
|
|
1814
2240
|
opacity: var(--tw-enter-opacity, 1);
|
|
1815
2241
|
transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
|
|
1816
2242
|
}
|
|
1817
2243
|
}
|
|
1818
|
-
@keyframes exit {
|
|
1819
2244
|
|
|
2245
|
+
@keyframes exit {
|
|
1820
2246
|
to {
|
|
1821
2247
|
opacity: var(--tw-exit-opacity, 1);
|
|
1822
2248
|
transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
|
|
1823
2249
|
}
|
|
1824
2250
|
}
|
|
2251
|
+
|
|
1825
2252
|
.duration-200 {
|
|
1826
2253
|
animation-duration: 200ms;
|
|
1827
2254
|
}
|
|
2255
|
+
|
|
1828
2256
|
.duration-300 {
|
|
1829
2257
|
animation-duration: 300ms;
|
|
1830
2258
|
}
|
|
2259
|
+
|
|
1831
2260
|
.duration-500 {
|
|
1832
2261
|
animation-duration: 500ms;
|
|
1833
2262
|
}
|
|
2263
|
+
|
|
1834
2264
|
.ease-in-out {
|
|
1835
2265
|
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1836
2266
|
}
|
|
2267
|
+
|
|
1837
2268
|
.container {
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
2269
|
+
padding-right: 16px;
|
|
2270
|
+
padding-left: 16px;
|
|
2271
|
+
}
|
|
2272
|
+
|
|
1841
2273
|
*:hover {
|
|
1842
|
-
|
|
1843
|
-
|
|
2274
|
+
text-decoration-line: unset !important;
|
|
2275
|
+
}
|
|
2276
|
+
|
|
1844
2277
|
.file\:border-0::file-selector-button {
|
|
1845
2278
|
border-width: 0px;
|
|
1846
2279
|
}
|
|
2280
|
+
|
|
1847
2281
|
.file\:bg-transparent::file-selector-button {
|
|
1848
2282
|
background-color: transparent;
|
|
1849
2283
|
}
|
|
2284
|
+
|
|
1850
2285
|
.file\:text-sm::file-selector-button {
|
|
1851
2286
|
font-size: 0.875rem;
|
|
1852
2287
|
line-height: 1.25rem;
|
|
1853
2288
|
}
|
|
2289
|
+
|
|
1854
2290
|
.file\:font-medium::file-selector-button {
|
|
1855
2291
|
font-weight: 500;
|
|
1856
2292
|
}
|
|
2293
|
+
|
|
1857
2294
|
.placeholder\:text-stateColors-error::-moz-placeholder {
|
|
1858
2295
|
color: var(--stateColors-error);
|
|
1859
2296
|
}
|
|
2297
|
+
|
|
1860
2298
|
.placeholder\:text-stateColors-error::placeholder {
|
|
1861
2299
|
color: var(--stateColors-error);
|
|
1862
2300
|
}
|
|
2301
|
+
|
|
1863
2302
|
.placeholder\:text-textColors-secondaryColor::-moz-placeholder {
|
|
1864
2303
|
color: var(--textColors-secondaryColor, #727272ff);
|
|
1865
2304
|
}
|
|
2305
|
+
|
|
1866
2306
|
.placeholder\:text-textColors-secondaryColor::placeholder {
|
|
1867
2307
|
color: var(--textColors-secondaryColor, #727272ff);
|
|
1868
2308
|
}
|
|
2309
|
+
|
|
1869
2310
|
.placeholder-shown\:\!truncate:-moz-placeholder-shown {
|
|
1870
2311
|
overflow: hidden !important;
|
|
1871
2312
|
text-overflow: ellipsis !important;
|
|
1872
2313
|
white-space: nowrap !important;
|
|
1873
2314
|
}
|
|
2315
|
+
|
|
1874
2316
|
.placeholder-shown\:\!truncate:placeholder-shown {
|
|
1875
2317
|
overflow: hidden !important;
|
|
1876
2318
|
text-overflow: ellipsis !important;
|
|
1877
2319
|
white-space: nowrap !important;
|
|
1878
2320
|
}
|
|
2321
|
+
|
|
1879
2322
|
.placeholder-shown\:p-4:-moz-placeholder-shown {
|
|
1880
2323
|
padding: 1rem;
|
|
1881
2324
|
}
|
|
2325
|
+
|
|
1882
2326
|
.placeholder-shown\:p-4:placeholder-shown {
|
|
1883
2327
|
padding: 1rem;
|
|
1884
2328
|
}
|
|
2329
|
+
|
|
1885
2330
|
.placeholder-shown\:text-textColors-secondaryColor:-moz-placeholder-shown {
|
|
1886
2331
|
color: var(--textColors-secondaryColor, #727272ff);
|
|
1887
2332
|
}
|
|
2333
|
+
|
|
1888
2334
|
.placeholder-shown\:text-textColors-secondaryColor:placeholder-shown {
|
|
1889
2335
|
color: var(--textColors-secondaryColor, #727272ff);
|
|
1890
2336
|
}
|
|
2337
|
+
|
|
1891
2338
|
.focus-within\:\!border-stateColors-error:focus-within {
|
|
1892
2339
|
border-color: var(--stateColors-error) !important;
|
|
1893
2340
|
}
|
|
2341
|
+
|
|
1894
2342
|
.focus-within\:border-coreColors-brandColorPrimary:focus-within {
|
|
1895
2343
|
border-color: var(--coreColors-brandColorPrimary);
|
|
1896
2344
|
}
|
|
2345
|
+
|
|
1897
2346
|
.hover\:h-\[18px\]:hover {
|
|
1898
2347
|
height: 18px;
|
|
1899
2348
|
}
|
|
2349
|
+
|
|
1900
2350
|
.hover\:w-\[18px\]:hover {
|
|
1901
2351
|
width: 18px;
|
|
1902
2352
|
}
|
|
2353
|
+
|
|
1903
2354
|
.hover\:bg-accent:hover {
|
|
1904
2355
|
background-color: hsl(var(--accent));
|
|
1905
2356
|
}
|
|
2357
|
+
|
|
1906
2358
|
.hover\:bg-muted:hover {
|
|
1907
2359
|
background-color: hsl(var(--muted));
|
|
1908
2360
|
}
|
|
2361
|
+
|
|
1909
2362
|
.hover\:bg-secondary:hover {
|
|
1910
2363
|
background-color: hsl(var(--secondary));
|
|
1911
2364
|
}
|
|
2365
|
+
|
|
1912
2366
|
.hover\:text-accent-foreground:hover {
|
|
1913
2367
|
color: hsl(var(--accent-foreground));
|
|
1914
2368
|
}
|
|
2369
|
+
|
|
1915
2370
|
.hover\:text-foreground:hover {
|
|
1916
2371
|
color: hsl(var(--foreground));
|
|
1917
2372
|
}
|
|
2373
|
+
|
|
1918
2374
|
.hover\:text-muted-foreground:hover {
|
|
1919
2375
|
color: hsl(var(--muted-foreground));
|
|
1920
2376
|
}
|
|
2377
|
+
|
|
1921
2378
|
.hover\:underline:hover {
|
|
1922
2379
|
text-decoration-line: underline;
|
|
1923
2380
|
}
|
|
2381
|
+
|
|
1924
2382
|
.hover\:\!line-through:hover {
|
|
1925
2383
|
text-decoration-line: line-through !important;
|
|
1926
2384
|
}
|
|
2385
|
+
|
|
1927
2386
|
.focus\:border-coreColors-brandColorPrimary:focus {
|
|
1928
2387
|
border-color: var(--coreColors-brandColorPrimary);
|
|
1929
2388
|
}
|
|
2389
|
+
|
|
1930
2390
|
.focus\:border-stateColors-error:focus {
|
|
1931
2391
|
border-color: var(--stateColors-error);
|
|
1932
2392
|
}
|
|
2393
|
+
|
|
1933
2394
|
.focus\:bg-stateColors-skeleton:focus {
|
|
1934
2395
|
background-color: var(--stateColors-skeleton);
|
|
1935
2396
|
}
|
|
2397
|
+
|
|
1936
2398
|
.focus\:opacity-100:focus {
|
|
1937
2399
|
opacity: 1;
|
|
1938
2400
|
}
|
|
2401
|
+
|
|
1939
2402
|
.focus\:outline-none:focus {
|
|
1940
2403
|
outline: 2px solid transparent;
|
|
1941
2404
|
outline-offset: 2px;
|
|
1942
2405
|
}
|
|
2406
|
+
|
|
1943
2407
|
.focus\:ring-2:focus {
|
|
1944
2408
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1945
2409
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1946
2410
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1947
2411
|
}
|
|
2412
|
+
|
|
1948
2413
|
.focus\:ring-ring:focus {
|
|
1949
2414
|
--tw-ring-color: hsl(var(--ring));
|
|
1950
2415
|
}
|
|
2416
|
+
|
|
1951
2417
|
.focus\:ring-offset-2:focus {
|
|
1952
2418
|
--tw-ring-offset-width: 2px;
|
|
1953
2419
|
}
|
|
2420
|
+
|
|
1954
2421
|
.focus-visible\:outline-none:focus-visible {
|
|
1955
2422
|
outline: 2px solid transparent;
|
|
1956
2423
|
outline-offset: 2px;
|
|
1957
2424
|
}
|
|
2425
|
+
|
|
1958
2426
|
.focus-visible\:ring-0:focus-visible {
|
|
1959
2427
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1960
2428
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1961
2429
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1962
2430
|
}
|
|
2431
|
+
|
|
1963
2432
|
.focus-visible\:ring-2:focus-visible {
|
|
1964
2433
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1965
2434
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1966
2435
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1967
2436
|
}
|
|
2437
|
+
|
|
1968
2438
|
.focus-visible\:ring-ring:focus-visible {
|
|
1969
2439
|
--tw-ring-color: hsl(var(--ring));
|
|
1970
2440
|
}
|
|
2441
|
+
|
|
1971
2442
|
.focus-visible\:ring-offset-2:focus-visible {
|
|
1972
2443
|
--tw-ring-offset-width: 2px;
|
|
1973
2444
|
}
|
|
2445
|
+
|
|
1974
2446
|
.focus-visible\:ring-offset-background:focus-visible {
|
|
1975
2447
|
--tw-ring-offset-color: hsl(var(--background));
|
|
1976
2448
|
}
|
|
2449
|
+
|
|
1977
2450
|
.active\:text-coreColors-brandColorPrimary:active {
|
|
1978
2451
|
color: var(--coreColors-brandColorPrimary);
|
|
1979
2452
|
}
|
|
2453
|
+
|
|
1980
2454
|
.active\:opacity-70:active {
|
|
1981
2455
|
opacity: 0.7;
|
|
1982
2456
|
}
|
|
2457
|
+
|
|
1983
2458
|
.active\:outline-coreColors-brandColorPrimary:active {
|
|
1984
2459
|
outline-color: var(--coreColors-brandColorPrimary);
|
|
1985
2460
|
}
|
|
2461
|
+
|
|
1986
2462
|
.disabled\:pointer-events-none:disabled {
|
|
1987
2463
|
pointer-events: none;
|
|
1988
2464
|
}
|
|
2465
|
+
|
|
1989
2466
|
.disabled\:cursor-not-allowed:disabled {
|
|
1990
2467
|
cursor: not-allowed;
|
|
1991
2468
|
}
|
|
2469
|
+
|
|
1992
2470
|
.disabled\:border-stateColors-disabled:disabled {
|
|
1993
2471
|
border-color: var(--stateColors-disabled);
|
|
1994
2472
|
}
|
|
2473
|
+
|
|
1995
2474
|
.disabled\:bg-buttonColors-secondaryFill:disabled {
|
|
1996
2475
|
background-color: var(--buttonColors-secondaryFill);
|
|
1997
2476
|
}
|
|
2477
|
+
|
|
1998
2478
|
.disabled\:bg-stateColors-disabled:disabled {
|
|
1999
2479
|
background-color: var(--stateColors-disabled);
|
|
2000
2480
|
}
|
|
2481
|
+
|
|
2001
2482
|
.disabled\:bg-transparent:disabled {
|
|
2002
2483
|
background-color: transparent;
|
|
2003
2484
|
}
|
|
2485
|
+
|
|
2004
2486
|
.disabled\:text-stateColors-disabled:disabled {
|
|
2005
2487
|
color: var(--stateColors-disabled);
|
|
2006
2488
|
}
|
|
2489
|
+
|
|
2007
2490
|
.disabled\:opacity-50:disabled {
|
|
2008
2491
|
opacity: 0.5;
|
|
2009
2492
|
}
|
|
2493
|
+
|
|
2010
2494
|
.disabled\:opacity-70:disabled {
|
|
2011
2495
|
opacity: 0.7;
|
|
2012
2496
|
}
|
|
2497
|
+
|
|
2013
2498
|
.group:hover .group-hover\:opacity-100 {
|
|
2014
2499
|
opacity: 1;
|
|
2015
2500
|
}
|
|
2501
|
+
|
|
2016
2502
|
.group:active .group-active\:text-coreColors-brandColorPrimary {
|
|
2017
2503
|
color: var(--coreColors-brandColorPrimary);
|
|
2018
2504
|
}
|
|
2505
|
+
|
|
2019
2506
|
.group:disabled .group-disabled\:text-stateColors-disabled {
|
|
2020
2507
|
color: var(--stateColors-disabled);
|
|
2021
2508
|
}
|
|
2509
|
+
|
|
2022
2510
|
.group.destructive .group-\[\.destructive\]\:border-muted\/40 {
|
|
2023
2511
|
border-color: hsl(var(--muted) / 0.4);
|
|
2024
2512
|
}
|
|
2513
|
+
|
|
2025
2514
|
.group.destructive .group-\[\.destructive\]\:text-red-300 {
|
|
2026
2515
|
--tw-text-opacity: 1;
|
|
2027
2516
|
color: rgb(252 165 165 / var(--tw-text-opacity));
|
|
2028
2517
|
}
|
|
2518
|
+
|
|
2029
2519
|
.group.destructive .group-\[\.destructive\]\:hover\:border-destructive\/30:hover {
|
|
2030
2520
|
border-color: hsl(var(--destructive) / 0.3);
|
|
2031
2521
|
}
|
|
2522
|
+
|
|
2032
2523
|
.group.destructive .group-\[\.destructive\]\:hover\:bg-destructive:hover {
|
|
2033
2524
|
background-color: hsl(var(--destructive));
|
|
2034
2525
|
}
|
|
2526
|
+
|
|
2035
2527
|
.group.destructive .group-\[\.destructive\]\:hover\:text-destructive-foreground:hover {
|
|
2036
2528
|
color: hsl(var(--destructive-foreground));
|
|
2037
2529
|
}
|
|
2530
|
+
|
|
2038
2531
|
.group.destructive .group-\[\.destructive\]\:hover\:text-red-50:hover {
|
|
2039
2532
|
--tw-text-opacity: 1;
|
|
2040
2533
|
color: rgb(254 242 242 / var(--tw-text-opacity));
|
|
2041
2534
|
}
|
|
2535
|
+
|
|
2042
2536
|
.group.destructive .group-\[\.destructive\]\:focus\:ring-destructive:focus {
|
|
2043
2537
|
--tw-ring-color: hsl(var(--destructive));
|
|
2044
2538
|
}
|
|
2539
|
+
|
|
2045
2540
|
.group.destructive .group-\[\.destructive\]\:focus\:ring-red-400:focus {
|
|
2046
2541
|
--tw-ring-opacity: 1;
|
|
2047
2542
|
--tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity));
|
|
2048
2543
|
}
|
|
2544
|
+
|
|
2049
2545
|
.group.destructive .group-\[\.destructive\]\:focus\:ring-offset-red-600:focus {
|
|
2050
2546
|
--tw-ring-offset-color: #dc2626;
|
|
2051
2547
|
}
|
|
2548
|
+
|
|
2052
2549
|
.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:opacity-0 {
|
|
2053
2550
|
opacity: 0;
|
|
2054
2551
|
}
|
|
2552
|
+
|
|
2055
2553
|
.peer:placeholder-shown ~ .peer-placeholder-shown\:opacity-0 {
|
|
2056
2554
|
opacity: 0;
|
|
2057
2555
|
}
|
|
2556
|
+
|
|
2058
2557
|
.peer:disabled ~ .peer-disabled\:cursor-not-allowed {
|
|
2059
2558
|
cursor: not-allowed;
|
|
2060
2559
|
}
|
|
2560
|
+
|
|
2061
2561
|
.peer:disabled ~ .peer-disabled\:opacity-70 {
|
|
2062
2562
|
opacity: 0.7;
|
|
2063
2563
|
}
|
|
2564
|
+
|
|
2064
2565
|
.data-\[disabled\]\:pointer-events-none[data-disabled] {
|
|
2065
2566
|
pointer-events: none;
|
|
2066
2567
|
}
|
|
2568
|
+
|
|
2067
2569
|
.data-\[state\=checked\]\:translate-x-6[data-state=checked] {
|
|
2068
2570
|
--tw-translate-x: 1.5rem;
|
|
2069
2571
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
2070
2572
|
}
|
|
2573
|
+
|
|
2071
2574
|
.data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked] {
|
|
2072
2575
|
--tw-translate-x: 0px;
|
|
2073
2576
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
2074
2577
|
}
|
|
2578
|
+
|
|
2075
2579
|
.data-\[swipe\=cancel\]\:translate-x-0[data-swipe=cancel] {
|
|
2076
2580
|
--tw-translate-x: 0px;
|
|
2077
2581
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
2078
2582
|
}
|
|
2583
|
+
|
|
2079
2584
|
.data-\[swipe\=end\]\:translate-x-\[var\(--radix-toast-swipe-end-x\)\][data-swipe=end] {
|
|
2080
2585
|
--tw-translate-x: var(--radix-toast-swipe-end-x);
|
|
2081
2586
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
2082
2587
|
}
|
|
2588
|
+
|
|
2083
2589
|
.data-\[swipe\=move\]\:translate-x-\[var\(--radix-toast-swipe-move-x\)\][data-swipe=move] {
|
|
2084
2590
|
--tw-translate-x: var(--radix-toast-swipe-move-x);
|
|
2085
2591
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
2086
2592
|
}
|
|
2087
|
-
@keyframes accordion-up {
|
|
2088
2593
|
|
|
2594
|
+
@keyframes accordion-up {
|
|
2089
2595
|
from {
|
|
2090
2596
|
height: var(--radix-accordion-content-height);
|
|
2091
2597
|
}
|
|
@@ -2094,11 +2600,12 @@ video {
|
|
|
2094
2600
|
height: 0;
|
|
2095
2601
|
}
|
|
2096
2602
|
}
|
|
2603
|
+
|
|
2097
2604
|
.data-\[state\=closed\]\:animate-accordion-up[data-state=closed] {
|
|
2098
2605
|
animation: accordion-up 0.2s ease-out;
|
|
2099
2606
|
}
|
|
2100
|
-
@keyframes accordion-down {
|
|
2101
2607
|
|
|
2608
|
+
@keyframes accordion-down {
|
|
2102
2609
|
from {
|
|
2103
2610
|
height: 0;
|
|
2104
2611
|
}
|
|
@@ -2107,36 +2614,47 @@ video {
|
|
|
2107
2614
|
height: var(--radix-accordion-content-height);
|
|
2108
2615
|
}
|
|
2109
2616
|
}
|
|
2617
|
+
|
|
2110
2618
|
.data-\[state\=open\]\:animate-accordion-down[data-state=open] {
|
|
2111
2619
|
animation: accordion-down 0.2s ease-out;
|
|
2112
2620
|
}
|
|
2621
|
+
|
|
2113
2622
|
.data-\[state\=checked\]\:bg-stateColors-success[data-state=checked] {
|
|
2114
2623
|
background-color: var(--stateColors-success);
|
|
2115
2624
|
}
|
|
2625
|
+
|
|
2116
2626
|
.data-\[state\=on\]\:bg-accent[data-state=on] {
|
|
2117
2627
|
background-color: hsl(var(--accent));
|
|
2118
2628
|
}
|
|
2629
|
+
|
|
2119
2630
|
.data-\[state\=unchecked\]\:bg-stateColors-disabled[data-state=unchecked] {
|
|
2120
2631
|
background-color: var(--stateColors-disabled);
|
|
2121
2632
|
}
|
|
2633
|
+
|
|
2122
2634
|
.data-\[icon\=true\]\:pr-10[data-icon=true] {
|
|
2123
2635
|
padding-right: 2.5rem;
|
|
2124
2636
|
}
|
|
2637
|
+
|
|
2125
2638
|
.data-\[error\=true\]\:text-stateColors-error[data-error=true] {
|
|
2126
2639
|
color: var(--stateColors-error);
|
|
2127
2640
|
}
|
|
2641
|
+
|
|
2128
2642
|
.data-\[state\=on\]\:text-accent-foreground[data-state=on] {
|
|
2129
2643
|
color: hsl(var(--accent-foreground));
|
|
2130
2644
|
}
|
|
2645
|
+
|
|
2131
2646
|
.data-\[disabled\]\:opacity-50[data-disabled] {
|
|
2132
2647
|
opacity: 0.5;
|
|
2133
2648
|
}
|
|
2649
|
+
|
|
2134
2650
|
.data-\[swipe\=move\]\:transition-none[data-swipe=move] {
|
|
2135
2651
|
transition-property: none;
|
|
2136
2652
|
}
|
|
2653
|
+
|
|
2137
2654
|
.data-\[state\=open\]\:duration-500[data-state=open] {
|
|
2138
2655
|
transition-duration: 500ms;
|
|
2139
2656
|
}
|
|
2657
|
+
|
|
2140
2658
|
.data-\[state\=open\]\:animate-in[data-state=open] {
|
|
2141
2659
|
animation-name: enter;
|
|
2142
2660
|
animation-duration: 150ms;
|
|
@@ -2146,6 +2664,7 @@ video {
|
|
|
2146
2664
|
--tw-enter-translate-x: initial;
|
|
2147
2665
|
--tw-enter-translate-y: initial;
|
|
2148
2666
|
}
|
|
2667
|
+
|
|
2149
2668
|
.data-\[state\=closed\]\:animate-out[data-state=closed] {
|
|
2150
2669
|
animation-name: exit;
|
|
2151
2670
|
animation-duration: 150ms;
|
|
@@ -2155,6 +2674,7 @@ video {
|
|
|
2155
2674
|
--tw-exit-translate-x: initial;
|
|
2156
2675
|
--tw-exit-translate-y: initial;
|
|
2157
2676
|
}
|
|
2677
|
+
|
|
2158
2678
|
.data-\[swipe\=end\]\:animate-out[data-swipe=end] {
|
|
2159
2679
|
animation-name: exit;
|
|
2160
2680
|
animation-duration: 150ms;
|
|
@@ -2164,57 +2684,73 @@ video {
|
|
|
2164
2684
|
--tw-exit-translate-x: initial;
|
|
2165
2685
|
--tw-exit-translate-y: initial;
|
|
2166
2686
|
}
|
|
2687
|
+
|
|
2167
2688
|
.data-\[state\=closed\]\:fade-out-0[data-state=closed] {
|
|
2168
2689
|
--tw-exit-opacity: 0;
|
|
2169
2690
|
}
|
|
2691
|
+
|
|
2170
2692
|
.data-\[state\=open\]\:fade-in-0[data-state=open] {
|
|
2171
2693
|
--tw-enter-opacity: 0;
|
|
2172
2694
|
}
|
|
2695
|
+
|
|
2173
2696
|
.data-\[state\=closed\]\:zoom-out-95[data-state=closed] {
|
|
2174
2697
|
--tw-exit-scale: .95;
|
|
2175
2698
|
}
|
|
2699
|
+
|
|
2176
2700
|
.data-\[state\=open\]\:zoom-in-95[data-state=open] {
|
|
2177
2701
|
--tw-enter-scale: .95;
|
|
2178
2702
|
}
|
|
2703
|
+
|
|
2179
2704
|
.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom] {
|
|
2180
2705
|
--tw-enter-translate-y: -0.5rem;
|
|
2181
2706
|
}
|
|
2707
|
+
|
|
2182
2708
|
.data-\[side\=left\]\:slide-in-from-right-2[data-side=left] {
|
|
2183
2709
|
--tw-enter-translate-x: 0.5rem;
|
|
2184
2710
|
}
|
|
2711
|
+
|
|
2185
2712
|
.data-\[side\=right\]\:slide-in-from-left-2[data-side=right] {
|
|
2186
2713
|
--tw-enter-translate-x: -0.5rem;
|
|
2187
2714
|
}
|
|
2715
|
+
|
|
2188
2716
|
.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top] {
|
|
2189
2717
|
--tw-enter-translate-y: 0.5rem;
|
|
2190
2718
|
}
|
|
2719
|
+
|
|
2191
2720
|
.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state=closed] {
|
|
2192
2721
|
--tw-exit-translate-x: -50%;
|
|
2193
2722
|
}
|
|
2723
|
+
|
|
2194
2724
|
.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state=closed] {
|
|
2195
2725
|
--tw-exit-translate-y: -48%;
|
|
2196
2726
|
}
|
|
2727
|
+
|
|
2197
2728
|
.data-\[state\=closed\]\:slide-out-to-top-full[data-state=closed] {
|
|
2198
2729
|
--tw-exit-translate-y: -100%;
|
|
2199
2730
|
}
|
|
2731
|
+
|
|
2200
2732
|
.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state=open] {
|
|
2201
2733
|
--tw-enter-translate-x: -50%;
|
|
2202
2734
|
}
|
|
2735
|
+
|
|
2203
2736
|
.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state=open] {
|
|
2204
2737
|
--tw-enter-translate-y: -48%;
|
|
2205
2738
|
}
|
|
2739
|
+
|
|
2206
2740
|
.data-\[state\=open\]\:slide-in-from-top-full[data-state=open] {
|
|
2207
2741
|
--tw-enter-translate-y: -100%;
|
|
2208
2742
|
}
|
|
2743
|
+
|
|
2209
2744
|
.data-\[state\=open\]\:duration-500[data-state=open] {
|
|
2210
2745
|
animation-duration: 500ms;
|
|
2211
2746
|
}
|
|
2747
|
+
|
|
2212
2748
|
:is(.dark .dark\:bg-neutral-900) {
|
|
2213
2749
|
--tw-bg-opacity: 1;
|
|
2214
2750
|
background-color: rgb(23 23 23 / var(--tw-bg-opacity));
|
|
2215
2751
|
}
|
|
2216
|
-
@media (min-width: 640px) {
|
|
2217
2752
|
|
|
2753
|
+
@media (min-width: 640px) {
|
|
2218
2754
|
.sm\:mt-0 {
|
|
2219
2755
|
margin-top: 0px;
|
|
2220
2756
|
}
|
|
@@ -2241,74 +2777,95 @@ video {
|
|
|
2241
2777
|
text-align: left;
|
|
2242
2778
|
}
|
|
2243
2779
|
}
|
|
2244
|
-
@media (min-width: 1024px) {
|
|
2245
2780
|
|
|
2781
|
+
@media (min-width: 1024px) {
|
|
2246
2782
|
.lg\:grid-cols-3 {
|
|
2247
2783
|
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
2248
2784
|
}
|
|
2249
2785
|
}
|
|
2786
|
+
|
|
2250
2787
|
.\[\&\+label\]\:text-stateColors-error+label {
|
|
2251
2788
|
color: var(--stateColors-error);
|
|
2252
2789
|
}
|
|
2790
|
+
|
|
2253
2791
|
.\[\&\>div\>button\]\:border-coreColors-brandColorPrimary>div>button {
|
|
2254
2792
|
border-color: var(--coreColors-brandColorPrimary);
|
|
2255
2793
|
}
|
|
2794
|
+
|
|
2256
2795
|
.\[\&\>div\]\:w-full>div {
|
|
2257
2796
|
width: 100%;
|
|
2258
2797
|
}
|
|
2798
|
+
|
|
2259
2799
|
.\[\&\>p\]\:text-stateColors-disabled>p {
|
|
2260
2800
|
color: var(--stateColors-disabled);
|
|
2261
2801
|
}
|
|
2802
|
+
|
|
2262
2803
|
.\[\&\>p\]\:text-textColors-primaryColor>p {
|
|
2263
2804
|
color: var(--textColors-primaryColor, #121212ff);
|
|
2264
2805
|
}
|
|
2806
|
+
|
|
2265
2807
|
.\[\&\>p\]\:text-textColors-secondaryColor>p {
|
|
2266
2808
|
color: var(--textColors-secondaryColor, #727272ff);
|
|
2267
2809
|
}
|
|
2810
|
+
|
|
2268
2811
|
.\[\&\>p\]\:\!line-through>p {
|
|
2269
2812
|
text-decoration-line: line-through !important;
|
|
2270
2813
|
}
|
|
2814
|
+
|
|
2271
2815
|
.\[\&\[data-state\=open\]\]\:outline-coreColors-brandColorPrimary[data-state=open] {
|
|
2272
2816
|
outline-color: var(--coreColors-brandColorPrimary);
|
|
2273
2817
|
}
|
|
2818
|
+
|
|
2274
2819
|
.\[\&\[data-state\=open\]_\.chevron-icon\]\:rotate-180[data-state=open] .chevron-icon {
|
|
2275
2820
|
--tw-rotate: 180deg;
|
|
2276
2821
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
2277
2822
|
}
|
|
2823
|
+
|
|
2278
2824
|
.\[\&\[data-state\=open\]_\.label\]\:text-coreColors-brandColorPrimary[data-state=open] .label {
|
|
2279
2825
|
color: var(--coreColors-brandColorPrimary);
|
|
2280
2826
|
}
|
|
2827
|
+
|
|
2281
2828
|
.\[\&\[data-state\=open\]_\.label\]\:text-textColors-secondaryColor[data-state=open] .label {
|
|
2282
2829
|
color: var(--textColors-secondaryColor, #727272ff);
|
|
2283
2830
|
}
|
|
2831
|
+
|
|
2284
2832
|
.\[\&\[data-state\=open\]_svg\]\:rotate-180[data-state=open] svg {
|
|
2285
2833
|
--tw-rotate: 180deg;
|
|
2286
2834
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
2287
2835
|
}
|
|
2836
|
+
|
|
2288
2837
|
.\[\&_\*\]\:text-coreColors-pageColor * {
|
|
2289
2838
|
color: var(--coreColors-pageColor);
|
|
2290
2839
|
}
|
|
2840
|
+
|
|
2291
2841
|
.\[\&_\*\]\:text-stateColors-error * {
|
|
2292
2842
|
color: var(--stateColors-error);
|
|
2293
2843
|
}
|
|
2844
|
+
|
|
2294
2845
|
.\[\&_\*\]\:text-textColors-primaryColor * {
|
|
2295
2846
|
color: var(--textColors-primaryColor, #121212ff);
|
|
2296
2847
|
}
|
|
2848
|
+
|
|
2297
2849
|
.\[\&_\*\]\:placeholder\:text-stateColors-error *::-moz-placeholder {
|
|
2298
2850
|
color: var(--stateColors-error);
|
|
2299
2851
|
}
|
|
2852
|
+
|
|
2300
2853
|
.\[\&_\*\]\:placeholder\:text-stateColors-error *::placeholder {
|
|
2301
2854
|
color: var(--stateColors-error);
|
|
2302
2855
|
}
|
|
2856
|
+
|
|
2303
2857
|
.\[\&_label\]\:focus-within\:\!text-stateColors-error:focus-within label {
|
|
2304
2858
|
color: var(--stateColors-error) !important;
|
|
2305
2859
|
}
|
|
2860
|
+
|
|
2306
2861
|
.\[\&_label\]\:focus-within\:text-coreColors-brandColorPrimary:focus-within label {
|
|
2307
2862
|
color: var(--coreColors-brandColorPrimary);
|
|
2308
2863
|
}
|
|
2864
|
+
|
|
2309
2865
|
.\[\&_p\]\:text-stateColors-disabled p {
|
|
2310
2866
|
color: var(--stateColors-disabled);
|
|
2311
2867
|
}
|
|
2868
|
+
|
|
2312
2869
|
.active\:\[\&_svg\]\:text-stateColors-favorites svg:active {
|
|
2313
2870
|
color: var(--stateColors-favorites);
|
|
2314
2871
|
}
|