From 7e2da89590bcdf4081b18c8ce4e0b2b244f671de Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Thu, 13 Aug 2015 20:03:40 +0500 Subject: MM-319 - Minor ui changes --- web/sass-files/sass/partials/_post.scss | 33 +++++++++++++++------------------ 1 file changed, 15 insertions(+), 18 deletions(-) (limited to 'web/sass-files') 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; -} -- cgit v1.2.3-1-g7c22