From 5771f88959262ad95467d9e69643a4f4a2c5d8ef Mon Sep 17 00:00:00 2001 From: Bill Richardson Date: Tue, 9 Dec 2025 13:32:37 -0500 Subject: [PATCH] Updates to progress ball --- .../site-header/progress-bar/progress-bar.vue | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/iss-components/site-header/progress-bar/progress-bar.vue b/src/iss-components/site-header/progress-bar/progress-bar.vue index 8c4013f0..4c21d476 100644 --- a/src/iss-components/site-header/progress-bar/progress-bar.vue +++ b/src/iss-components/site-header/progress-bar/progress-bar.vue @@ -52,12 +52,23 @@ export default { } .progress { - min-width: 17.1875rem; + @include media-breakpoint-up(xs) { + min-width: 5.9375rem; + } + + @include media-breakpoint-up(md) { + min-width: 17.1875rem; + } + margin-left: 0; border-radius: $border-radius-pill; + background-color: #ffffff; + overflow: visible; .progress-bar { background-color: $green; + border-radius: $border-radius-pill 0 0 $border-radius-pill; + overflow: visible; .progress-bar-middle { width: 1.0625rem;