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

26 lines
425 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-27 12:26:58 -03:00
.show-more {
text-align: center;
padding: 20px;
font-size: 16px;
color: #387ef5;
font-weight: bold;
}
2016-09-08 11:20:43 -04:00
}