mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-24 12:35:05 +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: "";
|
||||
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");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue