From 1c006988534506e1fd066ff929946085cf408d67 Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Wed, 24 May 2017 12:51:58 -0300 Subject: [PATCH] Adds generate new address button --- src/sass/views/tab-receive.scss | 7 +++++++ www/views/tab-receive.html | 15 +++++++++++---- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/src/sass/views/tab-receive.scss b/src/sass/views/tab-receive.scss index 4757e3cc2..de9cab61c 100644 --- a/src/sass/views/tab-receive.scss +++ b/src/sass/views/tab-receive.scss @@ -21,6 +21,13 @@ padding-left: 5px; } } + .button-address { + margin-top: 5px; + background: transparent; + border: none; + font-size: 12px; + color: $v-text-accent-color; + } .address { background: #fff; overflow: auto; diff --git a/www/views/tab-receive.html b/www/views/tab-receive.html index 3da92d152..fb335c420 100644 --- a/www/views/tab-receive.html +++ b/www/views/tab-receive.html @@ -40,10 +40,17 @@ - +
+ +
+
+ +