index.css 174 B

1234567
  1. .modal-dialog {
  2. @apply relative z-50;
  3. }
  4. .modal-panel {
  5. @apply w-full max-w-[480px] transform rounded-2xl bg-white p-6 text-left align-middle shadow-xl transition-all;
  6. }