From c7321359c95fa315be7eae53cf8850f461c550f1 Mon Sep 17 00:00:00 2001 From: vrde Date: Tue, 22 Sep 2015 13:37:31 +0200 Subject: [PATCH 1/2] Add style for notification --- sass/whitelabel/wallet/ikonotv/ikonotv_landing.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sass/whitelabel/wallet/ikonotv/ikonotv_landing.scss b/sass/whitelabel/wallet/ikonotv/ikonotv_landing.scss index c25517e1..62b1690d 100644 --- a/sass/whitelabel/wallet/ikonotv/ikonotv_landing.scss +++ b/sass/whitelabel/wallet/ikonotv/ikonotv_landing.scss @@ -380,3 +380,9 @@ $ikono--logo: 'https://s3-us-west-2.amazonaws.com/ascribe0/whitelabel/ikonotv/ik border-color: $ikono--button-color; } } + + +// notifications +.client--ikonotv .ascribe-global-notification-success { + background-color: $ikono--button-color; +} From 259f4b10e33652ce56440a4419afd3c03678918a Mon Sep 17 00:00:00 2001 From: vrde Date: Tue, 22 Sep 2015 15:13:48 +0200 Subject: [PATCH 2/2] Style progress bar --- sass/whitelabel/wallet/ikonotv/ikonotv_landing.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sass/whitelabel/wallet/ikonotv/ikonotv_landing.scss b/sass/whitelabel/wallet/ikonotv/ikonotv_landing.scss index 62b1690d..f4d6474e 100644 --- a/sass/whitelabel/wallet/ikonotv/ikonotv_landing.scss +++ b/sass/whitelabel/wallet/ikonotv/ikonotv_landing.scss @@ -386,3 +386,8 @@ $ikono--logo: 'https://s3-us-west-2.amazonaws.com/ascribe0/whitelabel/ikonotv/ik .client--ikonotv .ascribe-global-notification-success { background-color: $ikono--button-color; } + +// progress bar +.client--ikonotv .ascribe-progress-bar > .progress-bar { + background-color: $ikono--button-color; +}