18 lines
371 B
Plaintext
18 lines
371 B
Plaintext
|
|
@import "../../../../backend/assets/less/core/boot.less";
|
||
|
|
|
||
|
|
.dashboard-container > .report-container {
|
||
|
|
&.loading {
|
||
|
|
position: absolute;
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
|
||
|
|
.loading-indicator-container {
|
||
|
|
position: absolute;
|
||
|
|
left: 0;
|
||
|
|
top: 0;
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|