removed gradient anim from #app
This commit is contained in:
parent
35c200ce8a
commit
116a478be7
1 changed files with 14 additions and 14 deletions
|
@ -102,20 +102,20 @@ body[platform='linux'] {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background-size: 400% 400%;
|
background-size: 400% 400%;
|
||||||
|
|
||||||
&::before {
|
//&::before {
|
||||||
position: absolute;
|
// position: absolute;
|
||||||
top: -50%;
|
// top: -50%;
|
||||||
left: -50%;
|
// left: -50%;
|
||||||
width: var(--bgWidth);
|
// width: var(--bgWidth);
|
||||||
height: var(--bgHeight);
|
// height: var(--bgHeight);
|
||||||
background-image: var(--bgColor);
|
// background-image: var(--bgColor);
|
||||||
content: "";
|
// content: "";
|
||||||
z-index: -1;
|
// z-index: -1;
|
||||||
transform: rotateZ(0deg);
|
// transform: rotateZ(0deg);
|
||||||
transform-origin: center;
|
// transform-origin: center;
|
||||||
animation: bgRotate 10s linear infinite;
|
// animation: bgRotate 10s linear infinite;
|
||||||
filter: brightness(100%) saturate(200%) contrast(1.5);
|
// filter: brightness(100%) saturate(200%) contrast(1.5);
|
||||||
}
|
//}
|
||||||
}
|
}
|
||||||
|
|
||||||
.bgGradientMaterial-base {
|
.bgGradientMaterial-base {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue