This commit is contained in:
Dede Fuji Abdul
2023-10-16 14:29:26 +07:00
parent 4ee87a0aa9
commit d80e8d2b5a
9 changed files with 979 additions and 96 deletions

View File

@ -762,6 +762,10 @@ select {
left: -0.5rem;
}
.bottom-0 {
bottom: 0px;
}
.left-0 {
left: 0px;
}
@ -802,34 +806,6 @@ select {
top: 100%;
}
.top-\[50\%\] {
top: 50%;
}
.bottom-0 {
bottom: 0px;
}
.\!bottom-0 {
bottom: 0px !important;
}
.\!right-0 {
right: 0px !important;
}
.\!top-0 {
top: 0px !important;
}
.bottom-auto {
bottom: auto;
}
.top-auto {
top: auto;
}
.z-10 {
z-index: 10;
}
@ -867,6 +843,11 @@ select {
margin-right: 0.5rem;
}
.mx-3 {
margin-left: 0.75rem;
margin-right: 0.75rem;
}
.mx-auto {
margin-left: auto;
margin-right: auto;
@ -887,26 +868,6 @@ select {
margin-bottom: auto;
}
.mx-4 {
margin-left: 1rem;
margin-right: 1rem;
}
.mx-3 {
margin-left: 0.75rem;
margin-right: 0.75rem;
}
.\!mx-3 {
margin-left: 0.75rem !important;
margin-right: 0.75rem !important;
}
.\!my-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.\!mt-0 {
margin-top: 0px !important;
}
@ -1107,6 +1068,11 @@ select {
height: 74vh;
}
.h-fit {
height: -moz-fit-content;
height: fit-content;
}
.h-full {
height: 100%;
}
@ -1115,11 +1081,6 @@ select {
height: 80vh;
}
.h-fit {
height: -moz-fit-content;
height: fit-content;
}
.max-h-0 {
max-height: 0px;
}
@ -1498,10 +1459,6 @@ select {
--tw-divide-opacity: 0.1;
}
.justify-self-center {
justify-self: center;
}
.overflow-hidden {
overflow: hidden;
}