fixing sass
This commit is contained in:
parent
de15b45b79
commit
6ed0c978c1
2 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@
|
|||
</ion-nav-buttons>
|
||||
</ion-nav-bar>
|
||||
<ion-content scroll="false">
|
||||
<div ng-include="'views/includes/walletItem.html'"></div>
|
||||
<div class="item" ng-include="'views/includes/walletItem.html'"></div>
|
||||
<div class="item head text-center" copy-to-clipboard="'bitcoin:' + address + '?amount=' + amountBtc">
|
||||
<qrcode size="220" data="bitcoin:{{address + '?amount=' + amountBtc}}" color="#334"></qrcode>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</article>
|
||||
<div class="list card" ng-click="showWalletSelector()" ng-if="wallets[0]">
|
||||
<div ng-click="showWalletSelector()" ng-if="wallets[0]">
|
||||
<a ng-if="wallet" class="item item-sub item-icon-left item-big-icon-left item-icon-right">
|
||||
<i class="icon big-icon-svg">
|
||||
<img src="img/icon-wallet.svg" ng-class="{'wallet-background-color-default': !wallet.color}" ng-style="{'background-color': wallet.color}" class="bg wallet"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue