fix(front): center loader
This commit is contained in:
parent
9c5e61dfff
commit
a4becfc891
|
@ -17,7 +17,11 @@
|
||||||
}
|
}
|
||||||
.loader {
|
.loader {
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
position: relative;
|
position: absolute;
|
||||||
|
left: 50%;
|
||||||
|
top: 50%;
|
||||||
|
margin-left: -0.75em;
|
||||||
|
margin-top: -0.75em;
|
||||||
text-indent: -9999em;
|
text-indent: -9999em;
|
||||||
|
|
||||||
@include light-theme {
|
@include light-theme {
|
||||||
|
|
Loading…
Reference in New Issue