summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_post.scss
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2016-02-05 08:45:16 -0800
committerCorey Hulen <corey@hulen.com>2016-02-05 08:45:16 -0800
commit4fabe574fadb3e35a5f87c31a421daf1cff57af8 (patch)
treefd185197e50c3c5fa644473bea71528e45b7eca8 /web/sass-files/sass/partials/_post.scss
parent9b8761df8de0b7b4dcda55ecce7750dc385e38c8 (diff)
parent182052d68c3c4c581c5a6375337e845afc6142a8 (diff)
downloadchat-4fabe574fadb3e35a5f87c31a421daf1cff57af8.tar.gz
chat-4fabe574fadb3e35a5f87c31a421daf1cff57af8.tar.bz2
chat-4fabe574fadb3e35a5f87c31a421daf1cff57af8.zip
Merge pull request #2088 from asaadmahmoodspin/ui-improvements
Minor UI Improvements
Diffstat (limited to 'web/sass-files/sass/partials/_post.scss')
-rw-r--r--web/sass-files/sass/partials/_post.scss20
1 files changed, 18 insertions, 2 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index b0fbf00aa..a018315e3 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -647,10 +647,26 @@ body.ios {
}
.post__remove {
+ font-family: 'Open Sans', sans-serif;
+ position: relative;
display: inline-block;
+ vertical-align: top;
+ right: 15px;
+ top: -5px;
+ font-size: 20px;
+ width: 20px;
+ height: 20px;
+ line-height: 20px;
+ font-weight: 600;
visibility: hidden;
- margin-right: 5px;
- top: -1px;
+ color: inherit;
+ @include opacity(0.5);
+ text-decoration: none;
+
+ &:hover {
+ @include opacity(0.8);
+ }
+
}
.post__body {