From 3d49a3140d1cce4ce761b3012831443ebd8f56a0 Mon Sep 17 00:00:00 2001 From: jlukic Date: Tue, 9 Sep 2014 00:00:53 -0400 Subject: [PATCH] Couple more vars in progress --- src/definitions/elements/progress.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/definitions/elements/progress.less b/src/definitions/elements/progress.less index de33fb718..0d20f399b 100755 --- a/src/definitions/elements/progress.less +++ b/src/definitions/elements/progress.less @@ -54,7 +54,7 @@ ---------------*/ .ui.successful.progress .bar { - background-color: #73E064 !important; + background-color: @positiveColor !important; } .ui.successful.progress .bar, .ui.successful.progress .bar::after { @@ -62,7 +62,7 @@ } .ui.warning.progress .bar { - background-color: #E96633 !important; + background-color: @yellow !important; } .ui.warning.progress .bar, .ui.warning.progress .bar::after { @@ -74,7 +74,7 @@ ---------------*/ .ui.failed.progress .bar { - background-color: #DF9BA4 !important; + background-color: @negativeColor !important; } .ui.failed.progress .bar, .ui.failed.progress .bar::after {