You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.css 188B

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