feat(DashboardNasabah): Add Responsive Modal

main
Kevin Hendrawan 2025-11-29 13:51:25 +07:00
parent b4dee2e7f0
commit ab5fe0ac50
1 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@
</div>
</div>
<!-- Modal Filter -->
<!-- Modal Popup Informasi Prestasi -->
<dialog id="success_modal" class="modal">
<div class="modal-box max-w-2xl">
<!-- Close button -->
@ -19,7 +19,7 @@
<!-- Content with horizontal layout -->
<div class="flex gap-6 py-4">
<!-- Left side - Confetti icon -->
<div class="flex-shrink-0 w-24 h-24 bg-cover bg-center bg-no-repeat" style="background-image: url('/images/welcome_modal.svg');">
<div class="flex-shrink-0 w-24 h-24 bg-cover bg-center bg-no-repeat hidden md:block" style="background-image: url('/images/welcome_modal.svg');">
</div>
@ -48,7 +48,7 @@
<button onclick="success_modal.close()">close</button>
</form>
</dialog>
<!-- /modal filter -->
<!-- /modal Popup Informasi Prestasi -->
<div class="h-6"></div>