Improve loader

This commit is contained in:
Peter Maquiran
2021-07-12 11:13:29 +01:00
parent c526426aec
commit 507ebd691a
34 changed files with 400 additions and 32 deletions
+9
View File
@@ -1049,6 +1049,15 @@ ngx-mat-datetime-content{
background-color: #0000006b;
.loading-blocker-container {
width: 100px;
}
}
@media only screen and (min-width: 665px) {
.loading-blocker {
.loading-blocker-container {
width: 250px;
}
}
}