Skip to content

Commit 951bb6d

Browse files
committed
Formatting
1 parent ee770b4 commit 951bb6d

File tree

2 files changed

+70001
-96238
lines changed

2 files changed

+70001
-96238
lines changed

public/css/app.css

Lines changed: 43 additions & 113 deletions
Original file line numberDiff line numberDiff line change
@@ -663,14 +663,14 @@ video {
663663
z-index: 50;
664664
}
665665

666-
.m-4 {
667-
margin: 1rem;
668-
}
669-
670666
.m-2 {
671667
margin: 0.5rem;
672668
}
673669

670+
.m-4 {
671+
margin: 1rem;
672+
}
673+
674674
.mx-auto {
675675
margin-left: auto;
676676
margin-right: auto;
@@ -759,10 +759,6 @@ video {
759759
margin-top: 2rem;
760760
}
761761

762-
.mb-4 {
763-
margin-bottom: 1rem;
764-
}
765-
766762
.block {
767763
display: block;
768764
}
@@ -847,6 +843,10 @@ video {
847843
height: 2rem;
848844
}
849845

846+
.h-\[70px\] {
847+
height: 70px;
848+
}
849+
850850
.h-auto {
851851
height: auto;
852852
}
@@ -859,10 +859,6 @@ video {
859859
height: 100vh;
860860
}
861861

862-
.h-\[70px\] {
863-
height: 70px;
864-
}
865-
866862
.max-h-full {
867863
max-height: 100%;
868864
}
@@ -907,70 +903,30 @@ video {
907903
width: 2rem;
908904
}
909905

910-
.w-auto {
911-
width: auto;
912-
}
913-
914-
.w-full {
915-
width: 100%;
916-
}
917-
918-
.w-screen {
919-
width: 100vw;
906+
.w-\[170px\] {
907+
width: 170px;
920908
}
921909

922910
.w-\[70px\] {
923911
width: 70px;
924912
}
925913

926-
.w-\[400px\] {
927-
width: 400px;
928-
}
929-
930-
.w-1\/3 {
931-
width: 33.333333%;
932-
}
933-
934-
.w-2\/3 {
935-
width: 66.666667%;
936-
}
937-
938-
.w-\[300px\] {
939-
width: 300px;
940-
}
941-
942-
.w-\[200px\] {
943-
width: 200px;
944-
}
945-
946-
.w-\[150px\] {
947-
width: 150px;
948-
}
949-
950-
.w-\[170px\] {
951-
width: 170px;
952-
}
953-
954-
.max-w-screen-xl {
955-
max-width: 1280px;
914+
.w-auto {
915+
width: auto;
956916
}
957917

958-
.max-w-\[65px\] {
959-
max-width: 65px;
918+
.w-full {
919+
width: 100%;
960920
}
961921

962-
.max-w-\[80px\] {
963-
max-width: 80px;
922+
.w-screen {
923+
width: 100vw;
964924
}
965925

966926
.max-w-\[90px\] {
967927
max-width: 90px;
968928
}
969929

970-
.max-w-screen-sm {
971-
max-width: 640px;
972-
}
973-
974930
.max-w-screen-md {
975931
max-width: 768px;
976932
}
@@ -1209,18 +1165,14 @@ video {
12091165
border-width: 2px;
12101166
}
12111167

1212-
.border-t-2 {
1213-
border-top-width: 2px;
1214-
}
1215-
1216-
.border-t-4 {
1217-
border-top-width: 4px;
1218-
}
1219-
12201168
.border-b-2 {
12211169
border-bottom-width: 2px;
12221170
}
12231171

1172+
.border-t-2 {
1173+
border-top-width: 2px;
1174+
}
1175+
12241176
.border-blue-600 {
12251177
--tw-border-opacity: 1;
12261178
border-color: rgb(37 99 235 / var(--tw-border-opacity));
@@ -1246,16 +1198,6 @@ video {
12461198
border-color: rgb(209 213 219 / var(--tw-border-opacity));
12471199
}
12481200

1249-
.border-gray-500 {
1250-
--tw-border-opacity: 1;
1251-
border-color: rgb(107 114 128 / var(--tw-border-opacity));
1252-
}
1253-
1254-
.border-indigo-500 {
1255-
--tw-border-opacity: 1;
1256-
border-color: rgb(99 102 241 / var(--tw-border-opacity));
1257-
}
1258-
12591201
.border-opacity-50 {
12601202
--tw-border-opacity: 0.5;
12611203
}
@@ -1360,6 +1302,11 @@ video {
13601302
padding-right: 0.5rem;
13611303
}
13621304

1305+
.px-3 {
1306+
padding-left: 0.75rem;
1307+
padding-right: 0.75rem;
1308+
}
1309+
13631310
.px-4 {
13641311
padding-left: 1rem;
13651312
padding-right: 1rem;
@@ -1375,6 +1322,16 @@ video {
13751322
padding-right: 1.5rem;
13761323
}
13771324

1325+
.px-8 {
1326+
padding-left: 2rem;
1327+
padding-right: 2rem;
1328+
}
1329+
1330+
.py-16 {
1331+
padding-top: 4rem;
1332+
padding-bottom: 4rem;
1333+
}
1334+
13781335
.py-2 {
13791336
padding-top: 0.5rem;
13801337
padding-bottom: 0.5rem;
@@ -1395,21 +1352,6 @@ video {
13951352
padding-bottom: 1rem;
13961353
}
13971354

1398-
.px-8 {
1399-
padding-left: 2rem;
1400-
padding-right: 2rem;
1401-
}
1402-
1403-
.py-16 {
1404-
padding-top: 4rem;
1405-
padding-bottom: 4rem;
1406-
}
1407-
1408-
.px-3 {
1409-
padding-left: 0.75rem;
1410-
padding-right: 0.75rem;
1411-
}
1412-
14131355
.pb-12 {
14141356
padding-bottom: 3rem;
14151357
}
@@ -1644,6 +1586,10 @@ video {
16441586
transition-duration: 200ms;
16451587
}
16461588

1589+
.duration-300 {
1590+
transition-duration: 300ms;
1591+
}
1592+
16471593
.duration-500 {
16481594
transition-duration: 500ms;
16491595
}
@@ -1652,14 +1598,6 @@ video {
16521598
transition-duration: 700ms;
16531599
}
16541600

1655-
.duration-300 {
1656-
transition-duration: 300ms;
1657-
}
1658-
1659-
.duration-1000 {
1660-
transition-duration: 1000ms;
1661-
}
1662-
16631601
.ease-in-out {
16641602
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
16651603
}
@@ -1719,14 +1657,14 @@ video {
17191657
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
17201658
}
17211659

1722-
.focus\:border-indigo-500:focus {
1660+
.focus\:border-blue-500:focus {
17231661
--tw-border-opacity: 1;
1724-
border-color: rgb(99 102 241 / var(--tw-border-opacity));
1662+
border-color: rgb(59 130 246 / var(--tw-border-opacity));
17251663
}
17261664

1727-
.focus\:border-blue-500:focus {
1665+
.focus\:border-indigo-500:focus {
17281666
--tw-border-opacity: 1;
1729-
border-color: rgb(59 130 246 / var(--tw-border-opacity));
1667+
border-color: rgb(99 102 241 / var(--tw-border-opacity));
17301668
}
17311669

17321670
.focus\:outline-none:focus {
@@ -1979,10 +1917,6 @@ video {
19791917

19801918
@media (min-width: 1024px) {
19811919

1982-
.lg\:m-2 {
1983-
margin: 0.5rem;
1984-
}
1985-
19861920
.lg\:ml-0 {
19871921
margin-left: 0px;
19881922
}
@@ -2011,10 +1945,6 @@ video {
20111945
display: none;
20121946
}
20131947

2014-
.lg\:h-12 {
2015-
height: 3rem;
2016-
}
2017-
20181948
.lg\:h-24 {
20191949
height: 6rem;
20201950
}

0 commit comments

Comments
 (0)