File tree Expand file tree Collapse file tree 2 files changed +15
-56
lines changed
Expand file tree Collapse file tree 2 files changed +15
-56
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "vue3snippets.enable-compile-vue-file-on-did-save-code" : false
3+ }
Original file line number Diff line number Diff line change @@ -612,10 +612,6 @@ video {
612612 border-width : 0 ;
613613}
614614
615- .pointer-events-none {
616- pointer-events : none;
617- }
618-
619615.visible {
620616 visibility : visible;
621617}
@@ -759,8 +755,12 @@ video {
759755 margin-top : -3rem ;
760756}
761757
762- .mt-40 {
763- margin-top : 10rem ;
758+ .mt-36 {
759+ margin-top : 9rem ;
760+ }
761+
762+ .ml-8 {
763+ margin-left : 2rem ;
764764}
765765
766766.mr-4 {
@@ -779,22 +779,10 @@ video {
779779 margin-top : 2rem ;
780780}
781781
782- .ml-8 {
783- margin-left : 2rem ;
784- }
785-
786782.mb-1 {
787783 margin-bottom : 0.25rem ;
788784}
789785
790- .ml-6 {
791- margin-left : 1.5rem ;
792- }
793-
794- .mt-36 {
795- margin-top : 9rem ;
796- }
797-
798786.block {
799787 display : block;
800788}
@@ -859,8 +847,8 @@ video {
859847 height : 1.5rem ;
860848}
861849
862- .h-96 {
863- height : 24 rem ;
850+ .h-screen {
851+ height : 100 vh ;
864852}
865853
866854.h-56 {
@@ -895,10 +883,6 @@ video {
895883 height : 1rem ;
896884}
897885
898- .h-screen {
899- height : 100vh ;
900- }
901-
902886.w-full {
903887 width : 100% ;
904888}
@@ -931,10 +915,6 @@ video {
931915 width : 16.666667% ;
932916}
933917
934- .w-9\/ 12 {
935- width : 75% ;
936- }
937-
938918.w-3 {
939919 width : 0.75rem ;
940920}
@@ -955,18 +935,6 @@ video {
955935 width : 1rem ;
956936}
957937
958- .w-48 {
959- width : 12rem ;
960- }
961-
962- .w-44 {
963- width : 11rem ;
964- }
965-
966- .w-36 {
967- width : 9rem ;
968- }
969-
970938.flex-1 {
971939 flex : 1 1 0% ;
972940}
@@ -1067,14 +1035,14 @@ video {
10671035 cursor : pointer;
10681036}
10691037
1070- .cursor-not-allowed {
1071- cursor : not-allowed;
1072- }
1073-
10741038.cursor-default {
10751039 cursor : default;
10761040}
10771041
1042+ .cursor-not-allowed {
1043+ cursor : not-allowed;
1044+ }
1045+
10781046.resize {
10791047 resize : both;
10801048}
@@ -1889,18 +1857,10 @@ video {
18891857 width : 100% ;
18901858 }
18911859
1892- .md\:w-10\/ 12 {
1893- width : 83.333333% ;
1894- }
1895-
18961860 .md\:w-1\/ 3 {
18971861 width : 33.333333% ;
18981862 }
18991863
1900- .md\:w-64 {
1901- width : 16rem ;
1902- }
1903-
19041864 .md\:grid-cols-2 {
19051865 grid-template-columns : repeat (2 , minmax (0 , 1fr ));
19061866 }
@@ -1972,10 +1932,6 @@ video {
19721932 width : 50% ;
19731933 }
19741934
1975- .lg\:w-3\/ 12 {
1976- width : 25% ;
1977- }
1978-
19791935 .lg\:w-1\/ 12 {
19801936 width : 8.333333% ;
19811937 }
You can’t perform that action at this time.
0 commit comments