diff --git a/public/views/tab-home.html b/public/views/tab-home.html index 3191aaf27..09b5fb3ea 100644 --- a/public/views/tab-home.html +++ b/public/views/tab-home.html @@ -5,50 +5,55 @@ -

Payment Proposals

-
- -
- Total Locked Balance: - {{lockedBalanceStr}} - {{lockedBalanceAlternative}} {{alternativeIsoCode}} +
+ Total Locked Balance: + {{lockedBalanceStr}} + {{lockedBalanceAlternative}} {{alternativeIsoCode}} +
+
+
+

Wallets

+
+
+ +
+
-

Wallets - -

- -

Next steps

+

Next steps

diff --git a/src/sass/main.scss b/src/sass/main.scss index c0b3e914a..f6b3467b0 100644 --- a/src/sass/main.scss +++ b/src/sass/main.scss @@ -934,6 +934,10 @@ ul.wallet-selection.wallets { line-height: 45px; } +.add-icon { + line-height: 33px; +} + .no-border { border-style: none; }