@@ -633,8 +633,12 @@ svg {
633633 bottom : 0px ;
634634}
635635
636- .right-0 {
637- right : 0px ;
636+ .top-5 {
637+ top : 1.25rem ;
638+ }
639+
640+ .right-5 {
641+ right : 1.25rem ;
638642}
639643
640644.left-1 {
@@ -649,10 +653,6 @@ svg {
649653 z-index : 50 ;
650654}
651655
652- .z-40 {
653- z-index : 40 ;
654- }
655-
656656.m-1 {
657657 margin : 0.25rem ;
658658}
@@ -695,14 +695,14 @@ svg {
695695 margin-left : auto;
696696}
697697
698- .mb-4 {
699- margin-bottom : 1rem ;
700- }
701-
702698.ml-3 {
703699 margin-left : 0.75rem ;
704700}
705701
702+ .mr-3 {
703+ margin-right : 0.75rem ;
704+ }
705+
706706.mb-3 {
707707 margin-bottom : 0.75rem ;
708708}
@@ -731,10 +731,6 @@ svg {
731731 margin-left : 0.25rem ;
732732}
733733
734- .mr-3 {
735- margin-right : 0.75rem ;
736- }
737-
738734.ml-64 {
739735 margin-left : 16rem ;
740736}
@@ -787,6 +783,10 @@ svg {
787783 width : 100% ;
788784}
789785
786+ .w-auto {
787+ width : auto;
788+ }
789+
790790.w-16 {
791791 width : 4rem ;
792792}
@@ -1018,9 +1018,9 @@ svg {
10181018 background-color : rgb (226 232 240 / var (--tw-bg-opacity ));
10191019}
10201020
1021- .bg-gray-300 {
1021+ .bg-gray-400 {
10221022 --tw-bg-opacity : 1 ;
1023- background-color : rgb (209 213 219 / var (--tw-bg-opacity ));
1023+ background-color : rgb (156 163 175 / var (--tw-bg-opacity ));
10241024}
10251025
10261026.bg-sky-500 {
@@ -1122,10 +1122,6 @@ svg {
11221122 padding : 0.75rem ;
11231123}
11241124
1125- .p-5 {
1126- padding : 1.25rem ;
1127- }
1128-
11291125.p-1\. 5 {
11301126 padding : 0.375rem ;
11311127}
@@ -1134,6 +1130,10 @@ svg {
11341130 padding : 0.25rem ;
11351131}
11361132
1133+ .p-5 {
1134+ padding : 1.25rem ;
1135+ }
1136+
11371137.p-4 {
11381138 padding : 1rem ;
11391139}
@@ -1474,10 +1474,10 @@ svg {
14741474
14751475.checkbox : checked {
14761476 background-image : url ("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.707 7.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0-1.414-1.414L7 8.586 5.707 7.293z'/%3e%3c/svg%3e" );
1477- background-color : currentColor;
1478- background-size : cover;
1479- background-position : center;
14801477 background-repeat : no-repeat;
1478+ background-position : center;
1479+ background-size : cover;
1480+ background-color : currentColor;
14811481}
14821482
14831483# phpinfo .center {
@@ -1863,14 +1863,6 @@ svg {
18631863 display : none;
18641864 }
18651865
1866- .md\:w-1\/ 2 {
1867- width : 50% ;
1868- }
1869-
1870- .md\:w-96 {
1871- width : 24rem ;
1872- }
1873-
18741866 .md\:w-24 {
18751867 width : 6rem ;
18761868 }
0 commit comments