Removed toast bounce animation and added a pulse effect to monitor status dot

This commit is contained in:
Daniel Cojocea
2024-08-22 12:07:36 -04:00
parent 4a53c4d4f2
commit 122d9d8f56
3 changed files with 41 additions and 3 deletions
+11
View File
@@ -168,6 +168,17 @@ body .MuiSkeleton-root {
background-color: var(--env-var-color-15);
}
@keyframes ripple {
from {
opacity: 1;
transform: scale(0);
}
to {
opacity: 0;
transform: scale(2.3);
}
}
@media (prefers-color-scheme: light) {
:root {
color: #213547;