Add min-height and padding classes, update background color and shadow classes

This commit is contained in:
Dede Fuji Abdul 2024-03-05 21:04:25 +07:00
parent 67249ef8aa
commit 5860f84a4a

View File

@ -1675,6 +1675,30 @@ 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;
}
@ -2839,6 +2863,11 @@ 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;
}
@ -3245,6 +3274,10 @@ body {
padding-top: 1.25rem;
}
.pl-0 {
padding-left: 0px;
}
.text-left {
text-align: left;
}
@ -3792,6 +3825,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-gray-50 {
--tw-shadow-color: #f9fafb;
--tw-shadow: var(--tw-shadow-colored);