mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-06-07 16:52:00 +00:00
update Loader.scss
This commit is contained in:
parent
61db2917f8
commit
3798bc2723
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,6 @@ $duration: 1.4s;
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
inset: 0px;
|
inset: 0px;
|
||||||
color: spiceColor("subtext");
|
|
||||||
background-color: spiceColor("main", 0.9, -0.1);
|
background-color: spiceColor("main", 0.9, -0.1);
|
||||||
backdrop-filter: blur(10px);
|
backdrop-filter: blur(10px);
|
||||||
}
|
}
|
||||||
|
|
@ -33,6 +32,7 @@ $duration: 1.4s;
|
||||||
content: attr(text);
|
content: attr(text);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 40%;
|
bottom: 40%;
|
||||||
|
color: spiceColor("subtext");
|
||||||
@include spiceFont("glue", 32px, "Bold");
|
@include spiceFont("glue", 32px, "Bold");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue