From f65b63227357b090af9e2f4d0c8305b73e232787 Mon Sep 17 00:00:00 2001 From: Brendon Duncan Date: Thu, 26 Jul 2018 13:22:03 -0700 Subject: [PATCH] Available funds appearance in normal case. --- src/sass/views/amountNew.scss | 7 +++++-- www/views/amountNew.html | 6 +++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/src/sass/views/amountNew.scss b/src/sass/views/amountNew.scss index 5229f9b56..5f27361b3 100644 --- a/src/sass/views/amountNew.scss +++ b/src/sass/views/amountNew.scss @@ -378,9 +378,12 @@ justify-content: space-between; margin: 0 14px; + .availableFunds { + color: #6F6F70; + } + .extra, button.extra { - color: #000; display: flex; flex: 0 1 auto; } @@ -388,6 +391,7 @@ button.extra { background: none; border: none; + color: #000; font-family: 'ProximaNova'; font-size: 14px; line-height: normal; @@ -403,7 +407,6 @@ .button { - span { display: flex; align-items: center; diff --git a/www/views/amountNew.html b/www/views/amountNew.html index 753074e54..1b29f6e44 100644 --- a/www/views/amountNew.html +++ b/www/views/amountNew.html @@ -41,11 +41,11 @@   - Change currency + Change Currency -
- Available Funds: {{vm.availableFunds}} +
+ Available Funds: {{vm.availableFunds}}