diff --git a/src/sass/views/wallet-backup-phrase.scss b/src/sass/views/wallet-backup-phrase.scss index 10a9f3f15..68e55f414 100644 --- a/src/sass/views/wallet-backup-phrase.scss +++ b/src/sass/views/wallet-backup-phrase.scss @@ -1,4 +1,31 @@ #wallet-backup-phrase { + h3 { + padding: 15px; + } + .button-confirm { + margin-top: 1rem; + } + .password-required { + padding: 1rem; + } + .password-prompt { + background-color: $subtle-gray; + padding: 2rem; + .explanation { + padding: 0 1rem; + margin: 1rem 0; + } + .description { + text-align: center; + font-size: 15px; + color: #000; + margin: 1rem 0; + } + input { + width: 100%; + padding: 1rem; + } + } .bar.bar-royal .title { font-size: 1rem; } diff --git a/www/views/backup.html b/www/views/backup.html index 0137ea459..37efcb6cf 100644 --- a/www/views/backup.html +++ b/www/views/backup.html @@ -11,24 +11,24 @@
Wallet recovery phrase not available.
You can still export it from Advanced > Export.
- -
-
Please carefully write down this phrase.
-
-
- {{word}}  + +
+
Please carefully write down this phrase.
+
+
+ {{word}}  +
+
+
+ This recovery phrase was created with a password. To recover this wallet both the recovery phrase and password are needed. +
+
+
We'll confirm on the next screen.
+
-
- This recovery phrase was created with a password. To recover this wallet both the recovery phrase and password are needed. -
-
-
We'll confirm on the next screen.
- -
-
@@ -50,22 +50,26 @@ ng-disabled="shuffledWord.selected">{{shuffledWord.word}} - - + + +
-
-
Enter your password - - +

Enter your password

+
+
+
In order to verify your wallet backup, please type your password.
+
+ +
+
+
+
+