feat add css

main
Kevin Hendrawan 2025-12-10 11:19:41 +07:00
parent 27daa672dc
commit 9b64dd7f61
2 changed files with 29 additions and 16 deletions

View File

@ -3,7 +3,6 @@
}
<style>
/* Sesuaikan tampilan select2 dengan DaisyUI */
.select2-container .select2-selection--single {
height: 3rem;
padding: 0.5rem 1rem;
@ -20,7 +19,6 @@
}
</style>
<div class="flex flex-col gap-2 md:flex-row md:justify-between md:gap-0">
<div class="prose">
<span class="text-xl font-semibold text-black">

View File

@ -0,0 +1,15 @@
/* Sesuaikan tampilan select2 dengan DaisyUI */
.select2-container .select2-selection--single {
height: 3rem;
padding: 0.5rem 1rem;
border-radius: 0.5rem;
border: 1px solid #d4d4d8;
}
.select2-selection__rendered {
line-height: 2rem !important;
}
.select2-selection__arrow {
height: 2rem !important;
}