QR-code icons + class update + sass update
This commit is contained in:
parent
099db37cb6
commit
fd312be7c7
5 changed files with 22 additions and 1 deletions
BIN
www/img/icon-qr-bch.png
Normal file
BIN
www/img/icon-qr-bch.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 38 KiB |
BIN
www/img/icon-qr-btc.png
Normal file
BIN
www/img/icon-qr-btc.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 51 KiB |
|
|
@ -41,7 +41,7 @@
|
|||
</button>
|
||||
</span>
|
||||
|
||||
<qrcode ng-if="addr" size="220" data="{{ protocolHandler }}:{{addr}}" color="#334"></qrcode>
|
||||
<qrcode class="qr-icon qr-icon--{{ wallet.coin }}" ng-if="addr" size="220" data="{{ protocolHandler }}:{{addr}}" color="#334"></qrcode>
|
||||
<div class="address-label">
|
||||
<span class="ellipsis">{{addr}}</span>
|
||||
<ion-spinner ng-show="!addr" class="spinner-dark" icon="crescent"></ion-spinner>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue