feat(#35): Wire toasts into existing user actions
This commit is contained in:
@@ -84,10 +84,12 @@ div.toast {
|
||||
.toast-move {
|
||||
@apply transition-all duration-300;
|
||||
}
|
||||
.toast-enter-from,
|
||||
.toast-leave-to {
|
||||
.toast-enter-from {
|
||||
@apply opacity-0 translate-x-8;
|
||||
}
|
||||
.toast-leave-to {
|
||||
@apply opacity-0 -translate-y-8;
|
||||
}
|
||||
.toast-leave-active {
|
||||
@apply absolute w-full;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user