From 579ccaf21d5dbed04810da500f50b5d5b3186884 Mon Sep 17 00:00:00 2001 From: softsimon Date: Mon, 11 Jan 2021 17:20:52 +0700 Subject: [PATCH] Adding missing progressbar styling. --- frontend/src/styles.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/frontend/src/styles.scss b/frontend/src/styles.scss index b8fca1621..ac9b259e1 100644 --- a/frontend/src/styles.scss +++ b/frontend/src/styles.scss @@ -421,6 +421,14 @@ h1, h2, h3 { background: repeating-linear-gradient(to right, #2d3348, #2d3348 0%, #116761 0%, #183550 100%); } +.progress-dark { + background-color: #181b2d; +} + +.progress-darklight { + background-color: #24273e; +} + .mt-2-5, .my-2-5 { margin-top: 0.75rem !important; }