mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-22 02:19:54 +02:00
Changed back to a single sheen effect
This commit is contained in:
parent
84bfcae484
commit
919e872f68
1 changed files with 1 additions and 2 deletions
|
|
@ -22,7 +22,6 @@
|
|||
pointer-events: all;
|
||||
align-self: flex-end;
|
||||
transition: 0.3s right ease-in-out;
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
|
|
@ -121,7 +120,7 @@
|
|||
border-radius: 6px;
|
||||
|
||||
&.change-glow {
|
||||
animation: shimmer 1s ease-in-out infinite;
|
||||
animation: shimmer 1s ease-in-out;
|
||||
background: linear-gradient(-45deg, transparent 30%, light-dark(@dark-blue-40, @golden-40) 35%, transparent 40%);
|
||||
background-size: 300%;
|
||||
background-position-x: 100%
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue