Fix sur le loading
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 100%;
|
||||
height: 95vh;
|
||||
}
|
||||
|
||||
.app-loading {
|
||||
@@ -14,6 +14,7 @@
|
||||
|
||||
// this way asset gets processed by webpack
|
||||
background: url(assets/img/logo.png) center center no-repeat;
|
||||
background-size: 100px 100px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
|
||||
<body>
|
||||
<app-root>
|
||||
<!-- loading layout replaced by app after startupp -->
|
||||
<div class="app-loading">
|
||||
<div class="logo"></div>
|
||||
<svg class="spinner" viewBox="25 25 50 50">
|
||||
|
||||
Reference in New Issue
Block a user