fix wp icons

This commit is contained in:
Gabriel Bazán 2017-09-20 11:53:30 -03:00
commit b3d04b5755
14 changed files with 25 additions and 48 deletions

View file

@ -38,9 +38,7 @@
</div>
<div class="item single-line">
<div class="wallet">
<i class="icon big-icon-svg">
<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" ng-include="'views/includes/walletIcon.html'"></i>
{{wallet.name}}
</div>
<div class="label" translate>Receive in</div>