create separate startup css to load before the theme is chosen

This commit is contained in:
Art Lowel
2021-05-27 11:20:39 +02:00
parent f85a5e65ad
commit 772ac12329
5 changed files with 10 additions and 6 deletions

View File

@@ -24,7 +24,7 @@
</div>
</div>
<ng-template #authLoader>
<div class="text-center ds-full-screen-loader d-flex align-items-center flex-column justify-content-center">
<div class="ds-full-screen-loader">
<ds-loading [showMessage]="false"></ds-loading>
</div>
</ng-template>