Refactor and fix

This commit is contained in:
schmelczerandras 2020-11-22 22:43:28 +01:00
parent 91d92f7f48
commit 4be519f052
22 changed files with 118 additions and 113 deletions

View file

@ -32,10 +32,15 @@
}
}
.loading,
.loading > svg {
.loading {
@include square(var(--large-icon-size));
@include absolute-center;
visibility: hidden;
& > svg {
@include square(var(--large-icon-size));
@include absolute-center;
}
}
iframe {
@ -52,9 +57,6 @@
.load-button {
visibility: hidden;
}
}
&.waiting {
.loading {
visibility: visible;
}