Wallet/src/sass/views/tab-send.scss

14 lines
221 B
SCSS
Raw Normal View History

2016-09-08 11:20:43 -04:00
#tab-send {
.bitcoin-address {
@media(max-width: 480px) {
input {
font-size: 12px;
}
}
.icon {
line-height: 31px;
padding-top: 2px;
padding-bottom: 1px;
}
}
}