Morget-01 / web /app /components /base /modal /index.css
MGFeng's picture
Upload 2985 files
c867d8f verified
Raw
History Blame Contribute Delete
181 Bytes
.modal-dialog {
@apply relative z-50;
}
.modal-panel {
@apply w-full max-w-[480px] transform rounded-2xl bg-white p-6 text-left align-middle shadow-xl transition-all;
}