@@ -644,11 +644,6 @@ html {
644
644
inset : 0px ;
645
645
}
646
646
647
- .inset-x-0 {
648
- left : 0px ;
649
- right : 0px ;
650
- }
651
-
652
647
.-bottom-40 {
653
648
bottom : -10rem ;
654
649
}
@@ -729,10 +724,6 @@ html {
729
724
top : -2.5rem ;
730
725
}
731
726
732
- .-top-14 {
733
- top : -3.5rem ;
734
- }
735
-
736
727
.-top-16 {
737
728
top : -4rem ;
738
729
}
@@ -1097,6 +1088,10 @@ html {
1097
1088
z-index : -1 ;
1098
1089
}
1099
1090
1091
+ .z-0 {
1092
+ z-index : 0 ;
1093
+ }
1094
+
1100
1095
.z-10 {
1101
1096
z-index : 10 ;
1102
1097
}
@@ -1193,10 +1188,6 @@ html {
1193
1188
margin-top : 3.5rem ;
1194
1189
}
1195
1190
1196
- .mt-20 {
1197
- margin-top : 5rem ;
1198
- }
1199
-
1200
1191
.mt-24 {
1201
1192
margin-top : 6rem ;
1202
1193
}
@@ -1791,10 +1782,6 @@ html {
1791
1782
row-gap : 0.125rem ;
1792
1783
}
1793
1784
1794
- .gap-y-5 {
1795
- row-gap : 1.25rem ;
1796
- }
1797
-
1798
1785
.gap-y-2 {
1799
1786
row-gap : 0.5rem ;
1800
1787
}
@@ -1803,6 +1790,10 @@ html {
1803
1790
row-gap : 0.625rem ;
1804
1791
}
1805
1792
1793
+ .gap-y-5 {
1794
+ row-gap : 1.25rem ;
1795
+ }
1796
+
1806
1797
.space-y-1 > : not ([hidden ]) ~ : not ([hidden ]) {
1807
1798
--tw-space-y-reverse : 0 ;
1808
1799
margin-top : calc (0.25rem * calc (1 - var (--tw-space-y-reverse )));
@@ -2002,11 +1993,6 @@ html {
2002
1993
background-color : rgb (170 255 189 / 0.3 );
2003
1994
}
2004
1995
2005
- .bg-amber-100 {
2006
- --tw-bg-opacity : 1 ;
2007
- background-color : rgb (254 243 199 / var (--tw-bg-opacity ));
2008
- }
2009
-
2010
1996
.bg-amber-200\/ 30 {
2011
1997
background-color : rgb (253 230 138 / 0.3 );
2012
1998
}
@@ -2118,11 +2104,6 @@ html {
2118
2104
background-color : rgb (34 211 238 / 0.4 );
2119
2105
}
2120
2106
2121
- .bg-fuchsia-100 {
2122
- --tw-bg-opacity : 1 ;
2123
- background-color : rgb (250 232 255 / var (--tw-bg-opacity ));
2124
- }
2125
-
2126
2107
.bg-gray-200 {
2127
2108
--tw-bg-opacity : 1 ;
2128
2109
background-color : rgb (229 231 235 / var (--tw-bg-opacity ));
@@ -2566,10 +2547,6 @@ html {
2566
2547
line-height : 1 ;
2567
2548
}
2568
2549
2569
- .leading-normal {
2570
- line-height : 1.5 ;
2571
- }
2572
-
2573
2550
.leading-relaxed {
2574
2551
line-height : 1.625 ;
2575
2552
}
@@ -2578,10 +2555,6 @@ html {
2578
2555
line-height : 1.25 ;
2579
2556
}
2580
2557
2581
- .leading-loose {
2582
- line-height : 2 ;
2583
- }
2584
-
2585
2558
.tracking-\[2px\] {
2586
2559
letter-spacing : 2px ;
2587
2560
}
@@ -2594,11 +2567,6 @@ html {
2594
2567
letter-spacing : 0.025em ;
2595
2568
}
2596
2569
2597
- .text-amber-600 {
2598
- --tw-text-opacity : 1 ;
2599
- color : rgb (217 119 6 / var (--tw-text-opacity ));
2600
- }
2601
-
2602
2570
.text-black {
2603
2571
--tw-text-opacity : 1 ;
2604
2572
color : rgb (0 0 0 / var (--tw-text-opacity ));
@@ -2609,14 +2577,13 @@ html {
2609
2577
color : rgb (0 93 164 / var (--tw-text-opacity ));
2610
2578
}
2611
2579
2612
- .text-cyan-600 {
2613
- --tw-text-opacity : 1 ;
2614
- color : rgb (8 145 178 / var (--tw-text-opacity ));
2580
+ .text-brand-blue\/ 70 {
2581
+ color : rgb (0 93 164 / 0.7 );
2615
2582
}
2616
2583
2617
- .text-fuchsia -600 {
2584
+ .text-cyan -600 {
2618
2585
--tw-text-opacity : 1 ;
2619
- color : rgb (192 38 211 / var (--tw-text-opacity ));
2586
+ color : rgb (8 145 178 / var (--tw-text-opacity ));
2620
2587
}
2621
2588
2622
2589
.text-gray-500 {
@@ -2679,14 +2646,6 @@ html {
2679
2646
color : rgb (255 255 255 / var (--tw-text-opacity ));
2680
2647
}
2681
2648
2682
- .text-brand-blue\/ 40 {
2683
- color : rgb (0 93 164 / 0.4 );
2684
- }
2685
-
2686
- .text-brand-blue\/ 70 {
2687
- color : rgb (0 93 164 / 0.7 );
2688
- }
2689
-
2690
2649
.underline {
2691
2650
text-decoration-line : underline;
2692
2651
}
@@ -3244,14 +3203,6 @@ li li {
3244
3203
order : 1 ;
3245
3204
}
3246
3205
3247
- .md\:col-span-6 {
3248
- grid-column : span 6 / span 6 ;
3249
- }
3250
-
3251
- .md\:col-start-4 {
3252
- grid-column-start : 4 ;
3253
- }
3254
-
3255
3206
.md\:mx-auto {
3256
3207
margin-left : auto;
3257
3208
margin-right : auto;
@@ -3368,6 +3319,10 @@ li li {
3368
3319
width : 100% ;
3369
3320
}
3370
3321
3322
+ .md\:max-w-2xl {
3323
+ max-width : 42rem ;
3324
+ }
3325
+
3371
3326
.md\:max-w-3xl {
3372
3327
max-width : 48rem ;
3373
3328
}
@@ -3380,18 +3335,10 @@ li li {
3380
3335
max-width : 64rem ;
3381
3336
}
3382
3337
3383
- .md\:max-w-6xl {
3384
- max-width : 72rem ;
3385
- }
3386
-
3387
3338
.md\:max-w-screen-sm {
3388
3339
max-width : 640px ;
3389
3340
}
3390
3341
3391
- .md\:max-w-2xl {
3392
- max-width : 42rem ;
3393
- }
3394
-
3395
3342
.md\:scale-100 {
3396
3343
--tw-scale-x : 1 ;
3397
3344
--tw-scale-y : 1 ;
@@ -3406,18 +3353,10 @@ li li {
3406
3353
grid-template-columns : repeat (3 , minmax (0 , 1fr ));
3407
3354
}
3408
3355
3409
- .md\:items-start {
3410
- align-items : flex-start;
3411
- }
3412
-
3413
3356
.md\:items-center {
3414
3357
align-items : center;
3415
3358
}
3416
3359
3417
- .md\:justify-start {
3418
- justify-content : flex-start;
3419
- }
3420
-
3421
3360
.md\:justify-center {
3422
3361
justify-content : center;
3423
3362
}
@@ -3731,16 +3670,16 @@ li li {
3731
3670
grid-column : span 9 / span 9 ;
3732
3671
}
3733
3672
3734
- .lg\:my-32 {
3735
- margin-top : 8rem ;
3736
- margin-bottom : 8rem ;
3737
- }
3738
-
3739
3673
.lg\:my-24 {
3740
3674
margin-top : 6rem ;
3741
3675
margin-bottom : 6rem ;
3742
3676
}
3743
3677
3678
+ .lg\:my-32 {
3679
+ margin-top : 8rem ;
3680
+ margin-bottom : 8rem ;
3681
+ }
3682
+
3744
3683
.lg\:mt-24 {
3745
3684
margin-top : 6rem ;
3746
3685
}
@@ -3785,18 +3724,6 @@ li li {
3785
3724
width : 14rem ;
3786
3725
}
3787
3726
3788
- .lg\:max-w-2xl {
3789
- max-width : 42rem ;
3790
- }
3791
-
3792
- .lg\:max-w-3xl {
3793
- max-width : 48rem ;
3794
- }
3795
-
3796
- .lg\:max-w-5xl {
3797
- max-width : 64rem ;
3798
- }
3799
-
3800
3727
.lg\:max-w-4xl {
3801
3728
max-width : 56rem ;
3802
3729
}
@@ -3825,10 +3752,6 @@ li li {
3825
3752
flex-direction : row;
3826
3753
}
3827
3754
3828
- .lg\:gap-10 {
3829
- gap : 2.5rem ;
3830
- }
3831
-
3832
3755
.lg\:gap-8 {
3833
3756
gap : 2rem ;
3834
3757
}
@@ -3838,11 +3761,6 @@ li li {
3838
3761
column-gap : 2.5rem ;
3839
3762
}
3840
3763
3841
- .lg\:gap-x-6 {
3842
- -moz-column-gap : 1.5rem ;
3843
- column-gap : 1.5rem ;
3844
- }
3845
-
3846
3764
.lg\:gap-y-14 {
3847
3765
row-gap : 3.5rem ;
3848
3766
}
@@ -3917,18 +3835,14 @@ li li {
3917
3835
padding-bottom : 18rem ;
3918
3836
}
3919
3837
3920
- .lg\:pb-\[30rem \] {
3921
- padding-bottom : 30 rem ;
3838
+ .lg\:pb-\[15rem \] {
3839
+ padding-bottom : 15 rem ;
3922
3840
}
3923
3841
3924
3842
.lg\:pt-0 {
3925
3843
padding-top : 0px ;
3926
3844
}
3927
3845
3928
- .lg\:pb-\[15rem\] {
3929
- padding-bottom : 15rem ;
3930
- }
3931
-
3932
3846
.lg\:text-left {
3933
3847
text-align : left;
3934
3848
}
@@ -3937,11 +3851,6 @@ li li {
3937
3851
text-align : start;
3938
3852
}
3939
3853
3940
- .lg\:text-3xl {
3941
- font-size : 1.875rem ;
3942
- line-height : 2.25rem ;
3943
- }
3944
-
3945
3854
.lg\:text-4xl {
3946
3855
font-size : 2.25rem ;
3947
3856
line-height : 2.5rem ;
@@ -3976,30 +3885,6 @@ li li {
3976
3885
line-height : 1.25 ;
3977
3886
}
3978
3887
3979
- .lg\:leading-normal {
3980
- line-height : 1.5 ;
3981
- }
3982
-
3983
- .lg\:leading-none {
3984
- line-height : 1 ;
3985
- }
3986
-
3987
- .lg\:leading-5 {
3988
- line-height : 1.25rem ;
3989
- }
3990
-
3991
- .lg\:leading-9 {
3992
- line-height : 2.25rem ;
3993
- }
3994
-
3995
- .lg\:leading-10 {
3996
- line-height : 2.5rem ;
3997
- }
3998
-
3999
- .lg\:leading-snug {
4000
- line-height : 1.375 ;
4001
- }
4002
-
4003
3888
.lg\:shadow-\[0px_40px_30px_0px\] {
4004
3889
--tw-shadow : 0px 40px 30px 0px ;
4005
3890
--tw-shadow-colored : 0px 40px 30px 0px var (--tw-shadow-color );
0 commit comments