moved animation class to new container
This commit is contained in:
parent
add235af05
commit
35c200ce8a
2 changed files with 8 additions and 6 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue