mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-22 02:19:54 +02:00
Restored glow animation for category chip
This commit is contained in:
parent
1313b70883
commit
84bfcae484
1 changed files with 11 additions and 1 deletions
|
|
@ -91,7 +91,7 @@
|
|||
}
|
||||
|
||||
&.change-glow {
|
||||
animation: change-glow 1s ease-in-out infinite;
|
||||
animation: glow 1s ease-in-out infinite;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -227,6 +227,16 @@
|
|||
}
|
||||
}
|
||||
|
||||
@keyframes glow {
|
||||
0% {
|
||||
box-shadow: 0 0 1px 1px @golden;
|
||||
}
|
||||
|
||||
100% {
|
||||
box-shadow: 0 0 2px 2px @golden;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes shimmer {
|
||||
to {
|
||||
background-position-x: 0%
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue