summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/sass/_list.scss17
1 files changed, 17 insertions, 0 deletions
diff --git a/assets/sass/_list.scss b/assets/sass/_list.scss
index 1394f76..b4c660b 100644
--- a/assets/sass/_list.scss
+++ b/assets/sass/_list.scss
@@ -61,6 +61,23 @@ article {
margin-bottom: 1.5em;
}
+#post-loading {
+ border-top: $spliter;
+ margin: 0 0 1.5em 0;
+ padding-top: 1.5em;
+
+ #container-loading-bar {
+ width: 2em;
+ margin: 0 auto;
+ }
+
+ p {
+ text-align: center;
+ margin: 0.5em 0 0 0;
+ }
+}
+
+
// not show while iframe not loaded
#post-comment .utterances-frame {
border-top: $spliter;