improvements on the card UI on pending and pre-auth holds and underpaid situations

This commit is contained in:
Gabriel Bazán 2017-05-24 20:20:11 -03:00
commit 221ab9c87a
7 changed files with 160 additions and 56 deletions

View file

@ -23,7 +23,7 @@
<span ng-if="!rate">...</span>
</div>
</div>
</div>
</div>
<div class="info">
@ -31,7 +31,7 @@
<div class="label">From</div>
<div class="wallet">
<i class="icon big-icon-svg">
<img src="img/icon-wallet.svg" ng-style="{'background-color': wallet.color}" class="bg">
<img src="img/icon-wallet.svg" ng-class="{'wallet-background-color-default': !wallet.color}" ng-style="{'background-color': wallet.color}" class="bg">
</i>
{{wallet ? wallet.name : '...'}}
</div>
@ -52,7 +52,7 @@
<span class="item-note">
{{cardInfo.email}}
</span>
</div>
</div>
</div>
</div>