Merge pull request #5712 from gabrielbazan7/fix/headersize

fix "Transfer To Wallet" header size
This commit is contained in:
Javier Donadío 2017-03-03 21:37:08 +02:00 committed by GitHub
commit 78262b184c
1 changed files with 3 additions and 3 deletions

View File

@ -59,10 +59,10 @@
</div>
<div class="card" ng-if="showTransferCard && hasFunds">
<div class="item item-heading">
<span translate>Transfer to Wallet</span>
</div>
<div class="list">
<div class="item item-heading">
<span translate>Transfer to Wallet</span>
</div>
<a class="item item-icon-left item-icon-right" ng-repeat="item in list" ng-if="hasWallets && item.recipientType == 'wallet'" ng-click="goToAmount(item)">
<i class="icon big-icon-svg" ng-if="item.recipientType == 'wallet'">
<img src="img/icon-wallet.svg" ng-class="{'wallet-background-color-default': !item.color}" ng-style="{'background-color': item.color}" class="bg"/>