Add toast notification system
Add more toast types
This commit is contained in:
@@ -225,3 +225,9 @@ textarea:disabled {
|
||||
justify-content: space-between;
|
||||
}
|
||||
}
|
||||
|
||||
@layer utilities {
|
||||
.toast-container {
|
||||
@apply fixed z-50 flex flex-col items-end bottom-0 right-0 p-4;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user