Bitpay Card: uses common widget for selecting wallet. Minor fixes
This commit is contained in:
parent
77e0d26f82
commit
6e1b7ec620
6 changed files with 61 additions and 90 deletions
|
|
@ -426,6 +426,21 @@ ul.wallet-selection.wallets {
|
|||
}
|
||||
}
|
||||
|
||||
// POSTFIX
|
||||
|
||||
.postfix {
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
background-color: #f8f8f8;
|
||||
color: #444;
|
||||
border-radius: 4px;
|
||||
padding: 2px 10px;
|
||||
cursor: pointer;
|
||||
label &{
|
||||
top: 38px;
|
||||
padding: 0 5px;
|
||||
}
|
||||
}
|
||||
|
||||
// QR Code
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue