@snabcentr/client-ui 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,938 @@
1
+ /*
2
+ ! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
3
+ */
4
+
5
+ /*
6
+ 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
7
+ 2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
8
+ */
9
+
10
+ *,
11
+ ::before,
12
+ ::after {
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 */
21
+ }
22
+
23
+ ::before,
24
+ ::after {
25
+ --tw-content: '';
26
+ }
27
+
28
+ /*
29
+ 1. Use a consistent sensible line-height in all browsers.
30
+ 2. Prevent adjustments of font size after orientation changes in iOS.
31
+ 3. Use a more readable tab size.
32
+ 4. Use the user's configured `sans` font-family by default.
33
+ 5. Use the user's configured `sans` font-feature-settings by default.
34
+ 6. Use the user's configured `sans` font-variation-settings by default.
35
+ */
36
+
37
+ html {
38
+ line-height: 1.5;
39
+ /* 1 */
40
+ -webkit-text-size-adjust: 100%;
41
+ /* 2 */
42
+ -moz-tab-size: 4;
43
+ /* 3 */
44
+ -o-tab-size: 4;
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 */
53
+ }
54
+
55
+ /*
56
+ 1. Remove the margin in all browsers.
57
+ 2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
58
+ */
59
+
60
+ body {
61
+ margin: 0;
62
+ /* 1 */
63
+ line-height: inherit;
64
+ /* 2 */
65
+ }
66
+
67
+ /*
68
+ 1. Add the correct height in Firefox.
69
+ 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
70
+ 3. Ensure horizontal rules are visible by default.
71
+ */
72
+
73
+ hr {
74
+ height: 0;
75
+ /* 1 */
76
+ color: inherit;
77
+ /* 2 */
78
+ border-top-width: 1px;
79
+ /* 3 */
80
+ }
81
+
82
+ /*
83
+ Add the correct text decoration in Chrome, Edge, and Safari.
84
+ */
85
+
86
+ abbr:where([title]) {
87
+ -webkit-text-decoration: underline dotted;
88
+ text-decoration: underline dotted;
89
+ }
90
+
91
+ /*
92
+ Remove the default font size and weight for headings.
93
+ */
94
+
95
+ h1,
96
+ h2,
97
+ h3,
98
+ h4,
99
+ h5,
100
+ h6 {
101
+ font-size: inherit;
102
+ font-weight: inherit;
103
+ }
104
+
105
+ /*
106
+ Reset links to optimize for opt-in styling instead of opt-out.
107
+ */
108
+
109
+ a {
110
+ color: inherit;
111
+ text-decoration: inherit;
112
+ }
113
+
114
+ /*
115
+ Add the correct font weight in Edge and Safari.
116
+ */
117
+
118
+ b,
119
+ strong {
120
+ font-weight: bolder;
121
+ }
122
+
123
+ /*
124
+ 1. Use the user's configured `mono` font family by default.
125
+ 2. Correct the odd `em` font sizing in all browsers.
126
+ */
127
+
128
+ code,
129
+ kbd,
130
+ samp,
131
+ pre {
132
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
133
+ /* 1 */
134
+ font-size: 1em;
135
+ /* 2 */
136
+ }
137
+
138
+ /*
139
+ Add the correct font size in all browsers.
140
+ */
141
+
142
+ small {
143
+ font-size: 80%;
144
+ }
145
+
146
+ /*
147
+ Prevent `sub` and `sup` elements from affecting the line height in all browsers.
148
+ */
149
+
150
+ sub,
151
+ sup {
152
+ font-size: 75%;
153
+ line-height: 0;
154
+ position: relative;
155
+ vertical-align: baseline;
156
+ }
157
+
158
+ sub {
159
+ bottom: -0.25em;
160
+ }
161
+
162
+ sup {
163
+ top: -0.5em;
164
+ }
165
+
166
+ /*
167
+ 1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
168
+ 2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
169
+ 3. Remove gaps between table borders by default.
170
+ */
171
+
172
+ table {
173
+ text-indent: 0;
174
+ /* 1 */
175
+ border-color: inherit;
176
+ /* 2 */
177
+ border-collapse: collapse;
178
+ /* 3 */
179
+ }
180
+
181
+ /*
182
+ 1. Change the font styles in all browsers.
183
+ 2. Remove the margin in Firefox and Safari.
184
+ 3. Remove default padding in all browsers.
185
+ */
186
+
187
+ button,
188
+ input,
189
+ optgroup,
190
+ select,
191
+ textarea {
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 */
210
+ }
211
+
212
+ /*
213
+ Remove the inheritance of text transform in Edge and Firefox.
214
+ */
215
+
216
+ button,
217
+ select {
218
+ text-transform: none;
219
+ }
220
+
221
+ /*
222
+ 1. Correct the inability to style clickable types in iOS and Safari.
223
+ 2. Remove default button styles.
224
+ */
225
+
226
+ button,
227
+ [type='button'],
228
+ [type='reset'],
229
+ [type='submit'] {
230
+ -webkit-appearance: button;
231
+ /* 1 */
232
+ background-color: transparent;
233
+ /* 2 */
234
+ background-image: none;
235
+ /* 2 */
236
+ }
237
+
238
+ /*
239
+ Use the modern Firefox focus style for all focusable elements.
240
+ */
241
+
242
+ :-moz-focusring {
243
+ outline: auto;
244
+ }
245
+
246
+ /*
247
+ Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
248
+ */
249
+
250
+ :-moz-ui-invalid {
251
+ box-shadow: none;
252
+ }
253
+
254
+ /*
255
+ Add the correct vertical alignment in Chrome and Firefox.
256
+ */
257
+
258
+ progress {
259
+ vertical-align: baseline;
260
+ }
261
+
262
+ /*
263
+ Correct the cursor style of increment and decrement buttons in Safari.
264
+ */
265
+
266
+ ::-webkit-inner-spin-button,
267
+ ::-webkit-outer-spin-button {
268
+ height: auto;
269
+ }
270
+
271
+ /*
272
+ 1. Correct the odd appearance in Chrome and Safari.
273
+ 2. Correct the outline style in Safari.
274
+ */
275
+
276
+ [type='search'] {
277
+ -webkit-appearance: textfield;
278
+ /* 1 */
279
+ outline-offset: -2px;
280
+ /* 2 */
281
+ }
282
+
283
+ /*
284
+ Remove the inner padding in Chrome and Safari on macOS.
285
+ */
286
+
287
+ ::-webkit-search-decoration {
288
+ -webkit-appearance: none;
289
+ }
290
+
291
+ /*
292
+ 1. Correct the inability to style clickable types in iOS and Safari.
293
+ 2. Change font properties to `inherit` in Safari.
294
+ */
295
+
296
+ ::-webkit-file-upload-button {
297
+ -webkit-appearance: button;
298
+ /* 1 */
299
+ font: inherit;
300
+ /* 2 */
301
+ }
302
+
303
+ /*
304
+ Add the correct display in Chrome and Safari.
305
+ */
306
+
307
+ summary {
308
+ display: list-item;
309
+ }
310
+
311
+ /*
312
+ Removes the default spacing and border for appropriate elements.
313
+ */
314
+
315
+ blockquote,
316
+ dl,
317
+ dd,
318
+ h1,
319
+ h2,
320
+ h3,
321
+ h4,
322
+ h5,
323
+ h6,
324
+ hr,
325
+ figure,
326
+ p,
327
+ pre {
328
+ margin: 0;
329
+ }
330
+
331
+ fieldset {
332
+ margin: 0;
333
+ padding: 0;
334
+ }
335
+
336
+ legend {
337
+ padding: 0;
338
+ }
339
+
340
+ ol,
341
+ ul,
342
+ menu {
343
+ list-style: none;
344
+ margin: 0;
345
+ padding: 0;
346
+ }
347
+
348
+ /*
349
+ Reset default styling for dialogs.
350
+ */
351
+
352
+ dialog {
353
+ padding: 0;
354
+ }
355
+
356
+ /*
357
+ Prevent resizing textareas horizontally by default.
358
+ */
359
+
360
+ textarea {
361
+ resize: vertical;
362
+ }
363
+
364
+ /*
365
+ 1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
366
+ 2. Set the default placeholder color to the user's configured gray 400 color.
367
+ */
368
+
369
+ input::-moz-placeholder, textarea::-moz-placeholder {
370
+ opacity: 1;
371
+ /* 1 */
372
+ color: #9ca3af;
373
+ /* 2 */
374
+ }
375
+
376
+ input::placeholder,
377
+ textarea::placeholder {
378
+ opacity: 1;
379
+ /* 1 */
380
+ color: #9ca3af;
381
+ /* 2 */
382
+ }
383
+
384
+ /*
385
+ Set the default cursor for buttons.
386
+ */
387
+
388
+ button,
389
+ [role="button"] {
390
+ cursor: pointer;
391
+ }
392
+
393
+ /*
394
+ Make sure disabled buttons don't get the pointer cursor.
395
+ */
396
+
397
+ :disabled {
398
+ cursor: default;
399
+ }
400
+
401
+ /*
402
+ 1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
403
+ 2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
404
+ This can trigger a poorly considered lint error in some tools but is included by design.
405
+ */
406
+
407
+ img,
408
+ svg,
409
+ video,
410
+ canvas,
411
+ audio,
412
+ iframe,
413
+ embed,
414
+ object {
415
+ display: block;
416
+ /* 1 */
417
+ vertical-align: middle;
418
+ /* 2 */
419
+ }
420
+
421
+ /*
422
+ Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
423
+ */
424
+
425
+ img,
426
+ video {
427
+ max-width: 100%;
428
+ height: auto;
429
+ }
430
+
431
+ /* Make elements with the HTML hidden attribute stay hidden by default */
432
+
433
+ [hidden] {
434
+ display: none;
435
+ }
436
+
437
+ *, ::before, ::after {
438
+ --tw-border-spacing-x: 0;
439
+ --tw-border-spacing-y: 0;
440
+ --tw-translate-x: 0;
441
+ --tw-translate-y: 0;
442
+ --tw-rotate: 0;
443
+ --tw-skew-x: 0;
444
+ --tw-skew-y: 0;
445
+ --tw-scale-x: 1;
446
+ --tw-scale-y: 1;
447
+ --tw-pan-x: ;
448
+ --tw-pan-y: ;
449
+ --tw-pinch-zoom: ;
450
+ --tw-scroll-snap-strictness: proximity;
451
+ --tw-gradient-from-position: ;
452
+ --tw-gradient-via-position: ;
453
+ --tw-gradient-to-position: ;
454
+ --tw-ordinal: ;
455
+ --tw-slashed-zero: ;
456
+ --tw-numeric-figure: ;
457
+ --tw-numeric-spacing: ;
458
+ --tw-numeric-fraction: ;
459
+ --tw-ring-inset: ;
460
+ --tw-ring-offset-width: 0px;
461
+ --tw-ring-offset-color: #fff;
462
+ --tw-ring-color: rgb(59 130 246 / 0.5);
463
+ --tw-ring-offset-shadow: 0 0 #0000;
464
+ --tw-ring-shadow: 0 0 #0000;
465
+ --tw-shadow: 0 0 #0000;
466
+ --tw-shadow-colored: 0 0 #0000;
467
+ --tw-blur: ;
468
+ --tw-brightness: ;
469
+ --tw-contrast: ;
470
+ --tw-grayscale: ;
471
+ --tw-hue-rotate: ;
472
+ --tw-invert: ;
473
+ --tw-saturate: ;
474
+ --tw-sepia: ;
475
+ --tw-drop-shadow: ;
476
+ --tw-backdrop-blur: ;
477
+ --tw-backdrop-brightness: ;
478
+ --tw-backdrop-contrast: ;
479
+ --tw-backdrop-grayscale: ;
480
+ --tw-backdrop-hue-rotate: ;
481
+ --tw-backdrop-invert: ;
482
+ --tw-backdrop-opacity: ;
483
+ --tw-backdrop-saturate: ;
484
+ --tw-backdrop-sepia: ;
485
+ }
486
+
487
+ ::backdrop {
488
+ --tw-border-spacing-x: 0;
489
+ --tw-border-spacing-y: 0;
490
+ --tw-translate-x: 0;
491
+ --tw-translate-y: 0;
492
+ --tw-rotate: 0;
493
+ --tw-skew-x: 0;
494
+ --tw-skew-y: 0;
495
+ --tw-scale-x: 1;
496
+ --tw-scale-y: 1;
497
+ --tw-pan-x: ;
498
+ --tw-pan-y: ;
499
+ --tw-pinch-zoom: ;
500
+ --tw-scroll-snap-strictness: proximity;
501
+ --tw-gradient-from-position: ;
502
+ --tw-gradient-via-position: ;
503
+ --tw-gradient-to-position: ;
504
+ --tw-ordinal: ;
505
+ --tw-slashed-zero: ;
506
+ --tw-numeric-figure: ;
507
+ --tw-numeric-spacing: ;
508
+ --tw-numeric-fraction: ;
509
+ --tw-ring-inset: ;
510
+ --tw-ring-offset-width: 0px;
511
+ --tw-ring-offset-color: #fff;
512
+ --tw-ring-color: rgb(59 130 246 / 0.5);
513
+ --tw-ring-offset-shadow: 0 0 #0000;
514
+ --tw-ring-shadow: 0 0 #0000;
515
+ --tw-shadow: 0 0 #0000;
516
+ --tw-shadow-colored: 0 0 #0000;
517
+ --tw-blur: ;
518
+ --tw-brightness: ;
519
+ --tw-contrast: ;
520
+ --tw-grayscale: ;
521
+ --tw-hue-rotate: ;
522
+ --tw-invert: ;
523
+ --tw-saturate: ;
524
+ --tw-sepia: ;
525
+ --tw-drop-shadow: ;
526
+ --tw-backdrop-blur: ;
527
+ --tw-backdrop-brightness: ;
528
+ --tw-backdrop-contrast: ;
529
+ --tw-backdrop-grayscale: ;
530
+ --tw-backdrop-hue-rotate: ;
531
+ --tw-backdrop-invert: ;
532
+ --tw-backdrop-opacity: ;
533
+ --tw-backdrop-saturate: ;
534
+ --tw-backdrop-sepia: ;
535
+ }
536
+
537
+ .container {
538
+ width: 100%;
539
+ }
540
+
541
+ @media (min-width: 640px) {
542
+ .container {
543
+ max-width: 640px;
544
+ }
545
+ }
546
+
547
+ @media (min-width: 768px) {
548
+ .container {
549
+ max-width: 768px;
550
+ }
551
+ }
552
+
553
+ @media (min-width: 1024px) {
554
+ .container {
555
+ max-width: 1024px;
556
+ }
557
+ }
558
+
559
+ @media (min-width: 1280px) {
560
+ .container {
561
+ max-width: 1280px;
562
+ }
563
+ }
564
+
565
+ @media (min-width: 1536px) {
566
+ .container {
567
+ max-width: 1536px;
568
+ }
569
+ }
570
+
571
+ .sr-only {
572
+ position: absolute;
573
+ width: 1px;
574
+ height: 1px;
575
+ padding: 0;
576
+ margin: -1px;
577
+ overflow: hidden;
578
+ clip: rect(0, 0, 0, 0);
579
+ white-space: nowrap;
580
+ border-width: 0;
581
+ }
582
+
583
+ .\!visible {
584
+ visibility: visible !important;
585
+ }
586
+
587
+ .visible {
588
+ visibility: visible;
589
+ }
590
+
591
+ .invisible {
592
+ visibility: hidden;
593
+ }
594
+
595
+ .collapse {
596
+ visibility: collapse;
597
+ }
598
+
599
+ .static {
600
+ position: static;
601
+ }
602
+
603
+ .fixed {
604
+ position: fixed;
605
+ }
606
+
607
+ .absolute {
608
+ position: absolute;
609
+ }
610
+
611
+ .\!relative {
612
+ position: relative !important;
613
+ }
614
+
615
+ .relative {
616
+ position: relative;
617
+ }
618
+
619
+ .sticky {
620
+ position: sticky;
621
+ }
622
+
623
+ .isolate {
624
+ isolation: isolate;
625
+ }
626
+
627
+ .m-8 {
628
+ margin: 2rem;
629
+ }
630
+
631
+ .mb-2 {
632
+ margin-bottom: 0.5rem;
633
+ }
634
+
635
+ .mb-2\.5 {
636
+ margin-bottom: 0.625rem;
637
+ }
638
+
639
+ .line-clamp-3 {
640
+ overflow: hidden;
641
+ display: -webkit-box;
642
+ -webkit-box-orient: vertical;
643
+ -webkit-line-clamp: 3;
644
+ }
645
+
646
+ .block {
647
+ display: block;
648
+ }
649
+
650
+ .inline {
651
+ display: inline;
652
+ }
653
+
654
+ .flex {
655
+ display: flex;
656
+ }
657
+
658
+ .table {
659
+ display: table;
660
+ }
661
+
662
+ .grid {
663
+ display: grid;
664
+ }
665
+
666
+ .contents {
667
+ display: contents;
668
+ }
669
+
670
+ .hidden {
671
+ display: none;
672
+ }
673
+
674
+ .h-3 {
675
+ height: 0.75rem;
676
+ }
677
+
678
+ .h-32 {
679
+ height: 8rem;
680
+ }
681
+
682
+ .h-50 {
683
+ height: 12.5rem;
684
+ }
685
+
686
+ .h-82 {
687
+ height: 20.5rem;
688
+ }
689
+
690
+ .w-3 {
691
+ width: 0.75rem;
692
+ }
693
+
694
+ .w-3\/4 {
695
+ width: 75%;
696
+ }
697
+
698
+ .w-70 {
699
+ width: 17.5rem;
700
+ }
701
+
702
+ .w-8 {
703
+ width: 2rem;
704
+ }
705
+
706
+ .w-full {
707
+ width: 100%;
708
+ }
709
+
710
+ .flex-shrink {
711
+ flex-shrink: 1;
712
+ }
713
+
714
+ .flex-grow {
715
+ flex-grow: 1;
716
+ }
717
+
718
+ .grow {
719
+ flex-grow: 1;
720
+ }
721
+
722
+ .border-collapse {
723
+ border-collapse: collapse;
724
+ }
725
+
726
+ .transform {
727
+ 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));
728
+ }
729
+
730
+ .resize {
731
+ resize: both;
732
+ }
733
+
734
+ .flex-col {
735
+ flex-direction: column;
736
+ }
737
+
738
+ .justify-between {
739
+ justify-content: space-between;
740
+ }
741
+
742
+ .gap-2 {
743
+ gap: 0.5rem;
744
+ }
745
+
746
+ .gap-8 {
747
+ gap: 2rem;
748
+ }
749
+
750
+ .overflow-hidden {
751
+ overflow: hidden;
752
+ }
753
+
754
+ .truncate {
755
+ overflow: hidden;
756
+ text-overflow: ellipsis;
757
+ white-space: nowrap;
758
+ }
759
+
760
+ .rounded {
761
+ border-radius: 0.25rem;
762
+ }
763
+
764
+ .rounded-lg {
765
+ border-radius: 0.5rem;
766
+ }
767
+
768
+ .border {
769
+ border-width: 1px;
770
+ }
771
+
772
+ .bg-sc-light-grey {
773
+ --tw-bg-opacity: 1;
774
+ background-color: rgb(242 242 242 / var(--tw-bg-opacity));
775
+ }
776
+
777
+ .bg-white {
778
+ --tw-bg-opacity: 1;
779
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity));
780
+ }
781
+
782
+ .bg-cover {
783
+ background-size: cover;
784
+ }
785
+
786
+ .bg-center {
787
+ background-position: center;
788
+ }
789
+
790
+ .bg-no-repeat {
791
+ background-repeat: no-repeat;
792
+ }
793
+
794
+ .px-6 {
795
+ padding-left: 1.5rem;
796
+ padding-right: 1.5rem;
797
+ }
798
+
799
+ .py-4 {
800
+ padding-top: 1rem;
801
+ padding-bottom: 1rem;
802
+ }
803
+
804
+ .py-4\.5 {
805
+ padding-top: 1.125rem;
806
+ padding-bottom: 1.125rem;
807
+ }
808
+
809
+ .align-baseline {
810
+ vertical-align: baseline;
811
+ }
812
+
813
+ .text-sm {
814
+ font-size: 0.875rem;
815
+ line-height: 1.25rem;
816
+ }
817
+
818
+ .font-bold {
819
+ font-weight: 700;
820
+ }
821
+
822
+ .uppercase {
823
+ text-transform: uppercase;
824
+ }
825
+
826
+ .lowercase {
827
+ text-transform: lowercase;
828
+ }
829
+
830
+ .capitalize {
831
+ text-transform: capitalize;
832
+ }
833
+
834
+ .italic {
835
+ font-style: italic;
836
+ }
837
+
838
+ .ordinal {
839
+ --tw-ordinal: ordinal;
840
+ font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
841
+ }
842
+
843
+ .text-black {
844
+ --tw-text-opacity: 1;
845
+ color: rgb(0 0 0 / var(--tw-text-opacity));
846
+ }
847
+
848
+ .text-sc-dark-grey {
849
+ --tw-text-opacity: 1;
850
+ color: rgb(136 136 136 / var(--tw-text-opacity));
851
+ }
852
+
853
+ .underline {
854
+ text-decoration-line: underline;
855
+ }
856
+
857
+ .overline {
858
+ text-decoration-line: overline;
859
+ }
860
+
861
+ .shadow {
862
+ --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
863
+ --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
864
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
865
+ }
866
+
867
+ .shadow-sc {
868
+ --tw-shadow: 2px 7px 20px 1px rgba(0, 0, 0, 0.1);
869
+ --tw-shadow-colored: 2px 7px 20px 1px var(--tw-shadow-color);
870
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
871
+ }
872
+
873
+ .outline {
874
+ outline-style: solid;
875
+ }
876
+
877
+ .ring {
878
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
879
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
880
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
881
+ }
882
+
883
+ .blur {
884
+ --tw-blur: blur(8px);
885
+ 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);
886
+ }
887
+
888
+ .grayscale {
889
+ --tw-grayscale: grayscale(100%);
890
+ 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);
891
+ }
892
+
893
+ .invert {
894
+ --tw-invert: invert(100%);
895
+ 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);
896
+ }
897
+
898
+ .sepia {
899
+ --tw-sepia: sepia(100%);
900
+ 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);
901
+ }
902
+
903
+ .filter {
904
+ 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);
905
+ }
906
+
907
+ .backdrop-filter {
908
+ -webkit-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);
909
+ 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);
910
+ }
911
+
912
+ .transition {
913
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
914
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
915
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
916
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
917
+ transition-duration: 150ms;
918
+ }
919
+
920
+ .ease-in {
921
+ transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
922
+ }
923
+
924
+ .ease-in-out {
925
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
926
+ }
927
+
928
+ .ease-out {
929
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
930
+ }
931
+
932
+ .\[fs\:0\] {
933
+ fs: 0;
934
+ }
935
+
936
+ .\[k\:string\] {
937
+ k: string;
938
+ }