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;
outline: none;
background: url('/images/send.png') no-repeat;
background-size: 90%;
background-position: center 1px;
background-size: 75%;
background-position: center center;
cursor: pointer;
&::before {

View file

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