summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_post.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-08-13 20:03:40 +0500
committerJoramWilander <jwawilander@gmail.com>2015-08-18 08:59:27 -0400
commit7e2da89590bcdf4081b18c8ce4e0b2b244f671de (patch)
tree3d897c252863b5309546b5f8145949d6ff312dfe /web/sass-files/sass/partials/_post.scss
parent265cf7d9f4f5e0f467fea290dfcd0a8b779c5c47 (diff)
downloadchat-7e2da89590bcdf4081b18c8ce4e0b2b244f671de.tar.gz
chat-7e2da89590bcdf4081b18c8ce4e0b2b244f671de.tar.bz2
chat-7e2da89590bcdf4081b18c8ce4e0b2b244f671de.zip
MM-319 - Minor ui changes
Diffstat (limited to 'web/sass-files/sass/partials/_post.scss')
-rw-r--r--web/sass-files/sass/partials/_post.scss33
1 files changed, 15 insertions, 18 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index 1beebeac6..e665be6b9 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -315,6 +315,21 @@ body.ios {
font-size: 0.97em;
white-space: pre-wrap;
}
+
+ .post-loading-gif {
+ height:10px;
+ width:10px;
+ margin-top:6px;
+ }
+
+ .post-fail {
+ color: #D58A8A;
+ }
+
+ .post-waiting {
+ color: #999;
+ }
+
.comment-icon__container {
margin-left: 7px;
fill: $primary-color;
@@ -461,21 +476,3 @@ body.ios {
}
}
}
-
-.post-waiting {
- color:lightgrey;
-}
-
-.post-loading-gif {
- height:10px;
- width:10px;
- margin-top:6px;
-}
-
-.post-fail {
- color:red;
-}
-
-.post-retry {
- color:darkgrey;
-}