@@ -667,12 +667,24 @@ video {
667667 inset-inline-end : 0.25rem ;
668668}
669669
670- .left-1\/ 4 {
671- left : 25 % ;
670+ .right- 4 {
671+ right : 1 rem ;
672672}
673673
674- .top-1\/ 4 {
675- top : 25% ;
674+ .top-4 {
675+ top : 1rem ;
676+ }
677+
678+ .bottom-2 {
679+ bottom : 0.5rem ;
680+ }
681+
682+ .right-2 {
683+ right : 0.5rem ;
684+ }
685+
686+ .top-0 {
687+ top : 0px ;
676688}
677689
678690.isolate {
@@ -683,6 +695,10 @@ video {
683695 isolation : auto;
684696}
685697
698+ .z-50 {
699+ z-index : 50 ;
700+ }
701+
686702.float-start {
687703 float : inline-start;
688704}
@@ -862,10 +878,38 @@ video {
862878 height : 1.5rem ;
863879}
864880
881+ .h-\[387\] {
882+ height : 387 ;
883+ }
884+
865885.h-full {
866886 height : 100% ;
867887}
868888
889+ .h-\[387px\] {
890+ height : 387px ;
891+ }
892+
893+ .h-\[330px\] {
894+ height : 330px ;
895+ }
896+
897+ .h-\[450px\] {
898+ height : 450px ;
899+ }
900+
901+ .h-\[225px\] {
902+ height : 225px ;
903+ }
904+
905+ .h-\[75px\] {
906+ height : 75px ;
907+ }
908+
909+ .h-\[150px\] {
910+ height : 150px ;
911+ }
912+
869913.max-h-screen {
870914 max-height : 100vh ;
871915}
@@ -878,6 +922,10 @@ video {
878922 width : 6rem ;
879923}
880924
925+ .w-48 {
926+ width : 12rem ;
927+ }
928+
881929.w-5 {
882930 width : 1.25rem ;
883931}
@@ -886,8 +934,8 @@ video {
886934 width : 1.5rem ;
887935}
888936
889- .w-\[600px \] {
890- width : 600 px ;
937+ .w-\[258 \] {
938+ width : 258 ;
891939}
892940
893941.w-\[this-is\\\\\] {
@@ -902,6 +950,34 @@ video {
902950 width : weird-and-invalid;
903951}
904952
953+ .w-\[258px\] {
954+ width : 258px ;
955+ }
956+
957+ .w-\[220px\] {
958+ width : 220px ;
959+ }
960+
961+ .w-\[300px\] {
962+ width : 300px ;
963+ }
964+
965+ .w-\[150px\] {
966+ width : 150px ;
967+ }
968+
969+ .w-\[50px\] {
970+ width : 50px ;
971+ }
972+
973+ .w-full {
974+ width : 100% ;
975+ }
976+
977+ .w-\[100px\] {
978+ width : 100px ;
979+ }
980+
905981.max-w-md {
906982 max-width : 28rem ;
907983}
@@ -950,6 +1026,10 @@ video {
9501026 border-collapse : separate;
9511027}
9521028
1029+ .origin-top-left {
1030+ transform-origin : top left;
1031+ }
1032+
9531033.scale-0 {
9541034 --tw-scale-x : 0 ;
9551035 --tw-scale-y : 0 ;
@@ -1448,10 +1528,6 @@ video {
14481528 justify-items : stretch;
14491529}
14501530
1451- .gap-1 {
1452- gap : 0.25rem ;
1453- }
1454-
14551531.gap-12 {
14561532 gap : 3rem ;
14571533}
@@ -1460,6 +1536,10 @@ video {
14601536 gap : 0.5rem ;
14611537}
14621538
1539+ .gap-4 {
1540+ gap : 1rem ;
1541+ }
1542+
14631543.space-x-2 > : not ([hidden ]) ~ : not ([hidden ]) {
14641544 --tw-space-x-reverse : 0 ;
14651545 margin-right : calc (0.5rem * var (--tw-space-x-reverse ));
@@ -1900,35 +1980,20 @@ video {
19001980 border-style : none;
19011981}
19021982
1903- .border-back-highlight {
1904- --tw-border-opacity : 1 ;
1905- border-color : rgb (145 145 145 / var (--tw-border-opacity ));
1906- }
1907-
1908- .border-b-back-shadow {
1909- --tw-border-opacity : 1 ;
1910- border-bottom-color : rgb (20 19 19 / var (--tw-border-opacity ));
1911- }
1912-
1913- .border-r-back-shadow {
1914- --tw-border-opacity : 1 ;
1915- border-right-color : rgb (20 19 19 / var (--tw-border-opacity ));
1916- }
1917-
19181983.bg-\[rgb\(255\2c 0\2c 0\)\] {
19191984 --tw-bg-opacity : 1 ;
19201985 background-color : rgb (255 0 0 / var (--tw-bg-opacity ));
19211986}
19221987
1923- .bg-back {
1924- background-color : rgba (51 , 50 , 50 , 1 );
1925- }
1926-
19271988.bg-black {
19281989 --tw-bg-opacity : 1 ;
19291990 background-color : rgb (0 0 0 / var (--tw-bg-opacity ));
19301991}
19311992
1993+ .bg-black\/ 90 {
1994+ background-color : rgb (0 0 0 / 0.9 );
1995+ }
1996+
19321997.bg-white\/ 10 {
19331998 background-color : rgb (255 255 255 / 0.1 );
19341999}
@@ -1937,6 +2002,14 @@ video {
19372002 background-color : rgb (255 255 255 / 0.05 );
19382003}
19392004
2005+ .bg-black\/ 50 {
2006+ background-color : rgb (0 0 0 / 0.5 );
2007+ }
2008+
2009+ .bg-black\/ 80 {
2010+ background-color : rgb (0 0 0 / 0.8 );
2011+ }
2012+
19402013.bg-opacity-50 {
19412014 --tw-bg-opacity : 0.5 ;
19422015}
@@ -2082,10 +2155,6 @@ video {
20822155 padding : 0.75rem ;
20832156}
20842157
2085- .p-\[6px\] {
2086- padding : 6px ;
2087- }
2088-
20892158.px-1 {
20902159 padding-left : 0.25rem ;
20912160 padding-right : 0.25rem ;
@@ -2096,19 +2165,19 @@ video {
20962165 padding-right : 0.375rem ;
20972166}
20982167
2099- .px-4 {
2100- padding-left : 1 rem ;
2101- padding-right : 1 rem ;
2168+ .px-14 {
2169+ padding-left : 3.5 rem ;
2170+ padding-right : 3.5 rem ;
21022171}
21032172
21042173.px-5 {
21052174 padding-left : 1.25rem ;
21062175 padding-right : 1.25rem ;
21072176}
21082177
2109- .py-3 {
2110- padding-top : 0.75 rem ;
2111- padding-bottom : 0.75 rem ;
2178+ .py-12 {
2179+ padding-top : 3 rem ;
2180+ padding-bottom : 3 rem ;
21122181}
21132182
21142183.text-left {
@@ -2186,11 +2255,16 @@ video {
21862255}
21872256
21882257.text-source-default {
2189- font-size : 13 px ;
2258+ font-size : 1 rem ;
21902259}
21912260
21922261.text-source-uibold {
2193- font-size : 11px ;
2262+ font-size : 2rem ;
2263+ }
2264+
2265+ .text-xs {
2266+ font-size : 0.75rem ;
2267+ line-height : 1rem ;
21942268}
21952269
21962270.font-bold {
@@ -2605,6 +2679,34 @@ video {
26052679 transition-duration : 150ms ;
26062680}
26072681
2682+ .transition-opacity {
2683+ transition-property : opacity;
2684+ transition-timing-function : cubic-bezier (0.4 , 0 , 0.2 , 1 );
2685+ transition-duration : 150ms ;
2686+ }
2687+
2688+ .transition-transform {
2689+ transition-property : transform;
2690+ transition-timing-function : cubic-bezier (0.4 , 0 , 0.2 , 1 );
2691+ transition-duration : 150ms ;
2692+ }
2693+
2694+ .duration-150 {
2695+ transition-duration : 150ms ;
2696+ }
2697+
2698+ .duration-1000 {
2699+ transition-duration : 1000ms ;
2700+ }
2701+
2702+ .duration-700 {
2703+ transition-duration : 700ms ;
2704+ }
2705+
2706+ .duration-300 {
2707+ transition-duration : 300ms ;
2708+ }
2709+
26082710.ease-in {
26092711 transition-timing-function : cubic-bezier (0.4 , 0 , 1 , 1 );
26102712}
@@ -2791,6 +2893,14 @@ body.in-level::before {
27912893 }
27922894}
27932895
2896+ .hover\:z-50 : hover {
2897+ z-index : 50 ;
2898+ }
2899+
2900+ .hover\:z-10 : hover {
2901+ z-index : 10 ;
2902+ }
2903+
27942904.hover\:scale-125 : hover {
27952905 --tw-scale-x : 1.25 ;
27962906 --tw-scale-y : 1.25 ;
@@ -2811,11 +2921,6 @@ body.in-level::before {
28112921 text-align : center;
28122922}
28132923
2814- .focus\:outline-none : focus {
2815- outline : 2px solid transparent;
2816- outline-offset : 2px ;
2817- }
2818-
28192924.focus\:hover\:text-center : hover : focus {
28202925 text-align : center;
28212926}
0 commit comments