create toaster,tooltip,add icons

This commit is contained in:
yzned
2025-07-18 18:29:43 +03:00
committed by yzned
parent ca6dfe6ccb
commit d249f0d291
15 changed files with 640 additions and 38 deletions

View File

@@ -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;
}