added collect email styling, updated create default wallet action on tour.html
This commit is contained in:
parent
8485b62df1
commit
38282f181e
4 changed files with 16 additions and 4 deletions
|
|
@ -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">
|
<ion-nav-buttons side="secondary">
|
||||||
<button class="button no-border" ng-click="onboardingMailSkip()">
|
<button class="button no-border" ng-click="onboardingMailSkip()">
|
||||||
{{'Skip' | translate}}
|
{{'Skip' | translate}}
|
||||||
|
|
@ -9,9 +10,16 @@
|
||||||
<ion-content ng-controller="collectEmailController">
|
<ion-content ng-controller="collectEmailController">
|
||||||
<span translate>Wallet Created </span>
|
<span translate>Wallet Created </span>
|
||||||
<span translate>Where would you like to receive email notifications about payments </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>
|
<form name="emailForm" ng-submit="save(emailForm)" novalidate>
|
||||||
<input type="email" id="email" name="email" ng-model="email" required></input>
|
<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">
|
<input type="submit" class="button button-block button-positive" value="{{'Save'|translate}}" ng-disabled="emailForm.$invalid">
|
||||||
</form>
|
</form> -->
|
||||||
</ion-content>
|
</ion-content>
|
||||||
</ion-view>
|
</ion-view>
|
||||||
|
|
|
||||||
|
|
@ -79,7 +79,7 @@
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<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
|
Create bitcoin wallet
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
3
src/sass/views/onboarding/onboarding-collect-email.scss
Normal file
3
src/sass/views/onboarding/onboarding-collect-email.scss
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
#onboarding-collect-email{
|
||||||
|
background: rgb(17,209,166);
|
||||||
|
}
|
||||||
|
|
@ -65,3 +65,4 @@
|
||||||
@import "terms-of-use";
|
@import "terms-of-use";
|
||||||
@import "onboard-welcome";
|
@import "onboard-welcome";
|
||||||
@import "onboard-tour";
|
@import "onboard-tour";
|
||||||
|
@import "onboard-collect-email";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue