more page
This commit is contained in:
parent
45db939dd8
commit
b52fa182c1
2 changed files with 28 additions and 15 deletions
16
css/main.css
16
css/main.css
|
|
@ -62,11 +62,21 @@
|
||||||
font-family: 'Ubuntu', Helvetica, sans-serif !important;
|
font-family: 'Ubuntu', Helvetica, sans-serif !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h1 {
|
||||||
font-weight: 100;
|
font-weight: 100;
|
||||||
font-size: 22px;
|
font-size: 24px;
|
||||||
color: #2C3E50;
|
color: #2C3E50;
|
||||||
margin-bottom: 2rem;
|
margin-bottom: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
font-size: 20px;
|
||||||
|
font-weight: 100;
|
||||||
|
}
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
font-weight: 300;
|
||||||
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
|
|
|
||||||
|
|
@ -1,17 +1,20 @@
|
||||||
<div class="backup" ng-controller="BackupController">
|
<div class="backup" ng-controller="BackupController">
|
||||||
<div class="oh large-8 columns large-centered medium-centered">
|
<h1>Backup & Delete </h1>
|
||||||
<h4 class="large-12 columns"><i class="fi-download m10r"></i> Backup </h4>
|
<div class="oh large-9 columns panel">
|
||||||
<p class="large-8 columns text-gray"> Its important to back up your wallet so that you can recover your wallet in case of disaster </p>
|
<h3><i class="fi-download m10r"></i> Backup </h3>
|
||||||
<div class="large-4 columns">
|
<p class="large-8 columns text-gray"> Its important to back up your wallet so that you can recover your wallet in case of disaster </p>
|
||||||
<a class="button radius secondary expand" ng-click="downloadBackup()">Download File</a>
|
<div class="large-4 columns">
|
||||||
|
<a class="button radius secondary expand" ng-click="downloadBackup()">Download File</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
<div class="large-9 columns line-dashed-h m15b"> </div>
|
||||||
<div class="large-8 columns large-centered line-dashed-h"> </div>
|
<div>
|
||||||
<div class="oh large-8 columns large-centered medium-centered">
|
<div class="oh large-9 columns panel">
|
||||||
<h4 class="large-12 columns"><i class="fi-minus-circle m10r"></i> Delete Wallet </h4>
|
<h3><i class="fi-minus-circle m10r"></i> Delete Wallet </h3>
|
||||||
<p class="large-8 columns text-gray"> If all funds have been removed from your wallet and you do not wish to have the wallet data stored on your computer anymore, you can delete your wallet. </p>
|
<p class="large-8 columns text-gray"> If all funds have been removed from your wallet and you do not wish to have the wallet data stored on your computer anymore, you can delete your wallet. </p>
|
||||||
<div class="large-4 columns">
|
<div class="large-4 columns">
|
||||||
<a class="button radius warning expand" ng-really-message="Are you sure to delete this wallet from this computer?" ng-really-click="deleteWallet()"> Delete</a>
|
<a class="button radius warning expand" ng-really-message="Are you sure to delete this wallet from this computer?" ng-really-click="deleteWallet()"> Delete</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue