added collect email styling, updated create default wallet action on tour.html

This commit is contained in:
Jamal Jackson 2016-09-01 09:25:57 -04:00
commit 38282f181e
4 changed files with 16 additions and 4 deletions

View file

@ -1,5 +1,6 @@
<ion-view>
<ion-nav-bar class="bar-stable" ng-controller="backController">
<ion-view ng-controller="collectEmailController" id="onboarding-collect-email" class="onboarding">
<ion-nav-bar class="bar-stable">
<ion-nav-buttons side="secondary">
<button class="button no-border" ng-click="onboardingMailSkip()">
{{'Skip' | translate}}
@ -9,9 +10,16 @@
<ion-content ng-controller="collectEmailController">
<span translate>Wallet Created </span>
<span translate>Where would you like to receive email notifications about payments </span>
<ion-content >
<div class="row">
<img src="../../img/onboarding-success.svg" class="col col-75" />
</div>
<span translate>Wallet Created</span>
<!-- <span translate>Where would you like to receive email notifications about payments </span>
>>>>>>> Stashed changes
<form name="emailForm" ng-submit="save(emailForm)" novalidate>
<input type="email" id="email" name="email" ng-model="email" required></input>
<input type="submit" class="button button-block button-positive" value="{{'Save'|translate}}" ng-disabled="emailForm.$invalid">
</form>
</form> -->
</ion-content>
</ion-view>

View file

@ -79,7 +79,7 @@
</p>
</div>
<div class="row">
<button class="button button-positive col col-75 get-started" ng-click="createProfile()">
<button class="button button-positive col col-75 get-started" ng-click="createDefaultWallet()">
Create bitcoin wallet
</button>
</div>

View file

@ -0,0 +1,3 @@
#onboarding-collect-email{
background: rgb(17,209,166);
}

View file

@ -65,3 +65,4 @@
@import "terms-of-use";
@import "onboard-welcome";
@import "onboard-tour";
@import "onboard-collect-email";