diff options
author | Jefferson Stachelski <jstachel@thoughtworks.com> | 2015-10-21 18:25:44 -0200 |
---|---|---|
committer | Jefferson Stachelski <jstachel@thoughtworks.com> | 2015-10-21 18:25:44 -0200 |
commit | 8f590c5a10a5ff3fbbb51473dac53e30f11119c2 (patch) | |
tree | 4056a91b8d66c65a8fa722c432066ccb4cb6a148 /web-ui/app/scss | |
parent | 1c149819bd57de8b85351cd4a631a181faac9eee (diff) |
Fixed the recipient css margin and padding
Diffstat (limited to 'web-ui/app/scss')
-rw-r--r-- | web-ui/app/scss/_mixins.scss | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/web-ui/app/scss/_mixins.scss b/web-ui/app/scss/_mixins.scss index 6546c224..c629bbe6 100644 --- a/web-ui/app/scss/_mixins.scss +++ b/web-ui/app/scss/_mixins.scss @@ -227,11 +227,15 @@ &.deleting span { text-decoration: line-through; } + & span { + margin: 0px; + padding: 0px; + } + margin: 3px; + padding: 5px; background-color: #F5F5F5; border: 1px solid #D9D9D9; border-radius: 2px; - margin: 3px; - padding: 5px; } .recipient-del { |