1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 16:36:47 +02:00

Merge branch 'loading-indicator'

This commit is contained in:
Toby Zerner
2015-11-03 18:13:11 +10:30
3 changed files with 43 additions and 27 deletions

View File

@@ -137,3 +137,10 @@ blockquote ol:last-child {
margin: 0;
}
}
#flarum-loading {
text-align: center;
padding: 50px 0;
font-size: 18px;
color: @muted-more-color;
}