Added Loading state on org pages

This commit is contained in:
Peter Holmberg
2018-10-11 11:49:34 +02:00
parent 974eddee8f
commit 02e7d713a1
31 changed files with 244 additions and 166 deletions

View File

@@ -0,0 +1,16 @@
.page-loader-wrapper {
padding-top: 100px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
&__spinner {
font-size: 32px;
margin-bottom: $panel-margin;
}
&__text {
font-size: 14px;
}
}