From 585775e88b4868ba43d13b8c8694613dfec9c0cc Mon Sep 17 00:00:00 2001 From: Brendon Duncan Date: Sun, 17 Jun 2018 17:56:50 +1200 Subject: [PATCH 1/3] Subtitles for coins on home screen. --- src/sass/views/tab-home.scss | 3 +++ src/sass/views/tabs.scss | 7 ++++++- www/views/tab-home.html | 14 +++++++------- 3 files changed, 16 insertions(+), 8 deletions(-) diff --git a/src/sass/views/tab-home.scss b/src/sass/views/tab-home.scss index 46fb15224..cac1e688d 100644 --- a/src/sass/views/tab-home.scss +++ b/src/sass/views/tab-home.scss @@ -37,6 +37,9 @@ padding-top: 1.5rem; padding-bottom: 1.5rem; } + &.compact-subtitle { + padding-bottom: 0; + } } .item-sub { &:first-child:before { diff --git a/src/sass/views/tabs.scss b/src/sass/views/tabs.scss index b9a1cd724..b3c1a8dfb 100644 --- a/src/sass/views/tabs.scss +++ b/src/sass/views/tabs.scss @@ -43,6 +43,11 @@ .icon { color: $v-mid-gray; } + .subtitle { + color: $v-mid-gray; + font-size: $font-size-small; + font-weight: 300; + } } } -} +} \ No newline at end of file diff --git a/www/views/tab-home.html b/www/views/tab-home.html index f26c5292d..35f67c82d 100644 --- a/www/views/tab-home.html +++ b/www/views/tab-home.html @@ -46,7 +46,7 @@
- + Recent Transactions @@ -56,9 +56,9 @@
-
- - Bitcoin Cash (BCH) +
+
Bitcoin Cash (BCH)
+
Instant transactions with low fees
@@ -71,9 +71,9 @@
-
- - Bitcoin Core (BTC) +
+
Bitcoin Core (BTC)
+
Slow transactions with high fees
From 8231f85c67f7a5aeb52c046c1571849b5760152d Mon Sep 17 00:00:00 2001 From: Brendon Duncan Date: Sun, 17 Jun 2018 18:08:44 +1200 Subject: [PATCH 2/3] Subtitles for coins on wallet selector in Receive screen. --- src/sass/views/includes/walletSelector.scss | 8 ++++++++ www/views/includes/walletSelector.html | 12 ++++++------ 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/src/sass/views/includes/walletSelector.scss b/src/sass/views/includes/walletSelector.scss index 20753c309..d69676adc 100644 --- a/src/sass/views/includes/walletSelector.scss +++ b/src/sass/views/includes/walletSelector.scss @@ -12,6 +12,14 @@ wallet-selector { font-weight: bold; padding-bottom: 10px; border-bottom: 1px solid #EFEFEF; + &.compact-subtitle { + padding-bottom: 0; + } + .subtitle { + color: $v-mid-gray; + font-size: $font-size-small; + font-weight: 300; + } .wallet-coin-logo { vertical-align: middle; margin-right: 5px; diff --git a/www/views/includes/walletSelector.html b/www/views/includes/walletSelector.html index 755331a06..ad3acf9e5 100644 --- a/www/views/includes/walletSelector.html +++ b/www/views/includes/walletSelector.html @@ -7,9 +7,9 @@
{{title}}
-