@run-ai-dev/styles 1.0.2 → 1.0.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.
- package/package.json +2 -2
- package/src/index.css +112 -1443
package/src/index.css
CHANGED
|
@@ -93,7 +93,6 @@
|
|
|
93
93
|
--text-28: 28px;
|
|
94
94
|
--leading-28: 36px;
|
|
95
95
|
--text-32: 32px;
|
|
96
|
-
--leading-32: 40px;
|
|
97
96
|
--text-40: 40px;
|
|
98
97
|
--leading-40: 50px;
|
|
99
98
|
--radius-20: 20px;
|
|
@@ -366,10 +365,6 @@
|
|
|
366
365
|
border-width: 0;
|
|
367
366
|
}
|
|
368
367
|
|
|
369
|
-
.\!absolute {
|
|
370
|
-
position: absolute !important;
|
|
371
|
-
}
|
|
372
|
-
|
|
373
368
|
.absolute {
|
|
374
369
|
position: absolute;
|
|
375
370
|
}
|
|
@@ -382,12 +377,8 @@
|
|
|
382
377
|
position: relative;
|
|
383
378
|
}
|
|
384
379
|
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
}
|
|
388
|
-
|
|
389
|
-
.\!top-\[initial\] {
|
|
390
|
-
top: initial !important;
|
|
380
|
+
.sticky {
|
|
381
|
+
position: sticky;
|
|
391
382
|
}
|
|
392
383
|
|
|
393
384
|
.-top-2\.5 {
|
|
@@ -462,46 +453,14 @@
|
|
|
462
453
|
top: -165px;
|
|
463
454
|
}
|
|
464
455
|
|
|
465
|
-
.top-\[-470px\] {
|
|
466
|
-
top: -470px;
|
|
467
|
-
}
|
|
468
|
-
|
|
469
|
-
.top-\[1px\] {
|
|
470
|
-
top: 1px;
|
|
471
|
-
}
|
|
472
|
-
|
|
473
456
|
.top-\[5px\] {
|
|
474
457
|
top: 5px;
|
|
475
458
|
}
|
|
476
459
|
|
|
477
|
-
.top-\[10px\] {
|
|
478
|
-
top: 10px;
|
|
479
|
-
}
|
|
480
|
-
|
|
481
|
-
.top-\[13px\] {
|
|
482
|
-
top: 13px;
|
|
483
|
-
}
|
|
484
|
-
|
|
485
460
|
.top-full {
|
|
486
461
|
top: 100%;
|
|
487
462
|
}
|
|
488
463
|
|
|
489
|
-
.\!right-0 {
|
|
490
|
-
right: calc(var(--spacing) * 0) !important;
|
|
491
|
-
}
|
|
492
|
-
|
|
493
|
-
.\!right-\[-120px\] {
|
|
494
|
-
right: -120px !important;
|
|
495
|
-
}
|
|
496
|
-
|
|
497
|
-
.\!right-\[-270px\] {
|
|
498
|
-
right: -270px !important;
|
|
499
|
-
}
|
|
500
|
-
|
|
501
|
-
.\!right-\[100px\] {
|
|
502
|
-
right: 100px !important;
|
|
503
|
-
}
|
|
504
|
-
|
|
505
464
|
.-right-2\.5 {
|
|
506
465
|
right: calc(var(--spacing) * -2.5);
|
|
507
466
|
}
|
|
@@ -538,30 +497,10 @@
|
|
|
538
497
|
right: calc(var(--spacing) * 25);
|
|
539
498
|
}
|
|
540
499
|
|
|
541
|
-
.right-\[-50px\] {
|
|
542
|
-
right: -50px;
|
|
543
|
-
}
|
|
544
|
-
|
|
545
|
-
.right-\[-336px\] {
|
|
546
|
-
right: -336px;
|
|
547
|
-
}
|
|
548
|
-
|
|
549
|
-
.right-\[1px\] {
|
|
550
|
-
right: 1px;
|
|
551
|
-
}
|
|
552
|
-
|
|
553
500
|
.right-\[5px\] {
|
|
554
501
|
right: 5px;
|
|
555
502
|
}
|
|
556
503
|
|
|
557
|
-
.right-\[10px\] {
|
|
558
|
-
right: 10px;
|
|
559
|
-
}
|
|
560
|
-
|
|
561
|
-
.\!bottom-\[30px\] {
|
|
562
|
-
bottom: 30px !important;
|
|
563
|
-
}
|
|
564
|
-
|
|
565
504
|
.-bottom-\[19px\] {
|
|
566
505
|
bottom: calc(19px * -1);
|
|
567
506
|
}
|
|
@@ -590,22 +529,6 @@
|
|
|
590
529
|
bottom: calc(var(--spacing) * 41.5);
|
|
591
530
|
}
|
|
592
531
|
|
|
593
|
-
.bottom-\[-14px\] {
|
|
594
|
-
bottom: -14px;
|
|
595
|
-
}
|
|
596
|
-
|
|
597
|
-
.bottom-\[10px\] {
|
|
598
|
-
bottom: 10px;
|
|
599
|
-
}
|
|
600
|
-
|
|
601
|
-
.bottom-\[15px\] {
|
|
602
|
-
bottom: 15px;
|
|
603
|
-
}
|
|
604
|
-
|
|
605
|
-
.bottom-\[165px\] {
|
|
606
|
-
bottom: 165px;
|
|
607
|
-
}
|
|
608
|
-
|
|
609
532
|
.-left-1 {
|
|
610
533
|
left: calc(var(--spacing) * -1);
|
|
611
534
|
}
|
|
@@ -642,14 +565,6 @@
|
|
|
642
565
|
left: -20px;
|
|
643
566
|
}
|
|
644
567
|
|
|
645
|
-
.left-\[-432px\] {
|
|
646
|
-
left: -432px;
|
|
647
|
-
}
|
|
648
|
-
|
|
649
|
-
.left-\[16px\] {
|
|
650
|
-
left: 16px;
|
|
651
|
-
}
|
|
652
|
-
|
|
653
568
|
.left-\[50\%\] {
|
|
654
569
|
left: 50%;
|
|
655
570
|
}
|
|
@@ -778,18 +693,6 @@
|
|
|
778
693
|
margin-top: 6vh;
|
|
779
694
|
}
|
|
780
695
|
|
|
781
|
-
.mt-\[10px\] {
|
|
782
|
-
margin-top: 10px;
|
|
783
|
-
}
|
|
784
|
-
|
|
785
|
-
.mt-\[12px\] {
|
|
786
|
-
margin-top: 12px;
|
|
787
|
-
}
|
|
788
|
-
|
|
789
|
-
.mt-\[20px\] {
|
|
790
|
-
margin-top: 20px;
|
|
791
|
-
}
|
|
792
|
-
|
|
793
696
|
.mt-\[25px\] {
|
|
794
697
|
margin-top: 25px;
|
|
795
698
|
}
|
|
@@ -798,14 +701,6 @@
|
|
|
798
701
|
margin-top: 30px;
|
|
799
702
|
}
|
|
800
703
|
|
|
801
|
-
.mt-\[40px\] {
|
|
802
|
-
margin-top: 40px;
|
|
803
|
-
}
|
|
804
|
-
|
|
805
|
-
.mt-\[60px\] {
|
|
806
|
-
margin-top: 60px;
|
|
807
|
-
}
|
|
808
|
-
|
|
809
704
|
.mt-auto {
|
|
810
705
|
margin-top: auto;
|
|
811
706
|
}
|
|
@@ -814,10 +709,6 @@
|
|
|
814
709
|
margin-right: calc(var(--spacing) * 2.5);
|
|
815
710
|
}
|
|
816
711
|
|
|
817
|
-
.\!mb-0 {
|
|
818
|
-
margin-bottom: calc(var(--spacing) * 0) !important;
|
|
819
|
-
}
|
|
820
|
-
|
|
821
712
|
.mb-1 {
|
|
822
713
|
margin-bottom: calc(var(--spacing) * 1);
|
|
823
714
|
}
|
|
@@ -826,6 +717,10 @@
|
|
|
826
717
|
margin-bottom: calc(var(--spacing) * 1.5);
|
|
827
718
|
}
|
|
828
719
|
|
|
720
|
+
.mb-2 {
|
|
721
|
+
margin-bottom: calc(var(--spacing) * 2);
|
|
722
|
+
}
|
|
723
|
+
|
|
829
724
|
.mb-2\.5 {
|
|
830
725
|
margin-bottom: calc(var(--spacing) * 2.5);
|
|
831
726
|
}
|
|
@@ -846,22 +741,6 @@
|
|
|
846
741
|
margin-bottom: calc(var(--spacing) * 7.5);
|
|
847
742
|
}
|
|
848
743
|
|
|
849
|
-
.mb-\[5px\] {
|
|
850
|
-
margin-bottom: 5px;
|
|
851
|
-
}
|
|
852
|
-
|
|
853
|
-
.mb-\[6px\] {
|
|
854
|
-
margin-bottom: 6px;
|
|
855
|
-
}
|
|
856
|
-
|
|
857
|
-
.mb-\[10px\] {
|
|
858
|
-
margin-bottom: 10px;
|
|
859
|
-
}
|
|
860
|
-
|
|
861
|
-
.mb-\[30px\] {
|
|
862
|
-
margin-bottom: 30px;
|
|
863
|
-
}
|
|
864
|
-
|
|
865
744
|
.-ml-6 {
|
|
866
745
|
margin-left: calc(var(--spacing) * -6);
|
|
867
746
|
}
|
|
@@ -874,14 +753,6 @@
|
|
|
874
753
|
margin-left: calc(var(--spacing) * 4);
|
|
875
754
|
}
|
|
876
755
|
|
|
877
|
-
.ml-\[-24px\] {
|
|
878
|
-
margin-left: -24px;
|
|
879
|
-
}
|
|
880
|
-
|
|
881
|
-
.ml-\[8px\] {
|
|
882
|
-
margin-left: 8px;
|
|
883
|
-
}
|
|
884
|
-
|
|
885
756
|
.ml-auto {
|
|
886
757
|
margin-left: auto;
|
|
887
758
|
}
|
|
@@ -935,10 +806,6 @@
|
|
|
935
806
|
display: table;
|
|
936
807
|
}
|
|
937
808
|
|
|
938
|
-
.\!h-\[120px\] {
|
|
939
|
-
height: 120px !important;
|
|
940
|
-
}
|
|
941
|
-
|
|
942
809
|
.\!h-full {
|
|
943
810
|
height: 100% !important;
|
|
944
811
|
}
|
|
@@ -1023,46 +890,6 @@
|
|
|
1023
890
|
height: calc(var(--spacing) * 60);
|
|
1024
891
|
}
|
|
1025
892
|
|
|
1026
|
-
.h-\[9px\] {
|
|
1027
|
-
height: 9px;
|
|
1028
|
-
}
|
|
1029
|
-
|
|
1030
|
-
.h-\[16px\] {
|
|
1031
|
-
height: 16px;
|
|
1032
|
-
}
|
|
1033
|
-
|
|
1034
|
-
.h-\[20px\] {
|
|
1035
|
-
height: 20px;
|
|
1036
|
-
}
|
|
1037
|
-
|
|
1038
|
-
.h-\[24px\] {
|
|
1039
|
-
height: 24px;
|
|
1040
|
-
}
|
|
1041
|
-
|
|
1042
|
-
.h-\[32px\] {
|
|
1043
|
-
height: 32px;
|
|
1044
|
-
}
|
|
1045
|
-
|
|
1046
|
-
.h-\[40px\] {
|
|
1047
|
-
height: 40px;
|
|
1048
|
-
}
|
|
1049
|
-
|
|
1050
|
-
.h-\[48px\] {
|
|
1051
|
-
height: 48px;
|
|
1052
|
-
}
|
|
1053
|
-
|
|
1054
|
-
.h-\[60px\] {
|
|
1055
|
-
height: 60px;
|
|
1056
|
-
}
|
|
1057
|
-
|
|
1058
|
-
.h-\[100\%\] {
|
|
1059
|
-
height: 100%;
|
|
1060
|
-
}
|
|
1061
|
-
|
|
1062
|
-
.h-\[100vh\] {
|
|
1063
|
-
height: 100vh;
|
|
1064
|
-
}
|
|
1065
|
-
|
|
1066
893
|
.h-auto {
|
|
1067
894
|
height: auto;
|
|
1068
895
|
}
|
|
@@ -1091,46 +918,14 @@
|
|
|
1091
918
|
max-height: calc(var(--spacing) * 100);
|
|
1092
919
|
}
|
|
1093
920
|
|
|
1094
|
-
.max-h-\[200px\] {
|
|
1095
|
-
max-height: 200px;
|
|
1096
|
-
}
|
|
1097
|
-
|
|
1098
|
-
.max-h-\[262px\] {
|
|
1099
|
-
max-height: 262px;
|
|
1100
|
-
}
|
|
1101
|
-
|
|
1102
921
|
.min-h-17\.5 {
|
|
1103
922
|
min-height: calc(var(--spacing) * 17.5);
|
|
1104
923
|
}
|
|
1105
924
|
|
|
1106
|
-
.min-h-\[70px\] {
|
|
1107
|
-
min-height: 70px;
|
|
1108
|
-
}
|
|
1109
|
-
|
|
1110
925
|
.min-h-screen {
|
|
1111
926
|
min-height: 100vh;
|
|
1112
927
|
}
|
|
1113
928
|
|
|
1114
|
-
.\!w-\[130px\] {
|
|
1115
|
-
width: 130px !important;
|
|
1116
|
-
}
|
|
1117
|
-
|
|
1118
|
-
.\!w-\[220px\] {
|
|
1119
|
-
width: 220px !important;
|
|
1120
|
-
}
|
|
1121
|
-
|
|
1122
|
-
.\!w-\[260px\] {
|
|
1123
|
-
width: 260px !important;
|
|
1124
|
-
}
|
|
1125
|
-
|
|
1126
|
-
.\!w-\[300px\] {
|
|
1127
|
-
width: 300px !important;
|
|
1128
|
-
}
|
|
1129
|
-
|
|
1130
|
-
.\!w-full {
|
|
1131
|
-
width: 100% !important;
|
|
1132
|
-
}
|
|
1133
|
-
|
|
1134
929
|
.w-2 {
|
|
1135
930
|
width: calc(var(--spacing) * 2);
|
|
1136
931
|
}
|
|
@@ -1231,46 +1026,6 @@
|
|
|
1231
1026
|
width: calc(var(--spacing) * 87.5);
|
|
1232
1027
|
}
|
|
1233
1028
|
|
|
1234
|
-
.w-\[2\%\] {
|
|
1235
|
-
width: 2%;
|
|
1236
|
-
}
|
|
1237
|
-
|
|
1238
|
-
.w-\[8px\] {
|
|
1239
|
-
width: 8px;
|
|
1240
|
-
}
|
|
1241
|
-
|
|
1242
|
-
.w-\[9px\] {
|
|
1243
|
-
width: 9px;
|
|
1244
|
-
}
|
|
1245
|
-
|
|
1246
|
-
.w-\[16px\] {
|
|
1247
|
-
width: 16px;
|
|
1248
|
-
}
|
|
1249
|
-
|
|
1250
|
-
.w-\[20px\] {
|
|
1251
|
-
width: 20px;
|
|
1252
|
-
}
|
|
1253
|
-
|
|
1254
|
-
.w-\[24px\] {
|
|
1255
|
-
width: 24px;
|
|
1256
|
-
}
|
|
1257
|
-
|
|
1258
|
-
.w-\[32px\] {
|
|
1259
|
-
width: 32px;
|
|
1260
|
-
}
|
|
1261
|
-
|
|
1262
|
-
.w-\[40px\] {
|
|
1263
|
-
width: 40px;
|
|
1264
|
-
}
|
|
1265
|
-
|
|
1266
|
-
.w-\[48px\] {
|
|
1267
|
-
width: 48px;
|
|
1268
|
-
}
|
|
1269
|
-
|
|
1270
|
-
.w-\[60px\] {
|
|
1271
|
-
width: 60px;
|
|
1272
|
-
}
|
|
1273
|
-
|
|
1274
1029
|
.w-\[90\%\] {
|
|
1275
1030
|
width: 90%;
|
|
1276
1031
|
}
|
|
@@ -1279,26 +1034,6 @@
|
|
|
1279
1034
|
width: 95%;
|
|
1280
1035
|
}
|
|
1281
1036
|
|
|
1282
|
-
.w-\[100\%\] {
|
|
1283
|
-
width: 100%;
|
|
1284
|
-
}
|
|
1285
|
-
|
|
1286
|
-
.w-\[160px\] {
|
|
1287
|
-
width: 160px;
|
|
1288
|
-
}
|
|
1289
|
-
|
|
1290
|
-
.w-\[320px\] {
|
|
1291
|
-
width: 320px;
|
|
1292
|
-
}
|
|
1293
|
-
|
|
1294
|
-
.w-\[336px\] {
|
|
1295
|
-
width: 336px;
|
|
1296
|
-
}
|
|
1297
|
-
|
|
1298
|
-
.w-\[350px\] {
|
|
1299
|
-
width: 350px;
|
|
1300
|
-
}
|
|
1301
|
-
|
|
1302
1037
|
.w-full {
|
|
1303
1038
|
width: 100%;
|
|
1304
1039
|
}
|
|
@@ -1308,18 +1043,6 @@
|
|
|
1308
1043
|
width: max-content;
|
|
1309
1044
|
}
|
|
1310
1045
|
|
|
1311
|
-
.\!max-w-\[360px\] {
|
|
1312
|
-
max-width: 360px !important;
|
|
1313
|
-
}
|
|
1314
|
-
|
|
1315
|
-
.\!max-w-\[480px\] {
|
|
1316
|
-
max-width: 480px !important;
|
|
1317
|
-
}
|
|
1318
|
-
|
|
1319
|
-
.\!max-w-\[980px\] {
|
|
1320
|
-
max-width: 980px !important;
|
|
1321
|
-
}
|
|
1322
|
-
|
|
1323
1046
|
.max-w-9 {
|
|
1324
1047
|
max-width: calc(var(--spacing) * 9);
|
|
1325
1048
|
}
|
|
@@ -1352,6 +1075,10 @@
|
|
|
1352
1075
|
max-width: calc(var(--spacing) * 197.5);
|
|
1353
1076
|
}
|
|
1354
1077
|
|
|
1078
|
+
.max-w-200 {
|
|
1079
|
+
max-width: calc(var(--spacing) * 200);
|
|
1080
|
+
}
|
|
1081
|
+
|
|
1355
1082
|
.max-w-210 {
|
|
1356
1083
|
max-width: calc(var(--spacing) * 210);
|
|
1357
1084
|
}
|
|
@@ -1360,26 +1087,10 @@
|
|
|
1360
1087
|
max-width: calc(var(--spacing) * 245);
|
|
1361
1088
|
}
|
|
1362
1089
|
|
|
1363
|
-
.max-w-\[35px\] {
|
|
1364
|
-
max-width: 35px;
|
|
1365
|
-
}
|
|
1366
|
-
|
|
1367
1090
|
.max-w-\[70\%\] {
|
|
1368
1091
|
max-width: 70%;
|
|
1369
1092
|
}
|
|
1370
1093
|
|
|
1371
|
-
.max-w-\[286px\] {
|
|
1372
|
-
max-width: 286px;
|
|
1373
|
-
}
|
|
1374
|
-
|
|
1375
|
-
.max-w-\[700px\] {
|
|
1376
|
-
max-width: 700px;
|
|
1377
|
-
}
|
|
1378
|
-
|
|
1379
|
-
.max-w-\[790px\] {
|
|
1380
|
-
max-width: 790px;
|
|
1381
|
-
}
|
|
1382
|
-
|
|
1383
1094
|
.max-w-full {
|
|
1384
1095
|
max-width: 100%;
|
|
1385
1096
|
}
|
|
@@ -1408,19 +1119,15 @@
|
|
|
1408
1119
|
min-width: calc(var(--spacing) * 75);
|
|
1409
1120
|
}
|
|
1410
1121
|
|
|
1411
|
-
.min-w-\[150px\] {
|
|
1412
|
-
min-width: 150px;
|
|
1413
|
-
}
|
|
1414
|
-
|
|
1415
|
-
.min-w-\[300px\] {
|
|
1416
|
-
min-width: 300px;
|
|
1417
|
-
}
|
|
1418
|
-
|
|
1419
1122
|
.min-w-fit {
|
|
1420
1123
|
min-width: -moz-fit-content;
|
|
1421
1124
|
min-width: fit-content;
|
|
1422
1125
|
}
|
|
1423
1126
|
|
|
1127
|
+
.flex-1 {
|
|
1128
|
+
flex: 1;
|
|
1129
|
+
}
|
|
1130
|
+
|
|
1424
1131
|
.shrink-0 {
|
|
1425
1132
|
flex-shrink: 0;
|
|
1426
1133
|
}
|
|
@@ -1521,10 +1228,6 @@
|
|
|
1521
1228
|
justify-content: flex-start;
|
|
1522
1229
|
}
|
|
1523
1230
|
|
|
1524
|
-
.\!gap-\[5px\] {
|
|
1525
|
-
gap: 5px !important;
|
|
1526
|
-
}
|
|
1527
|
-
|
|
1528
1231
|
.gap-0\.5 {
|
|
1529
1232
|
gap: calc(var(--spacing) * 0.5);
|
|
1530
1233
|
}
|
|
@@ -1573,42 +1276,6 @@
|
|
|
1573
1276
|
gap: 5px;
|
|
1574
1277
|
}
|
|
1575
1278
|
|
|
1576
|
-
.gap-\[8px\] {
|
|
1577
|
-
gap: 8px;
|
|
1578
|
-
}
|
|
1579
|
-
|
|
1580
|
-
.gap-\[10px\] {
|
|
1581
|
-
gap: 10px;
|
|
1582
|
-
}
|
|
1583
|
-
|
|
1584
|
-
.gap-\[12px\] {
|
|
1585
|
-
gap: 12px;
|
|
1586
|
-
}
|
|
1587
|
-
|
|
1588
|
-
.gap-\[15px\] {
|
|
1589
|
-
gap: 15px;
|
|
1590
|
-
}
|
|
1591
|
-
|
|
1592
|
-
.gap-\[16px\] {
|
|
1593
|
-
gap: 16px;
|
|
1594
|
-
}
|
|
1595
|
-
|
|
1596
|
-
.gap-\[18px\] {
|
|
1597
|
-
gap: 18px;
|
|
1598
|
-
}
|
|
1599
|
-
|
|
1600
|
-
.gap-\[20px\] {
|
|
1601
|
-
gap: 20px;
|
|
1602
|
-
}
|
|
1603
|
-
|
|
1604
|
-
.gap-\[24px\] {
|
|
1605
|
-
gap: 24px;
|
|
1606
|
-
}
|
|
1607
|
-
|
|
1608
|
-
.gap-\[30px\] {
|
|
1609
|
-
gap: 30px;
|
|
1610
|
-
}
|
|
1611
|
-
|
|
1612
1279
|
.space-y-4 {
|
|
1613
1280
|
:where(& > :not(:last-child)) {
|
|
1614
1281
|
--tw-space-y-reverse: 0;
|
|
@@ -1640,11 +1307,6 @@
|
|
|
1640
1307
|
column-gap: calc(var(--spacing) * 5);
|
|
1641
1308
|
}
|
|
1642
1309
|
|
|
1643
|
-
.gap-x-\[20px\] {
|
|
1644
|
-
-moz-column-gap: 20px;
|
|
1645
|
-
column-gap: 20px;
|
|
1646
|
-
}
|
|
1647
|
-
|
|
1648
1310
|
.gap-y-3 {
|
|
1649
1311
|
row-gap: calc(var(--spacing) * 3);
|
|
1650
1312
|
}
|
|
@@ -1653,10 +1315,6 @@
|
|
|
1653
1315
|
row-gap: calc(var(--spacing) * 10);
|
|
1654
1316
|
}
|
|
1655
1317
|
|
|
1656
|
-
.gap-y-\[40px\] {
|
|
1657
|
-
row-gap: 40px;
|
|
1658
|
-
}
|
|
1659
|
-
|
|
1660
1318
|
.truncate {
|
|
1661
1319
|
overflow: hidden;
|
|
1662
1320
|
text-overflow: ellipsis;
|
|
@@ -1703,38 +1361,10 @@
|
|
|
1703
1361
|
border-radius: var(--radius-20);
|
|
1704
1362
|
}
|
|
1705
1363
|
|
|
1706
|
-
.rounded-\[8px\] {
|
|
1707
|
-
border-radius: 8px;
|
|
1708
|
-
}
|
|
1709
|
-
|
|
1710
|
-
.rounded-\[12px\] {
|
|
1711
|
-
border-radius: 12px;
|
|
1712
|
-
}
|
|
1713
|
-
|
|
1714
|
-
.rounded-\[16px\] {
|
|
1715
|
-
border-radius: 16px;
|
|
1716
|
-
}
|
|
1717
|
-
|
|
1718
|
-
.rounded-\[20px\] {
|
|
1719
|
-
border-radius: 20px;
|
|
1720
|
-
}
|
|
1721
|
-
|
|
1722
|
-
.rounded-\[32px\] {
|
|
1723
|
-
border-radius: 32px;
|
|
1724
|
-
}
|
|
1725
|
-
|
|
1726
1364
|
.rounded-\[50\%\] {
|
|
1727
1365
|
border-radius: 50%;
|
|
1728
1366
|
}
|
|
1729
1367
|
|
|
1730
|
-
.rounded-\[60px\] {
|
|
1731
|
-
border-radius: 60px;
|
|
1732
|
-
}
|
|
1733
|
-
|
|
1734
|
-
.rounded-\[100px\] {
|
|
1735
|
-
border-radius: 100px;
|
|
1736
|
-
}
|
|
1737
|
-
|
|
1738
1368
|
.rounded-full {
|
|
1739
1369
|
border-radius: calc(infinity * 1px);
|
|
1740
1370
|
}
|
|
@@ -1783,11 +1413,6 @@
|
|
|
1783
1413
|
border-width: 0px;
|
|
1784
1414
|
}
|
|
1785
1415
|
|
|
1786
|
-
.border-\[1px\] {
|
|
1787
|
-
border-style: var(--tw-border-style);
|
|
1788
|
-
border-width: 1px;
|
|
1789
|
-
}
|
|
1790
|
-
|
|
1791
1416
|
.border-t {
|
|
1792
1417
|
border-top-style: var(--tw-border-style);
|
|
1793
1418
|
border-top-width: 1px;
|
|
@@ -1818,6 +1443,11 @@
|
|
|
1818
1443
|
border-bottom-width: 1px;
|
|
1819
1444
|
}
|
|
1820
1445
|
|
|
1446
|
+
.border-l {
|
|
1447
|
+
border-left-style: var(--tw-border-style);
|
|
1448
|
+
border-left-width: 1px;
|
|
1449
|
+
}
|
|
1450
|
+
|
|
1821
1451
|
.border-l-4 {
|
|
1822
1452
|
border-left-style: var(--tw-border-style);
|
|
1823
1453
|
border-left-width: 4px;
|
|
@@ -1828,11 +1458,6 @@
|
|
|
1828
1458
|
border-left-width: 6px;
|
|
1829
1459
|
}
|
|
1830
1460
|
|
|
1831
|
-
.\!border-none {
|
|
1832
|
-
--tw-border-style: none !important;
|
|
1833
|
-
border-style: none !important;
|
|
1834
|
-
}
|
|
1835
|
-
|
|
1836
1461
|
.border-dashed {
|
|
1837
1462
|
--tw-border-style: dashed;
|
|
1838
1463
|
border-style: dashed;
|
|
@@ -1848,38 +1473,6 @@
|
|
|
1848
1473
|
border-style: solid;
|
|
1849
1474
|
}
|
|
1850
1475
|
|
|
1851
|
-
.border-\[\#3C4C57\] {
|
|
1852
|
-
border-color: #3C4C57;
|
|
1853
|
-
}
|
|
1854
|
-
|
|
1855
|
-
.border-\[\#43C361\] {
|
|
1856
|
-
border-color: #43C361;
|
|
1857
|
-
}
|
|
1858
|
-
|
|
1859
|
-
.border-\[\#5888FF\] {
|
|
1860
|
-
border-color: #5888FF;
|
|
1861
|
-
}
|
|
1862
|
-
|
|
1863
|
-
.border-\[\#343434\] {
|
|
1864
|
-
border-color: #343434;
|
|
1865
|
-
}
|
|
1866
|
-
|
|
1867
|
-
.border-\[\#EB5757\] {
|
|
1868
|
-
border-color: #EB5757;
|
|
1869
|
-
}
|
|
1870
|
-
|
|
1871
|
-
.border-\[\#FFB835\] {
|
|
1872
|
-
border-color: #FFB835;
|
|
1873
|
-
}
|
|
1874
|
-
|
|
1875
|
-
.border-\[\#fff\] {
|
|
1876
|
-
border-color: #fff;
|
|
1877
|
-
}
|
|
1878
|
-
|
|
1879
|
-
.border-\[\#ffffff\] {
|
|
1880
|
-
border-color: #ffffff;
|
|
1881
|
-
}
|
|
1882
|
-
|
|
1883
1476
|
.border-apple-green {
|
|
1884
1477
|
border-color: var(--color-apple-green);
|
|
1885
1478
|
}
|
|
@@ -1932,6 +1525,10 @@
|
|
|
1932
1525
|
}
|
|
1933
1526
|
}
|
|
1934
1527
|
|
|
1528
|
+
.border-l-deep-space {
|
|
1529
|
+
border-left-color: var(--color-deep-space);
|
|
1530
|
+
}
|
|
1531
|
+
|
|
1935
1532
|
.border-l-white\/10 {
|
|
1936
1533
|
border-left-color: color-mix(in srgb, #fff 10%, transparent);
|
|
1937
1534
|
|
|
@@ -1940,132 +1537,64 @@
|
|
|
1940
1537
|
}
|
|
1941
1538
|
}
|
|
1942
1539
|
|
|
1943
|
-
.\!bg-\[\#2B363D\] {
|
|
1944
|
-
background-color: #2B363D !important;
|
|
1945
|
-
}
|
|
1946
|
-
|
|
1947
1540
|
.\!bg-transparent {
|
|
1948
1541
|
background-color: transparent !important;
|
|
1949
1542
|
}
|
|
1950
1543
|
|
|
1951
|
-
.bg-\[\#
|
|
1952
|
-
background-color: #
|
|
1544
|
+
.bg-\[\#ffffffcc\] {
|
|
1545
|
+
background-color: #ffffffcc;
|
|
1953
1546
|
}
|
|
1954
1547
|
|
|
1955
|
-
.bg
|
|
1956
|
-
background-color:
|
|
1548
|
+
.bg-apple-green {
|
|
1549
|
+
background-color: var(--color-apple-green);
|
|
1957
1550
|
}
|
|
1958
1551
|
|
|
1959
|
-
.bg
|
|
1960
|
-
background-color:
|
|
1552
|
+
.bg-black {
|
|
1553
|
+
background-color: var(--color-black);
|
|
1961
1554
|
}
|
|
1962
1555
|
|
|
1963
|
-
.bg
|
|
1964
|
-
background-color:
|
|
1556
|
+
.bg-charcoal-blue {
|
|
1557
|
+
background-color: var(--color-charcoal-blue);
|
|
1965
1558
|
}
|
|
1966
1559
|
|
|
1967
|
-
.bg
|
|
1968
|
-
background-color:
|
|
1560
|
+
.bg-charcoal-gray {
|
|
1561
|
+
background-color: var(--color-charcoal-gray);
|
|
1969
1562
|
}
|
|
1970
1563
|
|
|
1971
|
-
.bg
|
|
1972
|
-
background-color:
|
|
1564
|
+
.bg-concrete-gray {
|
|
1565
|
+
background-color: var(--color-concrete-gray);
|
|
1973
1566
|
}
|
|
1974
1567
|
|
|
1975
|
-
.bg
|
|
1976
|
-
background-color:
|
|
1568
|
+
.bg-cornflower-blue {
|
|
1569
|
+
background-color: var(--color-cornflower-blue);
|
|
1977
1570
|
}
|
|
1978
1571
|
|
|
1979
|
-
.bg
|
|
1980
|
-
background-color:
|
|
1572
|
+
.bg-dark {
|
|
1573
|
+
background-color: var(--color-dark);
|
|
1981
1574
|
}
|
|
1982
1575
|
|
|
1983
|
-
.bg
|
|
1984
|
-
background-color:
|
|
1576
|
+
.bg-dark-50 {
|
|
1577
|
+
background-color: var(--color-dark-50);
|
|
1985
1578
|
}
|
|
1986
1579
|
|
|
1987
|
-
.bg
|
|
1988
|
-
background-color:
|
|
1580
|
+
.bg-dark-gray {
|
|
1581
|
+
background-color: var(--color-dark-gray);
|
|
1989
1582
|
}
|
|
1990
1583
|
|
|
1991
|
-
.bg
|
|
1992
|
-
background-color:
|
|
1584
|
+
.bg-dark-grey {
|
|
1585
|
+
background-color: var(--color-dark-grey);
|
|
1993
1586
|
}
|
|
1994
1587
|
|
|
1995
|
-
.bg
|
|
1996
|
-
background-color:
|
|
1588
|
+
.bg-dark-popup {
|
|
1589
|
+
background-color: var(--color-dark-popup);
|
|
1997
1590
|
}
|
|
1998
1591
|
|
|
1999
|
-
.bg
|
|
2000
|
-
background-color:
|
|
1592
|
+
.bg-dark-slate {
|
|
1593
|
+
background-color: var(--color-dark-slate);
|
|
2001
1594
|
}
|
|
2002
1595
|
|
|
2003
|
-
.bg
|
|
2004
|
-
background-color:
|
|
2005
|
-
}
|
|
2006
|
-
|
|
2007
|
-
.bg-\[\#ffffffcc\] {
|
|
2008
|
-
background-color: #ffffffcc;
|
|
2009
|
-
}
|
|
2010
|
-
|
|
2011
|
-
.bg-\[rgba\(255\,255\,255\,0\.05\)\] {
|
|
2012
|
-
background-color: rgba(255, 255, 255, 0.05);
|
|
2013
|
-
}
|
|
2014
|
-
|
|
2015
|
-
.bg-\[var\(--color-white\)\] {
|
|
2016
|
-
background-color: var(--color-white);
|
|
2017
|
-
}
|
|
2018
|
-
|
|
2019
|
-
.bg-apple-green {
|
|
2020
|
-
background-color: var(--color-apple-green);
|
|
2021
|
-
}
|
|
2022
|
-
|
|
2023
|
-
.bg-black {
|
|
2024
|
-
background-color: var(--color-black);
|
|
2025
|
-
}
|
|
2026
|
-
|
|
2027
|
-
.bg-charcoal-blue {
|
|
2028
|
-
background-color: var(--color-charcoal-blue);
|
|
2029
|
-
}
|
|
2030
|
-
|
|
2031
|
-
.bg-charcoal-gray {
|
|
2032
|
-
background-color: var(--color-charcoal-gray);
|
|
2033
|
-
}
|
|
2034
|
-
|
|
2035
|
-
.bg-concrete-gray {
|
|
2036
|
-
background-color: var(--color-concrete-gray);
|
|
2037
|
-
}
|
|
2038
|
-
|
|
2039
|
-
.bg-cornflower-blue {
|
|
2040
|
-
background-color: var(--color-cornflower-blue);
|
|
2041
|
-
}
|
|
2042
|
-
|
|
2043
|
-
.bg-dark {
|
|
2044
|
-
background-color: var(--color-dark);
|
|
2045
|
-
}
|
|
2046
|
-
|
|
2047
|
-
.bg-dark-50 {
|
|
2048
|
-
background-color: var(--color-dark-50);
|
|
2049
|
-
}
|
|
2050
|
-
|
|
2051
|
-
.bg-dark-gray {
|
|
2052
|
-
background-color: var(--color-dark-gray);
|
|
2053
|
-
}
|
|
2054
|
-
|
|
2055
|
-
.bg-dark-grey {
|
|
2056
|
-
background-color: var(--color-dark-grey);
|
|
2057
|
-
}
|
|
2058
|
-
|
|
2059
|
-
.bg-dark-popup {
|
|
2060
|
-
background-color: var(--color-dark-popup);
|
|
2061
|
-
}
|
|
2062
|
-
|
|
2063
|
-
.bg-dark-slate {
|
|
2064
|
-
background-color: var(--color-dark-slate);
|
|
2065
|
-
}
|
|
2066
|
-
|
|
2067
|
-
.bg-dark-slate-transparent {
|
|
2068
|
-
background-color: var(--color-dark-slate-transparent);
|
|
1596
|
+
.bg-dark-slate-transparent {
|
|
1597
|
+
background-color: var(--color-dark-slate-transparent);
|
|
2069
1598
|
}
|
|
2070
1599
|
|
|
2071
1600
|
.bg-deep-space {
|
|
@@ -2150,10 +1679,6 @@
|
|
|
2150
1679
|
object-fit: cover;
|
|
2151
1680
|
}
|
|
2152
1681
|
|
|
2153
|
-
.\!p-0 {
|
|
2154
|
-
padding: calc(var(--spacing) * 0) !important;
|
|
2155
|
-
}
|
|
2156
|
-
|
|
2157
1682
|
.p-0 {
|
|
2158
1683
|
padding: calc(var(--spacing) * 0);
|
|
2159
1684
|
}
|
|
@@ -2186,30 +1711,6 @@
|
|
|
2186
1711
|
padding: calc(var(--spacing) * 6);
|
|
2187
1712
|
}
|
|
2188
1713
|
|
|
2189
|
-
.p-\[4px\] {
|
|
2190
|
-
padding: 4px;
|
|
2191
|
-
}
|
|
2192
|
-
|
|
2193
|
-
.p-\[8px\] {
|
|
2194
|
-
padding: 8px;
|
|
2195
|
-
}
|
|
2196
|
-
|
|
2197
|
-
.p-\[12px\] {
|
|
2198
|
-
padding: 12px;
|
|
2199
|
-
}
|
|
2200
|
-
|
|
2201
|
-
.p-\[15px\] {
|
|
2202
|
-
padding: 15px;
|
|
2203
|
-
}
|
|
2204
|
-
|
|
2205
|
-
.p-\[16px\] {
|
|
2206
|
-
padding: 16px;
|
|
2207
|
-
}
|
|
2208
|
-
|
|
2209
|
-
.p-\[20px\] {
|
|
2210
|
-
padding: 20px;
|
|
2211
|
-
}
|
|
2212
|
-
|
|
2213
1714
|
.px-0 {
|
|
2214
1715
|
padding-inline: calc(var(--spacing) * 0);
|
|
2215
1716
|
}
|
|
@@ -2254,42 +1755,10 @@
|
|
|
2254
1755
|
padding-inline: calc(var(--spacing) * 20);
|
|
2255
1756
|
}
|
|
2256
1757
|
|
|
2257
|
-
.px-\[10px\] {
|
|
2258
|
-
padding-inline: 10px;
|
|
2259
|
-
}
|
|
2260
|
-
|
|
2261
|
-
.px-\[12px\] {
|
|
2262
|
-
padding-inline: 12px;
|
|
2263
|
-
}
|
|
2264
|
-
|
|
2265
|
-
.px-\[13px\] {
|
|
2266
|
-
padding-inline: 13px;
|
|
2267
|
-
}
|
|
2268
|
-
|
|
2269
|
-
.px-\[15px\] {
|
|
2270
|
-
padding-inline: 15px;
|
|
2271
|
-
}
|
|
2272
|
-
|
|
2273
|
-
.px-\[16px\] {
|
|
2274
|
-
padding-inline: 16px;
|
|
2275
|
-
}
|
|
2276
|
-
|
|
2277
|
-
.px-\[20px\] {
|
|
2278
|
-
padding-inline: 20px;
|
|
2279
|
-
}
|
|
2280
|
-
|
|
2281
|
-
.px-\[32px\] {
|
|
2282
|
-
padding-inline: 32px;
|
|
2283
|
-
}
|
|
2284
|
-
|
|
2285
1758
|
.px-\[70px\] {
|
|
2286
1759
|
padding-inline: 70px;
|
|
2287
1760
|
}
|
|
2288
1761
|
|
|
2289
|
-
.\!py-\[11\.5px\] {
|
|
2290
|
-
padding-block: 11.5px !important;
|
|
2291
|
-
}
|
|
2292
|
-
|
|
2293
1762
|
.py-0\.5 {
|
|
2294
1763
|
padding-block: calc(var(--spacing) * 0.5);
|
|
2295
1764
|
}
|
|
@@ -2318,48 +1787,20 @@
|
|
|
2318
1787
|
padding-block: calc(var(--spacing) * 3.5);
|
|
2319
1788
|
}
|
|
2320
1789
|
|
|
2321
|
-
.py-
|
|
2322
|
-
padding-block: calc(var(--spacing) *
|
|
2323
|
-
}
|
|
2324
|
-
|
|
2325
|
-
.py-20 {
|
|
2326
|
-
padding-block: calc(var(--spacing) * 20);
|
|
2327
|
-
}
|
|
2328
|
-
|
|
2329
|
-
.py-\[3px\] {
|
|
2330
|
-
padding-block: 3px;
|
|
2331
|
-
}
|
|
2332
|
-
|
|
2333
|
-
.py-\[7px\] {
|
|
2334
|
-
padding-block: 7px;
|
|
2335
|
-
}
|
|
2336
|
-
|
|
2337
|
-
.py-\[8px\] {
|
|
2338
|
-
padding-block: 8px;
|
|
2339
|
-
}
|
|
2340
|
-
|
|
2341
|
-
.py-\[9px\] {
|
|
2342
|
-
padding-block: 9px;
|
|
2343
|
-
}
|
|
2344
|
-
|
|
2345
|
-
.py-\[10px\] {
|
|
2346
|
-
padding-block: 10px;
|
|
2347
|
-
}
|
|
2348
|
-
|
|
2349
|
-
.py-\[12px\] {
|
|
2350
|
-
padding-block: 12px;
|
|
1790
|
+
.py-4 {
|
|
1791
|
+
padding-block: calc(var(--spacing) * 4);
|
|
2351
1792
|
}
|
|
2352
1793
|
|
|
2353
|
-
.py
|
|
2354
|
-
padding-block:
|
|
1794
|
+
.py-5 {
|
|
1795
|
+
padding-block: calc(var(--spacing) * 5);
|
|
2355
1796
|
}
|
|
2356
1797
|
|
|
2357
|
-
.py
|
|
2358
|
-
padding-block:
|
|
1798
|
+
.py-6 {
|
|
1799
|
+
padding-block: calc(var(--spacing) * 6);
|
|
2359
1800
|
}
|
|
2360
1801
|
|
|
2361
|
-
|
|
2362
|
-
padding-
|
|
1802
|
+
.py-20 {
|
|
1803
|
+
padding-block: calc(var(--spacing) * 20);
|
|
2363
1804
|
}
|
|
2364
1805
|
|
|
2365
1806
|
.pt-1 {
|
|
@@ -2398,30 +1839,6 @@
|
|
|
2398
1839
|
padding-top: calc(var(--spacing) * 20);
|
|
2399
1840
|
}
|
|
2400
1841
|
|
|
2401
|
-
.pt-\[10px\] {
|
|
2402
|
-
padding-top: 10px;
|
|
2403
|
-
}
|
|
2404
|
-
|
|
2405
|
-
.pt-\[12px\] {
|
|
2406
|
-
padding-top: 12px;
|
|
2407
|
-
}
|
|
2408
|
-
|
|
2409
|
-
.pt-\[15px\] {
|
|
2410
|
-
padding-top: 15px;
|
|
2411
|
-
}
|
|
2412
|
-
|
|
2413
|
-
.pt-\[20px\] {
|
|
2414
|
-
padding-top: 20px;
|
|
2415
|
-
}
|
|
2416
|
-
|
|
2417
|
-
.pt-\[56px\] {
|
|
2418
|
-
padding-top: 56px;
|
|
2419
|
-
}
|
|
2420
|
-
|
|
2421
|
-
.\!pr-\[25px\] {
|
|
2422
|
-
padding-right: 25px !important;
|
|
2423
|
-
}
|
|
2424
|
-
|
|
2425
1842
|
.pr-2 {
|
|
2426
1843
|
padding-right: calc(var(--spacing) * 2);
|
|
2427
1844
|
}
|
|
@@ -2454,26 +1871,6 @@
|
|
|
2454
1871
|
padding-right: calc(var(--spacing) * 22.5);
|
|
2455
1872
|
}
|
|
2456
1873
|
|
|
2457
|
-
.pr-\[8px\] {
|
|
2458
|
-
padding-right: 8px;
|
|
2459
|
-
}
|
|
2460
|
-
|
|
2461
|
-
.pr-\[12px\] {
|
|
2462
|
-
padding-right: 12px;
|
|
2463
|
-
}
|
|
2464
|
-
|
|
2465
|
-
.pr-\[16px\] {
|
|
2466
|
-
padding-right: 16px;
|
|
2467
|
-
}
|
|
2468
|
-
|
|
2469
|
-
.pr-\[40px\] {
|
|
2470
|
-
padding-right: 40px;
|
|
2471
|
-
}
|
|
2472
|
-
|
|
2473
|
-
.pr-\[90px\] {
|
|
2474
|
-
padding-right: 90px;
|
|
2475
|
-
}
|
|
2476
|
-
|
|
2477
1874
|
.pb-2 {
|
|
2478
1875
|
padding-bottom: calc(var(--spacing) * 2);
|
|
2479
1876
|
}
|
|
@@ -2502,26 +1899,6 @@
|
|
|
2502
1899
|
padding-bottom: calc(var(--spacing) * 37.5);
|
|
2503
1900
|
}
|
|
2504
1901
|
|
|
2505
|
-
.pb-\[12px\] {
|
|
2506
|
-
padding-bottom: 12px;
|
|
2507
|
-
}
|
|
2508
|
-
|
|
2509
|
-
.pb-\[20px\] {
|
|
2510
|
-
padding-bottom: 20px;
|
|
2511
|
-
}
|
|
2512
|
-
|
|
2513
|
-
.pb-\[30px\] {
|
|
2514
|
-
padding-bottom: 30px;
|
|
2515
|
-
}
|
|
2516
|
-
|
|
2517
|
-
.pb-\[150px\] {
|
|
2518
|
-
padding-bottom: 150px;
|
|
2519
|
-
}
|
|
2520
|
-
|
|
2521
|
-
.\!pl-\[11\.5px\] {
|
|
2522
|
-
padding-left: 11.5px !important;
|
|
2523
|
-
}
|
|
2524
|
-
|
|
2525
1902
|
.pl-2 {
|
|
2526
1903
|
padding-left: calc(var(--spacing) * 2);
|
|
2527
1904
|
}
|
|
@@ -2562,30 +1939,6 @@
|
|
|
2562
1939
|
padding-left: calc(var(--spacing) * 20);
|
|
2563
1940
|
}
|
|
2564
1941
|
|
|
2565
|
-
.pl-\[12px\] {
|
|
2566
|
-
padding-left: 12px;
|
|
2567
|
-
}
|
|
2568
|
-
|
|
2569
|
-
.pl-\[16px\] {
|
|
2570
|
-
padding-left: 16px;
|
|
2571
|
-
}
|
|
2572
|
-
|
|
2573
|
-
.pl-\[24px\] {
|
|
2574
|
-
padding-left: 24px;
|
|
2575
|
-
}
|
|
2576
|
-
|
|
2577
|
-
.pl-\[28px\] {
|
|
2578
|
-
padding-left: 28px;
|
|
2579
|
-
}
|
|
2580
|
-
|
|
2581
|
-
.pl-\[42px\] {
|
|
2582
|
-
padding-left: 42px;
|
|
2583
|
-
}
|
|
2584
|
-
|
|
2585
|
-
.pl-\[80px\] {
|
|
2586
|
-
padding-left: 80px;
|
|
2587
|
-
}
|
|
2588
|
-
|
|
2589
1942
|
.text-center {
|
|
2590
1943
|
text-align: center;
|
|
2591
1944
|
}
|
|
@@ -2628,59 +1981,20 @@
|
|
|
2628
1981
|
font-size: var(--text-28);
|
|
2629
1982
|
}
|
|
2630
1983
|
|
|
2631
|
-
.text-32 {
|
|
2632
|
-
font-size: var(--text-32);
|
|
2633
|
-
}
|
|
2634
|
-
|
|
2635
1984
|
.text-40 {
|
|
2636
1985
|
font-size: var(--text-40);
|
|
2637
1986
|
}
|
|
2638
1987
|
|
|
2639
|
-
.text-\[12px\] {
|
|
2640
|
-
font-size: 12px;
|
|
2641
|
-
}
|
|
2642
|
-
|
|
2643
|
-
.text-\[14px\] {
|
|
2644
|
-
font-size: 14px;
|
|
2645
|
-
}
|
|
2646
|
-
|
|
2647
|
-
.text-\[16px\] {
|
|
2648
|
-
font-size: 16px;
|
|
2649
|
-
}
|
|
2650
|
-
|
|
2651
|
-
.text-\[18px\] {
|
|
2652
|
-
font-size: 18px;
|
|
2653
|
-
}
|
|
2654
|
-
|
|
2655
|
-
.text-\[24px\] {
|
|
2656
|
-
font-size: 24px;
|
|
2657
|
-
}
|
|
2658
|
-
|
|
2659
1988
|
.leading-28 {
|
|
2660
1989
|
--tw-leading: var(--leading-28);
|
|
2661
1990
|
line-height: var(--leading-28);
|
|
2662
1991
|
}
|
|
2663
1992
|
|
|
2664
|
-
.leading-32 {
|
|
2665
|
-
--tw-leading: var(--leading-32);
|
|
2666
|
-
line-height: var(--leading-32);
|
|
2667
|
-
}
|
|
2668
|
-
|
|
2669
1993
|
.leading-40 {
|
|
2670
1994
|
--tw-leading: var(--leading-40);
|
|
2671
1995
|
line-height: var(--leading-40);
|
|
2672
1996
|
}
|
|
2673
1997
|
|
|
2674
|
-
.leading-\[120\%\] {
|
|
2675
|
-
--tw-leading: 120%;
|
|
2676
|
-
line-height: 120%;
|
|
2677
|
-
}
|
|
2678
|
-
|
|
2679
|
-
.leading-\[140\%\] {
|
|
2680
|
-
--tw-leading: 140%;
|
|
2681
|
-
line-height: 140%;
|
|
2682
|
-
}
|
|
2683
|
-
|
|
2684
1998
|
.leading-\[150\%\] {
|
|
2685
1999
|
--tw-leading: 150%;
|
|
2686
2000
|
line-height: 150%;
|
|
@@ -2691,16 +2005,6 @@
|
|
|
2691
2005
|
line-height: var(--leading-tight);
|
|
2692
2006
|
}
|
|
2693
2007
|
|
|
2694
|
-
.font-\[12px\] {
|
|
2695
|
-
--tw-font-weight: 12px;
|
|
2696
|
-
font-weight: 12px;
|
|
2697
|
-
}
|
|
2698
|
-
|
|
2699
|
-
.font-\[400\] {
|
|
2700
|
-
--tw-font-weight: 400;
|
|
2701
|
-
font-weight: 400;
|
|
2702
|
-
}
|
|
2703
|
-
|
|
2704
2008
|
.font-light {
|
|
2705
2009
|
--tw-font-weight: var(--font-weight-light);
|
|
2706
2010
|
font-weight: var(--font-weight-light);
|
|
@@ -2737,50 +2041,10 @@
|
|
|
2737
2041
|
white-space: nowrap;
|
|
2738
2042
|
}
|
|
2739
2043
|
|
|
2740
|
-
.text-\[\#8A8A8A\] {
|
|
2741
|
-
color: #8A8A8A;
|
|
2742
|
-
}
|
|
2743
|
-
|
|
2744
|
-
.text-\[\#8a8a8a\] {
|
|
2745
|
-
color: #8a8a8a;
|
|
2746
|
-
}
|
|
2747
|
-
|
|
2748
2044
|
.text-\[\#3764FC\] {
|
|
2749
2045
|
color: #3764FC;
|
|
2750
2046
|
}
|
|
2751
2047
|
|
|
2752
|
-
.text-\[\#909499\] {
|
|
2753
|
-
color: #909499;
|
|
2754
|
-
}
|
|
2755
|
-
|
|
2756
|
-
.text-\[\#B5B5B5\] {
|
|
2757
|
-
color: #B5B5B5;
|
|
2758
|
-
}
|
|
2759
|
-
|
|
2760
|
-
.text-\[\#CACACA\] {
|
|
2761
|
-
color: #CACACA;
|
|
2762
|
-
}
|
|
2763
|
-
|
|
2764
|
-
.text-\[\#ffffff99\] {
|
|
2765
|
-
color: #ffffff99;
|
|
2766
|
-
}
|
|
2767
|
-
|
|
2768
|
-
.text-\[\#ffffff\] {
|
|
2769
|
-
color: #ffffff;
|
|
2770
|
-
}
|
|
2771
|
-
|
|
2772
|
-
.text-\[var\(--color-light-gray\)\] {
|
|
2773
|
-
color: var(--color-light-gray);
|
|
2774
|
-
}
|
|
2775
|
-
|
|
2776
|
-
.text-\[var\(--color-white\)\] {
|
|
2777
|
-
color: var(--color-white);
|
|
2778
|
-
}
|
|
2779
|
-
|
|
2780
|
-
.text-\[var\(--sub-color-5\)\] {
|
|
2781
|
-
color: var(--sub-color-5);
|
|
2782
|
-
}
|
|
2783
|
-
|
|
2784
2048
|
.text-black {
|
|
2785
2049
|
color: var(--color-black);
|
|
2786
2050
|
}
|
|
@@ -2845,11 +2109,6 @@
|
|
|
2845
2109
|
opacity: 0%;
|
|
2846
2110
|
}
|
|
2847
2111
|
|
|
2848
|
-
.shadow-\[0px_6px_30px_0px_rgba\(0\,0\,0\,0\.08\)\] {
|
|
2849
|
-
--tw-shadow: 0px 6px 30px 0px var(--tw-shadow-color, rgba(0, 0, 0, 0.08));
|
|
2850
|
-
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2851
|
-
}
|
|
2852
|
-
|
|
2853
2112
|
.shadow-elevated {
|
|
2854
2113
|
--tw-shadow: 0px 6px 30px 0px var(--tw-shadow-color, rgba(0, 0, 0, 0.08));
|
|
2855
2114
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
@@ -2865,11 +2124,6 @@
|
|
|
2865
2124
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2866
2125
|
}
|
|
2867
2126
|
|
|
2868
|
-
.backdrop-blur-\[20px\] {
|
|
2869
|
-
--tw-backdrop-blur: blur(20px);
|
|
2870
|
-
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, );
|
|
2871
|
-
}
|
|
2872
|
-
|
|
2873
2127
|
.backdrop-blur-lg {
|
|
2874
2128
|
--tw-backdrop-blur: blur(var(--blur-lg));
|
|
2875
2129
|
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, );
|
|
@@ -2880,11 +2134,6 @@
|
|
|
2880
2134
|
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, );
|
|
2881
2135
|
}
|
|
2882
2136
|
|
|
2883
|
-
.backdrop-sepia-\[6px\] {
|
|
2884
|
-
--tw-backdrop-sepia: sepia(6px);
|
|
2885
|
-
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, );
|
|
2886
|
-
}
|
|
2887
|
-
|
|
2888
2137
|
.transition-all {
|
|
2889
2138
|
transition-property: all;
|
|
2890
2139
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
@@ -3004,36 +2253,6 @@
|
|
|
3004
2253
|
}
|
|
3005
2254
|
}
|
|
3006
2255
|
|
|
3007
|
-
.placeholder\:text-\[\#5F5F5F\] {
|
|
3008
|
-
&::-moz-placeholder {
|
|
3009
|
-
color: #5F5F5F;
|
|
3010
|
-
}
|
|
3011
|
-
|
|
3012
|
-
&::placeholder {
|
|
3013
|
-
color: #5F5F5F;
|
|
3014
|
-
}
|
|
3015
|
-
}
|
|
3016
|
-
|
|
3017
|
-
.placeholder\:text-\[\#8A8A8A\] {
|
|
3018
|
-
&::-moz-placeholder {
|
|
3019
|
-
color: #8A8A8A;
|
|
3020
|
-
}
|
|
3021
|
-
|
|
3022
|
-
&::placeholder {
|
|
3023
|
-
color: #8A8A8A;
|
|
3024
|
-
}
|
|
3025
|
-
}
|
|
3026
|
-
|
|
3027
|
-
.placeholder\:text-\[\#B5B5B5\] {
|
|
3028
|
-
&::-moz-placeholder {
|
|
3029
|
-
color: #B5B5B5;
|
|
3030
|
-
}
|
|
3031
|
-
|
|
3032
|
-
&::placeholder {
|
|
3033
|
-
color: #B5B5B5;
|
|
3034
|
-
}
|
|
3035
|
-
}
|
|
3036
|
-
|
|
3037
2256
|
.placeholder\:text-concrete-gray {
|
|
3038
2257
|
&::-moz-placeholder {
|
|
3039
2258
|
color: var(--color-concrete-gray);
|
|
@@ -3374,20 +2593,6 @@
|
|
|
3374
2593
|
}
|
|
3375
2594
|
}
|
|
3376
2595
|
|
|
3377
|
-
.after\:top-\[0px\] {
|
|
3378
|
-
&::after {
|
|
3379
|
-
content: var(--tw-content);
|
|
3380
|
-
top: 0px;
|
|
3381
|
-
}
|
|
3382
|
-
}
|
|
3383
|
-
|
|
3384
|
-
.after\:top-\[1px\] {
|
|
3385
|
-
&::after {
|
|
3386
|
-
content: var(--tw-content);
|
|
3387
|
-
top: 1px;
|
|
3388
|
-
}
|
|
3389
|
-
}
|
|
3390
|
-
|
|
3391
2596
|
.after\:-right-26 {
|
|
3392
2597
|
&::after {
|
|
3393
2598
|
content: var(--tw-content);
|
|
@@ -3416,13 +2621,6 @@
|
|
|
3416
2621
|
}
|
|
3417
2622
|
}
|
|
3418
2623
|
|
|
3419
|
-
.after\:h-\[12px\] {
|
|
3420
|
-
&::after {
|
|
3421
|
-
content: var(--tw-content);
|
|
3422
|
-
height: 12px;
|
|
3423
|
-
}
|
|
3424
|
-
}
|
|
3425
|
-
|
|
3426
2624
|
.after\:w-0\.5 {
|
|
3427
2625
|
&::after {
|
|
3428
2626
|
content: var(--tw-content);
|
|
@@ -3437,47 +2635,17 @@
|
|
|
3437
2635
|
}
|
|
3438
2636
|
}
|
|
3439
2637
|
|
|
3440
|
-
.after\:
|
|
2638
|
+
.after\:bg-concrete-gray {
|
|
3441
2639
|
&::after {
|
|
3442
2640
|
content: var(--tw-content);
|
|
3443
|
-
|
|
2641
|
+
background-color: var(--color-concrete-gray);
|
|
3444
2642
|
}
|
|
3445
2643
|
}
|
|
3446
2644
|
|
|
3447
|
-
.after\:
|
|
2645
|
+
.after\:content-\[\'\'\] {
|
|
3448
2646
|
&::after {
|
|
2647
|
+
--tw-content: '';
|
|
3449
2648
|
content: var(--tw-content);
|
|
3450
|
-
background-color: #5F5F5F;
|
|
3451
|
-
}
|
|
3452
|
-
}
|
|
3453
|
-
|
|
3454
|
-
.after\:bg-concrete-gray {
|
|
3455
|
-
&::after {
|
|
3456
|
-
content: var(--tw-content);
|
|
3457
|
-
background-color: var(--color-concrete-gray);
|
|
3458
|
-
}
|
|
3459
|
-
}
|
|
3460
|
-
|
|
3461
|
-
.after\:content-\[\'\'\] {
|
|
3462
|
-
&::after {
|
|
3463
|
-
--tw-content: '';
|
|
3464
|
-
content: var(--tw-content);
|
|
3465
|
-
}
|
|
3466
|
-
}
|
|
3467
|
-
|
|
3468
|
-
.hover\:bg-\[\#2B363D\] {
|
|
3469
|
-
&:hover {
|
|
3470
|
-
@media (hover: hover) {
|
|
3471
|
-
background-color: #2B363D;
|
|
3472
|
-
}
|
|
3473
|
-
}
|
|
3474
|
-
}
|
|
3475
|
-
|
|
3476
|
-
.hover\:bg-\[\#3c4c57\] {
|
|
3477
|
-
&:hover {
|
|
3478
|
-
@media (hover: hover) {
|
|
3479
|
-
background-color: #3c4c57;
|
|
3480
|
-
}
|
|
3481
2649
|
}
|
|
3482
2650
|
}
|
|
3483
2651
|
|
|
@@ -3489,14 +2657,6 @@
|
|
|
3489
2657
|
}
|
|
3490
2658
|
}
|
|
3491
2659
|
|
|
3492
|
-
.hover\:bg-\[\#ffffff\] {
|
|
3493
|
-
&:hover {
|
|
3494
|
-
@media (hover: hover) {
|
|
3495
|
-
background-color: #ffffff;
|
|
3496
|
-
}
|
|
3497
|
-
}
|
|
3498
|
-
}
|
|
3499
|
-
|
|
3500
2660
|
.hover\:bg-black {
|
|
3501
2661
|
&:hover {
|
|
3502
2662
|
@media (hover: hover) {
|
|
@@ -3553,14 +2713,6 @@
|
|
|
3553
2713
|
}
|
|
3554
2714
|
}
|
|
3555
2715
|
|
|
3556
|
-
.hover\:text-\[\#0f171d\] {
|
|
3557
|
-
&:hover {
|
|
3558
|
-
@media (hover: hover) {
|
|
3559
|
-
color: #0f171d;
|
|
3560
|
-
}
|
|
3561
|
-
}
|
|
3562
|
-
}
|
|
3563
|
-
|
|
3564
2716
|
.hover\:text-dark {
|
|
3565
2717
|
&:hover {
|
|
3566
2718
|
@media (hover: hover) {
|
|
@@ -3604,17 +2756,6 @@
|
|
|
3604
2756
|
}
|
|
3605
2757
|
}
|
|
3606
2758
|
|
|
3607
|
-
.hover\:before\:bg-\[\#B5B5B5\] {
|
|
3608
|
-
&:hover {
|
|
3609
|
-
@media (hover: hover) {
|
|
3610
|
-
&::before {
|
|
3611
|
-
content: var(--tw-content);
|
|
3612
|
-
background-color: #B5B5B5;
|
|
3613
|
-
}
|
|
3614
|
-
}
|
|
3615
|
-
}
|
|
3616
|
-
}
|
|
3617
|
-
|
|
3618
2759
|
.hover\:before\:bg-light-gray {
|
|
3619
2760
|
&:hover {
|
|
3620
2761
|
@media (hover: hover) {
|
|
@@ -3626,18 +2767,6 @@
|
|
|
3626
2767
|
}
|
|
3627
2768
|
}
|
|
3628
2769
|
|
|
3629
|
-
.max-\[1025px\]\:text-\[14px\] {
|
|
3630
|
-
@media (width < 1025px) {
|
|
3631
|
-
font-size: 14px;
|
|
3632
|
-
}
|
|
3633
|
-
}
|
|
3634
|
-
|
|
3635
|
-
.max-\[1024px\]\:text-\[14px\] {
|
|
3636
|
-
@media (width < 1024px) {
|
|
3637
|
-
font-size: 14px;
|
|
3638
|
-
}
|
|
3639
|
-
}
|
|
3640
|
-
|
|
3641
2770
|
.md\:mt-\[9vh\] {
|
|
3642
2771
|
@media (width >=48rem) {
|
|
3643
2772
|
margin-top: 9vh;
|
|
@@ -3656,24 +2785,12 @@
|
|
|
3656
2785
|
}
|
|
3657
2786
|
}
|
|
3658
2787
|
|
|
3659
|
-
.md\:max-w-\[760px\] {
|
|
3660
|
-
@media (width >=48rem) {
|
|
3661
|
-
max-width: 760px;
|
|
3662
|
-
}
|
|
3663
|
-
}
|
|
3664
|
-
|
|
3665
2788
|
.md\:min-w-190 {
|
|
3666
2789
|
@media (width >=48rem) {
|
|
3667
2790
|
min-width: calc(var(--spacing) * 190);
|
|
3668
2791
|
}
|
|
3669
2792
|
}
|
|
3670
2793
|
|
|
3671
|
-
.md\:min-w-\[760px\] {
|
|
3672
|
-
@media (width >=48rem) {
|
|
3673
|
-
min-width: 760px;
|
|
3674
|
-
}
|
|
3675
|
-
}
|
|
3676
|
-
|
|
3677
2794
|
.md\:columns-3 {
|
|
3678
2795
|
@media (width >=48rem) {
|
|
3679
2796
|
-moz-columns: 3;
|
|
@@ -3687,12 +2804,6 @@
|
|
|
3687
2804
|
}
|
|
3688
2805
|
}
|
|
3689
2806
|
|
|
3690
|
-
.lg\:\!right-\[-200px\] {
|
|
3691
|
-
@media (min-width:1025px) {
|
|
3692
|
-
right: -200px !important;
|
|
3693
|
-
}
|
|
3694
|
-
}
|
|
3695
|
-
|
|
3696
2807
|
.lg\:left-0 {
|
|
3697
2808
|
@media (min-width:1025px) {
|
|
3698
2809
|
left: calc(var(--spacing) * 0);
|
|
@@ -3705,12 +2816,6 @@
|
|
|
3705
2816
|
}
|
|
3706
2817
|
}
|
|
3707
2818
|
|
|
3708
|
-
.lg\:left-\[94px\] {
|
|
3709
|
-
@media (min-width:1025px) {
|
|
3710
|
-
left: 94px;
|
|
3711
|
-
}
|
|
3712
|
-
}
|
|
3713
|
-
|
|
3714
2819
|
.lg\:mt-4 {
|
|
3715
2820
|
@media (min-width:1025px) {
|
|
3716
2821
|
margin-top: calc(var(--spacing) * 4);
|
|
@@ -3729,24 +2834,6 @@
|
|
|
3729
2834
|
}
|
|
3730
2835
|
}
|
|
3731
2836
|
|
|
3732
|
-
.lg\:mt-\[12px\] {
|
|
3733
|
-
@media (min-width:1025px) {
|
|
3734
|
-
margin-top: 12px;
|
|
3735
|
-
}
|
|
3736
|
-
}
|
|
3737
|
-
|
|
3738
|
-
.lg\:mt-\[15px\] {
|
|
3739
|
-
@media (min-width:1025px) {
|
|
3740
|
-
margin-top: 15px;
|
|
3741
|
-
}
|
|
3742
|
-
}
|
|
3743
|
-
|
|
3744
|
-
.lg\:mt-\[70px\] {
|
|
3745
|
-
@media (min-width:1025px) {
|
|
3746
|
-
margin-top: 70px;
|
|
3747
|
-
}
|
|
3748
|
-
}
|
|
3749
|
-
|
|
3750
2837
|
.lg\:mr-4 {
|
|
3751
2838
|
@media (min-width:1025px) {
|
|
3752
2839
|
margin-right: calc(var(--spacing) * 4);
|
|
@@ -3831,39 +2918,21 @@
|
|
|
3831
2918
|
}
|
|
3832
2919
|
}
|
|
3833
2920
|
|
|
3834
|
-
.lg\:h-\[25px\] {
|
|
3835
|
-
@media (min-width:1025px) {
|
|
3836
|
-
height: 25px;
|
|
3837
|
-
}
|
|
3838
|
-
}
|
|
3839
|
-
|
|
3840
|
-
.lg\:h-\[40px\] {
|
|
3841
|
-
@media (min-width:1025px) {
|
|
3842
|
-
height: 40px;
|
|
3843
|
-
}
|
|
3844
|
-
}
|
|
3845
|
-
|
|
3846
2921
|
.lg\:max-h-65\.5 {
|
|
3847
2922
|
@media (min-width:1025px) {
|
|
3848
2923
|
max-height: calc(var(--spacing) * 65.5);
|
|
3849
2924
|
}
|
|
3850
2925
|
}
|
|
3851
2926
|
|
|
3852
|
-
.lg\:max-h-\[262px\] {
|
|
3853
|
-
@media (min-width:1025px) {
|
|
3854
|
-
max-height: 262px;
|
|
3855
|
-
}
|
|
3856
|
-
}
|
|
3857
|
-
|
|
3858
2927
|
.lg\:min-h-0 {
|
|
3859
2928
|
@media (min-width:1025px) {
|
|
3860
2929
|
min-height: calc(var(--spacing) * 0);
|
|
3861
2930
|
}
|
|
3862
2931
|
}
|
|
3863
2932
|
|
|
3864
|
-
.lg\:min-h
|
|
2933
|
+
.lg\:min-h-17 {
|
|
3865
2934
|
@media (min-width:1025px) {
|
|
3866
|
-
min-height:
|
|
2935
|
+
min-height: calc(var(--spacing) * 17);
|
|
3867
2936
|
}
|
|
3868
2937
|
}
|
|
3869
2938
|
|
|
@@ -3927,39 +2996,15 @@
|
|
|
3927
2996
|
}
|
|
3928
2997
|
}
|
|
3929
2998
|
|
|
3930
|
-
.lg\:w-\[25px\] {
|
|
3931
|
-
@media (min-width:1025px) {
|
|
3932
|
-
width: 25px;
|
|
3933
|
-
}
|
|
3934
|
-
}
|
|
3935
|
-
|
|
3936
|
-
.lg\:w-\[40px\] {
|
|
3937
|
-
@media (min-width:1025px) {
|
|
3938
|
-
width: 40px;
|
|
3939
|
-
}
|
|
3940
|
-
}
|
|
3941
|
-
|
|
3942
|
-
.lg\:w-\[380px\] {
|
|
3943
|
-
@media (min-width:1025px) {
|
|
3944
|
-
width: 380px;
|
|
3945
|
-
}
|
|
3946
|
-
}
|
|
3947
|
-
|
|
3948
|
-
.lg\:w-\[432px\] {
|
|
3949
|
-
@media (min-width:1025px) {
|
|
3950
|
-
width: 432px;
|
|
3951
|
-
}
|
|
3952
|
-
}
|
|
3953
|
-
|
|
3954
2999
|
.lg\:max-w-10 {
|
|
3955
3000
|
@media (min-width:1025px) {
|
|
3956
3001
|
max-width: calc(var(--spacing) * 10);
|
|
3957
3002
|
}
|
|
3958
3003
|
}
|
|
3959
3004
|
|
|
3960
|
-
.lg\:max-w
|
|
3005
|
+
.lg\:max-w-90 {
|
|
3961
3006
|
@media (min-width:1025px) {
|
|
3962
|
-
max-width:
|
|
3007
|
+
max-width: calc(var(--spacing) * 90);
|
|
3963
3008
|
}
|
|
3964
3009
|
}
|
|
3965
3010
|
|
|
@@ -4012,18 +3057,6 @@
|
|
|
4012
3057
|
}
|
|
4013
3058
|
}
|
|
4014
3059
|
|
|
4015
|
-
.lg\:gap-\[20px\] {
|
|
4016
|
-
@media (min-width:1025px) {
|
|
4017
|
-
gap: 20px;
|
|
4018
|
-
}
|
|
4019
|
-
}
|
|
4020
|
-
|
|
4021
|
-
.lg\:gap-\[25px\] {
|
|
4022
|
-
@media (min-width:1025px) {
|
|
4023
|
-
gap: 25px;
|
|
4024
|
-
}
|
|
4025
|
-
}
|
|
4026
|
-
|
|
4027
3060
|
.lg\:overflow-visible {
|
|
4028
3061
|
@media (min-width:1025px) {
|
|
4029
3062
|
overflow: visible;
|
|
@@ -4037,18 +3070,6 @@
|
|
|
4037
3070
|
}
|
|
4038
3071
|
}
|
|
4039
3072
|
|
|
4040
|
-
.lg\:bg-\[\#2B363D\] {
|
|
4041
|
-
@media (min-width:1025px) {
|
|
4042
|
-
background-color: #2B363D;
|
|
4043
|
-
}
|
|
4044
|
-
}
|
|
4045
|
-
|
|
4046
|
-
.lg\:bg-\[\#ffffff\] {
|
|
4047
|
-
@media (min-width:1025px) {
|
|
4048
|
-
background-color: #ffffff;
|
|
4049
|
-
}
|
|
4050
|
-
}
|
|
4051
|
-
|
|
4052
3073
|
.lg\:bg-dark-slate {
|
|
4053
3074
|
@media (min-width:1025px) {
|
|
4054
3075
|
background-color: var(--color-dark-slate);
|
|
@@ -4067,24 +3088,6 @@
|
|
|
4067
3088
|
}
|
|
4068
3089
|
}
|
|
4069
3090
|
|
|
4070
|
-
.lg\:p-\[16px\] {
|
|
4071
|
-
@media (min-width:1025px) {
|
|
4072
|
-
padding: 16px;
|
|
4073
|
-
}
|
|
4074
|
-
}
|
|
4075
|
-
|
|
4076
|
-
.lg\:p-\[24px\] {
|
|
4077
|
-
@media (min-width:1025px) {
|
|
4078
|
-
padding: 24px;
|
|
4079
|
-
}
|
|
4080
|
-
}
|
|
4081
|
-
|
|
4082
|
-
.lg\:p-\[25px\] {
|
|
4083
|
-
@media (min-width:1025px) {
|
|
4084
|
-
padding: 25px;
|
|
4085
|
-
}
|
|
4086
|
-
}
|
|
4087
|
-
|
|
4088
3091
|
.lg\:px-1\.5 {
|
|
4089
3092
|
@media (min-width:1025px) {
|
|
4090
3093
|
padding-inline: calc(var(--spacing) * 1.5);
|
|
@@ -4109,15 +3112,9 @@
|
|
|
4109
3112
|
}
|
|
4110
3113
|
}
|
|
4111
3114
|
|
|
4112
|
-
.lg\:
|
|
3115
|
+
.lg\:py-1 {
|
|
4113
3116
|
@media (min-width:1025px) {
|
|
4114
|
-
padding-
|
|
4115
|
-
}
|
|
4116
|
-
}
|
|
4117
|
-
|
|
4118
|
-
.lg\:px-\[20px\] {
|
|
4119
|
-
@media (min-width:1025px) {
|
|
4120
|
-
padding-inline: 20px;
|
|
3117
|
+
padding-block: calc(var(--spacing) * 1);
|
|
4121
3118
|
}
|
|
4122
3119
|
}
|
|
4123
3120
|
|
|
@@ -4151,72 +3148,30 @@
|
|
|
4151
3148
|
}
|
|
4152
3149
|
}
|
|
4153
3150
|
|
|
4154
|
-
.lg\:py-\[10px\] {
|
|
4155
|
-
@media (min-width:1025px) {
|
|
4156
|
-
padding-block: 10px;
|
|
4157
|
-
}
|
|
4158
|
-
}
|
|
4159
|
-
|
|
4160
|
-
.lg\:py-\[16px\] {
|
|
4161
|
-
@media (min-width:1025px) {
|
|
4162
|
-
padding-block: 16px;
|
|
4163
|
-
}
|
|
4164
|
-
}
|
|
4165
|
-
|
|
4166
|
-
.lg\:py-\[24px\] {
|
|
4167
|
-
@media (min-width:1025px) {
|
|
4168
|
-
padding-block: 24px;
|
|
4169
|
-
}
|
|
4170
|
-
}
|
|
4171
|
-
|
|
4172
3151
|
.lg\:pt-20 {
|
|
4173
3152
|
@media (min-width:1025px) {
|
|
4174
3153
|
padding-top: calc(var(--spacing) * 20);
|
|
4175
3154
|
}
|
|
4176
3155
|
}
|
|
4177
3156
|
|
|
4178
|
-
.lg\:pt-\[79px\] {
|
|
4179
|
-
@media (min-width:1025px) {
|
|
4180
|
-
padding-top: 79px;
|
|
4181
|
-
}
|
|
4182
|
-
}
|
|
4183
|
-
|
|
4184
3157
|
.lg\:pr-2 {
|
|
4185
3158
|
@media (min-width:1025px) {
|
|
4186
3159
|
padding-right: calc(var(--spacing) * 2);
|
|
4187
3160
|
}
|
|
4188
3161
|
}
|
|
4189
3162
|
|
|
4190
|
-
.lg\:pr-\[8px\] {
|
|
4191
|
-
@media (min-width:1025px) {
|
|
4192
|
-
padding-right: 8px;
|
|
4193
|
-
}
|
|
4194
|
-
}
|
|
4195
|
-
|
|
4196
3163
|
.lg\:pb-0 {
|
|
4197
3164
|
@media (min-width:1025px) {
|
|
4198
3165
|
padding-bottom: calc(var(--spacing) * 0);
|
|
4199
3166
|
}
|
|
4200
3167
|
}
|
|
4201
3168
|
|
|
4202
|
-
.lg\:pb-\[20px\] {
|
|
4203
|
-
@media (min-width:1025px) {
|
|
4204
|
-
padding-bottom: 20px;
|
|
4205
|
-
}
|
|
4206
|
-
}
|
|
4207
|
-
|
|
4208
3169
|
.lg\:pl-25\.5 {
|
|
4209
3170
|
@media (min-width:1025px) {
|
|
4210
3171
|
padding-left: calc(var(--spacing) * 25.5);
|
|
4211
3172
|
}
|
|
4212
3173
|
}
|
|
4213
3174
|
|
|
4214
|
-
.lg\:pl-\[102px\] {
|
|
4215
|
-
@media (min-width:1025px) {
|
|
4216
|
-
padding-left: 102px;
|
|
4217
|
-
}
|
|
4218
|
-
}
|
|
4219
|
-
|
|
4220
3175
|
.lg\:text-center {
|
|
4221
3176
|
@media (min-width:1025px) {
|
|
4222
3177
|
text-align: center;
|
|
@@ -4264,42 +3219,6 @@
|
|
|
4264
3219
|
}
|
|
4265
3220
|
}
|
|
4266
3221
|
|
|
4267
|
-
.lg\:text-40 {
|
|
4268
|
-
@media (min-width:1025px) {
|
|
4269
|
-
font-size: var(--text-40);
|
|
4270
|
-
}
|
|
4271
|
-
}
|
|
4272
|
-
|
|
4273
|
-
.lg\:text-\[14px\] {
|
|
4274
|
-
@media (min-width:1025px) {
|
|
4275
|
-
font-size: 14px;
|
|
4276
|
-
}
|
|
4277
|
-
}
|
|
4278
|
-
|
|
4279
|
-
.lg\:text-\[16px\] {
|
|
4280
|
-
@media (min-width:1025px) {
|
|
4281
|
-
font-size: 16px;
|
|
4282
|
-
}
|
|
4283
|
-
}
|
|
4284
|
-
|
|
4285
|
-
.lg\:text-\[18px\] {
|
|
4286
|
-
@media (min-width:1025px) {
|
|
4287
|
-
font-size: 18px;
|
|
4288
|
-
}
|
|
4289
|
-
}
|
|
4290
|
-
|
|
4291
|
-
.lg\:text-\[28px\] {
|
|
4292
|
-
@media (min-width:1025px) {
|
|
4293
|
-
font-size: 28px;
|
|
4294
|
-
}
|
|
4295
|
-
}
|
|
4296
|
-
|
|
4297
|
-
.lg\:text-\[32px\] {
|
|
4298
|
-
@media (min-width:1025px) {
|
|
4299
|
-
font-size: 32px;
|
|
4300
|
-
}
|
|
4301
|
-
}
|
|
4302
|
-
|
|
4303
3222
|
.lg\:before\:top-5 {
|
|
4304
3223
|
@media (min-width:1025px) {
|
|
4305
3224
|
&::before {
|
|
@@ -4384,21 +3303,9 @@
|
|
|
4384
3303
|
}
|
|
4385
3304
|
}
|
|
4386
3305
|
|
|
4387
|
-
.\32 xl\:
|
|
4388
|
-
@media (width >=96rem) {
|
|
4389
|
-
margin-top: 20px;
|
|
4390
|
-
}
|
|
4391
|
-
}
|
|
4392
|
-
|
|
4393
|
-
.\32 xl\:mt-\[30px\] {
|
|
4394
|
-
@media (width >=96rem) {
|
|
4395
|
-
margin-top: 30px;
|
|
4396
|
-
}
|
|
4397
|
-
}
|
|
4398
|
-
|
|
4399
|
-
.\32 xl\:mt-\[120px\] {
|
|
3306
|
+
.\32 xl\:h-5 {
|
|
4400
3307
|
@media (width >=96rem) {
|
|
4401
|
-
|
|
3308
|
+
height: calc(var(--spacing) * 5);
|
|
4402
3309
|
}
|
|
4403
3310
|
}
|
|
4404
3311
|
|
|
@@ -4426,9 +3333,9 @@
|
|
|
4426
3333
|
}
|
|
4427
3334
|
}
|
|
4428
3335
|
|
|
4429
|
-
.\32 xl\:
|
|
3336
|
+
.\32 xl\:w-5 {
|
|
4430
3337
|
@media (width >=96rem) {
|
|
4431
|
-
|
|
3338
|
+
width: calc(var(--spacing) * 5);
|
|
4432
3339
|
}
|
|
4433
3340
|
}
|
|
4434
3341
|
|
|
@@ -4444,6 +3351,12 @@
|
|
|
4444
3351
|
}
|
|
4445
3352
|
}
|
|
4446
3353
|
|
|
3354
|
+
.\32 xl\:w-19 {
|
|
3355
|
+
@media (width >=96rem) {
|
|
3356
|
+
width: calc(var(--spacing) * 19);
|
|
3357
|
+
}
|
|
3358
|
+
}
|
|
3359
|
+
|
|
4447
3360
|
.\32 xl\:w-24 {
|
|
4448
3361
|
@media (width >=96rem) {
|
|
4449
3362
|
width: calc(var(--spacing) * 24);
|
|
@@ -4462,21 +3375,21 @@
|
|
|
4462
3375
|
}
|
|
4463
3376
|
}
|
|
4464
3377
|
|
|
4465
|
-
.\32 xl\:max-w
|
|
3378
|
+
.\32 xl\:max-w-104 {
|
|
4466
3379
|
@media (width >=96rem) {
|
|
4467
|
-
max-width:
|
|
3380
|
+
max-width: calc(var(--spacing) * 104);
|
|
4468
3381
|
}
|
|
4469
3382
|
}
|
|
4470
3383
|
|
|
4471
|
-
.\32 xl\:
|
|
3384
|
+
.\32 xl\:max-w-\[auto\] {
|
|
4472
3385
|
@media (width >=96rem) {
|
|
4473
|
-
|
|
3386
|
+
max-width: auto;
|
|
4474
3387
|
}
|
|
4475
3388
|
}
|
|
4476
3389
|
|
|
4477
|
-
.\32 xl\:min-w
|
|
3390
|
+
.\32 xl\:min-w-125 {
|
|
4478
3391
|
@media (width >=96rem) {
|
|
4479
|
-
min-width:
|
|
3392
|
+
min-width: calc(var(--spacing) * 125);
|
|
4480
3393
|
}
|
|
4481
3394
|
}
|
|
4482
3395
|
|
|
@@ -4505,12 +3418,6 @@
|
|
|
4505
3418
|
}
|
|
4506
3419
|
}
|
|
4507
3420
|
|
|
4508
|
-
.\32 xl\:gap-\[10px\] {
|
|
4509
|
-
@media (width >=96rem) {
|
|
4510
|
-
gap: 10px;
|
|
4511
|
-
}
|
|
4512
|
-
}
|
|
4513
|
-
|
|
4514
3421
|
.\32 xl\:p-2\.5 {
|
|
4515
3422
|
@media (width >=96rem) {
|
|
4516
3423
|
padding: calc(var(--spacing) * 2.5);
|
|
@@ -4523,27 +3430,27 @@
|
|
|
4523
3430
|
}
|
|
4524
3431
|
}
|
|
4525
3432
|
|
|
4526
|
-
.\32 xl\:
|
|
3433
|
+
.\32 xl\:px-1 {
|
|
4527
3434
|
@media (width >=96rem) {
|
|
4528
|
-
padding:
|
|
3435
|
+
padding-inline: calc(var(--spacing) * 1);
|
|
4529
3436
|
}
|
|
4530
3437
|
}
|
|
4531
3438
|
|
|
4532
|
-
.\32 xl\:px-
|
|
3439
|
+
.\32 xl\:px-2 {
|
|
4533
3440
|
@media (width >=96rem) {
|
|
4534
|
-
padding-inline: calc(var(--spacing) *
|
|
3441
|
+
padding-inline: calc(var(--spacing) * 2);
|
|
4535
3442
|
}
|
|
4536
3443
|
}
|
|
4537
3444
|
|
|
4538
|
-
.\32 xl\:px-
|
|
3445
|
+
.\32 xl\:px-3 {
|
|
4539
3446
|
@media (width >=96rem) {
|
|
4540
|
-
padding-inline: calc(var(--spacing) *
|
|
3447
|
+
padding-inline: calc(var(--spacing) * 3);
|
|
4541
3448
|
}
|
|
4542
3449
|
}
|
|
4543
3450
|
|
|
4544
|
-
.\32 xl\:px
|
|
3451
|
+
.\32 xl\:px-6 {
|
|
4545
3452
|
@media (width >=96rem) {
|
|
4546
|
-
padding-inline:
|
|
3453
|
+
padding-inline: calc(var(--spacing) * 6);
|
|
4547
3454
|
}
|
|
4548
3455
|
}
|
|
4549
3456
|
|
|
@@ -4565,18 +3472,6 @@
|
|
|
4565
3472
|
}
|
|
4566
3473
|
}
|
|
4567
3474
|
|
|
4568
|
-
.\32 xl\:py-\[14px\] {
|
|
4569
|
-
@media (width >=96rem) {
|
|
4570
|
-
padding-block: 14px;
|
|
4571
|
-
}
|
|
4572
|
-
}
|
|
4573
|
-
|
|
4574
|
-
.\32 xl\:py-\[16px\] {
|
|
4575
|
-
@media (width >=96rem) {
|
|
4576
|
-
padding-block: 16px;
|
|
4577
|
-
}
|
|
4578
|
-
}
|
|
4579
|
-
|
|
4580
3475
|
.\32 xl\:text-sm {
|
|
4581
3476
|
@media (width >=96rem) {
|
|
4582
3477
|
font-size: var(--text-sm);
|
|
@@ -4584,15 +3479,16 @@
|
|
|
4584
3479
|
}
|
|
4585
3480
|
}
|
|
4586
3481
|
|
|
4587
|
-
.\32 xl\:text-
|
|
3482
|
+
.\32 xl\:text-xs {
|
|
4588
3483
|
@media (width >=96rem) {
|
|
4589
|
-
font-size: var(--text-
|
|
3484
|
+
font-size: var(--text-xs);
|
|
3485
|
+
line-height: var(--tw-leading, var(--text-xs--line-height));
|
|
4590
3486
|
}
|
|
4591
3487
|
}
|
|
4592
3488
|
|
|
4593
|
-
.\32 xl\:text
|
|
3489
|
+
.\32 xl\:text-40 {
|
|
4594
3490
|
@media (width >=96rem) {
|
|
4595
|
-
font-size:
|
|
3491
|
+
font-size: var(--text-40);
|
|
4596
3492
|
}
|
|
4597
3493
|
}
|
|
4598
3494
|
|
|
@@ -4621,12 +3517,6 @@
|
|
|
4621
3517
|
}
|
|
4622
3518
|
}
|
|
4623
3519
|
|
|
4624
|
-
.dark\:bg-\[\#333\] {
|
|
4625
|
-
@media (prefers-color-scheme: dark) {
|
|
4626
|
-
background-color: #333;
|
|
4627
|
-
}
|
|
4628
|
-
}
|
|
4629
|
-
|
|
4630
3520
|
.max-lg\:visible {
|
|
4631
3521
|
@media (max-width:1024px) {
|
|
4632
3522
|
visibility: visible;
|
|
@@ -4726,6 +3616,12 @@
|
|
|
4726
3616
|
}
|
|
4727
3617
|
}
|
|
4728
3618
|
|
|
3619
|
+
.max-lg\:max-w-full {
|
|
3620
|
+
@media (max-width:1024px) {
|
|
3621
|
+
max-width: 100%;
|
|
3622
|
+
}
|
|
3623
|
+
}
|
|
3624
|
+
|
|
4729
3625
|
.max-lg\:min-w-0 {
|
|
4730
3626
|
@media (max-width:1024px) {
|
|
4731
3627
|
min-width: calc(var(--spacing) * 0);
|
|
@@ -4769,15 +3665,15 @@
|
|
|
4769
3665
|
}
|
|
4770
3666
|
}
|
|
4771
3667
|
|
|
4772
|
-
.max-lg\:
|
|
3668
|
+
.max-lg\:px-1 {
|
|
4773
3669
|
@media (max-width:1024px) {
|
|
4774
|
-
padding: calc(var(--spacing) *
|
|
3670
|
+
padding-inline: calc(var(--spacing) * 1);
|
|
4775
3671
|
}
|
|
4776
3672
|
}
|
|
4777
3673
|
|
|
4778
|
-
.max-lg\:px-
|
|
3674
|
+
.max-lg\:px-3 {
|
|
4779
3675
|
@media (max-width:1024px) {
|
|
4780
|
-
padding-inline: calc(var(--spacing) *
|
|
3676
|
+
padding-inline: calc(var(--spacing) * 3);
|
|
4781
3677
|
}
|
|
4782
3678
|
}
|
|
4783
3679
|
|
|
@@ -4975,24 +3871,6 @@
|
|
|
4975
3871
|
}
|
|
4976
3872
|
}
|
|
4977
3873
|
|
|
4978
|
-
.lightm\:border-\[\#EAEAEA\] {
|
|
4979
|
-
&:where(.lightm, .lightm *) {
|
|
4980
|
-
border-color: #EAEAEA;
|
|
4981
|
-
}
|
|
4982
|
-
}
|
|
4983
|
-
|
|
4984
|
-
.lightm\:border-\[\#dbdbdb\] {
|
|
4985
|
-
&:where(.lightm, .lightm *) {
|
|
4986
|
-
border-color: #dbdbdb;
|
|
4987
|
-
}
|
|
4988
|
-
}
|
|
4989
|
-
|
|
4990
|
-
.lightm\:border-\[\#e6e6e6\] {
|
|
4991
|
-
&:where(.lightm, .lightm *) {
|
|
4992
|
-
border-color: #e6e6e6;
|
|
4993
|
-
}
|
|
4994
|
-
}
|
|
4995
|
-
|
|
4996
3874
|
.lightm\:border-cloudy-white {
|
|
4997
3875
|
&:where(.lightm, .lightm *) {
|
|
4998
3876
|
border-color: var(--color-cloudy-white);
|
|
@@ -5005,12 +3883,6 @@
|
|
|
5005
3883
|
}
|
|
5006
3884
|
}
|
|
5007
3885
|
|
|
5008
|
-
.lightm\:border-dark-gray {
|
|
5009
|
-
&:where(.lightm, .lightm *) {
|
|
5010
|
-
border-color: var(--color-dark-gray);
|
|
5011
|
-
}
|
|
5012
|
-
}
|
|
5013
|
-
|
|
5014
3886
|
.lightm\:border-gainsboro {
|
|
5015
3887
|
&:where(.lightm, .lightm *) {
|
|
5016
3888
|
border-color: var(--color-gainsboro);
|
|
@@ -5035,81 +3907,15 @@
|
|
|
5035
3907
|
}
|
|
5036
3908
|
}
|
|
5037
3909
|
|
|
5038
|
-
.lightm\:border-l-
|
|
5039
|
-
&:where(.lightm, .lightm *) {
|
|
5040
|
-
border-left-color: var(--color-light-silver);
|
|
5041
|
-
}
|
|
5042
|
-
}
|
|
5043
|
-
|
|
5044
|
-
.lightm\:\!bg-\[\#EAEAEA\] {
|
|
5045
|
-
&:where(.lightm, .lightm *) {
|
|
5046
|
-
background-color: #EAEAEA !important;
|
|
5047
|
-
}
|
|
5048
|
-
}
|
|
5049
|
-
|
|
5050
|
-
.lightm\:\!bg-\[\#F5F5F5\] {
|
|
5051
|
-
&:where(.lightm, .lightm *) {
|
|
5052
|
-
background-color: #F5F5F5 !important;
|
|
5053
|
-
}
|
|
5054
|
-
}
|
|
5055
|
-
|
|
5056
|
-
.lightm\:bg-\[\#232425\] {
|
|
5057
|
-
&:where(.lightm, .lightm *) {
|
|
5058
|
-
background-color: #232425;
|
|
5059
|
-
}
|
|
5060
|
-
}
|
|
5061
|
-
|
|
5062
|
-
.lightm\:bg-\[\#E6FAF5\] {
|
|
5063
|
-
&:where(.lightm, .lightm *) {
|
|
5064
|
-
background-color: #E6FAF5;
|
|
5065
|
-
}
|
|
5066
|
-
}
|
|
5067
|
-
|
|
5068
|
-
.lightm\:bg-\[\#EAEAEA\] {
|
|
5069
|
-
&:where(.lightm, .lightm *) {
|
|
5070
|
-
background-color: #EAEAEA;
|
|
5071
|
-
}
|
|
5072
|
-
}
|
|
5073
|
-
|
|
5074
|
-
.lightm\:bg-\[\#EEEFFF\] {
|
|
5075
|
-
&:where(.lightm, .lightm *) {
|
|
5076
|
-
background-color: #EEEFFF;
|
|
5077
|
-
}
|
|
5078
|
-
}
|
|
5079
|
-
|
|
5080
|
-
.lightm\:bg-\[\#F5F5F5\] {
|
|
5081
|
-
&:where(.lightm, .lightm *) {
|
|
5082
|
-
background-color: #F5F5F5;
|
|
5083
|
-
}
|
|
5084
|
-
}
|
|
5085
|
-
|
|
5086
|
-
.lightm\:bg-\[\#FDEFEF\] {
|
|
3910
|
+
.lightm\:border-l-gainsboro {
|
|
5087
3911
|
&:where(.lightm, .lightm *) {
|
|
5088
|
-
|
|
3912
|
+
border-left-color: var(--color-gainsboro);
|
|
5089
3913
|
}
|
|
5090
3914
|
}
|
|
5091
3915
|
|
|
5092
|
-
.lightm\:
|
|
5093
|
-
&:where(.lightm, .lightm *) {
|
|
5094
|
-
background-color: #FDF8E8;
|
|
5095
|
-
}
|
|
5096
|
-
}
|
|
5097
|
-
|
|
5098
|
-
.lightm\:bg-\[\#eeeeee\] {
|
|
5099
|
-
&:where(.lightm, .lightm *) {
|
|
5100
|
-
background-color: #eeeeee;
|
|
5101
|
-
}
|
|
5102
|
-
}
|
|
5103
|
-
|
|
5104
|
-
.lightm\:bg-\[\#ffffff\] {
|
|
5105
|
-
&:where(.lightm, .lightm *) {
|
|
5106
|
-
background-color: #ffffff;
|
|
5107
|
-
}
|
|
5108
|
-
}
|
|
5109
|
-
|
|
5110
|
-
.lightm\:bg-\[var\(--bg-secondary\)\] {
|
|
3916
|
+
.lightm\:border-l-light-silver {
|
|
5111
3917
|
&:where(.lightm, .lightm *) {
|
|
5112
|
-
|
|
3918
|
+
border-left-color: var(--color-light-silver);
|
|
5113
3919
|
}
|
|
5114
3920
|
}
|
|
5115
3921
|
|
|
@@ -5143,18 +3949,6 @@
|
|
|
5143
3949
|
}
|
|
5144
3950
|
}
|
|
5145
3951
|
|
|
5146
|
-
.lightm\:bg-gray-silver {
|
|
5147
|
-
&:where(.lightm, .lightm *) {
|
|
5148
|
-
background-color: var(--color-gray-silver);
|
|
5149
|
-
}
|
|
5150
|
-
}
|
|
5151
|
-
|
|
5152
|
-
.lightm\:bg-light-gray {
|
|
5153
|
-
&:where(.lightm, .lightm *) {
|
|
5154
|
-
background-color: var(--color-light-gray);
|
|
5155
|
-
}
|
|
5156
|
-
}
|
|
5157
|
-
|
|
5158
3952
|
.lightm\:bg-light-min {
|
|
5159
3953
|
&:where(.lightm, .lightm *) {
|
|
5160
3954
|
background-color: var(--color-light-min);
|
|
@@ -5191,12 +3985,6 @@
|
|
|
5191
3985
|
}
|
|
5192
3986
|
}
|
|
5193
3987
|
|
|
5194
|
-
.lightm\:bg-ultra-light-gray {
|
|
5195
|
-
&:where(.lightm, .lightm *) {
|
|
5196
|
-
background-color: var(--color-ultra-light-gray);
|
|
5197
|
-
}
|
|
5198
|
-
}
|
|
5199
|
-
|
|
5200
3988
|
.lightm\:bg-white {
|
|
5201
3989
|
&:where(.lightm, .lightm *) {
|
|
5202
3990
|
background-color: var(--color-white);
|
|
@@ -5241,36 +4029,6 @@
|
|
|
5241
4029
|
}
|
|
5242
4030
|
}
|
|
5243
4031
|
|
|
5244
|
-
.lightm\:text-\[\#0f171d\] {
|
|
5245
|
-
&:where(.lightm, .lightm *) {
|
|
5246
|
-
color: #0f171d;
|
|
5247
|
-
}
|
|
5248
|
-
}
|
|
5249
|
-
|
|
5250
|
-
.lightm\:text-\[\#5F5F5F\] {
|
|
5251
|
-
&:where(.lightm, .lightm *) {
|
|
5252
|
-
color: #5F5F5F;
|
|
5253
|
-
}
|
|
5254
|
-
}
|
|
5255
|
-
|
|
5256
|
-
.lightm\:text-\[\#8A8A8A\] {
|
|
5257
|
-
&:where(.lightm, .lightm *) {
|
|
5258
|
-
color: #8A8A8A;
|
|
5259
|
-
}
|
|
5260
|
-
}
|
|
5261
|
-
|
|
5262
|
-
.lightm\:text-\[\#232425\] {
|
|
5263
|
-
&:where(.lightm, .lightm *) {
|
|
5264
|
-
color: #232425;
|
|
5265
|
-
}
|
|
5266
|
-
}
|
|
5267
|
-
|
|
5268
|
-
.lightm\:text-\[\#ffffff\] {
|
|
5269
|
-
&:where(.lightm, .lightm *) {
|
|
5270
|
-
color: #ffffff;
|
|
5271
|
-
}
|
|
5272
|
-
}
|
|
5273
|
-
|
|
5274
4032
|
.lightm\:text-concrete-gray {
|
|
5275
4033
|
&:where(.lightm, .lightm *) {
|
|
5276
4034
|
color: var(--color-concrete-gray);
|
|
@@ -5289,12 +4047,6 @@
|
|
|
5289
4047
|
}
|
|
5290
4048
|
}
|
|
5291
4049
|
|
|
5292
|
-
.lightm\:text-light-gray {
|
|
5293
|
-
&:where(.lightm, .lightm *) {
|
|
5294
|
-
color: var(--color-light-gray);
|
|
5295
|
-
}
|
|
5296
|
-
}
|
|
5297
|
-
|
|
5298
4050
|
.lightm\:text-owl-black {
|
|
5299
4051
|
&:where(.lightm, .lightm *) {
|
|
5300
4052
|
color: var(--color-owl-black);
|
|
@@ -5313,13 +4065,6 @@
|
|
|
5313
4065
|
}
|
|
5314
4066
|
}
|
|
5315
4067
|
|
|
5316
|
-
.lightm\:shadow-\[0px_4px_20px_0px_\#0000001A\] {
|
|
5317
|
-
&:where(.lightm, .lightm *) {
|
|
5318
|
-
--tw-shadow: 0px 4px 20px 0px var(--tw-shadow-color, #0000001A);
|
|
5319
|
-
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
5320
|
-
}
|
|
5321
|
-
}
|
|
5322
|
-
|
|
5323
4068
|
.lightm\:shadow-soft-light {
|
|
5324
4069
|
&:where(.lightm, .lightm *) {
|
|
5325
4070
|
--tw-shadow: 0px 4px 20px 0px var(--tw-shadow-color, rgba(0, 0, 0, 0.1));
|
|
@@ -5327,16 +4072,6 @@
|
|
|
5327
4072
|
}
|
|
5328
4073
|
}
|
|
5329
4074
|
|
|
5330
|
-
.lightm\:group-hover\:bg-gainsboro {
|
|
5331
|
-
&:where(.lightm, .lightm *) {
|
|
5332
|
-
&:is(:where(.group):hover *) {
|
|
5333
|
-
@media (hover: hover) {
|
|
5334
|
-
background-color: var(--color-gainsboro);
|
|
5335
|
-
}
|
|
5336
|
-
}
|
|
5337
|
-
}
|
|
5338
|
-
}
|
|
5339
|
-
|
|
5340
4075
|
.lightm\:group-hover\:bg-gray-silver {
|
|
5341
4076
|
&:where(.lightm, .lightm *) {
|
|
5342
4077
|
&:is(:where(.group):hover *) {
|
|
@@ -5359,26 +4094,6 @@
|
|
|
5359
4094
|
}
|
|
5360
4095
|
}
|
|
5361
4096
|
|
|
5362
|
-
.lightm\:placeholder\:text-light-gray\/50 {
|
|
5363
|
-
&:where(.lightm, .lightm *) {
|
|
5364
|
-
&::-moz-placeholder {
|
|
5365
|
-
color: color-mix(in srgb, #b5b5b5 50%, transparent);
|
|
5366
|
-
|
|
5367
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
5368
|
-
color: color-mix(in oklab, var(--color-light-gray) 50%, transparent);
|
|
5369
|
-
}
|
|
5370
|
-
}
|
|
5371
|
-
|
|
5372
|
-
&::placeholder {
|
|
5373
|
-
color: color-mix(in srgb, #b5b5b5 50%, transparent);
|
|
5374
|
-
|
|
5375
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
5376
|
-
color: color-mix(in oklab, var(--color-light-gray) 50%, transparent);
|
|
5377
|
-
}
|
|
5378
|
-
}
|
|
5379
|
-
}
|
|
5380
|
-
}
|
|
5381
|
-
|
|
5382
4097
|
.lightm\:after\:bg-gainsboro {
|
|
5383
4098
|
&:where(.lightm, .lightm *) {
|
|
5384
4099
|
&::after {
|
|
@@ -5398,16 +4113,6 @@
|
|
|
5398
4113
|
}
|
|
5399
4114
|
}
|
|
5400
4115
|
|
|
5401
|
-
.lightm\:hover\:bg-\[\#0f171d\] {
|
|
5402
|
-
&:where(.lightm, .lightm *) {
|
|
5403
|
-
&:hover {
|
|
5404
|
-
@media (hover: hover) {
|
|
5405
|
-
background-color: #0f171d;
|
|
5406
|
-
}
|
|
5407
|
-
}
|
|
5408
|
-
}
|
|
5409
|
-
}
|
|
5410
|
-
|
|
5411
4116
|
.lightm\:hover\:bg-\[\#000000\] {
|
|
5412
4117
|
&:where(.lightm, .lightm *) {
|
|
5413
4118
|
&:hover {
|
|
@@ -5418,16 +4123,6 @@
|
|
|
5418
4123
|
}
|
|
5419
4124
|
}
|
|
5420
4125
|
|
|
5421
|
-
.lightm\:hover\:bg-\[\#EAEAEA\] {
|
|
5422
|
-
&:where(.lightm, .lightm *) {
|
|
5423
|
-
&:hover {
|
|
5424
|
-
@media (hover: hover) {
|
|
5425
|
-
background-color: #EAEAEA;
|
|
5426
|
-
}
|
|
5427
|
-
}
|
|
5428
|
-
}
|
|
5429
|
-
}
|
|
5430
|
-
|
|
5431
4126
|
.lightm\:hover\:bg-black {
|
|
5432
4127
|
&:where(.lightm, .lightm *) {
|
|
5433
4128
|
&:hover {
|
|
@@ -5498,16 +4193,6 @@
|
|
|
5498
4193
|
}
|
|
5499
4194
|
}
|
|
5500
4195
|
|
|
5501
|
-
.lightm\:hover\:text-\[\#ffffff\] {
|
|
5502
|
-
&:where(.lightm, .lightm *) {
|
|
5503
|
-
&:hover {
|
|
5504
|
-
@media (hover: hover) {
|
|
5505
|
-
color: #ffffff;
|
|
5506
|
-
}
|
|
5507
|
-
}
|
|
5508
|
-
}
|
|
5509
|
-
}
|
|
5510
|
-
|
|
5511
4196
|
.lightm\:hover\:text-white {
|
|
5512
4197
|
&:where(.lightm, .lightm *) {
|
|
5513
4198
|
&:hover {
|
|
@@ -5518,14 +4203,6 @@
|
|
|
5518
4203
|
}
|
|
5519
4204
|
}
|
|
5520
4205
|
|
|
5521
|
-
.lightm\:lg\:bg-\[\#EAEAEA\] {
|
|
5522
|
-
&:where(.lightm, .lightm *) {
|
|
5523
|
-
@media (min-width:1025px) {
|
|
5524
|
-
background-color: #EAEAEA;
|
|
5525
|
-
}
|
|
5526
|
-
}
|
|
5527
|
-
}
|
|
5528
|
-
|
|
5529
4206
|
.lightm\:lg\:bg-gainsboro {
|
|
5530
4207
|
&:where(.lightm, .lightm *) {
|
|
5531
4208
|
@media (min-width:1025px) {
|
|
@@ -5534,14 +4211,6 @@
|
|
|
5534
4211
|
}
|
|
5535
4212
|
}
|
|
5536
4213
|
|
|
5537
|
-
.lightm\:lg\:text-\[\#ffffff\] {
|
|
5538
|
-
&:where(.lightm, .lightm *) {
|
|
5539
|
-
@media (min-width:1025px) {
|
|
5540
|
-
color: #ffffff;
|
|
5541
|
-
}
|
|
5542
|
-
}
|
|
5543
|
-
}
|
|
5544
|
-
|
|
5545
4214
|
.lightm\:lg\:text-white {
|
|
5546
4215
|
&:where(.lightm, .lightm *) {
|
|
5547
4216
|
@media (min-width:1025px) {
|