summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_post.scss
diff options
context:
space:
mode:
Diffstat (limited to 'web/sass-files/sass/partials/_post.scss')
-rw-r--r--web/sass-files/sass/partials/_post.scss18
1 files changed, 18 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index c7add21a2..1beebeac6 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -461,3 +461,21 @@ body.ios {
}
}
}
+
+.post-waiting {
+ color:lightgrey;
+}
+
+.post-loading-gif {
+ height:10px;
+ width:10px;
+ margin-top:6px;
+}
+
+.post-fail {
+ color:red;
+}
+
+.post-retry {
+ color:darkgrey;
+}