Align loading component in the center. (#535)
* Align loading component in the center. * Change height of loading component.
This commit is contained in:
parent
efb5deda43
commit
dbb365f5e3
@ -1,6 +1,6 @@
|
|||||||
<div class="container-graph">
|
<div class="container-graph">
|
||||||
<div>
|
<div>
|
||||||
<div *ngIf="loading">
|
<div *ngIf="loading" class="loading">
|
||||||
<div class="text-center">
|
<div class="text-center">
|
||||||
<h3 i18n="statistics.loading-graphs">Loading graphs...</h3>
|
<h3 i18n="statistics.loading-graphs">Loading graphs...</h3>
|
||||||
<br>
|
<br>
|
||||||
|
@ -41,3 +41,11 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.loading{
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
text-align: center;
|
||||||
|
height: 80vh;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user