8 lines
188 B
CSS
Raw Permalink 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-[480px] transform rounded-2xl bg-components-panel-bg p-6 text-left align-middle shadow-xl transition-all;
2024-06-05 00:13:29 +08:00
}