@@ -596,20 +596,24 @@ video {
596
596
margin-bottom : 1.25rem ;
597
597
}
598
598
599
- .mt-5 {
600
- margin-top : 1.25rem ;
601
- }
602
-
603
- .mb-5 {
604
- margin-bottom : 1.25rem ;
599
+ .mb-10 {
600
+ margin-bottom : 2.5rem ;
605
601
}
606
602
607
603
.mb-2 {
608
604
margin-bottom : 0.5rem ;
609
605
}
610
606
611
- .mb-10 {
612
- margin-bottom : 2.5rem ;
607
+ .ml-2 {
608
+ margin-left : 0.5rem ;
609
+ }
610
+
611
+ .mt-5 {
612
+ margin-top : 1.25rem ;
613
+ }
614
+
615
+ .mb-5 {
616
+ margin-bottom : 1.25rem ;
613
617
}
614
618
615
619
.inline-block {
@@ -624,10 +628,6 @@ video {
624
628
display : table;
625
629
}
626
630
627
- .grid {
628
- display : grid;
629
- }
630
-
631
631
.hidden {
632
632
display : none;
633
633
}
@@ -640,6 +640,10 @@ video {
640
640
height : 6rem ;
641
641
}
642
642
643
+ .h-4 {
644
+ height : 1rem ;
645
+ }
646
+
643
647
.h-6 {
644
648
height : 1.5rem ;
645
649
}
@@ -652,6 +656,14 @@ video {
652
656
height : 100vh ;
653
657
}
654
658
659
+ .w-24 {
660
+ width : 6rem ;
661
+ }
662
+
663
+ .w-4 {
664
+ width : 1rem ;
665
+ }
666
+
655
667
.w-6 {
656
668
width : 1.5rem ;
657
669
}
@@ -672,18 +684,6 @@ video {
672
684
width : 100% ;
673
685
}
674
686
675
- .w-24 {
676
- width : 6rem ;
677
- }
678
-
679
- .w-16 {
680
- width : 4rem ;
681
- }
682
-
683
- .w-36 {
684
- width : 9rem ;
685
- }
686
-
687
687
.max-w-7xl {
688
688
max-width : 80rem ;
689
689
}
@@ -700,12 +700,16 @@ video {
700
700
flex-shrink : 0 ;
701
701
}
702
702
703
- .auto-cols-max {
704
- grid-auto-columns : max-content;
703
+ .grow {
704
+ flex-grow : 1 ;
705
+ }
706
+
707
+ .list-inside {
708
+ list-style-position : inside;
705
709
}
706
710
707
- .grid-flow-col {
708
- grid-auto-flow : column ;
711
+ .list-decimal {
712
+ list-style-type : decimal ;
709
713
}
710
714
711
715
.flex-col {
@@ -716,6 +720,10 @@ video {
716
720
place-items : center;
717
721
}
718
722
723
+ .items-start {
724
+ align-items : flex-start;
725
+ }
726
+
719
727
.items-center {
720
728
align-items : center;
721
729
}
@@ -728,16 +736,20 @@ video {
728
736
justify-content : center;
729
737
}
730
738
731
- .justify-between {
732
- justify-content : space-between;
733
- }
734
-
735
739
.gap-2 {
736
740
gap : 0.5rem ;
737
741
}
738
742
739
- .gap-5 {
740
- gap : 1.25rem ;
743
+ .space-y-4 > : not ([hidden ]) ~ : not ([hidden ]) {
744
+ --tw-space-y-reverse : 0 ;
745
+ margin-top : calc (1rem * calc (1 - var (--tw-space-y-reverse )));
746
+ margin-bottom : calc (1rem * var (--tw-space-y-reverse ));
747
+ }
748
+
749
+ .space-y-6 > : not ([hidden ]) ~ : not ([hidden ]) {
750
+ --tw-space-y-reverse : 0 ;
751
+ margin-top : calc (1.5rem * calc (1 - var (--tw-space-y-reverse )));
752
+ margin-bottom : calc (1.5rem * var (--tw-space-y-reverse ));
741
753
}
742
754
743
755
.overflow-auto {
@@ -756,10 +768,6 @@ video {
756
768
border-radius : 0.5rem ;
757
769
}
758
770
759
- .rounded-full {
760
- border-radius : 9999px ;
761
- }
762
-
763
771
.bg-opacity-90 {
764
772
--tw-bg-opacity : 0.9 ;
765
773
}
@@ -777,23 +785,23 @@ video {
777
785
stroke : currentColor;
778
786
}
779
787
780
- .p-2 {
781
- padding : 0 .5rem ;
788
+ .p-6 {
789
+ padding : 1 .5rem ;
782
790
}
783
791
784
792
.px-6 {
785
793
padding-left : 1.5rem ;
786
794
padding-right : 1.5rem ;
787
795
}
788
796
789
- .text-center {
790
- text-align : center;
791
- }
792
-
793
797
.font-brand {
794
798
font-family : DotGothic16, ui-sans-serif, system-ui;
795
799
}
796
800
801
+ .font-small-text {
802
+ font-family : Nunito Sans, ui-sans-serif, system-ui;
803
+ }
804
+
797
805
.text-2xl {
798
806
font-size : 1.5rem ;
799
807
line-height : 2rem ;
@@ -809,23 +817,26 @@ video {
809
817
line-height : 1.25rem ;
810
818
}
811
819
812
- .text-base {
813
- font-size : 1rem ;
814
- line-height : 1.5rem ;
820
+ .font-bold {
821
+ font-weight : 700 ;
815
822
}
816
823
817
- .text-xl {
818
- font-size : 1.25rem ;
819
- line-height : 1.75rem ;
824
+ .font-medium {
825
+ font-weight : 500 ;
820
826
}
821
827
822
- .text-5xl {
823
- font-size : 3 rem ;
824
- line-height : 1 ;
828
+ .text-blue-600 {
829
+ --tw-text-opacity : 1 ;
830
+ color : rgb ( 37 99 235 / var ( --tw-text-opacity )) ;
825
831
}
826
832
827
- .font-bold {
828
- font-weight : 700 ;
833
+ .text-gray-600 {
834
+ --tw-text-opacity : 1 ;
835
+ color : rgb (75 85 99 / var (--tw-text-opacity ));
836
+ }
837
+
838
+ .underline {
839
+ text-decoration-line : underline;
829
840
}
830
841
831
842
.antialiased {
@@ -837,6 +848,10 @@ video {
837
848
opacity : 0.5 ;
838
849
}
839
850
851
+ .opacity-70 {
852
+ opacity : 0.7 ;
853
+ }
854
+
840
855
.shadow {
841
856
--tw-shadow : 0 1px 3px 0 rgb (0 0 0 / 0.1 ), 0 1px 2px -1px rgb (0 0 0 / 0.1 );
842
857
--tw-shadow-colored : 0 1px 3px 0 var (--tw-shadow-color ), 0 1px 2px -1px var (--tw-shadow-color );
@@ -879,6 +894,11 @@ video {
879
894
transform : translate3d (0 , 0 , 0 );
880
895
}
881
896
897
+ .hover\:text-blue-800 : hover {
898
+ --tw-text-opacity : 1 ;
899
+ color : rgb (30 64 175 / var (--tw-text-opacity ));
900
+ }
901
+
882
902
@media (min-width : 768px ) {
883
903
.md\:text-2xl {
884
904
font-size : 1.5rem ;
0 commit comments