From a036c6d19255359a56c9f3f813355fa3cb03ff00 Mon Sep 17 00:00:00 2001 From: JDonadio Date: Wed, 1 Nov 2017 12:41:35 -0300 Subject: [PATCH] apply active tab color - fix add wallet button --- src/pages/home/home.html | 6 +++--- src/pages/home/home.scss | 12 +++++------- src/theme/variables.scss | 6 ++++++ 3 files changed, 14 insertions(+), 10 deletions(-) diff --git a/src/pages/home/home.html b/src/pages/home/home.html index d892fb385..09cfe8332 100644 --- a/src/pages/home/home.html +++ b/src/pages/home/home.html @@ -15,9 +15,9 @@ - Wallets - diff --git a/src/pages/home/home.scss b/src/pages/home/home.scss index abb4360b9..55ba8ec35 100644 --- a/src/pages/home/home.scss +++ b/src/pages/home/home.scss @@ -5,11 +5,9 @@ img { } } -.button-outline-md { - margin-right: auto !important; - border: none; - color: #488aff; - background-color: transparent; - -webkit-box-shadow: none; - box-shadow: none; +.header-icon { + font-size: 1.7rem !important; + color: silver; + margin: 0 !important; + padding: 10px !important; } diff --git a/src/theme/variables.scss b/src/theme/variables.scss index 486c8deff..ad9387a1f 100644 --- a/src/theme/variables.scss +++ b/src/theme/variables.scss @@ -70,6 +70,12 @@ $checkbox-md-item-start-margin-end: 20px; $alert-ios-button-text-color: color($colors, accent); $alert-md-button-text-color: color($colors, accent); +/* tabs */ +$tabs-ios-tab-color-active: color($colors, accent); +$tabs-md-tab-color-active: color($colors, accent); +$tabs-wp-tab-color-active: color($colors, accent); + + // App iOS Variables // -------------------------------------------------- // iOS only Sass variables can go here