feat(design): polish send tab design

This commit is contained in:
Jason Dreyzehner 2016-10-11 15:27:25 -04:00
commit 73018e062f
2 changed files with 8 additions and 1 deletions

View file

@ -1,5 +1,12 @@
#tab-send {
.send-heading {
font-size: 14px;
font-weight: bold;
padding-bottom: 0;
}
.bitcoin-address {
border-top: none;
padding-bottom: .5rem;
@media(max-width: 480px) {
input {
font-size: 12px;