Update package.json and style.css

This commit is contained in:
Dede Fuji Abdul
2024-03-06 08:52:32 +07:00
parent 5d4d992571
commit 54189b9665
3 changed files with 1299 additions and 546 deletions

View File

@ -1667,6 +1667,10 @@ body {
max-height: calc(100vh - 140px);
}
.min-h-\[32px\] {
min-height: 32px;
}
.min-h-full {
min-height: 100%;
}
@ -1675,30 +1679,6 @@ body {
min-height: 100vh;
}
.min-h-\[56px\] {
min-height: 56px;
}
.min-h-\[40px\] {
min-height: 40px;
}
.min-h-\[36px\] {
min-height: 36px;
}
.min-h-\[24px\] {
min-height: 24px;
}
.min-h-\[28px\] {
min-height: 28px;
}
.min-h-\[32px\] {
min-height: 32px;
}
.w-0 {
width: 0px;
}
@ -2863,11 +2843,6 @@ body {
background-color: rgb(204 204 0 / var(--tw-bg-opacity));
}
.\!bg-gray-200 {
--tw-bg-opacity: 1 !important;
background-color: rgb(229 231 235 / var(--tw-bg-opacity)) !important;
}
.bg-opacity-100 {
--tw-bg-opacity: 1;
}
@ -3274,10 +3249,6 @@ body {
padding-top: 1.25rem;
}
.pl-0 {
padding-left: 0px;
}
.text-left {
text-align: left;
}
@ -3813,6 +3784,12 @@ body {
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-none {
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
@ -3825,12 +3802,6 @@ body {
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-none {
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-gray-50 {
--tw-shadow-color: #f9fafb;
--tw-shadow: var(--tw-shadow-colored);