Skeleton loader updates

This commit is contained in:
softsimon
2022-08-30 10:42:50 +02:00
parent 83e18c78ad
commit 777bbe013b
5 changed files with 40 additions and 14 deletions

View File

@@ -56,3 +56,15 @@ app-fiat {
font-size: 1.4rem;
}
}
.loading-spinner {
position: absolute;
top: 400px;
z-index: 100;
width: 100%;
left: 0;
@media (max-width: 767.98px) {
top: 450px;
}
}