+
+
Import wallet file
+
Upload a file exported from your wallet
+
+
Recommended
-
- Enter wallet seed
- Not recommended
-
-
Provide the 12 or 24 word recovery seed
+
+
+
Enter wallet seed
+
Provide the 12 or 24 word recovery seed
+
+
Not recommended
diff --git a/BTCPayServer/Views/Stores/_LayoutWalletSetup.cshtml b/BTCPayServer/Views/Stores/_LayoutWalletSetup.cshtml
index 0b9062667..ff57f2901 100644
--- a/BTCPayServer/Views/Stores/_LayoutWalletSetup.cshtml
+++ b/BTCPayServer/Views/Stores/_LayoutWalletSetup.cshtml
@@ -22,8 +22,8 @@
-
-
+
+
@if (TempData.HasStatusMessage())
{
diff --git a/BTCPayServer/wwwroot/main/wallet-setup.css b/BTCPayServer/wwwroot/main/wallet-setup.css
index e2dff2f2e..0b6eca5b7 100644
--- a/BTCPayServer/wwwroot/main/wallet-setup.css
+++ b/BTCPayServer/wwwroot/main/wallet-setup.css
@@ -20,7 +20,7 @@ body {
top: 0;
left: 0;
right: 0;
- padding: 30px;
+ padding: 24px;
}
}
@@ -97,11 +97,10 @@ body {
padding: 1.5rem;
}
-.list-group-item-wallet-setup .content .badge {
- position: relative;
- top: -1px;
- font-size: 60%;
- color: var(--btcpay-color-white);
+.list-group-item-wallet-setup .content small {
+ font-size: 90%;
+ text-transform: uppercase;
+ white-space: nowrap;
}
.list-group-item-wallet-setup .image + .content {