Changed back to a single sheen effect

This commit is contained in:
WBHarry 2026-06-13 00:26:44 +02:00
parent 84bfcae484
commit 919e872f68

View file

@ -22,7 +22,6 @@
pointer-events: all; pointer-events: all;
align-self: flex-end; align-self: flex-end;
transition: 0.3s right ease-in-out; transition: 0.3s right ease-in-out;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@ -121,7 +120,7 @@
border-radius: 6px; border-radius: 6px;
&.change-glow { &.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: linear-gradient(-45deg, transparent 30%, light-dark(@dark-blue-40, @golden-40) 35%, transparent 40%);
background-size: 300%; background-size: 300%;
background-position-x: 100% background-position-x: 100%