chore(web): remove unused components and styles

This commit is contained in:
Bjorn Lammers
2025-04-23 04:18:32 +02:00
parent 78b1aec82c
commit 889db39ab3
11 changed files with 125 additions and 674 deletions

View File

@@ -118,19 +118,6 @@
transform: rotate(-5deg) scale(0.9);
}
}
--animate-shiny-text: shiny-text 8s infinite;
@keyframes shiny-text {
0%,
90%,
100% {
background-position: calc(-100% - var(--shiny-width)) 0;
}
30%,
60% {
background-position: calc(100% + var(--shiny-width)) 0;
}
}
}
:root {