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