Skip to content

Commit 4e7db5e

Browse files
authored
Merge pull request #19 from SwapnilTechVariable/improvement/v2-xlsx-frontend
Improvement/v2 xlsx frontend
2 parents 769ee0e + 283bba4 commit 4e7db5e

File tree

13 files changed

+419
-125
lines changed

13 files changed

+419
-125
lines changed

global/global.css

Lines changed: 36 additions & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,14 @@ Ensure the default browser behavior of the `hidden` attribute.
563563
right: 0.75rem;
564564
}
565565

566+
.left-1 {
567+
left: 0.25rem;
568+
}
569+
570+
.top-1 {
571+
top: 0.25rem;
572+
}
573+
566574
.right-0 {
567575
right: 0px;
568576
}
@@ -658,6 +666,10 @@ Ensure the default browser behavior of the `hidden` attribute.
658666
margin-right: 1.75rem;
659667
}
660668

669+
.mb-12 {
670+
margin-bottom: 3rem;
671+
}
672+
661673
.mr-4 {
662674
margin-right: 1rem;
663675
}
@@ -786,24 +798,12 @@ Ensure the default browser behavior of the `hidden` attribute.
786798
height: 3rem;
787799
}
788800

789-
.h-20 {
790-
height: 5rem;
791-
}
792-
793801
.h-28 {
794802
height: 7rem;
795803
}
796804

797-
.h-16 {
798-
height: 4rem;
799-
}
800-
801-
.h-14 {
802-
height: 3.5rem;
803-
}
804-
805-
.h-24 {
806-
height: 6rem;
805+
.h-20 {
806+
height: 5rem;
807807
}
808808

809809
.min-h-screen {
@@ -830,14 +830,18 @@ Ensure the default browser behavior of the `hidden` attribute.
830830
width: 2rem;
831831
}
832832

833-
.w-96 {
834-
width: 24rem;
835-
}
836-
837833
.w-6 {
838834
width: 1.5rem;
839835
}
840836

837+
.w-16 {
838+
width: 4rem;
839+
}
840+
841+
.w-14 {
842+
width: 3.5rem;
843+
}
844+
841845
.w-44 {
842846
width: 11rem;
843847
}
@@ -858,44 +862,16 @@ Ensure the default browser behavior of the `hidden` attribute.
858862
width: 16rem;
859863
}
860864

861-
.w-20 {
862-
width: 5rem;
863-
}
864-
865-
.w-1\/2 {
866-
width: 50%;
867-
}
868-
869865
.w-28 {
870866
width: 7rem;
871867
}
872868

873-
.w-40 {
874-
width: 10rem;
875-
}
876-
877-
.w-36 {
878-
width: 9rem;
879-
}
880-
881-
.w-16 {
882-
width: 4rem;
883-
}
884-
885-
.w-14 {
886-
width: 3.5rem;
887-
}
888-
889-
.w-1\/6 {
890-
width: 16.666667%;
891-
}
892-
893-
.w-24 {
894-
width: 6rem;
869+
.w-20 {
870+
width: 5rem;
895871
}
896872

897-
.w-72 {
898-
width: 18rem;
873+
.w-1\/2 {
874+
width: 50%;
899875
}
900876

901877
.min-w-full {
@@ -1041,18 +1017,18 @@ Ensure the default browser behavior of the `hidden` attribute.
10411017
gap: 0.25rem;
10421018
}
10431019

1044-
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
1045-
--tw-space-y-reverse: 0;
1046-
margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
1047-
margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
1048-
}
1049-
10501020
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
10511021
--tw-space-y-reverse: 0;
10521022
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
10531023
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
10541024
}
10551025

1026+
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
1027+
--tw-space-y-reverse: 0;
1028+
margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
1029+
margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
1030+
}
1031+
10561032
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
10571033
--tw-space-x-reverse: 0;
10581034
margin-right: calc(1.5rem * var(--tw-space-x-reverse));
@@ -1154,10 +1130,6 @@ Ensure the default browser behavior of the `hidden` attribute.
11541130
border-bottom-width: 2px;
11551131
}
11561132

1157-
.border-t-2 {
1158-
border-top-width: 2px;
1159-
}
1160-
11611133
.border-none {
11621134
border-style: none;
11631135
}
@@ -1226,16 +1198,6 @@ Ensure the default browser behavior of the `hidden` attribute.
12261198
border-color: rgb(107 114 128 / var(--tw-border-opacity));
12271199
}
12281200

1229-
.border-gray-400 {
1230-
--tw-border-opacity: 1;
1231-
border-color: rgb(156 163 175 / var(--tw-border-opacity));
1232-
}
1233-
1234-
.border-gray-600 {
1235-
--tw-border-opacity: 1;
1236-
border-color: rgb(75 85 99 / var(--tw-border-opacity));
1237-
}
1238-
12391201
.bg-white {
12401202
--tw-bg-opacity: 1;
12411203
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
@@ -1294,11 +1256,6 @@ Ensure the default browser behavior of the `hidden` attribute.
12941256
background-color: rgb(2 132 199 / var(--tw-bg-opacity));
12951257
}
12961258

1297-
.bg-violet-50 {
1298-
--tw-bg-opacity: 1;
1299-
background-color: rgb(245 243 255 / var(--tw-bg-opacity));
1300-
}
1301-
13021259
.bg-sky-100 {
13031260
--tw-bg-opacity: 1;
13041261
background-color: rgb(224 242 254 / var(--tw-bg-opacity));
@@ -1309,16 +1266,6 @@ Ensure the default browser behavior of the `hidden` attribute.
13091266
background-color: rgb(224 231 255 / var(--tw-bg-opacity));
13101267
}
13111268

1312-
.bg-gray-300 {
1313-
--tw-bg-opacity: 1;
1314-
background-color: rgb(209 213 219 / var(--tw-bg-opacity));
1315-
}
1316-
1317-
.bg-gray-400 {
1318-
--tw-bg-opacity: 1;
1319-
background-color: rgb(156 163 175 / var(--tw-bg-opacity));
1320-
}
1321-
13221269
.bg-opacity-75 {
13231270
--tw-bg-opacity: 0.75;
13241271
}
@@ -1445,10 +1392,6 @@ Ensure the default browser behavior of the `hidden` attribute.
14451392
padding-bottom: 0.5rem;
14461393
}
14471394

1448-
.pt-10 {
1449-
padding-top: 2.5rem;
1450-
}
1451-
14521395
.pl-2 {
14531396
padding-left: 0.5rem;
14541397
}
@@ -1501,6 +1444,10 @@ Ensure the default browser behavior of the `hidden` attribute.
15011444
padding-bottom: 1.5rem;
15021445
}
15031446

1447+
.pt-10 {
1448+
padding-top: 2.5rem;
1449+
}
1450+
15041451
.pt-2 {
15051452
padding-top: 0.5rem;
15061453
}

0 commit comments

Comments
 (0)