update nav link css

This commit is contained in:
Nick Cardin 2016-09-06 17:56:22 -04:00
commit 6b19189caa
10 changed files with 45 additions and 46 deletions

View file

@ -90,7 +90,7 @@
<span class="item-note" ng-show="email">
{{email}}
</span>
<i class="icon ion-ios-arrow-right"></i>
<i class="icon nav-item-arrow-right"></i>
</a>
</div>
<div class="padding">
@ -115,14 +115,14 @@
href ui-sref="glidera.buy">
<img src="img/buy-bitcoin.svg" alt="buy bitcoin" width="35">
Buy Bitcoin
<i class="icon ion-ios-arrow-right"></i>
<i class="icon nav-item-arrow-right"></i>
</a>
<a class="item item-icon-right"
ng-show="status.userCanSell"
href ui-sref="glidera.sell">
<img src="img/sell-bitcoin.svg" alt="buy bitcoin" width="35">
Sell Bitcoin
<i class="icon ion-ios-arrow-right"></i>
<i class="icon nav-item-arrow-right"></i>
</a>
</div>