From 259f4b10e33652ce56440a4419afd3c03678918a Mon Sep 17 00:00:00 2001 From: vrde Date: Tue, 22 Sep 2015 15:13:48 +0200 Subject: [PATCH] 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; +}