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