diff --git a/css/src/mobile.css b/css/src/mobile.css index 6ccf3f279..0d1b1a5f4 100644 --- a/css/src/mobile.css +++ b/css/src/mobile.css @@ -315,6 +315,17 @@ margin-right: 5px; } + .add-wallet .button-setup { + border: 1px solid #A5B2BF; + border-radius: 5px; + color: #7A8C9E; + text-align: center; + padding: 2rem; + margin: 2rem 0; + text-transform: uppercase; + font-size: 16px; + } + .modal.fade, .reveal-modal-bg { opacity: 1; } diff --git a/views/add.html b/views/add.html index b32d4bfb1..aee67848a 100644 --- a/views/add.html +++ b/views/add.html @@ -1,17 +1,16 @@ -
-

Add Wallet

- - Create new wallet - +
+ + + Create new wallet - - Join shared wallet - + + + Join shared wallet - - Import wallet - + + + Import wallet
\ No newline at end of file diff --git a/views/includes/sidebar-mobile.html b/views/includes/sidebar-mobile.html index ca4be5d9a..d89844870 100644 --- a/views/includes/sidebar-mobile.html +++ b/views/includes/sidebar-mobile.html @@ -55,4 +55,5 @@ {{'Lock'|translate}}
- \ No newline at end of file + +