summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_post.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-07-17 21:07:53 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-07-17 21:07:53 +0500
commit138d0ea12b6e0f2cd26f658224018c6a76e4d2a8 (patch)
tree701cadf570cdcab765e1344eab6520a9febaf135 /web/sass-files/sass/partials/_post.scss
parente46561339f59ff19f68d69596567d1498ed5a857 (diff)
downloadchat-138d0ea12b6e0f2cd26f658224018c6a76e4d2a8.tar.gz
chat-138d0ea12b6e0f2cd26f658224018c6a76e4d2a8.tar.bz2
chat-138d0ea12b6e0f2cd26f658224018c6a76e4d2a8.zip
Adding border radius
Diffstat (limited to 'web/sass-files/sass/partials/_post.scss')
-rw-r--r--web/sass-files/sass/partials/_post.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index 7551d8d58..8ce1bf984 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -215,6 +215,7 @@ body.ios {
}
&.current--user {
.post-body {
+ @include border-radius(4px);
background: #f5f5f5;
}
}