Commit 48998d5c authored by dev0tion's avatar dev0tion

Add Bootstrap to recover component

parent 3788717d
<h1>Recover your wallet</h1> <div class="container">
<p> <div class="row">
Welcome, please complete the form below to recover your wallet. <div class="col">
</p> <h1>Recover your wallet</h1>
<form [formGroup]="recoverWalletForm" (ngSubmit)="onRecoverClicked()"> </div>
</div>
<div class="row">
<div class="col">
<p>Welcome, please complete the form below to recover your wallet.</p>
</div>
</div>
<div class="row">
<div class="col">
<form [formGroup]="recoverWalletForm" (ngSubmit)="onRecoverClicked()">
<div class="form-group"> <div class="form-group">
<label>Mnemonic:</label> <label>Mnemonic:</label>
<input class="form-control" formControlName="walletMnemonic" type="text" placeholder="Enter your saved mnemonic."> <input class="form-control" formControlName="walletMnemonic" type="text" placeholder="Enter your saved mnemonic.">
...@@ -32,4 +41,7 @@ ...@@ -32,4 +41,7 @@
<div class="form-group"> <div class="form-group">
<button type="button" class="btn btn-success" (click)="onBackClicked()">Back</button> <button type="button" class="btn btn-success" (click)="onBackClicked()">Back</button>
</div> </div>
</form> </form>
</div>
</div>
</div>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment