Merge pull request #6874 from cmgustavo/feat/split-coin-receive

Receive: wallets separated by coins
This commit is contained in:
Javier Donadío 2017-10-10 10:53:09 -03:00 committed by GitHub
commit d243017fd6
2 changed files with 54 additions and 3 deletions

View file

@ -7,6 +7,17 @@ wallet-selector {
padding-right: .75rem;
}
.subheader {
margin: 20px 0 10px 0;
font-weight: bold;
padding-bottom: 10px;
border-bottom: 1px solid #EFEFEF;
.wallet-coin-logo {
vertical-align: middle;
margin-right: 5px;
}
}
.wallet-selector {
.wallet {
border: 0;