From 74eb1ce3a2df0adf0c45078d6162d0c8a4cf804d Mon Sep 17 00:00:00 2001 From: diminator Date: Fri, 16 Oct 2015 13:30:36 +0200 Subject: [PATCH] spinner and some colors ***FML*** --- sass/ascribe_accordion_list.scss | 2 +- sass/ascribe_custom_style.scss | 2 +- sass/whitelabel/prize/sluice/sluice_custom_style.scss | 1 + sass/whitelabel/wallet/cc/cc_custom_style.scss | 1 + sass/whitelabel/wallet/cyland/cyland_custom_style.scss | 1 + sass/whitelabel/wallet/ikonotv/ikonotv_custom_style.scss | 1 + 6 files changed, 6 insertions(+), 2 deletions(-) diff --git a/sass/ascribe_accordion_list.scss b/sass/ascribe_accordion_list.scss index 7bdfd68d..9e86d3c2 100644 --- a/sass/ascribe_accordion_list.scss +++ b/sass/ascribe_accordion_list.scss @@ -158,7 +158,7 @@ $ascribe-accordion-list-item-height: 100px; td { border: none !important; a { - color: #444; + color: #222; } } } diff --git a/sass/ascribe_custom_style.scss b/sass/ascribe_custom_style.scss index d1c9e0a5..81acf45a 100644 --- a/sass/ascribe_custom_style.scss +++ b/sass/ascribe_custom_style.scss @@ -12,7 +12,7 @@ $ascribe--fg-color: $ascribe-dark-blue; $ascribe--bg-color: $ascribe-dark-blue; $ascribe--nav-fg-prim-color: $ascribe-dark-blue; -$ascribe--nav-fg-sec-color: $ascribe-light-blue; +$ascribe--nav-fg-sec-color: lighten($ascribe-dark-blue, 20%); $ascribe--nav-bg-color: white; $ascribe--button-default-color: $ascribe--bg-color; diff --git a/sass/whitelabel/prize/sluice/sluice_custom_style.scss b/sass/whitelabel/prize/sluice/sluice_custom_style.scss index 2d0eb0ab..f9814d9b 100644 --- a/sass/whitelabel/prize/sluice/sluice_custom_style.scss +++ b/sass/whitelabel/prize/sluice/sluice_custom_style.scss @@ -221,6 +221,7 @@ $sluice--button-color: $sluice--nav-fg-prim-color; } .spinner-inner { color: $sluice--button-color; + display: none; } } diff --git a/sass/whitelabel/wallet/cc/cc_custom_style.scss b/sass/whitelabel/wallet/cc/cc_custom_style.scss index 35f38145..999af954 100644 --- a/sass/whitelabel/wallet/cc/cc_custom_style.scss +++ b/sass/whitelabel/wallet/cc/cc_custom_style.scss @@ -150,6 +150,7 @@ $cc--button-color: $cc--nav-fg-prim-color; } .spinner-inner { color: $cc--button-color; + display: none; } } diff --git a/sass/whitelabel/wallet/cyland/cyland_custom_style.scss b/sass/whitelabel/wallet/cyland/cyland_custom_style.scss index 70d8ea3d..c5fd1e50 100644 --- a/sass/whitelabel/wallet/cyland/cyland_custom_style.scss +++ b/sass/whitelabel/wallet/cyland/cyland_custom_style.scss @@ -150,6 +150,7 @@ $cyland--button-color: $cyland--nav-fg-prim-color; } .spinner-inner { color: $cyland--button-color; + display: none; } } diff --git a/sass/whitelabel/wallet/ikonotv/ikonotv_custom_style.scss b/sass/whitelabel/wallet/ikonotv/ikonotv_custom_style.scss index 71f928a6..7cfde6f4 100644 --- a/sass/whitelabel/wallet/ikonotv/ikonotv_custom_style.scss +++ b/sass/whitelabel/wallet/ikonotv/ikonotv_custom_style.scss @@ -241,6 +241,7 @@ $ikono--font: 'Helvetica Neue', 'Helvetica', sans-serif !important; border-color: $ikono--button-color; } .spinner-inner { + display: none; font-family: $ascribe--font; color: $ikono--button-color; }