File size: 181 Bytes
c867d8f
 
 
 
 
 
 
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;
}