13 lines
262 B
CSS
13 lines
262 B
CSS
|
|
.dashboard-container > .report-container.loading {
|
||
|
|
position: absolute;
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
}
|
||
|
|
.dashboard-container > .report-container.loading .loading-indicator-container {
|
||
|
|
position: absolute;
|
||
|
|
left: 0;
|
||
|
|
top: 0;
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
}
|