Change Currency button appearance.
This commit is contained in:
parent
507fb21862
commit
8fd0b76a44
3 changed files with 52 additions and 14 deletions
|
|
@ -35,18 +35,20 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="send-amount-extras text-center">
|
||||
<button class="extra button button-sendmax" ng-click="vm.openPopup()">
|
||||
<button class="extra button" ng-click="vm.openPopup()">
|
||||
<span>
|
||||
<i class="icon ion-social-usd"></i> 
|
||||
<img src="img/icon-alternative-currency-black.svg"/>
|
||||
 
|
||||
<span translate>Change currency</span>
|
||||
</span>
|
||||
</button>
|
||||
<div class="extra">
|
||||
Available Funds: <span>{{vm.availableFunds}}</span>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<button class="button button-sendmax" ng-if="!vm.isRequestingSpecificAmount" ng-click="vm.sendMax()">
|
||||
<span>
|
||||
<i class="icon ion-ios-speedometer-outline"></i> 
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue