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

19 lines
299 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;
}
}
2016-09-14 10:04:16 -03:00
.send-gravatar {
left: 11px;
position: absolute;
top: 10px;
}
2016-09-08 11:20:43 -04:00
}