@@ -618,6 +618,11 @@ Ensure the default browser behavior of the `hidden` attribute.
618618 margin-right : 0.5rem ;
619619}
620620
621+ .mx-4 {
622+ margin-left : 1rem ;
623+ margin-right : 1rem ;
624+ }
625+
621626.mx-1\. 5 {
622627 margin-left : 0.375rem ;
623628 margin-right : 0.375rem ;
@@ -638,11 +643,6 @@ Ensure the default browser behavior of the `hidden` attribute.
638643 margin-bottom : 1.5rem ;
639644}
640645
641- .mx-4 {
642- margin-left : 1rem ;
643- margin-right : 1rem ;
644- }
645-
646646.-mx-3 {
647647 margin-left : -0.75rem ;
648648 margin-right : -0.75rem ;
@@ -686,6 +686,10 @@ Ensure the default browser behavior of the `hidden` attribute.
686686 margin-right : -0.25rem ;
687687}
688688
689+ .mt-2 {
690+ margin-top : 0.5rem ;
691+ }
692+
689693.ml-0 {
690694 margin-left : 0px ;
691695}
@@ -710,10 +714,6 @@ Ensure the default browser behavior of the `hidden` attribute.
710714 margin-bottom : 1.5rem ;
711715}
712716
713- .mt-2 {
714- margin-top : 0.5rem ;
715- }
716-
717717.mb-2 {
718718 margin-bottom : 0.5rem ;
719719}
@@ -810,8 +810,8 @@ Ensure the default browser behavior of the `hidden` attribute.
810810 height : 2rem ;
811811}
812812
813- .h-12 {
814- height : 3 rem ;
813+ .h-10 {
814+ height : 2.5 rem ;
815815}
816816
817817.h-7 {
@@ -838,6 +838,10 @@ Ensure the default browser behavior of the `hidden` attribute.
838838 height : 24rem ;
839839}
840840
841+ .h-12 {
842+ height : 3rem ;
843+ }
844+
841845.h-11 {
842846 height : 2.75rem ;
843847}
@@ -846,10 +850,6 @@ Ensure the default browser behavior of the `hidden` attribute.
846850 height : 5rem ;
847851}
848852
849- .h-10 {
850- height : 2.5rem ;
851- }
852-
853853.max-h-60 {
854854 max-height : 15rem ;
855855}
@@ -1102,6 +1102,10 @@ Ensure the default browser behavior of the `hidden` attribute.
11021102 gap : 0.25rem ;
11031103}
11041104
1105+ .gap-8 {
1106+ gap : 2rem ;
1107+ }
1108+
11051109.space-y-2 > : not ([hidden ]) ~ : not ([hidden ]) {
11061110 --tw-space-y-reverse : 0 ;
11071111 margin-top : calc (0.5rem * calc (1 - var (--tw-space-y-reverse )));
@@ -1414,6 +1418,11 @@ Ensure the default browser behavior of the `hidden` attribute.
14141418 background-color : rgb (224 242 254 / var (--tw-bg-opacity ));
14151419}
14161420
1421+ .bg-green-200 {
1422+ --tw-bg-opacity : 1 ;
1423+ background-color : rgb (187 247 208 / var (--tw-bg-opacity ));
1424+ }
1425+
14171426.bg-opacity-75 {
14181427 --tw-bg-opacity : 0.75 ;
14191428}
@@ -2492,6 +2501,11 @@ Ensure the default browser behavior of the `hidden` attribute.
24922501}
24932502
24942503@media (min-width : 640px ) {
2504+ .sm\:mx-auto {
2505+ margin-left : auto;
2506+ margin-right : auto;
2507+ }
2508+
24952509 .sm\:my-8 {
24962510 margin-top : 2rem ;
24972511 margin-bottom : 2rem ;
@@ -2502,11 +2516,6 @@ Ensure the default browser behavior of the `hidden` attribute.
25022516 margin-right : 0px ;
25032517 }
25042518
2505- .sm\:mx-auto {
2506- margin-left : auto;
2507- margin-right : auto;
2508- }
2509-
25102519 .sm\:mt-0 {
25112520 margin-top : 0px ;
25122521 }
@@ -2636,10 +2645,6 @@ Ensure the default browser behavior of the `hidden` attribute.
26362645 width : 50% ;
26372646 }
26382647
2639- .md\:w-80 {
2640- width : 20rem ;
2641- }
2642-
26432648 .md\:w-3\/ 4 {
26442649 width : 75% ;
26452650 }
@@ -2652,6 +2657,10 @@ Ensure the default browser behavior of the `hidden` attribute.
26522657 width : 100% ;
26532658 }
26542659
2660+ .md\:w-80 {
2661+ width : 20rem ;
2662+ }
2663+
26552664 .md\:grid-cols-2 {
26562665 grid-template-columns : repeat (2 , minmax (0 , 1fr ));
26572666 }
@@ -2675,15 +2684,14 @@ Ensure the default browser behavior of the `hidden` attribute.
26752684}
26762685
26772686@media (min-width : 1024px ) {
2678- .lg\:mx-auto {
2679- margin-left : auto;
2680- margin-right : auto;
2681- }
2682-
26832687 .lg\:flex {
26842688 display : flex;
26852689 }
26862690
2691+ .lg\:w-80 {
2692+ width : 20rem ;
2693+ }
2694+
26872695 .lg\:w-2\/ 3 {
26882696 width : 66.666667% ;
26892697 }
@@ -2692,10 +2700,6 @@ Ensure the default browser behavior of the `hidden` attribute.
26922700 width : 50% ;
26932701 }
26942702
2695- .lg\:w-80 {
2696- width : 20rem ;
2697- }
2698-
26992703 .lg\:grid-cols-3 {
27002704 grid-template-columns : repeat (3 , minmax (0 , 1fr ));
27012705 }
0 commit comments