8 lines
169 B
CSS
Raw Normal View History

2024-06-05 00:13:29 +08:00
.modal-dialog {
2024-06-06 09:28:13 -05:00
@apply relative z-50;
2024-06-05 00:13:29 +08:00
}
.modal-panel {
@apply w-full max-w-md transform rounded-2xl bg-white p-6 text-left align-middle shadow-xl transition-all;
}