update top bar color

This commit is contained in:
Nick Cardin 2016-08-31 15:54:53 -04:00
commit 9fa4da88c6
29 changed files with 29 additions and 29 deletions

View file

@ -1,5 +1,5 @@
<ion-view>
<ion-nav-bar class="bar-stable">
<ion-nav-bar class="bar-royal">
<ion-nav-buttons side="primary">
<button class="button no-border" href ui-sref="onboarding.backupRequest">
<i class="icon ion-chevron-left"></i> {{'Back' | translate}}

View file

@ -1,5 +1,5 @@
<ion-view>
<ion-nav-bar class="bar-stable" ng-controller="backController">
<ion-nav-bar class="bar-royal" ng-controller="backController">
<ion-nav-buttons side="secondary">
<button class="button no-border" ng-click="onboardingMailSkip()">
{{'Skip' | translate}}

View file

@ -1,5 +1,5 @@
<ion-view>
<ion-nav-bar class="bar-stable">
<ion-nav-bar class="bar-royal">
<ion-nav-title>{{'Terms of Use' | translate}}</ion-nav-title>
<ion-nav-buttons side="primary">
<button class="button no-border" href ui-sref="onboarding.disclaimer">

View file

@ -1,5 +1,5 @@
<ion-view ng-controller="tourController" ng-init="init()">
<ion-nav-bar class="bar-stable">
<ion-nav-bar class="bar-royal">
<ion-nav-title>{{'Get Started' | translate}}</ion-nav-title>
<ion-nav-buttons side="primary">
<button class="button no-border" ng-click="goBack()">