design review
This commit is contained in:
parent
51ad7d83dc
commit
bd103fbd4f
3 changed files with 13 additions and 8 deletions
|
|
@ -49,16 +49,20 @@
|
|||
<input type="password" class="form-control" placeholder="{{'Your backup password'|translate}}"
|
||||
name="password" ng-model="import.password">
|
||||
</div>
|
||||
<button translate type="submit" class="button radius expand black m0"
|
||||
<button translate type="submit" class="button radius expand black"
|
||||
ng-disabled="importForm.$invalid || !import.password">
|
||||
Import backup
|
||||
</button>
|
||||
</form>
|
||||
|
||||
<a class="m20t button outline light-gray expand" ng-click="$root.go('importLegacy')" translate>
|
||||
Importing Backup from Copay v0.9? Click here
|
||||
</a>
|
||||
|
||||
<div class="text-center text-gray p20v" ng-click="$root.go('importLegacy')">
|
||||
<p class="text-gray m5b size-14" translate> Have a Backup from Copay v0.9?</p>
|
||||
<button class=" outline dark-gray tiny" translate> Import here
|
||||
<i class="icon-arrow-right3 size-14"></i>
|
||||
</button>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue