|
1 | 1 | <ion-view id="onboard-welcome" class="onboarding">
|
2 | 2 | <ion-content ng-controller="downloadAppController" scroll="false">
|
3 |
| - <div class="onboarding-topic" translate>Download NavPay app</div> |
4 |
| - <div class="onboarding-illustration-app"></div> |
5 |
| - <p ng-show="fromSettings">Note: You will need to re-enter your wallet seed phrase to access your wallet on the app version.</p> |
6 |
| - <div class="cta-buttons"> |
7 |
| - <div class="onboarding-tldr" translate> |
8 |
| - To download the app click |
9 |
| - <br /><img style="display: inline-block; height: 30px" src='img/app/ios-action-icon.svg'/> |
10 |
| - <br />and select |
11 |
| - <br /><img style="display: inline-block; height: 30px" src='img/app/ios-add-to-homescreen-icon.png'/> |
12 |
| - <br />'Add to Home Screen' |
| 3 | + <div style="display: flex; flex-direction: column; height: 100%;"> |
| 4 | + <div style="display: flex; width: 100%;"> |
| 5 | + <button onclick="history.back()" style="align-self: flex-start;" class="button back-button buttons button-clear header-item"> |
| 6 | + <i class="icon icon ion-ios-arrow-thin-left"></i> |
| 7 | + <span class="back-text" style="transform: translate3d(0px, 0px, 0px);"></span> |
| 8 | + </button> |
| 9 | + <div class="onboarding-topic" style="width: 100%; text-align: center; margin-left: -20px; margin-top: 10px;" translate>Download NavPay</div> |
13 | 10 | </div>
|
14 |
| - <button ng-hide="fromSettings" class="button button-standard button-secondary" href ui-sref="onboarding.tour" translate> |
15 |
| - Go back to Web App |
16 |
| - </button> |
17 |
| - <button ng-show="fromSettings" class="button button-standard button-secondary" href ui-sref="tabs.settings" translate> |
18 |
| - Cancel |
19 |
| - </button> |
20 |
| - |
| 11 | + <div class="onboarding-illustration-app"></div> |
| 12 | + <p ng-show="fromSettings">Note: You will need to re-enter your wallet seed phrase to access your wallet on the app version.</p> |
| 13 | + <div class="cta-buttons"> |
| 14 | + <div class="onboarding-tldr" translate style="display: flex; align-items: center; flex-direction: column;"> |
| 15 | + <span>Step 1: Tap</span> |
| 16 | + <img style="display: inline-block; height: 35px; padding-top: 5px;" src='img/app/ios-action-icon.svg'/> |
| 17 | + <br /> |
| 18 | + <span>Step 2: Select</span> |
| 19 | + <img style="display: inline-block; height: 40px; padding-top: 5px;" src='img/app/ios-add-to-homescreen-icon.png'/> |
| 20 | + <span style="font-size: 0.8em; opacity: 0.8;">Add to</span> |
| 21 | + <span style="font-size: 0.8em; opacity: 0.8;">Home Screen</span> |
| 22 | + <div style="display: inline-block; height: 30px"></div> |
| 23 | + </div> |
| 24 | + </div> |
| 25 | + <img style="position: absolute; bottom: 10px; left: calc(50vw - 8px); height: 30px;" src='img/app/navpay-down-arrow.svg'/> |
21 | 26 | </div>
|
22 | 27 | </ion-content>
|
23 | 28 | </ion-view>
|
0 commit comments