File size: 174 Bytes
a8b3f00
 
 
 
 
 
 
1
2
3
4
5
6
7
8
.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;
}