Skeleton loader updates

This commit is contained in:
softsimon
2022-08-30 10:42:50 +02:00
parent 0c71d505f2
commit dd9ff41fde
5 changed files with 40 additions and 14 deletions

View File

@@ -69,4 +69,11 @@ app-fiat {
width: 1.5rem;
height: 1.5rem;
}
}
}
.loadingGraphs {
position: absolute;
top: 50%;
left: calc(50% - 15px);
z-index: 100;
}