bank-sampah/wwwroot/css/select2-custom.css

15 lines
328 B
CSS

/* 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;
}