moved animation class to new container

This commit is contained in:
booploops 2022-01-03 21:28:17 -08:00
parent add235af05
commit 35c200ce8a
2 changed files with 8 additions and 6 deletions

View file

@ -116,10 +116,6 @@ body[platform='linux'] {
animation: bgRotate 10s linear infinite;
filter: brightness(100%) saturate(200%) contrast(1.5);
}
&.noanimation::before {
animation: none;
}
}
.bgGradientMaterial-base {
@ -226,6 +222,12 @@ input[type="text"], input[type="number"] {
animation-direction: reverse;
animation-delay: 10s;
}
&.noanimation {
.bg-artwork {
animation: none;
}
}
}