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