(js) Show loading progress for messages and cards

This commit is contained in:
Francis Lachapelle
2016-05-30 12:29:58 -04:00
parent c46a5f8df7
commit 5c2aedb3c9
11 changed files with 135 additions and 30 deletions

View File

@@ -1,2 +1,9 @@
/// progressLinear.scss -*- Mode: scss; indent-tabs-mode: nil; basic-offset: 2 -*-
@import 'extends';
.sg-progress-linear-bottom {
bottom: 0;
left: 0;
position: absolute;
right: 0;
}