chore: add shine-border

This commit is contained in:
Li Xin
2025-04-29 15:47:39 +08:00
parent 0846b34e46
commit 8a11f07b82
2 changed files with 81 additions and 2 deletions

View File

@@ -93,7 +93,23 @@
transform: rotate(-5deg) scale(0.9);
}
}
}
--animate-shine:
shine var(--duration) infinite linear
;
@keyframes shine {
0% {
background-position:
0% 0%;
}
50% {
background-position:
100% 100%;
}
to {
background-position:
0% 0%;
}
}}
:root {
--radius: 0.625rem;
@@ -205,4 +221,4 @@ textarea {
[role="button"],
button {
cursor: pointer;
}
}