diff --git a/styles/less/ui/countdown/countdown.less b/styles/less/ui/countdown/countdown.less index 03d31942..aad1441d 100644 --- a/styles/less/ui/countdown/countdown.less +++ b/styles/less/ui/countdown/countdown.less @@ -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%