Commit feab9cd55ec1039fd5791feef1c043e95082d416
1 parent
48cdd72a93
Exists in
develop
and in
1 other branch
Fix en splash screen
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/app/modules/splash-screen/splash-screen.component.html
1 | -<div *ngIf="showSplashScreen" class="vh-100 bg-splash"> | |
1 | +<div *ngIf="showSplashScreen" class="h-100 bg-splash"> | |
2 | 2 | <div class="row mx-0 h-100"> |
3 | 3 | <div class="col-12 px-0 h-30 my-auto"> |
4 | 4 | <img |
... | ... | @@ -11,7 +11,7 @@ |
11 | 11 | </div> |
12 | 12 | </div> |
13 | 13 | |
14 | -<div *ngIf="!showSplashScreen" class="vh-100 bg-primary fade-in"> | |
14 | +<div *ngIf="!showSplashScreen" class="h-100 bg-primary fade-in"> | |
15 | 15 | <div class="row mx-0 h-100"> |
16 | 16 | <div class="col-12 px-0 h-100 my-auto"> |
17 | 17 | <div class="row mx-0 h-15"> |