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.
| 1234567 |
- .modal-dialog {
- @apply relative z-50;
- }
-
- .modal-panel {
- @apply w-full max-w-md transform rounded-2xl bg-white p-6 text-left align-middle shadow-xl transition-all;
- }
|