You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
366 B
24 lines
366 B
.loading-content {
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: rgba(0, 0, 0, 0.6);
|
|
position: relative;
|
|
}
|
|
.loading-content.absolute {
|
|
position: absolute;
|
|
z-index: 1;
|
|
left: 0;
|
|
top: 0;
|
|
}
|
|
.loading-content.fixed {
|
|
position: fixed;
|
|
z-index: 1;
|
|
left: 0;
|
|
top: 0;
|
|
}
|
|
.loading-content .loading {
|
|
width: 100%;
|
|
height: 100%;
|
|
visibility: visible;
|
|
}
|