From 6faed3d9d79237229012e713841dfe937f8ee974 Mon Sep 17 00:00:00 2001 From: lilia Date: Fri, 1 Apr 2016 14:54:31 -0700 Subject: [PATCH] Remove unused style // FREEBIE --- stylesheets/_conversation.scss | 16 ---------------- stylesheets/manifest.css | 12 ------------ 2 files changed, 28 deletions(-) diff --git a/stylesheets/_conversation.scss b/stylesheets/_conversation.scss index 6d1c3411c8be..7f82598f3a57 100644 --- a/stylesheets/_conversation.scss +++ b/stylesheets/_conversation.scss @@ -508,22 +508,6 @@ height: 36px; } - .send-btn { - float: right; - height: 36px; - width: 36px; - border: none; - outline: none; - background: url('/images/send.png') no-repeat; - background-size: 75%; - background-position: center center; - cursor: pointer; - - &::before { - content: '+'; - } - } - .send-message { display: block; width: calc(100% - #{$button-width}); diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index a3d8349f864d..f359f078e994 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -1032,18 +1032,6 @@ input.search { .bottom-bar .choose-file { float: left; height: 36px; } - .bottom-bar .send-btn { - float: right; - height: 36px; - width: 36px; - border: none; - outline: none; - background: url("/images/send.png") no-repeat; - background-size: 75%; - background-position: center center; - cursor: pointer; } - .bottom-bar .send-btn::before { - content: '+'; } .bottom-bar .send-message { display: block; width: calc(100% - 36px);