styling dead view
This commit is contained in:
parent
014995fd36
commit
1df951ad85
8 changed files with 159 additions and 10 deletions
|
|
@ -1,14 +1,18 @@
|
|||
<ion-view>
|
||||
<ion-view id="dead-view">
|
||||
<ion-nav-bar class="bar-royal">
|
||||
<ion-nav-title>{{'App Locked' | translate}}</ion-nav-title>
|
||||
<ion-nav-title>{{title}}</ion-nav-title>
|
||||
</ion-nav-bar>
|
||||
|
||||
<ion-content>
|
||||
<div class="">
|
||||
APP LOCKED
|
||||
<div ng-if="appName == 'copay'" class="img-container-copay" ng-click="requestFingerprint()">
|
||||
<i class="icon big-icon-svg"><div class="bg"></div></i>
|
||||
</div>
|
||||
<div class="" ng-click="requestFingerprint()">
|
||||
Request Fingerprint Authentication
|
||||
<div ng-if="appName == 'bitpay'" class="img-container-bitpay" ng-click="requestFingerprint()">
|
||||
<i class="icon big-icon-svg"><div class="bg"></div></i>
|
||||
</div>
|
||||
<div class="comments" ng-click="requestFingerprint()">
|
||||
<div class="header" translate>One-touch Sign In</div>
|
||||
<div class="text-content" translate>Please place your fingertip on the scanner to verify your identity</div>
|
||||
</div>
|
||||
</ion-content>
|
||||
</ion-view>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue