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