Basic loading state for slow dashboards

This commit is contained in:
Torkel Ödegaard
2019-02-05 13:49:35 +01:00
parent bbc5dff7bd
commit 08925ffad8
8 changed files with 54 additions and 11 deletions

View File

@@ -276,3 +276,14 @@ div.flot-text {
.panel-full-edit {
padding-top: $dashboard-padding;
}
.dashboard-loading {
height: 60vh;
display: flex;
align-items: center;
justify-content: center;
}
.dashboard-loading__text {
font-size: $font-size-lg;
}