21 lines
340 B
SCSS
Vendored
21 lines
340 B
SCSS
Vendored
.common-spinner {
|
|
display: none;
|
|
position: fixed;
|
|
z-index: 9999;
|
|
bottom: 20px;
|
|
right: 20px;
|
|
margin: 0 auto;
|
|
width: 30px;
|
|
height: 30px;
|
|
|
|
.common-circular {
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
}
|