From 4e3bc918fc61f5bc5d95fc25285d2a7ce2ebeabf Mon Sep 17 00:00:00 2001 From: Andy Phillipson Date: Thu, 15 Dec 2016 11:50:40 -0500 Subject: [PATCH] Minor text and font changes. --- src/sass/views/walletBalance.scss | 5 +---- www/views/modals/wallet-balance.html | 4 ++-- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/src/sass/views/walletBalance.scss b/src/sass/views/walletBalance.scss index 7dffa0f8b..84ec41109 100644 --- a/src/sass/views/walletBalance.scss +++ b/src/sass/views/walletBalance.scss @@ -6,26 +6,23 @@ &--total { color: $mid-gray; - font-weight: bold; } &--available { color: #09C286;; - font-weight: bold; } &--confirming { color: #FF9900; - font-weight: bold; } &--locked { color: #FF9900; - font-weight: bold; } &--alternative { color: $light-gray; + font-size: 14px; } } diff --git a/www/views/modals/wallet-balance.html b/www/views/modals/wallet-balance.html index beadb1960..d68109fa3 100644 --- a/www/views/modals/wallet-balance.html +++ b/www/views/modals/wallet-balance.html @@ -52,7 +52,7 @@ -
The immediately spendable amount of bitcoin stored in this wallet.
+
The amount of bitcoin immediately spendable from this wallet.
@@ -71,7 +71,7 @@
-
The amount of bitcoin stored in this wallet with less than 1 block chain confirmation.
+
The amount of bitcoin stored in this wallet with less than 1 blockchain confirmation.