diff --git a/src/components/sound/sound.module.css b/src/components/sound/sound.module.css index 5073802..7f3383e 100644 --- a/src/components/sound/sound.module.css +++ b/src/components/sound/sound.module.css @@ -67,6 +67,14 @@ ); content: ''; } + + & .spinner { + animation-duration: 1s; + animation-iteration-count: infinite; + animation-name: spinner; + animation-timing-function: linear; + line-height: 0; + } } &.selected { @@ -77,14 +85,6 @@ & .icon { color: #34d399; - - & .spinner { - animation-duration: 1s; - animation-iteration-count: infinite; - animation-name: spinner; - animation-timing-function: linear; - line-height: 0; - } } }