Tighten up send btn icon size

This commit is contained in:
lilia 2015-03-05 15:48:28 -08:00
parent 2ee34343a8
commit 441167ab35
2 changed files with 4 additions and 4 deletions

View file

@ -246,8 +246,8 @@
border: none; border: none;
outline: none; outline: none;
background: url('/images/send.png') no-repeat; background: url('/images/send.png') no-repeat;
background-size: 90%; background-size: 75%;
background-position: center 1px; background-position: center center;
cursor: pointer; cursor: pointer;
&::before { &::before {

View file

@ -468,8 +468,8 @@ input.new-message {
border: none; border: none;
outline: none; outline: none;
background: url("/images/send.png") no-repeat; background: url("/images/send.png") no-repeat;
background-size: 90%; background-size: 75%;
background-position: center 1px; background-position: center center;
cursor: pointer; } cursor: pointer; }
.bottom-bar .send-btn::before { .bottom-bar .send-btn::before {
content: '+'; } content: '+'; }