added correct icon type and background to home tip on home tab
This commit is contained in:
parent
f306775064
commit
b0f2356b49
4 changed files with 27 additions and 2 deletions
|
|
@ -4,14 +4,13 @@
|
|||
</ion-nav-bar>
|
||||
|
||||
<ion-content class="padding" ng-controller="tabHomeController" ng-init="updateAllWallets(); nextStep()">
|
||||
|
||||
<div class="list card homeTip" ng-show="homeTip">
|
||||
<div class="item item-icon-right item-heading">
|
||||
<a ng-click="hideHomeTip()"><i class="icon ion-ios-close-empty close-home-tip"></i></a>
|
||||
</div>
|
||||
<div>
|
||||
<i class="icon big-icon-svg">
|
||||
<img src="img/icon-wallet.svg" class="bg"/>
|
||||
<img src="img/check-white.svg" class="bg green"/>
|
||||
</i>
|
||||
</div>
|
||||
<div class="title" translate>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue