Fix position and size of the overlay spinner (#2385)

This commit is contained in:
RD WebDesign
2022-10-05 13:35:49 -03:00
committed by GitHub
+10
View File
@@ -1011,3 +1011,13 @@ table.dataTable tbody > tr > .selected {
line-height: 1;
animation: 2s infinite Pulse steps(20);
}
/* Loading spinner (Dashboard and Long-term data) */
.overlay .fa-spin {
position: relative;
opacity: 0.5;
font-size: 2.5em;
top: 50%;
left: 50%;
translate: -50% -50%;
}