fix wp icons
This commit is contained in:
parent
d288252a28
commit
b3d04b5755
14 changed files with 25 additions and 48 deletions
|
|
@ -1,7 +1,5 @@
|
|||
<div class="wallet-item">
|
||||
<i class="icon big-icon-svg circle">
|
||||
<img ng-src="img/{{wallet.network == 'testnet' ? 'icon-wallet-testnet' : (wallet.coin == 'btc' ? 'icon-btc' : 'icon-bch')}}.svg" ng-class="{'wallet-background-color-default': !wallet.color}" ng-style="{'background-color': wallet.color}" class="bg"/>
|
||||
</i>
|
||||
<i class="icon big-icon-svg circle" ng-include="'views/includes/walletIcon.html'"></i>
|
||||
<div class="name">
|
||||
{{wallet.name || wallet.id}}
|
||||
<span class="size-12 text-light" ng-show="wallet.n > 1">
|
||||
|
|
@ -12,4 +10,3 @@
|
|||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue