create toaster,tooltip,add icons
This commit is contained in:
@@ -135,4 +135,19 @@
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@keyframes toast-progress {
|
||||
from {
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
to {
|
||||
width: 0%;
|
||||
}
|
||||
}
|
||||
|
||||
.toast-progress-animation {
|
||||
animation: toast-progress 5s linear forwards;
|
||||
}
|
||||
Reference in New Issue
Block a user