Browse Source

toastify drop-shadow

main
pvincent 4 days ago
parent
commit
47d93c3eee
  1. 4
      app/assets/tailwind/toastify.css

4
app/assets/tailwind/toastify.css

@ -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; }
Loading…
Cancel
Save