Wallet/src/sass/views/custom-amount.scss
Gabriel Bazán edeb9f26b5 custom amount
2016-11-24 15:14:32 -03:00

16 lines
257 B
SCSS

#custom-amount {
.share {
justify-content: center;
}
.info {
.single-line {
display: flex;
align-items: center;
padding-top: 17px;
padding-bottom: 17px;
.item-note {
margin-left: 10px;
}
}
}
}