From e61151b01c80e525db068ff12fcfe2c8ae04e1a4 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Fri, 13 Mar 2020 20:38:50 +0100 Subject: Replace p-progressbar and bootstrap progressbar with pure CSS alt --- client/src/sass/bootstrap.scss | 7 ------- 1 file changed, 7 deletions(-) (limited to 'client/src/sass/bootstrap.scss') diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index 6c42acaff..5c1ce1028 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss @@ -236,10 +236,3 @@ ngb-tooltip-window { background-color: var(--secondaryColor); } } - -.progress-bar { - background-color: var(--mainColor); -} -.progress-bar-secondary { - background-color: var(--secondaryColor); -} -- cgit v1.2.3