added padding to wallet icon in wallet list
This commit is contained in:
parent
0ebefdce7a
commit
82a40fe4a0
2 changed files with 8 additions and 1 deletions
|
|
@ -53,7 +53,7 @@
|
||||||
<a ui-sref="tabs.add"><i class="icon ion-ios-plus-empty list-add-button"></i></a>
|
<a ui-sref="tabs.add"><i class="icon ion-ios-plus-empty list-add-button"></i></a>
|
||||||
</div>
|
</div>
|
||||||
<a ng-repeat="wallet in wallets track by $index"
|
<a ng-repeat="wallet in wallets track by $index"
|
||||||
class="item item-icon-left item-big-icon-left item-icon-right"
|
class="item item-icon-left item-big-icon-left item-icon-right wallet"
|
||||||
ng-click="openWallet(wallet)">
|
ng-click="openWallet(wallet)">
|
||||||
<i class="icon big-icon-svg">
|
<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-style="{'background-color': wallet.color}" class="bg"/>
|
||||||
|
|
|
||||||
|
|
@ -48,6 +48,13 @@
|
||||||
width:0;
|
width:0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
&.wallet{
|
||||||
|
.big-icon-svg{
|
||||||
|
& > .bg{
|
||||||
|
padding: .25rem
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue