|
|
.loading-mask {
|
|
|
position: absolute;
|
|
|
position: fixed;
|
|
|
background: rgba(0,0,0,.1);
|
|
|
top: 0;
|
|
|
bottom: 0;
|
...
|
...
|
@@ -17,5 +17,4 @@ |
|
|
margin-left: -50rem / $pxConvertRem;
|
|
|
margin-top: -20rem / $pxConvertRem;
|
|
|
}
|
|
|
} |
|
|
|
|
|
\ No newline at end of file |
|
|
} |
|
|
\ No newline at end of file |
...
|
...
|
|