Update Type7.vue and DetailDialog.vue components, and style.css

This commit is contained in:
Dede Fuji Abdul
2024-03-07 17:05:21 +07:00
parent c6bb405b57
commit 7bad39e629
9 changed files with 3987 additions and 375 deletions

View File

@ -1679,6 +1679,10 @@ body {
min-height: 100vh;
}
.min-h-\[40px\] {
min-height: 40px;
}
.w-0 {
width: 0px;
}
@ -2212,6 +2216,18 @@ body {
margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(1rem * var(--tw-space-x-reverse));
margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
--tw-divide-y-reverse: 0;
border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
@ -3273,6 +3289,10 @@ body {
text-align: start;
}
.\!align-top {
vertical-align: top !important;
}
.align-middle {
vertical-align: middle;
}
@ -6064,6 +6084,12 @@ body {
margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.lg\:rounded-t-3xl {
border-top-left-radius: 1.5rem;
border-top-right-radius: 1.5rem;