feat(send): polish send view

This commit is contained in:
Jason Dreyzehner 2016-10-21 03:48:41 -04:00
commit fb154b2ac3
5 changed files with 92 additions and 31 deletions

View file

@ -132,8 +132,8 @@ input[type=number] {
.postfix {
position: absolute;
right: 10px;
background-color: #f8f8f8;
color: #444;
background-color: $subtle-gray;
color: $dark-gray;
border-radius: 4px;
padding: 2px 10px;
cursor: pointer;