From 0bd6d794591d59bfe769d7a0ae5900611aab4795 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Wed, 20 May 2015 01:25:36 -0700 Subject: [PATCH] finalize color scheme for mobile progress bar --- app/assets/stylesheets/mobile/topic.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/mobile/topic.scss b/app/assets/stylesheets/mobile/topic.scss index edb84d31ca7..e63766f0337 100644 --- a/app/assets/stylesheets/mobile/topic.scss +++ b/app/assets/stylesheets/mobile/topic.scss @@ -138,8 +138,9 @@ top: 0; bottom: 0; width: 0; - border-right: 1px solid scale-color($success, $lightness: 50%); - background-color: scale-color($success, $lightness: 50%); + border-right: 1px solid dark-light-diff($tertiary, $secondary, 85%, -65%); + background-color: dark-light-diff($tertiary, $secondary, 85%, -65%); + transition: width .75s; } }