feat: create pop up in rekapitulasi keluhan all

This commit is contained in:
kur0nek-o
2024-03-11 14:35:42 +07:00
parent 30f920e1d0
commit f52c78f92e
4 changed files with 1486 additions and 431 deletions

View File

@ -3261,14 +3261,14 @@ body {
text-align: left;
}
.text-center {
text-align: center;
}
.\!text-center {
text-align: center !important;
}
.text-center {
text-align: center;
}
.\!text-right {
text-align: right !important;
}
@ -6058,10 +6058,6 @@ body {
width: 2.5rem;
}
.lg\:w-2\/6 {
width: 33.333333%;
}
.lg\:w-80 {
width: 20rem;
}
@ -6074,10 +6070,6 @@ body {
width: 70%;
}
.lg\:flex-row {
flex-direction: row;
}
.lg\:flex-col {
flex-direction: column;
}
@ -6086,16 +6078,6 @@ body {
flex-wrap: nowrap;
}
.lg\:justify-between {
justify-content: space-between;
}
.lg\: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)));
}
.lg\:rounded-t-3xl {
border-top-left-radius: 1.5rem;
border-top-right-radius: 1.5rem;