updated arrow icon, removed border in header

This commit is contained in:
Jamal Jackson 2016-09-02 07:17:18 -04:00
commit cc72e06f43
2 changed files with 8 additions and 2 deletions

View file

@ -3,7 +3,7 @@
<ion-nav-title></ion-nav-title>
<ion-nav-buttons side="primary">
<button class="button no-border" ng-click="goBack()">
<i class="icon ion-arrow-left-c"></i>
<i class="icon ion-ios-arrow-thin-left"></i>
</button>
</ion-nav-buttons>
<ion-nav-buttons side="secondary">
@ -32,7 +32,7 @@
</div>
<div class="row">
<button class="button button-positive col col-75 next-slide" ng-click="slideNext()">
Got it <i class="icon ion-arrow-right-c"></i>
Got it <i class="icon ion-ios-arrow-thin-right"></i>
</button>
</div>
</ion-content>

View file

@ -57,3 +57,9 @@
margin-left: auto;
margin-right: auto;
}
ion-header-bar{
button{
border:none;
}
}