From e4b68ff3f4ce3e47bd838d2b043363ab508faaa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Thu, 2 Oct 2014 13:29:08 +0200 Subject: [PATCH] Broken bar in taskboard because of previous commit :sweat: --- app/styles/components/summary.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/styles/components/summary.scss b/app/styles/components/summary.scss index df9588eb..ded6fa1e 100644 --- a/app/styles/components/summary.scss +++ b/app/styles/components/summary.scss @@ -54,6 +54,10 @@ padding: 3px; position: relative; width: 15%; + .current-progress { + background: $fresh-taiga; + height: 24px; + } .defined-points { background: $red-light; height: 24px;