@ -2,7 +2,7 @@
@apply
fixed max-w-1/2 z-1000
cursor-progress
opacity-0
opacity-0 drop-shadow-none
transition-all duration-300 ease-in-out;
.toast-close {
@ -14,5 +14,5 @@
}
.toastify.on { @apply opacity-100; }
.toastify.on { @apply opacity-100 drop-shadow-md; }
.toastify-top { @apply -top-150; }