Merge pull request #3853 from cmgustavo/feat/paste-from-clipboard
Use cordova-plugin to paste from clipboard on mobile
This commit is contained in:
commit
b6a129f2f0
5 changed files with 47 additions and 10 deletions
|
|
@ -957,17 +957,17 @@ ul.wallet-selection.wallets {
|
|||
}
|
||||
|
||||
label.postfix, a.postfix {
|
||||
height: 100%;
|
||||
height: 34px;
|
||||
border: none;
|
||||
font-weight: 700;
|
||||
font-size: 14px;
|
||||
color: #7A8C9E;
|
||||
text-transform: uppercase;
|
||||
border-radius: 0 2px 2px 0;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
width: 40px;
|
||||
width: 50px;
|
||||
padding-top: 7px;
|
||||
}
|
||||
|
||||
a.button.postfix {
|
||||
|
|
@ -1000,7 +1000,6 @@ a.button.postfix {
|
|||
|
||||
.icon-wallet {
|
||||
display: block;
|
||||
margin-top: 7px;
|
||||
}
|
||||
|
||||
.walletHome .icon-wallet {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue