Severian's picture
initial commit
a8b3f00
raw
history blame
174 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;
}