Fix styling for import/export views
This commit is contained in:
parent
5a960d8b14
commit
f00574140a
9 changed files with 116 additions and 86 deletions
|
|
@ -1,10 +1,10 @@
|
|||
<div class="m20t text-gray" ng-show="formData.supported">
|
||||
<div class="text-center m20b">
|
||||
<div class="list" ng-show="formData.supported">
|
||||
<div class="text-center m20t">
|
||||
<qrcode size="220" version="8" error-correction-level="M" data="{{formData.exportWalletInfo}}"></qrcode>
|
||||
</div>
|
||||
<div class="text-center size-12 m10" translate>From the destination device, go to Add wallet > Import wallet and scan this QR code</div>
|
||||
<div class="text-center size-12 m20v" translate>From the destination device, go to Add wallet > Import wallet and scan this QR code</div>
|
||||
</div>
|
||||
|
||||
<div class="m20t text-gray" ng-show="!formData.supported">
|
||||
<div class="text-center size-12 m10" translate>Exporting via QR not supported for this wallet</div>
|
||||
<div class="list" ng-show="!formData.supported">
|
||||
<div class="text-center size-12 m20v" translate>Exporting via QR not supported for this wallet</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue