8 lines
169 B
CSS
8 lines
169 B
CSS
![]() |
.modal-dialog {
|
||
|
@apply relative z-10;
|
||
|
}
|
||
|
|
||
|
.modal-panel {
|
||
|
@apply w-full max-w-md transform rounded-2xl bg-white p-6 text-left align-middle shadow-xl transition-all;
|
||
|
}
|