Use throbber in Standalone layout; center loading messages and content

This commit is contained in:
Kyle Shockey
2017-12-12 13:07:18 -08:00
parent faa9ada6b8
commit 0864ca849f
2 changed files with 12 additions and 2 deletions

View File

@@ -653,6 +653,10 @@
.loading-container
{
padding: 40px 0 60px;
min-height: 1px;
display: flex;
justify-content: center;
.loading
{
position: relative;