Confirm your wallet seed
Please tap the words in order to confirm your backup phrase is correctly written.
@@ -118,7 +118,7 @@
-
+
@@ -200,30 +200,26 @@
Backup failed
Failed to verify backup. Please check your information
+
diff --git a/src/css/main.css b/src/css/main.css
index 59eac4d29..9dd839587 100644
--- a/src/css/main.css
+++ b/src/css/main.css
@@ -395,11 +395,12 @@ ul.tx-copayers {
}
.backup .button-box {
- position: absolute;
+ background: #F1F3F5;
+ position: fixed;
bottom: 0;
left: 0;
width: 100%;
- padding: 1.5rem 1rem;
+ padding: 0.5rem 1rem 1rem;
z-index: 9999;
}
@@ -411,6 +412,10 @@ ul.tx-copayers {
border-bottom: 1px solid #A5B2BF;
}
+.extra-padding-bottom {
+ padding-bottom: 78px;
+}
+
.date-message {
background-color: #213140;
border-radius: 3px;