updated arrow icon, removed border in header
This commit is contained in:
parent
ee7bb0f455
commit
cc72e06f43
2 changed files with 8 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -57,3 +57,9 @@
|
|||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
ion-header-bar{
|
||||
button{
|
||||
border:none;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue