update Loader.scss

This commit is contained in:
Send_Nukez 2021-11-25 12:36:49 +01:00
parent 61db2917f8
commit 3798bc2723

View file

@ -24,7 +24,6 @@ $duration: 1.4s;
content: "";
position: absolute;
inset: 0px;
color: spiceColor("subtext");
background-color: spiceColor("main", 0.9, -0.1);
backdrop-filter: blur(10px);
}
@ -33,6 +32,7 @@ $duration: 1.4s;
content: attr(text);
position: absolute;
bottom: 40%;
color: spiceColor("subtext");
@include spiceFont("glue", 32px, "Bold");
}