strivui 1.2.2 → 1.2.4

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.
@@ -0,0 +1,2842 @@
1
+ .bg- blue-50 {
2
+ background-color: #eff6ff;
3
+ }
4
+
5
+ .text- blue-50 {
6
+ color: #eff6ff;
7
+ }
8
+
9
+ .border- blue-50 {
10
+ border-color: #eff6ff;
11
+ }
12
+
13
+ .shadow- blue-50 {
14
+ box-shadow: 0 1px 3px 0 #eff6ff;
15
+ }
16
+
17
+ .bg- blue-100 {
18
+ background-color: #dbeafe;
19
+ }
20
+
21
+ .text- blue-100 {
22
+ color: #dbeafe;
23
+ }
24
+
25
+ .border- blue-100 {
26
+ border-color: #dbeafe;
27
+ }
28
+
29
+ .shadow- blue-100 {
30
+ box-shadow: 0 1px 3px 0 #dbeafe;
31
+ }
32
+
33
+ .bg- blue-200 {
34
+ background-color: #bfdbfe;
35
+ }
36
+
37
+ .text- blue-200 {
38
+ color: #bfdbfe;
39
+ }
40
+
41
+ .border- blue-200 {
42
+ border-color: #bfdbfe;
43
+ }
44
+
45
+ .shadow- blue-200 {
46
+ box-shadow: 0 1px 3px 0 #bfdbfe;
47
+ }
48
+
49
+ .bg- blue-300 {
50
+ background-color: #93c5fd;
51
+ }
52
+
53
+ .text- blue-300 {
54
+ color: #93c5fd;
55
+ }
56
+
57
+ .border- blue-300 {
58
+ border-color: #93c5fd;
59
+ }
60
+
61
+ .shadow- blue-300 {
62
+ box-shadow: 0 1px 3px 0 #93c5fd;
63
+ }
64
+
65
+ .bg- blue-400 {
66
+ background-color: #60a5fa;
67
+ }
68
+
69
+ .text- blue-400 {
70
+ color: #60a5fa;
71
+ }
72
+
73
+ .border- blue-400 {
74
+ border-color: #60a5fa;
75
+ }
76
+
77
+ .shadow- blue-400 {
78
+ box-shadow: 0 1px 3px 0 #60a5fa;
79
+ }
80
+
81
+ .bg- blue-500 {
82
+ background-color: #3b82f6;
83
+ }
84
+
85
+ .text- blue-500 {
86
+ color: #3b82f6;
87
+ }
88
+
89
+ .border- blue-500 {
90
+ border-color: #3b82f6;
91
+ }
92
+
93
+ .shadow- blue-500 {
94
+ box-shadow: 0 1px 3px 0 #3b82f6;
95
+ }
96
+
97
+ .bg- blue-600 {
98
+ background-color: #2563eb;
99
+ }
100
+
101
+ .text- blue-600 {
102
+ color: #2563eb;
103
+ }
104
+
105
+ .border- blue-600 {
106
+ border-color: #2563eb;
107
+ }
108
+
109
+ .shadow- blue-600 {
110
+ box-shadow: 0 1px 3px 0 #2563eb;
111
+ }
112
+
113
+ .bg- blue-700 {
114
+ background-color: #1d4ed8;
115
+ }
116
+
117
+ .text- blue-700 {
118
+ color: #1d4ed8;
119
+ }
120
+
121
+ .border- blue-700 {
122
+ border-color: #1d4ed8;
123
+ }
124
+
125
+ .shadow- blue-700 {
126
+ box-shadow: 0 1px 3px 0 #1d4ed8;
127
+ }
128
+
129
+ .bg- blue-800 {
130
+ background-color: #1e40af;
131
+ }
132
+
133
+ .text- blue-800 {
134
+ color: #1e40af;
135
+ }
136
+
137
+ .border- blue-800 {
138
+ border-color: #1e40af;
139
+ }
140
+
141
+ .shadow- blue-800 {
142
+ box-shadow: 0 1px 3px 0 #1e40af;
143
+ }
144
+
145
+ .bg- blue-900 {
146
+ background-color: #1e3a8a;
147
+ }
148
+
149
+ .text- blue-900 {
150
+ color: #1e3a8a;
151
+ }
152
+
153
+ .border- blue-900 {
154
+ border-color: #1e3a8a;
155
+ }
156
+
157
+ .shadow- blue-900 {
158
+ box-shadow: 0 1px 3px 0 #1e3a8a;
159
+ }
160
+
161
+ .bg- red-50 {
162
+ background-color: #fef2f2;
163
+ }
164
+
165
+ .text- red-50 {
166
+ color: #fef2f2;
167
+ }
168
+
169
+ .border- red-50 {
170
+ border-color: #fef2f2;
171
+ }
172
+
173
+ .shadow- red-50 {
174
+ box-shadow: 0 1px 3px 0 #fef2f2;
175
+ }
176
+
177
+ .bg- red-100 {
178
+ background-color: #fee2e2;
179
+ }
180
+
181
+ .text- red-100 {
182
+ color: #fee2e2;
183
+ }
184
+
185
+ .border- red-100 {
186
+ border-color: #fee2e2;
187
+ }
188
+
189
+ .shadow- red-100 {
190
+ box-shadow: 0 1px 3px 0 #fee2e2;
191
+ }
192
+
193
+ .bg- red-200 {
194
+ background-color: #fecaca;
195
+ }
196
+
197
+ .text- red-200 {
198
+ color: #fecaca;
199
+ }
200
+
201
+ .border- red-200 {
202
+ border-color: #fecaca;
203
+ }
204
+
205
+ .shadow- red-200 {
206
+ box-shadow: 0 1px 3px 0 #fecaca;
207
+ }
208
+
209
+ .bg- red-300 {
210
+ background-color: #fca5a5;
211
+ }
212
+
213
+ .text- red-300 {
214
+ color: #fca5a5;
215
+ }
216
+
217
+ .border- red-300 {
218
+ border-color: #fca5a5;
219
+ }
220
+
221
+ .shadow- red-300 {
222
+ box-shadow: 0 1px 3px 0 #fca5a5;
223
+ }
224
+
225
+ .bg- red-400 {
226
+ background-color: #f87171;
227
+ }
228
+
229
+ .text- red-400 {
230
+ color: #f87171;
231
+ }
232
+
233
+ .border- red-400 {
234
+ border-color: #f87171;
235
+ }
236
+
237
+ .shadow- red-400 {
238
+ box-shadow: 0 1px 3px 0 #f87171;
239
+ }
240
+
241
+ .bg- red-500 {
242
+ background-color: #ef4444;
243
+ }
244
+
245
+ .text- red-500 {
246
+ color: #ef4444;
247
+ }
248
+
249
+ .border- red-500 {
250
+ border-color: #ef4444;
251
+ }
252
+
253
+ .shadow- red-500 {
254
+ box-shadow: 0 1px 3px 0 #ef4444;
255
+ }
256
+
257
+ .bg- red-600 {
258
+ background-color: #dc2626;
259
+ }
260
+
261
+ .text- red-600 {
262
+ color: #dc2626;
263
+ }
264
+
265
+ .border- red-600 {
266
+ border-color: #dc2626;
267
+ }
268
+
269
+ .shadow- red-600 {
270
+ box-shadow: 0 1px 3px 0 #dc2626;
271
+ }
272
+
273
+ .bg- red-700 {
274
+ background-color: #b91c1c;
275
+ }
276
+
277
+ .text- red-700 {
278
+ color: #b91c1c;
279
+ }
280
+
281
+ .border- red-700 {
282
+ border-color: #b91c1c;
283
+ }
284
+
285
+ .shadow- red-700 {
286
+ box-shadow: 0 1px 3px 0 #b91c1c;
287
+ }
288
+
289
+ .bg- red-800 {
290
+ background-color: #991b1b;
291
+ }
292
+
293
+ .text- red-800 {
294
+ color: #991b1b;
295
+ }
296
+
297
+ .border- red-800 {
298
+ border-color: #991b1b;
299
+ }
300
+
301
+ .shadow- red-800 {
302
+ box-shadow: 0 1px 3px 0 #991b1b;
303
+ }
304
+
305
+ .bg- red-900 {
306
+ background-color: #7f1d1d;
307
+ }
308
+
309
+ .text- red-900 {
310
+ color: #7f1d1d;
311
+ }
312
+
313
+ .border- red-900 {
314
+ border-color: #7f1d1d;
315
+ }
316
+
317
+ .shadow- red-900 {
318
+ box-shadow: 0 1px 3px 0 #7f1d1d;
319
+ }
320
+
321
+ .bg- green-50 {
322
+ background-color: #f0fdf4;
323
+ }
324
+
325
+ .text- green-50 {
326
+ color: #f0fdf4;
327
+ }
328
+
329
+ .border- green-50 {
330
+ border-color: #f0fdf4;
331
+ }
332
+
333
+ .shadow- green-50 {
334
+ box-shadow: 0 1px 3px 0 #f0fdf4;
335
+ }
336
+
337
+ .bg- green-100 {
338
+ background-color: #dcfce7;
339
+ }
340
+
341
+ .text- green-100 {
342
+ color: #dcfce7;
343
+ }
344
+
345
+ .border- green-100 {
346
+ border-color: #dcfce7;
347
+ }
348
+
349
+ .shadow- green-100 {
350
+ box-shadow: 0 1px 3px 0 #dcfce7;
351
+ }
352
+
353
+ .bg- green-200 {
354
+ background-color: #bbf7d0;
355
+ }
356
+
357
+ .text- green-200 {
358
+ color: #bbf7d0;
359
+ }
360
+
361
+ .border- green-200 {
362
+ border-color: #bbf7d0;
363
+ }
364
+
365
+ .shadow- green-200 {
366
+ box-shadow: 0 1px 3px 0 #bbf7d0;
367
+ }
368
+
369
+ .bg- green-300 {
370
+ background-color: #86efac;
371
+ }
372
+
373
+ .text- green-300 {
374
+ color: #86efac;
375
+ }
376
+
377
+ .border- green-300 {
378
+ border-color: #86efac;
379
+ }
380
+
381
+ .shadow- green-300 {
382
+ box-shadow: 0 1px 3px 0 #86efac;
383
+ }
384
+
385
+ .bg- green-400 {
386
+ background-color: #4ade80;
387
+ }
388
+
389
+ .text- green-400 {
390
+ color: #4ade80;
391
+ }
392
+
393
+ .border- green-400 {
394
+ border-color: #4ade80;
395
+ }
396
+
397
+ .shadow- green-400 {
398
+ box-shadow: 0 1px 3px 0 #4ade80;
399
+ }
400
+
401
+ .bg- green-500 {
402
+ background-color: #22c55e;
403
+ }
404
+
405
+ .text- green-500 {
406
+ color: #22c55e;
407
+ }
408
+
409
+ .border- green-500 {
410
+ border-color: #22c55e;
411
+ }
412
+
413
+ .shadow- green-500 {
414
+ box-shadow: 0 1px 3px 0 #22c55e;
415
+ }
416
+
417
+ .bg- green-600 {
418
+ background-color: #16a34a;
419
+ }
420
+
421
+ .text- green-600 {
422
+ color: #16a34a;
423
+ }
424
+
425
+ .border- green-600 {
426
+ border-color: #16a34a;
427
+ }
428
+
429
+ .shadow- green-600 {
430
+ box-shadow: 0 1px 3px 0 #16a34a;
431
+ }
432
+
433
+ .bg- green-700 {
434
+ background-color: #15803d;
435
+ }
436
+
437
+ .text- green-700 {
438
+ color: #15803d;
439
+ }
440
+
441
+ .border- green-700 {
442
+ border-color: #15803d;
443
+ }
444
+
445
+ .shadow- green-700 {
446
+ box-shadow: 0 1px 3px 0 #15803d;
447
+ }
448
+
449
+ .bg- green-800 {
450
+ background-color: #166534;
451
+ }
452
+
453
+ .text- green-800 {
454
+ color: #166534;
455
+ }
456
+
457
+ .border- green-800 {
458
+ border-color: #166534;
459
+ }
460
+
461
+ .shadow- green-800 {
462
+ box-shadow: 0 1px 3px 0 #166534;
463
+ }
464
+
465
+ .bg- green-900 {
466
+ background-color: #14532d;
467
+ }
468
+
469
+ .text- green-900 {
470
+ color: #14532d;
471
+ }
472
+
473
+ .border- green-900 {
474
+ border-color: #14532d;
475
+ }
476
+
477
+ .shadow- green-900 {
478
+ box-shadow: 0 1px 3px 0 #14532d;
479
+ }
480
+
481
+ .bg- yellow-50 {
482
+ background-color: #fefce8;
483
+ }
484
+
485
+ .text- yellow-50 {
486
+ color: #fefce8;
487
+ }
488
+
489
+ .border- yellow-50 {
490
+ border-color: #fefce8;
491
+ }
492
+
493
+ .shadow- yellow-50 {
494
+ box-shadow: 0 1px 3px 0 #fefce8;
495
+ }
496
+
497
+ .bg- yellow-100 {
498
+ background-color: #fef9c3;
499
+ }
500
+
501
+ .text- yellow-100 {
502
+ color: #fef9c3;
503
+ }
504
+
505
+ .border- yellow-100 {
506
+ border-color: #fef9c3;
507
+ }
508
+
509
+ .shadow- yellow-100 {
510
+ box-shadow: 0 1px 3px 0 #fef9c3;
511
+ }
512
+
513
+ .bg- yellow-200 {
514
+ background-color: #fef08a;
515
+ }
516
+
517
+ .text- yellow-200 {
518
+ color: #fef08a;
519
+ }
520
+
521
+ .border- yellow-200 {
522
+ border-color: #fef08a;
523
+ }
524
+
525
+ .shadow- yellow-200 {
526
+ box-shadow: 0 1px 3px 0 #fef08a;
527
+ }
528
+
529
+ .bg- yellow-300 {
530
+ background-color: #fde047;
531
+ }
532
+
533
+ .text- yellow-300 {
534
+ color: #fde047;
535
+ }
536
+
537
+ .border- yellow-300 {
538
+ border-color: #fde047;
539
+ }
540
+
541
+ .shadow- yellow-300 {
542
+ box-shadow: 0 1px 3px 0 #fde047;
543
+ }
544
+
545
+ .bg- yellow-400 {
546
+ background-color: #facc15;
547
+ }
548
+
549
+ .text- yellow-400 {
550
+ color: #facc15;
551
+ }
552
+
553
+ .border- yellow-400 {
554
+ border-color: #facc15;
555
+ }
556
+
557
+ .shadow- yellow-400 {
558
+ box-shadow: 0 1px 3px 0 #facc15;
559
+ }
560
+
561
+ .bg- yellow-500 {
562
+ background-color: #eab308;
563
+ }
564
+
565
+ .text- yellow-500 {
566
+ color: #eab308;
567
+ }
568
+
569
+ .border- yellow-500 {
570
+ border-color: #eab308;
571
+ }
572
+
573
+ .shadow- yellow-500 {
574
+ box-shadow: 0 1px 3px 0 #eab308;
575
+ }
576
+
577
+ .bg- yellow-600 {
578
+ background-color: #ca8a04;
579
+ }
580
+
581
+ .text- yellow-600 {
582
+ color: #ca8a04;
583
+ }
584
+
585
+ .border- yellow-600 {
586
+ border-color: #ca8a04;
587
+ }
588
+
589
+ .shadow- yellow-600 {
590
+ box-shadow: 0 1px 3px 0 #ca8a04;
591
+ }
592
+
593
+ .bg- yellow-700 {
594
+ background-color: #a16207;
595
+ }
596
+
597
+ .text- yellow-700 {
598
+ color: #a16207;
599
+ }
600
+
601
+ .border- yellow-700 {
602
+ border-color: #a16207;
603
+ }
604
+
605
+ .shadow- yellow-700 {
606
+ box-shadow: 0 1px 3px 0 #a16207;
607
+ }
608
+
609
+ .bg- yellow-800 {
610
+ background-color: #854d0e;
611
+ }
612
+
613
+ .text- yellow-800 {
614
+ color: #854d0e;
615
+ }
616
+
617
+ .border- yellow-800 {
618
+ border-color: #854d0e;
619
+ }
620
+
621
+ .shadow- yellow-800 {
622
+ box-shadow: 0 1px 3px 0 #854d0e;
623
+ }
624
+
625
+ .bg- yellow-900 {
626
+ background-color: #713f12;
627
+ }
628
+
629
+ .text- yellow-900 {
630
+ color: #713f12;
631
+ }
632
+
633
+ .border- yellow-900 {
634
+ border-color: #713f12;
635
+ }
636
+
637
+ .shadow- yellow-900 {
638
+ box-shadow: 0 1px 3px 0 #713f12;
639
+ }
640
+
641
+ .bg- orange-50 {
642
+ background-color: #fff7ed;
643
+ }
644
+
645
+ .text- orange-50 {
646
+ color: #fff7ed;
647
+ }
648
+
649
+ .border- orange-50 {
650
+ border-color: #fff7ed;
651
+ }
652
+
653
+ .shadow- orange-50 {
654
+ box-shadow: 0 1px 3px 0 #fff7ed;
655
+ }
656
+
657
+ .bg- orange-100 {
658
+ background-color: #ffedd5;
659
+ }
660
+
661
+ .text- orange-100 {
662
+ color: #ffedd5;
663
+ }
664
+
665
+ .border- orange-100 {
666
+ border-color: #ffedd5;
667
+ }
668
+
669
+ .shadow- orange-100 {
670
+ box-shadow: 0 1px 3px 0 #ffedd5;
671
+ }
672
+
673
+ .bg- orange-200 {
674
+ background-color: #fed7aa;
675
+ }
676
+
677
+ .text- orange-200 {
678
+ color: #fed7aa;
679
+ }
680
+
681
+ .border- orange-200 {
682
+ border-color: #fed7aa;
683
+ }
684
+
685
+ .shadow- orange-200 {
686
+ box-shadow: 0 1px 3px 0 #fed7aa;
687
+ }
688
+
689
+ .bg- orange-300 {
690
+ background-color: #fdba74;
691
+ }
692
+
693
+ .text- orange-300 {
694
+ color: #fdba74;
695
+ }
696
+
697
+ .border- orange-300 {
698
+ border-color: #fdba74;
699
+ }
700
+
701
+ .shadow- orange-300 {
702
+ box-shadow: 0 1px 3px 0 #fdba74;
703
+ }
704
+
705
+ .bg- orange-400 {
706
+ background-color: #fb923c;
707
+ }
708
+
709
+ .text- orange-400 {
710
+ color: #fb923c;
711
+ }
712
+
713
+ .border- orange-400 {
714
+ border-color: #fb923c;
715
+ }
716
+
717
+ .shadow- orange-400 {
718
+ box-shadow: 0 1px 3px 0 #fb923c;
719
+ }
720
+
721
+ .bg- orange-500 {
722
+ background-color: #f97316;
723
+ }
724
+
725
+ .text- orange-500 {
726
+ color: #f97316;
727
+ }
728
+
729
+ .border- orange-500 {
730
+ border-color: #f97316;
731
+ }
732
+
733
+ .shadow- orange-500 {
734
+ box-shadow: 0 1px 3px 0 #f97316;
735
+ }
736
+
737
+ .bg- orange-600 {
738
+ background-color: #ea580c;
739
+ }
740
+
741
+ .text- orange-600 {
742
+ color: #ea580c;
743
+ }
744
+
745
+ .border- orange-600 {
746
+ border-color: #ea580c;
747
+ }
748
+
749
+ .shadow- orange-600 {
750
+ box-shadow: 0 1px 3px 0 #ea580c;
751
+ }
752
+
753
+ .bg- orange-700 {
754
+ background-color: #c2410c;
755
+ }
756
+
757
+ .text- orange-700 {
758
+ color: #c2410c;
759
+ }
760
+
761
+ .border- orange-700 {
762
+ border-color: #c2410c;
763
+ }
764
+
765
+ .shadow- orange-700 {
766
+ box-shadow: 0 1px 3px 0 #c2410c;
767
+ }
768
+
769
+ .bg- orange-800 {
770
+ background-color: #9a3412;
771
+ }
772
+
773
+ .text- orange-800 {
774
+ color: #9a3412;
775
+ }
776
+
777
+ .border- orange-800 {
778
+ border-color: #9a3412;
779
+ }
780
+
781
+ .shadow- orange-800 {
782
+ box-shadow: 0 1px 3px 0 #9a3412;
783
+ }
784
+
785
+ .bg- orange-900 {
786
+ background-color: #7c2d12;
787
+ }
788
+
789
+ .text- orange-900 {
790
+ color: #7c2d12;
791
+ }
792
+
793
+ .border- orange-900 {
794
+ border-color: #7c2d12;
795
+ }
796
+
797
+ .shadow- orange-900 {
798
+ box-shadow: 0 1px 3px 0 #7c2d12;
799
+ }
800
+
801
+ .bg- purple-50 {
802
+ background-color: #faf5ff;
803
+ }
804
+
805
+ .text- purple-50 {
806
+ color: #faf5ff;
807
+ }
808
+
809
+ .border- purple-50 {
810
+ border-color: #faf5ff;
811
+ }
812
+
813
+ .shadow- purple-50 {
814
+ box-shadow: 0 1px 3px 0 #faf5ff;
815
+ }
816
+
817
+ .bg- purple-100 {
818
+ background-color: #f3e8ff;
819
+ }
820
+
821
+ .text- purple-100 {
822
+ color: #f3e8ff;
823
+ }
824
+
825
+ .border- purple-100 {
826
+ border-color: #f3e8ff;
827
+ }
828
+
829
+ .shadow- purple-100 {
830
+ box-shadow: 0 1px 3px 0 #f3e8ff;
831
+ }
832
+
833
+ .bg- purple-200 {
834
+ background-color: #e9d5ff;
835
+ }
836
+
837
+ .text- purple-200 {
838
+ color: #e9d5ff;
839
+ }
840
+
841
+ .border- purple-200 {
842
+ border-color: #e9d5ff;
843
+ }
844
+
845
+ .shadow- purple-200 {
846
+ box-shadow: 0 1px 3px 0 #e9d5ff;
847
+ }
848
+
849
+ .bg- purple-300 {
850
+ background-color: #d8b4fe;
851
+ }
852
+
853
+ .text- purple-300 {
854
+ color: #d8b4fe;
855
+ }
856
+
857
+ .border- purple-300 {
858
+ border-color: #d8b4fe;
859
+ }
860
+
861
+ .shadow- purple-300 {
862
+ box-shadow: 0 1px 3px 0 #d8b4fe;
863
+ }
864
+
865
+ .bg- purple-400 {
866
+ background-color: #c084fc;
867
+ }
868
+
869
+ .text- purple-400 {
870
+ color: #c084fc;
871
+ }
872
+
873
+ .border- purple-400 {
874
+ border-color: #c084fc;
875
+ }
876
+
877
+ .shadow- purple-400 {
878
+ box-shadow: 0 1px 3px 0 #c084fc;
879
+ }
880
+
881
+ .bg- purple-500 {
882
+ background-color: #a855f7;
883
+ }
884
+
885
+ .text- purple-500 {
886
+ color: #a855f7;
887
+ }
888
+
889
+ .border- purple-500 {
890
+ border-color: #a855f7;
891
+ }
892
+
893
+ .shadow- purple-500 {
894
+ box-shadow: 0 1px 3px 0 #a855f7;
895
+ }
896
+
897
+ .bg- purple-600 {
898
+ background-color: #9333ea;
899
+ }
900
+
901
+ .text- purple-600 {
902
+ color: #9333ea;
903
+ }
904
+
905
+ .border- purple-600 {
906
+ border-color: #9333ea;
907
+ }
908
+
909
+ .shadow- purple-600 {
910
+ box-shadow: 0 1px 3px 0 #9333ea;
911
+ }
912
+
913
+ .bg- purple-700 {
914
+ background-color: #7e22ce;
915
+ }
916
+
917
+ .text- purple-700 {
918
+ color: #7e22ce;
919
+ }
920
+
921
+ .border- purple-700 {
922
+ border-color: #7e22ce;
923
+ }
924
+
925
+ .shadow- purple-700 {
926
+ box-shadow: 0 1px 3px 0 #7e22ce;
927
+ }
928
+
929
+ .bg- purple-800 {
930
+ background-color: #6b21a8;
931
+ }
932
+
933
+ .text- purple-800 {
934
+ color: #6b21a8;
935
+ }
936
+
937
+ .border- purple-800 {
938
+ border-color: #6b21a8;
939
+ }
940
+
941
+ .shadow- purple-800 {
942
+ box-shadow: 0 1px 3px 0 #6b21a8;
943
+ }
944
+
945
+ .bg- purple-900 {
946
+ background-color: #581c87;
947
+ }
948
+
949
+ .text- purple-900 {
950
+ color: #581c87;
951
+ }
952
+
953
+ .border- purple-900 {
954
+ border-color: #581c87;
955
+ }
956
+
957
+ .shadow- purple-900 {
958
+ box-shadow: 0 1px 3px 0 #581c87;
959
+ }
960
+
961
+ .bg- pink-50 {
962
+ background-color: #fdf2f8;
963
+ }
964
+
965
+ .text- pink-50 {
966
+ color: #fdf2f8;
967
+ }
968
+
969
+ .border- pink-50 {
970
+ border-color: #fdf2f8;
971
+ }
972
+
973
+ .shadow- pink-50 {
974
+ box-shadow: 0 1px 3px 0 #fdf2f8;
975
+ }
976
+
977
+ .bg- pink-100 {
978
+ background-color: #fce7f3;
979
+ }
980
+
981
+ .text- pink-100 {
982
+ color: #fce7f3;
983
+ }
984
+
985
+ .border- pink-100 {
986
+ border-color: #fce7f3;
987
+ }
988
+
989
+ .shadow- pink-100 {
990
+ box-shadow: 0 1px 3px 0 #fce7f3;
991
+ }
992
+
993
+ .bg- pink-200 {
994
+ background-color: #fbcfe8;
995
+ }
996
+
997
+ .text- pink-200 {
998
+ color: #fbcfe8;
999
+ }
1000
+
1001
+ .border- pink-200 {
1002
+ border-color: #fbcfe8;
1003
+ }
1004
+
1005
+ .shadow- pink-200 {
1006
+ box-shadow: 0 1px 3px 0 #fbcfe8;
1007
+ }
1008
+
1009
+ .bg- pink-300 {
1010
+ background-color: #f9a8d4;
1011
+ }
1012
+
1013
+ .text- pink-300 {
1014
+ color: #f9a8d4;
1015
+ }
1016
+
1017
+ .border- pink-300 {
1018
+ border-color: #f9a8d4;
1019
+ }
1020
+
1021
+ .shadow- pink-300 {
1022
+ box-shadow: 0 1px 3px 0 #f9a8d4;
1023
+ }
1024
+
1025
+ .bg- pink-400 {
1026
+ background-color: #f472b6;
1027
+ }
1028
+
1029
+ .text- pink-400 {
1030
+ color: #f472b6;
1031
+ }
1032
+
1033
+ .border- pink-400 {
1034
+ border-color: #f472b6;
1035
+ }
1036
+
1037
+ .shadow- pink-400 {
1038
+ box-shadow: 0 1px 3px 0 #f472b6;
1039
+ }
1040
+
1041
+ .bg- pink-500 {
1042
+ background-color: #ec4899;
1043
+ }
1044
+
1045
+ .text- pink-500 {
1046
+ color: #ec4899;
1047
+ }
1048
+
1049
+ .border- pink-500 {
1050
+ border-color: #ec4899;
1051
+ }
1052
+
1053
+ .shadow- pink-500 {
1054
+ box-shadow: 0 1px 3px 0 #ec4899;
1055
+ }
1056
+
1057
+ .bg- pink-600 {
1058
+ background-color: #db2777;
1059
+ }
1060
+
1061
+ .text- pink-600 {
1062
+ color: #db2777;
1063
+ }
1064
+
1065
+ .border- pink-600 {
1066
+ border-color: #db2777;
1067
+ }
1068
+
1069
+ .shadow- pink-600 {
1070
+ box-shadow: 0 1px 3px 0 #db2777;
1071
+ }
1072
+
1073
+ .bg- pink-700 {
1074
+ background-color: #be185d;
1075
+ }
1076
+
1077
+ .text- pink-700 {
1078
+ color: #be185d;
1079
+ }
1080
+
1081
+ .border- pink-700 {
1082
+ border-color: #be185d;
1083
+ }
1084
+
1085
+ .shadow- pink-700 {
1086
+ box-shadow: 0 1px 3px 0 #be185d;
1087
+ }
1088
+
1089
+ .bg- pink-800 {
1090
+ background-color: #9d174d;
1091
+ }
1092
+
1093
+ .text- pink-800 {
1094
+ color: #9d174d;
1095
+ }
1096
+
1097
+ .border- pink-800 {
1098
+ border-color: #9d174d;
1099
+ }
1100
+
1101
+ .shadow- pink-800 {
1102
+ box-shadow: 0 1px 3px 0 #9d174d;
1103
+ }
1104
+
1105
+ .bg- pink-900 {
1106
+ background-color: #831843;
1107
+ }
1108
+
1109
+ .text- pink-900 {
1110
+ color: #831843;
1111
+ }
1112
+
1113
+ .border- pink-900 {
1114
+ border-color: #831843;
1115
+ }
1116
+
1117
+ .shadow- pink-900 {
1118
+ box-shadow: 0 1px 3px 0 #831843;
1119
+ }
1120
+
1121
+ .bg- indigo-50 {
1122
+ background-color: #eef2ff;
1123
+ }
1124
+
1125
+ .text- indigo-50 {
1126
+ color: #eef2ff;
1127
+ }
1128
+
1129
+ .border- indigo-50 {
1130
+ border-color: #eef2ff;
1131
+ }
1132
+
1133
+ .shadow- indigo-50 {
1134
+ box-shadow: 0 1px 3px 0 #eef2ff;
1135
+ }
1136
+
1137
+ .bg- indigo-100 {
1138
+ background-color: #e0e7ff;
1139
+ }
1140
+
1141
+ .text- indigo-100 {
1142
+ color: #e0e7ff;
1143
+ }
1144
+
1145
+ .border- indigo-100 {
1146
+ border-color: #e0e7ff;
1147
+ }
1148
+
1149
+ .shadow- indigo-100 {
1150
+ box-shadow: 0 1px 3px 0 #e0e7ff;
1151
+ }
1152
+
1153
+ .bg- indigo-200 {
1154
+ background-color: #c7d2fe;
1155
+ }
1156
+
1157
+ .text- indigo-200 {
1158
+ color: #c7d2fe;
1159
+ }
1160
+
1161
+ .border- indigo-200 {
1162
+ border-color: #c7d2fe;
1163
+ }
1164
+
1165
+ .shadow- indigo-200 {
1166
+ box-shadow: 0 1px 3px 0 #c7d2fe;
1167
+ }
1168
+
1169
+ .bg- indigo-300 {
1170
+ background-color: #a5b4fc;
1171
+ }
1172
+
1173
+ .text- indigo-300 {
1174
+ color: #a5b4fc;
1175
+ }
1176
+
1177
+ .border- indigo-300 {
1178
+ border-color: #a5b4fc;
1179
+ }
1180
+
1181
+ .shadow- indigo-300 {
1182
+ box-shadow: 0 1px 3px 0 #a5b4fc;
1183
+ }
1184
+
1185
+ .bg- indigo-400 {
1186
+ background-color: #818cf8;
1187
+ }
1188
+
1189
+ .text- indigo-400 {
1190
+ color: #818cf8;
1191
+ }
1192
+
1193
+ .border- indigo-400 {
1194
+ border-color: #818cf8;
1195
+ }
1196
+
1197
+ .shadow- indigo-400 {
1198
+ box-shadow: 0 1px 3px 0 #818cf8;
1199
+ }
1200
+
1201
+ .bg- indigo-500 {
1202
+ background-color: #6366f1;
1203
+ }
1204
+
1205
+ .text- indigo-500 {
1206
+ color: #6366f1;
1207
+ }
1208
+
1209
+ .border- indigo-500 {
1210
+ border-color: #6366f1;
1211
+ }
1212
+
1213
+ .shadow- indigo-500 {
1214
+ box-shadow: 0 1px 3px 0 #6366f1;
1215
+ }
1216
+
1217
+ .bg- indigo-600 {
1218
+ background-color: #4f46e5;
1219
+ }
1220
+
1221
+ .text- indigo-600 {
1222
+ color: #4f46e5;
1223
+ }
1224
+
1225
+ .border- indigo-600 {
1226
+ border-color: #4f46e5;
1227
+ }
1228
+
1229
+ .shadow- indigo-600 {
1230
+ box-shadow: 0 1px 3px 0 #4f46e5;
1231
+ }
1232
+
1233
+ .bg- indigo-700 {
1234
+ background-color: #4338ca;
1235
+ }
1236
+
1237
+ .text- indigo-700 {
1238
+ color: #4338ca;
1239
+ }
1240
+
1241
+ .border- indigo-700 {
1242
+ border-color: #4338ca;
1243
+ }
1244
+
1245
+ .shadow- indigo-700 {
1246
+ box-shadow: 0 1px 3px 0 #4338ca;
1247
+ }
1248
+
1249
+ .bg- indigo-800 {
1250
+ background-color: #3730a3;
1251
+ }
1252
+
1253
+ .text- indigo-800 {
1254
+ color: #3730a3;
1255
+ }
1256
+
1257
+ .border- indigo-800 {
1258
+ border-color: #3730a3;
1259
+ }
1260
+
1261
+ .shadow- indigo-800 {
1262
+ box-shadow: 0 1px 3px 0 #3730a3;
1263
+ }
1264
+
1265
+ .bg- indigo-900 {
1266
+ background-color: #312e81;
1267
+ }
1268
+
1269
+ .text- indigo-900 {
1270
+ color: #312e81;
1271
+ }
1272
+
1273
+ .border- indigo-900 {
1274
+ border-color: #312e81;
1275
+ }
1276
+
1277
+ .shadow- indigo-900 {
1278
+ box-shadow: 0 1px 3px 0 #312e81;
1279
+ }
1280
+
1281
+ .bg- cyan-50 {
1282
+ background-color: #ecfeff;
1283
+ }
1284
+
1285
+ .text- cyan-50 {
1286
+ color: #ecfeff;
1287
+ }
1288
+
1289
+ .border- cyan-50 {
1290
+ border-color: #ecfeff;
1291
+ }
1292
+
1293
+ .shadow- cyan-50 {
1294
+ box-shadow: 0 1px 3px 0 #ecfeff;
1295
+ }
1296
+
1297
+ .bg- cyan-100 {
1298
+ background-color: #cffafe;
1299
+ }
1300
+
1301
+ .text- cyan-100 {
1302
+ color: #cffafe;
1303
+ }
1304
+
1305
+ .border- cyan-100 {
1306
+ border-color: #cffafe;
1307
+ }
1308
+
1309
+ .shadow- cyan-100 {
1310
+ box-shadow: 0 1px 3px 0 #cffafe;
1311
+ }
1312
+
1313
+ .bg- cyan-200 {
1314
+ background-color: #a5f3fc;
1315
+ }
1316
+
1317
+ .text- cyan-200 {
1318
+ color: #a5f3fc;
1319
+ }
1320
+
1321
+ .border- cyan-200 {
1322
+ border-color: #a5f3fc;
1323
+ }
1324
+
1325
+ .shadow- cyan-200 {
1326
+ box-shadow: 0 1px 3px 0 #a5f3fc;
1327
+ }
1328
+
1329
+ .bg- cyan-300 {
1330
+ background-color: #67e8f9;
1331
+ }
1332
+
1333
+ .text- cyan-300 {
1334
+ color: #67e8f9;
1335
+ }
1336
+
1337
+ .border- cyan-300 {
1338
+ border-color: #67e8f9;
1339
+ }
1340
+
1341
+ .shadow- cyan-300 {
1342
+ box-shadow: 0 1px 3px 0 #67e8f9;
1343
+ }
1344
+
1345
+ .bg- cyan-400 {
1346
+ background-color: #22d3ee;
1347
+ }
1348
+
1349
+ .text- cyan-400 {
1350
+ color: #22d3ee;
1351
+ }
1352
+
1353
+ .border- cyan-400 {
1354
+ border-color: #22d3ee;
1355
+ }
1356
+
1357
+ .shadow- cyan-400 {
1358
+ box-shadow: 0 1px 3px 0 #22d3ee;
1359
+ }
1360
+
1361
+ .bg- cyan-500 {
1362
+ background-color: #06b6d4;
1363
+ }
1364
+
1365
+ .text- cyan-500 {
1366
+ color: #06b6d4;
1367
+ }
1368
+
1369
+ .border- cyan-500 {
1370
+ border-color: #06b6d4;
1371
+ }
1372
+
1373
+ .shadow- cyan-500 {
1374
+ box-shadow: 0 1px 3px 0 #06b6d4;
1375
+ }
1376
+
1377
+ .bg- cyan-600 {
1378
+ background-color: #0891b2;
1379
+ }
1380
+
1381
+ .text- cyan-600 {
1382
+ color: #0891b2;
1383
+ }
1384
+
1385
+ .border- cyan-600 {
1386
+ border-color: #0891b2;
1387
+ }
1388
+
1389
+ .shadow- cyan-600 {
1390
+ box-shadow: 0 1px 3px 0 #0891b2;
1391
+ }
1392
+
1393
+ .bg- cyan-700 {
1394
+ background-color: #0e7490;
1395
+ }
1396
+
1397
+ .text- cyan-700 {
1398
+ color: #0e7490;
1399
+ }
1400
+
1401
+ .border- cyan-700 {
1402
+ border-color: #0e7490;
1403
+ }
1404
+
1405
+ .shadow- cyan-700 {
1406
+ box-shadow: 0 1px 3px 0 #0e7490;
1407
+ }
1408
+
1409
+ .bg- cyan-800 {
1410
+ background-color: #155e75;
1411
+ }
1412
+
1413
+ .text- cyan-800 {
1414
+ color: #155e75;
1415
+ }
1416
+
1417
+ .border- cyan-800 {
1418
+ border-color: #155e75;
1419
+ }
1420
+
1421
+ .shadow- cyan-800 {
1422
+ box-shadow: 0 1px 3px 0 #155e75;
1423
+ }
1424
+
1425
+ .bg- cyan-900 {
1426
+ background-color: #164e63;
1427
+ }
1428
+
1429
+ .text- cyan-900 {
1430
+ color: #164e63;
1431
+ }
1432
+
1433
+ .border- cyan-900 {
1434
+ border-color: #164e63;
1435
+ }
1436
+
1437
+ .shadow- cyan-900 {
1438
+ box-shadow: 0 1px 3px 0 #164e63;
1439
+ }
1440
+
1441
+ .bg- teal-50 {
1442
+ background-color: #f0fdfa;
1443
+ }
1444
+
1445
+ .text- teal-50 {
1446
+ color: #f0fdfa;
1447
+ }
1448
+
1449
+ .border- teal-50 {
1450
+ border-color: #f0fdfa;
1451
+ }
1452
+
1453
+ .shadow- teal-50 {
1454
+ box-shadow: 0 1px 3px 0 #f0fdfa;
1455
+ }
1456
+
1457
+ .bg- teal-100 {
1458
+ background-color: #ccfbf1;
1459
+ }
1460
+
1461
+ .text- teal-100 {
1462
+ color: #ccfbf1;
1463
+ }
1464
+
1465
+ .border- teal-100 {
1466
+ border-color: #ccfbf1;
1467
+ }
1468
+
1469
+ .shadow- teal-100 {
1470
+ box-shadow: 0 1px 3px 0 #ccfbf1;
1471
+ }
1472
+
1473
+ .bg- teal-200 {
1474
+ background-color: #99f6e4;
1475
+ }
1476
+
1477
+ .text- teal-200 {
1478
+ color: #99f6e4;
1479
+ }
1480
+
1481
+ .border- teal-200 {
1482
+ border-color: #99f6e4;
1483
+ }
1484
+
1485
+ .shadow- teal-200 {
1486
+ box-shadow: 0 1px 3px 0 #99f6e4;
1487
+ }
1488
+
1489
+ .bg- teal-300 {
1490
+ background-color: #5eead4;
1491
+ }
1492
+
1493
+ .text- teal-300 {
1494
+ color: #5eead4;
1495
+ }
1496
+
1497
+ .border- teal-300 {
1498
+ border-color: #5eead4;
1499
+ }
1500
+
1501
+ .shadow- teal-300 {
1502
+ box-shadow: 0 1px 3px 0 #5eead4;
1503
+ }
1504
+
1505
+ .bg- teal-400 {
1506
+ background-color: #2dd4bf;
1507
+ }
1508
+
1509
+ .text- teal-400 {
1510
+ color: #2dd4bf;
1511
+ }
1512
+
1513
+ .border- teal-400 {
1514
+ border-color: #2dd4bf;
1515
+ }
1516
+
1517
+ .shadow- teal-400 {
1518
+ box-shadow: 0 1px 3px 0 #2dd4bf;
1519
+ }
1520
+
1521
+ .bg- teal-500 {
1522
+ background-color: #14b8a6;
1523
+ }
1524
+
1525
+ .text- teal-500 {
1526
+ color: #14b8a6;
1527
+ }
1528
+
1529
+ .border- teal-500 {
1530
+ border-color: #14b8a6;
1531
+ }
1532
+
1533
+ .shadow- teal-500 {
1534
+ box-shadow: 0 1px 3px 0 #14b8a6;
1535
+ }
1536
+
1537
+ .bg- teal-600 {
1538
+ background-color: #0d9488;
1539
+ }
1540
+
1541
+ .text- teal-600 {
1542
+ color: #0d9488;
1543
+ }
1544
+
1545
+ .border- teal-600 {
1546
+ border-color: #0d9488;
1547
+ }
1548
+
1549
+ .shadow- teal-600 {
1550
+ box-shadow: 0 1px 3px 0 #0d9488;
1551
+ }
1552
+
1553
+ .bg- teal-700 {
1554
+ background-color: #0f766e;
1555
+ }
1556
+
1557
+ .text- teal-700 {
1558
+ color: #0f766e;
1559
+ }
1560
+
1561
+ .border- teal-700 {
1562
+ border-color: #0f766e;
1563
+ }
1564
+
1565
+ .shadow- teal-700 {
1566
+ box-shadow: 0 1px 3px 0 #0f766e;
1567
+ }
1568
+
1569
+ .bg- teal-800 {
1570
+ background-color: #115e59;
1571
+ }
1572
+
1573
+ .text- teal-800 {
1574
+ color: #115e59;
1575
+ }
1576
+
1577
+ .border- teal-800 {
1578
+ border-color: #115e59;
1579
+ }
1580
+
1581
+ .shadow- teal-800 {
1582
+ box-shadow: 0 1px 3px 0 #115e59;
1583
+ }
1584
+
1585
+ .bg- teal-900 {
1586
+ background-color: #134e4a;
1587
+ }
1588
+
1589
+ .text- teal-900 {
1590
+ color: #134e4a;
1591
+ }
1592
+
1593
+ .border- teal-900 {
1594
+ border-color: #134e4a;
1595
+ }
1596
+
1597
+ .shadow- teal-900 {
1598
+ box-shadow: 0 1px 3px 0 #134e4a;
1599
+ }
1600
+
1601
+ .bg- gray-50 {
1602
+ background-color: #f9fafb;
1603
+ }
1604
+
1605
+ .text- gray-50 {
1606
+ color: #f9fafb;
1607
+ }
1608
+
1609
+ .border- gray-50 {
1610
+ border-color: #f9fafb;
1611
+ }
1612
+
1613
+ .shadow- gray-50 {
1614
+ box-shadow: 0 1px 3px 0 #f9fafb;
1615
+ }
1616
+
1617
+ .bg- gray-100 {
1618
+ background-color: #f3f4f6;
1619
+ }
1620
+
1621
+ .text- gray-100 {
1622
+ color: #f3f4f6;
1623
+ }
1624
+
1625
+ .border- gray-100 {
1626
+ border-color: #f3f4f6;
1627
+ }
1628
+
1629
+ .shadow- gray-100 {
1630
+ box-shadow: 0 1px 3px 0 #f3f4f6;
1631
+ }
1632
+
1633
+ .bg- gray-200 {
1634
+ background-color: #e5e7eb;
1635
+ }
1636
+
1637
+ .text- gray-200 {
1638
+ color: #e5e7eb;
1639
+ }
1640
+
1641
+ .border- gray-200 {
1642
+ border-color: #e5e7eb;
1643
+ }
1644
+
1645
+ .shadow- gray-200 {
1646
+ box-shadow: 0 1px 3px 0 #e5e7eb;
1647
+ }
1648
+
1649
+ .bg- gray-300 {
1650
+ background-color: #d1d5db;
1651
+ }
1652
+
1653
+ .text- gray-300 {
1654
+ color: #d1d5db;
1655
+ }
1656
+
1657
+ .border- gray-300 {
1658
+ border-color: #d1d5db;
1659
+ }
1660
+
1661
+ .shadow- gray-300 {
1662
+ box-shadow: 0 1px 3px 0 #d1d5db;
1663
+ }
1664
+
1665
+ .bg- gray-400 {
1666
+ background-color: #9ca3af;
1667
+ }
1668
+
1669
+ .text- gray-400 {
1670
+ color: #9ca3af;
1671
+ }
1672
+
1673
+ .border- gray-400 {
1674
+ border-color: #9ca3af;
1675
+ }
1676
+
1677
+ .shadow- gray-400 {
1678
+ box-shadow: 0 1px 3px 0 #9ca3af;
1679
+ }
1680
+
1681
+ .bg- gray-500 {
1682
+ background-color: #6b7280;
1683
+ }
1684
+
1685
+ .text- gray-500 {
1686
+ color: #6b7280;
1687
+ }
1688
+
1689
+ .border- gray-500 {
1690
+ border-color: #6b7280;
1691
+ }
1692
+
1693
+ .shadow- gray-500 {
1694
+ box-shadow: 0 1px 3px 0 #6b7280;
1695
+ }
1696
+
1697
+ .bg- gray-600 {
1698
+ background-color: #4b5563;
1699
+ }
1700
+
1701
+ .text- gray-600 {
1702
+ color: #4b5563;
1703
+ }
1704
+
1705
+ .border- gray-600 {
1706
+ border-color: #4b5563;
1707
+ }
1708
+
1709
+ .shadow- gray-600 {
1710
+ box-shadow: 0 1px 3px 0 #4b5563;
1711
+ }
1712
+
1713
+ .bg- gray-700 {
1714
+ background-color: #374151;
1715
+ }
1716
+
1717
+ .text- gray-700 {
1718
+ color: #374151;
1719
+ }
1720
+
1721
+ .border- gray-700 {
1722
+ border-color: #374151;
1723
+ }
1724
+
1725
+ .shadow- gray-700 {
1726
+ box-shadow: 0 1px 3px 0 #374151;
1727
+ }
1728
+
1729
+ .bg- gray-800 {
1730
+ background-color: #1f2937;
1731
+ }
1732
+
1733
+ .text- gray-800 {
1734
+ color: #1f2937;
1735
+ }
1736
+
1737
+ .border- gray-800 {
1738
+ border-color: #1f2937;
1739
+ }
1740
+
1741
+ .shadow- gray-800 {
1742
+ box-shadow: 0 1px 3px 0 #1f2937;
1743
+ }
1744
+
1745
+ .bg- gray-900 {
1746
+ background-color: #111827;
1747
+ }
1748
+
1749
+ .text- gray-900 {
1750
+ color: #111827;
1751
+ }
1752
+
1753
+ .border- gray-900 {
1754
+ border-color: #111827;
1755
+ }
1756
+
1757
+ .shadow- gray-900 {
1758
+ box-shadow: 0 1px 3px 0 #111827;
1759
+ }
1760
+
1761
+ .bg- amber-50 {
1762
+ background-color: #fffbeb;
1763
+ }
1764
+
1765
+ .text- amber-50 {
1766
+ color: #fffbeb;
1767
+ }
1768
+
1769
+ .border- amber-50 {
1770
+ border-color: #fffbeb;
1771
+ }
1772
+
1773
+ .shadow- amber-50 {
1774
+ box-shadow: 0 1px 3px 0 #fffbeb;
1775
+ }
1776
+
1777
+ .bg- amber-100 {
1778
+ background-color: #fef3c7;
1779
+ }
1780
+
1781
+ .text- amber-100 {
1782
+ color: #fef3c7;
1783
+ }
1784
+
1785
+ .border- amber-100 {
1786
+ border-color: #fef3c7;
1787
+ }
1788
+
1789
+ .shadow- amber-100 {
1790
+ box-shadow: 0 1px 3px 0 #fef3c7;
1791
+ }
1792
+
1793
+ .bg- amber-200 {
1794
+ background-color: #fde68a;
1795
+ }
1796
+
1797
+ .text- amber-200 {
1798
+ color: #fde68a;
1799
+ }
1800
+
1801
+ .border- amber-200 {
1802
+ border-color: #fde68a;
1803
+ }
1804
+
1805
+ .shadow- amber-200 {
1806
+ box-shadow: 0 1px 3px 0 #fde68a;
1807
+ }
1808
+
1809
+ .bg- amber-300 {
1810
+ background-color: #fcd34d;
1811
+ }
1812
+
1813
+ .text- amber-300 {
1814
+ color: #fcd34d;
1815
+ }
1816
+
1817
+ .border- amber-300 {
1818
+ border-color: #fcd34d;
1819
+ }
1820
+
1821
+ .shadow- amber-300 {
1822
+ box-shadow: 0 1px 3px 0 #fcd34d;
1823
+ }
1824
+
1825
+ .bg- amber-400 {
1826
+ background-color: #fbbf24;
1827
+ }
1828
+
1829
+ .text- amber-400 {
1830
+ color: #fbbf24;
1831
+ }
1832
+
1833
+ .border- amber-400 {
1834
+ border-color: #fbbf24;
1835
+ }
1836
+
1837
+ .shadow- amber-400 {
1838
+ box-shadow: 0 1px 3px 0 #fbbf24;
1839
+ }
1840
+
1841
+ .bg- amber-500 {
1842
+ background-color: #f59e0b;
1843
+ }
1844
+
1845
+ .text- amber-500 {
1846
+ color: #f59e0b;
1847
+ }
1848
+
1849
+ .border- amber-500 {
1850
+ border-color: #f59e0b;
1851
+ }
1852
+
1853
+ .shadow- amber-500 {
1854
+ box-shadow: 0 1px 3px 0 #f59e0b;
1855
+ }
1856
+
1857
+ .bg- amber-600 {
1858
+ background-color: #d97706;
1859
+ }
1860
+
1861
+ .text- amber-600 {
1862
+ color: #d97706;
1863
+ }
1864
+
1865
+ .border- amber-600 {
1866
+ border-color: #d97706;
1867
+ }
1868
+
1869
+ .shadow- amber-600 {
1870
+ box-shadow: 0 1px 3px 0 #d97706;
1871
+ }
1872
+
1873
+ .bg- amber-700 {
1874
+ background-color: #b45309;
1875
+ }
1876
+
1877
+ .text- amber-700 {
1878
+ color: #b45309;
1879
+ }
1880
+
1881
+ .border- amber-700 {
1882
+ border-color: #b45309;
1883
+ }
1884
+
1885
+ .shadow- amber-700 {
1886
+ box-shadow: 0 1px 3px 0 #b45309;
1887
+ }
1888
+
1889
+ .bg- amber-800 {
1890
+ background-color: #92400e;
1891
+ }
1892
+
1893
+ .text- amber-800 {
1894
+ color: #92400e;
1895
+ }
1896
+
1897
+ .border- amber-800 {
1898
+ border-color: #92400e;
1899
+ }
1900
+
1901
+ .shadow- amber-800 {
1902
+ box-shadow: 0 1px 3px 0 #92400e;
1903
+ }
1904
+
1905
+ .bg- amber-900 {
1906
+ background-color: #78350f;
1907
+ }
1908
+
1909
+ .text- amber-900 {
1910
+ color: #78350f;
1911
+ }
1912
+
1913
+ .border- amber-900 {
1914
+ border-color: #78350f;
1915
+ }
1916
+
1917
+ .shadow- amber-900 {
1918
+ box-shadow: 0 1px 3px 0 #78350f;
1919
+ }
1920
+
1921
+ .bg- stone-50 {
1922
+ background-color: #fafaf9;
1923
+ }
1924
+
1925
+ .text- stone-50 {
1926
+ color: #fafaf9;
1927
+ }
1928
+
1929
+ .border- stone-50 {
1930
+ border-color: #fafaf9;
1931
+ }
1932
+
1933
+ .shadow- stone-50 {
1934
+ box-shadow: 0 1px 3px 0 #fafaf9;
1935
+ }
1936
+
1937
+ .bg- stone-100 {
1938
+ background-color: #f5f5f4;
1939
+ }
1940
+
1941
+ .text- stone-100 {
1942
+ color: #f5f5f4;
1943
+ }
1944
+
1945
+ .border- stone-100 {
1946
+ border-color: #f5f5f4;
1947
+ }
1948
+
1949
+ .shadow- stone-100 {
1950
+ box-shadow: 0 1px 3px 0 #f5f5f4;
1951
+ }
1952
+
1953
+ .bg- stone-200 {
1954
+ background-color: #e7e5e4;
1955
+ }
1956
+
1957
+ .text- stone-200 {
1958
+ color: #e7e5e4;
1959
+ }
1960
+
1961
+ .border- stone-200 {
1962
+ border-color: #e7e5e4;
1963
+ }
1964
+
1965
+ .shadow- stone-200 {
1966
+ box-shadow: 0 1px 3px 0 #e7e5e4;
1967
+ }
1968
+
1969
+ .bg- stone-300 {
1970
+ background-color: #d6d3d1;
1971
+ }
1972
+
1973
+ .text- stone-300 {
1974
+ color: #d6d3d1;
1975
+ }
1976
+
1977
+ .border- stone-300 {
1978
+ border-color: #d6d3d1;
1979
+ }
1980
+
1981
+ .shadow- stone-300 {
1982
+ box-shadow: 0 1px 3px 0 #d6d3d1;
1983
+ }
1984
+
1985
+ .bg- stone-400 {
1986
+ background-color: #a8a29e;
1987
+ }
1988
+
1989
+ .text- stone-400 {
1990
+ color: #a8a29e;
1991
+ }
1992
+
1993
+ .border- stone-400 {
1994
+ border-color: #a8a29e;
1995
+ }
1996
+
1997
+ .shadow- stone-400 {
1998
+ box-shadow: 0 1px 3px 0 #a8a29e;
1999
+ }
2000
+
2001
+ .bg- stone-500 {
2002
+ background-color: #78716c;
2003
+ }
2004
+
2005
+ .text- stone-500 {
2006
+ color: #78716c;
2007
+ }
2008
+
2009
+ .border- stone-500 {
2010
+ border-color: #78716c;
2011
+ }
2012
+
2013
+ .shadow- stone-500 {
2014
+ box-shadow: 0 1px 3px 0 #78716c;
2015
+ }
2016
+
2017
+ .bg- stone-600 {
2018
+ background-color: #57534e;
2019
+ }
2020
+
2021
+ .text- stone-600 {
2022
+ color: #57534e;
2023
+ }
2024
+
2025
+ .border- stone-600 {
2026
+ border-color: #57534e;
2027
+ }
2028
+
2029
+ .shadow- stone-600 {
2030
+ box-shadow: 0 1px 3px 0 #57534e;
2031
+ }
2032
+
2033
+ .bg- stone-700 {
2034
+ background-color: #44403c;
2035
+ }
2036
+
2037
+ .text- stone-700 {
2038
+ color: #44403c;
2039
+ }
2040
+
2041
+ .border- stone-700 {
2042
+ border-color: #44403c;
2043
+ }
2044
+
2045
+ .shadow- stone-700 {
2046
+ box-shadow: 0 1px 3px 0 #44403c;
2047
+ }
2048
+
2049
+ .bg- stone-800 {
2050
+ background-color: #292524;
2051
+ }
2052
+
2053
+ .text- stone-800 {
2054
+ color: #292524;
2055
+ }
2056
+
2057
+ .border- stone-800 {
2058
+ border-color: #292524;
2059
+ }
2060
+
2061
+ .shadow- stone-800 {
2062
+ box-shadow: 0 1px 3px 0 #292524;
2063
+ }
2064
+
2065
+ .bg- stone-900 {
2066
+ background-color: #1c1917;
2067
+ }
2068
+
2069
+ .text- stone-900 {
2070
+ color: #1c1917;
2071
+ }
2072
+
2073
+ .border- stone-900 {
2074
+ border-color: #1c1917;
2075
+ }
2076
+
2077
+ .shadow- stone-900 {
2078
+ box-shadow: 0 1px 3px 0 #1c1917;
2079
+ }
2080
+
2081
+ .bg- fuchsia-50 {
2082
+ background-color: #fdf4ff;
2083
+ }
2084
+
2085
+ .text- fuchsia-50 {
2086
+ color: #fdf4ff;
2087
+ }
2088
+
2089
+ .border- fuchsia-50 {
2090
+ border-color: #fdf4ff;
2091
+ }
2092
+
2093
+ .shadow- fuchsia-50 {
2094
+ box-shadow: 0 1px 3px 0 #fdf4ff;
2095
+ }
2096
+
2097
+ .bg- fuchsia-100 {
2098
+ background-color: #fae8ff;
2099
+ }
2100
+
2101
+ .text- fuchsia-100 {
2102
+ color: #fae8ff;
2103
+ }
2104
+
2105
+ .border- fuchsia-100 {
2106
+ border-color: #fae8ff;
2107
+ }
2108
+
2109
+ .shadow- fuchsia-100 {
2110
+ box-shadow: 0 1px 3px 0 #fae8ff;
2111
+ }
2112
+
2113
+ .bg- fuchsia-200 {
2114
+ background-color: #f5d0fe;
2115
+ }
2116
+
2117
+ .text- fuchsia-200 {
2118
+ color: #f5d0fe;
2119
+ }
2120
+
2121
+ .border- fuchsia-200 {
2122
+ border-color: #f5d0fe;
2123
+ }
2124
+
2125
+ .shadow- fuchsia-200 {
2126
+ box-shadow: 0 1px 3px 0 #f5d0fe;
2127
+ }
2128
+
2129
+ .bg- fuchsia-300 {
2130
+ background-color: #f0abfc;
2131
+ }
2132
+
2133
+ .text- fuchsia-300 {
2134
+ color: #f0abfc;
2135
+ }
2136
+
2137
+ .border- fuchsia-300 {
2138
+ border-color: #f0abfc;
2139
+ }
2140
+
2141
+ .shadow- fuchsia-300 {
2142
+ box-shadow: 0 1px 3px 0 #f0abfc;
2143
+ }
2144
+
2145
+ .bg- fuchsia-400 {
2146
+ background-color: #e879f9;
2147
+ }
2148
+
2149
+ .text- fuchsia-400 {
2150
+ color: #e879f9;
2151
+ }
2152
+
2153
+ .border- fuchsia-400 {
2154
+ border-color: #e879f9;
2155
+ }
2156
+
2157
+ .shadow- fuchsia-400 {
2158
+ box-shadow: 0 1px 3px 0 #e879f9;
2159
+ }
2160
+
2161
+ .bg- fuchsia-500 {
2162
+ background-color: #d946ef;
2163
+ }
2164
+
2165
+ .text- fuchsia-500 {
2166
+ color: #d946ef;
2167
+ }
2168
+
2169
+ .border- fuchsia-500 {
2170
+ border-color: #d946ef;
2171
+ }
2172
+
2173
+ .shadow- fuchsia-500 {
2174
+ box-shadow: 0 1px 3px 0 #d946ef;
2175
+ }
2176
+
2177
+ .bg- fuchsia-600 {
2178
+ background-color: #c026d3;
2179
+ }
2180
+
2181
+ .text- fuchsia-600 {
2182
+ color: #c026d3;
2183
+ }
2184
+
2185
+ .border- fuchsia-600 {
2186
+ border-color: #c026d3;
2187
+ }
2188
+
2189
+ .shadow- fuchsia-600 {
2190
+ box-shadow: 0 1px 3px 0 #c026d3;
2191
+ }
2192
+
2193
+ .bg- fuchsia-700 {
2194
+ background-color: #a21caf;
2195
+ }
2196
+
2197
+ .text- fuchsia-700 {
2198
+ color: #a21caf;
2199
+ }
2200
+
2201
+ .border- fuchsia-700 {
2202
+ border-color: #a21caf;
2203
+ }
2204
+
2205
+ .shadow- fuchsia-700 {
2206
+ box-shadow: 0 1px 3px 0 #a21caf;
2207
+ }
2208
+
2209
+ .bg- fuchsia-800 {
2210
+ background-color: #86198f;
2211
+ }
2212
+
2213
+ .text- fuchsia-800 {
2214
+ color: #86198f;
2215
+ }
2216
+
2217
+ .border- fuchsia-800 {
2218
+ border-color: #86198f;
2219
+ }
2220
+
2221
+ .shadow- fuchsia-800 {
2222
+ box-shadow: 0 1px 3px 0 #86198f;
2223
+ }
2224
+
2225
+ .bg- fuchsia-900 {
2226
+ background-color: #701a75;
2227
+ }
2228
+
2229
+ .text- fuchsia-900 {
2230
+ color: #701a75;
2231
+ }
2232
+
2233
+ .border- fuchsia-900 {
2234
+ border-color: #701a75;
2235
+ }
2236
+
2237
+ .shadow- fuchsia-900 {
2238
+ box-shadow: 0 1px 3px 0 #701a75;
2239
+ }
2240
+
2241
+ .p-1 {
2242
+ padding: 3rem;
2243
+ }
2244
+
2245
+ .m-1 {
2246
+ margin: 3rem;
2247
+ }
2248
+
2249
+ .mt-1 {
2250
+ margin-top: 3rem;
2251
+ }
2252
+
2253
+ .mb-1 {
2254
+ margin-bottom: 3rem;
2255
+ }
2256
+
2257
+ .ml-1 {
2258
+ margin-left: 3rem;
2259
+ }
2260
+
2261
+ .mr-1 {
2262
+ margin-right: 3rem;
2263
+ }
2264
+
2265
+ .mr-1 {
2266
+ margin-right: 3rem;
2267
+ }
2268
+
2269
+ .p-2 {
2270
+ padding: 6rem;
2271
+ }
2272
+
2273
+ .m-2 {
2274
+ margin: 6rem;
2275
+ }
2276
+
2277
+ .mt-2 {
2278
+ margin-top: 6rem;
2279
+ }
2280
+
2281
+ .mb-2 {
2282
+ margin-bottom: 6rem;
2283
+ }
2284
+
2285
+ .ml-2 {
2286
+ margin-left: 6rem;
2287
+ }
2288
+
2289
+ .mr-2 {
2290
+ margin-right: 6rem;
2291
+ }
2292
+
2293
+ .mr-2 {
2294
+ margin-right: 6rem;
2295
+ }
2296
+
2297
+ .p-3 {
2298
+ padding: 9rem;
2299
+ }
2300
+
2301
+ .m-3 {
2302
+ margin: 9rem;
2303
+ }
2304
+
2305
+ .mt-3 {
2306
+ margin-top: 9rem;
2307
+ }
2308
+
2309
+ .mb-3 {
2310
+ margin-bottom: 9rem;
2311
+ }
2312
+
2313
+ .ml-3 {
2314
+ margin-left: 9rem;
2315
+ }
2316
+
2317
+ .mr-3 {
2318
+ margin-right: 9rem;
2319
+ }
2320
+
2321
+ .mr-3 {
2322
+ margin-right: 9rem;
2323
+ }
2324
+
2325
+ .p-4 {
2326
+ padding: 12rem;
2327
+ }
2328
+
2329
+ .m-4 {
2330
+ margin: 12rem;
2331
+ }
2332
+
2333
+ .mt-4 {
2334
+ margin-top: 12rem;
2335
+ }
2336
+
2337
+ .mb-4 {
2338
+ margin-bottom: 12rem;
2339
+ }
2340
+
2341
+ .ml-4 {
2342
+ margin-left: 12rem;
2343
+ }
2344
+
2345
+ .mr-4 {
2346
+ margin-right: 12rem;
2347
+ }
2348
+
2349
+ .mr-4 {
2350
+ margin-right: 12rem;
2351
+ }
2352
+
2353
+ .p-5 {
2354
+ padding: 15rem;
2355
+ }
2356
+
2357
+ .m-5 {
2358
+ margin: 15rem;
2359
+ }
2360
+
2361
+ .mt-5 {
2362
+ margin-top: 15rem;
2363
+ }
2364
+
2365
+ .mb-5 {
2366
+ margin-bottom: 15rem;
2367
+ }
2368
+
2369
+ .ml-5 {
2370
+ margin-left: 15rem;
2371
+ }
2372
+
2373
+ .mr-5 {
2374
+ margin-right: 15rem;
2375
+ }
2376
+
2377
+ .mr-5 {
2378
+ margin-right: 15rem;
2379
+ }
2380
+
2381
+ .shadow-sm {
2382
+ box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
2383
+ }
2384
+
2385
+ .shadow-base {
2386
+ box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
2387
+ }
2388
+
2389
+ .shadow-md {
2390
+ box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
2391
+ }
2392
+
2393
+ .shadow-lg {
2394
+ box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
2395
+ }
2396
+
2397
+ .shadow-xl {
2398
+ box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
2399
+ }
2400
+
2401
+ .shadow-2xl {
2402
+ box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
2403
+ }
2404
+
2405
+ .shadow-inner {
2406
+ box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
2407
+ }
2408
+
2409
+ .shadow-none {
2410
+ box-shadow: none;
2411
+ }
2412
+
2413
+ .text-xs {
2414
+ font-size: 9rem;
2415
+ }
2416
+
2417
+ .text-sm {
2418
+ font-size: 10.5rem;
2419
+ }
2420
+
2421
+ .text-base {
2422
+ font-size: 12rem;
2423
+ }
2424
+
2425
+ .text-lg {
2426
+ font-size: 13.5rem;
2427
+ }
2428
+
2429
+ .text-xl {
2430
+ font-size: 15rem;
2431
+ }
2432
+
2433
+ .text-2xl {
2434
+ font-size: 18rem;
2435
+ }
2436
+
2437
+ .text-3xl {
2438
+ font-size: 22.5rem;
2439
+ }
2440
+
2441
+ .rounded-none {
2442
+ border-radius: 0;
2443
+ }
2444
+
2445
+ .rounded-sm {
2446
+ border-radius: 0.125rem;
2447
+ }
2448
+
2449
+ .rounded-base {
2450
+ border-radius: 0.25rem;
2451
+ }
2452
+
2453
+ .rounded-md {
2454
+ border-radius: 0.375rem;
2455
+ }
2456
+
2457
+ .rounded-lg {
2458
+ border-radius: 0.5rem;
2459
+ }
2460
+
2461
+ .rounded-xl {
2462
+ border-radius: 0.75rem;
2463
+ }
2464
+
2465
+ .rounded-full {
2466
+ border-radius: 9999px;
2467
+ }
2468
+
2469
+ .font-thin {
2470
+ font-weight: 100;
2471
+ }
2472
+
2473
+ .font-light {
2474
+ font-weight: 300;
2475
+ }
2476
+
2477
+ .font-normal {
2478
+ font-weight: 400;
2479
+ }
2480
+
2481
+ .font-medium {
2482
+ font-weight: 500;
2483
+ }
2484
+
2485
+ .font-semibold {
2486
+ font-weight: 600;
2487
+ }
2488
+
2489
+ .font-bold {
2490
+ font-weight: 700;
2491
+ }
2492
+
2493
+ .font-extrabold {
2494
+ font-weight: 800;
2495
+ }
2496
+
2497
+ .font-black {
2498
+ font-weight: 900;
2499
+ }
2500
+
2501
+ .text-left {
2502
+ text-align: left;
2503
+ }
2504
+
2505
+ .text-center {
2506
+ text-align: center;
2507
+ }
2508
+
2509
+ .text-right {
2510
+ text-align: right;
2511
+ }
2512
+
2513
+ .text-justify {
2514
+ text-align: justify;
2515
+ }
2516
+
2517
+ .italic {
2518
+ font-style: italic;
2519
+ }
2520
+
2521
+ .not-italic {
2522
+ font-style: normal;
2523
+ }
2524
+
2525
+ .uppercase {
2526
+ text-transform: uppercase;
2527
+ }
2528
+
2529
+ .lowercase {
2530
+ text-transform: lowercase;
2531
+ }
2532
+
2533
+ .capitalize {
2534
+ text-transform: capitalize;
2535
+ }
2536
+
2537
+ .normal-case {
2538
+ text-transform: none;
2539
+ }
2540
+
2541
+ .border-0 {
2542
+ border-width: 0;
2543
+ }
2544
+
2545
+ .border-1 {
2546
+ border-width: 1px;
2547
+ }
2548
+
2549
+ .border-2 {
2550
+ border-width: 2px;
2551
+ }
2552
+
2553
+ .border-4 {
2554
+ border-width: 4px;
2555
+ }
2556
+
2557
+ .border-8 {
2558
+ border-width: 8px;
2559
+ }
2560
+
2561
+ .grid {
2562
+ display: grid;
2563
+ }
2564
+
2565
+ .grid-cols-1 {
2566
+ grid-template-columns: repeat(1, 1fr);
2567
+ }
2568
+
2569
+ .col-span-1 {
2570
+ grid-column: span 1/span 1;
2571
+ }
2572
+
2573
+ .row-span-1 {
2574
+ grid-row: span 1/span 1;
2575
+ }
2576
+
2577
+ .grid-cols-2 {
2578
+ grid-template-columns: repeat(2, 1fr);
2579
+ }
2580
+
2581
+ .col-span-2 {
2582
+ grid-column: span 2/span 2;
2583
+ }
2584
+
2585
+ .row-span-2 {
2586
+ grid-row: span 2/span 2;
2587
+ }
2588
+
2589
+ .grid-cols-3 {
2590
+ grid-template-columns: repeat(3, 1fr);
2591
+ }
2592
+
2593
+ .col-span-3 {
2594
+ grid-column: span 3/span 3;
2595
+ }
2596
+
2597
+ .row-span-3 {
2598
+ grid-row: span 3/span 3;
2599
+ }
2600
+
2601
+ .grid-cols-4 {
2602
+ grid-template-columns: repeat(4, 1fr);
2603
+ }
2604
+
2605
+ .col-span-4 {
2606
+ grid-column: span 4/span 4;
2607
+ }
2608
+
2609
+ .row-span-4 {
2610
+ grid-row: span 4/span 4;
2611
+ }
2612
+
2613
+ .grid-cols-5 {
2614
+ grid-template-columns: repeat(5, 1fr);
2615
+ }
2616
+
2617
+ .col-span-5 {
2618
+ grid-column: span 5/span 5;
2619
+ }
2620
+
2621
+ .row-span-5 {
2622
+ grid-row: span 5/span 5;
2623
+ }
2624
+
2625
+ .grid-cols-6 {
2626
+ grid-template-columns: repeat(6, 1fr);
2627
+ }
2628
+
2629
+ .col-span-6 {
2630
+ grid-column: span 6/span 6;
2631
+ }
2632
+
2633
+ .row-span-6 {
2634
+ grid-row: span 6/span 6;
2635
+ }
2636
+
2637
+ .grid-cols-7 {
2638
+ grid-template-columns: repeat(7, 1fr);
2639
+ }
2640
+
2641
+ .col-span-7 {
2642
+ grid-column: span 7/span 7;
2643
+ }
2644
+
2645
+ .row-span-7 {
2646
+ grid-row: span 7/span 7;
2647
+ }
2648
+
2649
+ .grid-cols-8 {
2650
+ grid-template-columns: repeat(8, 1fr);
2651
+ }
2652
+
2653
+ .col-span-8 {
2654
+ grid-column: span 8/span 8;
2655
+ }
2656
+
2657
+ .row-span-8 {
2658
+ grid-row: span 8/span 8;
2659
+ }
2660
+
2661
+ .grid-cols-9 {
2662
+ grid-template-columns: repeat(9, 1fr);
2663
+ }
2664
+
2665
+ .col-span-9 {
2666
+ grid-column: span 9/span 9;
2667
+ }
2668
+
2669
+ .row-span-9 {
2670
+ grid-row: span 9/span 9;
2671
+ }
2672
+
2673
+ .grid-cols-10 {
2674
+ grid-template-columns: repeat(10, 1fr);
2675
+ }
2676
+
2677
+ .col-span-10 {
2678
+ grid-column: span 10/span 10;
2679
+ }
2680
+
2681
+ .row-span-10 {
2682
+ grid-row: span 10/span 10;
2683
+ }
2684
+
2685
+ .grid-cols-11 {
2686
+ grid-template-columns: repeat(11, 1fr);
2687
+ }
2688
+
2689
+ .col-span-11 {
2690
+ grid-column: span 11/span 11;
2691
+ }
2692
+
2693
+ .row-span-11 {
2694
+ grid-row: span 11/span 11;
2695
+ }
2696
+
2697
+ .grid-cols-12 {
2698
+ grid-template-columns: repeat(12, 1fr);
2699
+ }
2700
+
2701
+ .col-span-12 {
2702
+ grid-column: span 12/span 12;
2703
+ }
2704
+
2705
+ .row-span-12 {
2706
+ grid-row: span 12/span 12;
2707
+ }
2708
+
2709
+ /* === Grid Alignment === */
2710
+ .place-items-start {
2711
+ place-items: start;
2712
+ }
2713
+
2714
+ .place-items-center {
2715
+ place-items: center;
2716
+ }
2717
+
2718
+ .place-items-end {
2719
+ place-items: end;
2720
+ }
2721
+
2722
+ /* === Flex Display === */
2723
+ .flex {
2724
+ display: flex;
2725
+ }
2726
+
2727
+ .inline-flex {
2728
+ display: inline-flex;
2729
+ }
2730
+
2731
+ /* === Flex Direction === */
2732
+ .flex-row {
2733
+ flex-direction: row;
2734
+ }
2735
+
2736
+ .flex-col {
2737
+ flex-direction: column;
2738
+ }
2739
+
2740
+ /* === Flex Wrap === */
2741
+ .flex-wrap {
2742
+ flex-wrap: wrap;
2743
+ }
2744
+
2745
+ .flex-nowrap {
2746
+ flex-wrap: nowrap;
2747
+ }
2748
+
2749
+ /* === Flex Grow/Shrink === */
2750
+ .flex-1 {
2751
+ flex: 1 1 0%;
2752
+ }
2753
+
2754
+ .flex-grow {
2755
+ flex-grow: 1;
2756
+ }
2757
+
2758
+ .flex-shrink {
2759
+ flex-shrink: 1;
2760
+ }
2761
+
2762
+ /* === Flex Basis === */
2763
+ .basis-1_2 {
2764
+ flex-basis: 50%;
2765
+ }
2766
+
2767
+ .basis-1_3 {
2768
+ flex-basis: 33.3333%;
2769
+ }
2770
+
2771
+ .basis-2_3 {
2772
+ flex-basis: 66.6667%;
2773
+ }
2774
+
2775
+ .basis-1_4 {
2776
+ flex-basis: 25%;
2777
+ }
2778
+
2779
+ .basis-3_4 {
2780
+ flex-basis: 75%;
2781
+ }
2782
+
2783
+ .basis-full {
2784
+ flex-basis: 100%;
2785
+ }
2786
+
2787
+ /* === Flex Justify === */
2788
+ .justify-start {
2789
+ justify-content: flex-start;
2790
+ }
2791
+
2792
+ .justify-center {
2793
+ justify-content: center;
2794
+ }
2795
+
2796
+ .justify-end {
2797
+ justify-content: flex-end;
2798
+ }
2799
+
2800
+ .justify-between {
2801
+ justify-content: space-between;
2802
+ }
2803
+
2804
+ .justify-around {
2805
+ justify-content: space-around;
2806
+ }
2807
+
2808
+ .justify-evenly {
2809
+ justify-content: space-evenly;
2810
+ }
2811
+
2812
+ /* === Flex Align Items === */
2813
+ .items-start {
2814
+ align-items: flex-start;
2815
+ }
2816
+
2817
+ .items-center {
2818
+ align-items: center;
2819
+ }
2820
+
2821
+ .items-end {
2822
+ align-items: flex-end;
2823
+ }
2824
+
2825
+ .items-stretch {
2826
+ align-items: stretch;
2827
+ }
2828
+
2829
+ /* === Flex Align Self === */
2830
+ .self-start {
2831
+ align-self: flex-start;
2832
+ }
2833
+
2834
+ .self-center {
2835
+ align-self: center;
2836
+ }
2837
+
2838
+ .self-end {
2839
+ align-self: flex-end;
2840
+ }
2841
+
2842
+ /*# sourceMappingURL=striveui.css.map */