From c6a2cb2332f09d1440cf31a22be96ec07514707f Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 24 Oct 2024 12:21:15 -0400 Subject: [PATCH] progress bar color fix (#590) --- app/assets/stylesheets/scss/layout.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/assets/stylesheets/scss/layout.scss b/app/assets/stylesheets/scss/layout.scss index 12dc5f5..437d260 100644 --- a/app/assets/stylesheets/scss/layout.scss +++ b/app/assets/stylesheets/scss/layout.scss @@ -169,6 +169,11 @@ body.dashboard { /**** New Publication Form ****/ #files { + progress { + width: 100%; + background-color: $white; + } + .primary-file-container { padding: 1rem 0 3rem 0; @@ -194,11 +199,6 @@ body.dashboard { gap: 0.625rem; align-items: center; } - - progress { - width: 100%; - background-color: $white; - } } }