Simplify loading animation
This commit is contained in:
parent
b008e91461
commit
c09f576cc1
3 changed files with 5 additions and 12 deletions
|
|
@ -32,13 +32,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.loading {
|
||||
visibility: hidden;
|
||||
&,
|
||||
& > svg {
|
||||
@include square(var(--large-icon-size));
|
||||
@include absolute-center;
|
||||
}
|
||||
.loading,
|
||||
.loading > svg {
|
||||
@include square(var(--large-icon-size));
|
||||
@include absolute-center;
|
||||
}
|
||||
|
||||
iframe {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue