12 lines
177 B
SCSS
12 lines
177 B
SCSS
|
|
.loading {
|
||
|
|
position: absolute;
|
||
|
|
left: 0;
|
||
|
|
object-position: center;
|
||
|
|
z-index: 3;
|
||
|
|
overflow: hidden;
|
||
|
|
width: 100%;
|
||
|
|
max-width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
max-height: 100%;
|
||
|
|
}
|