Updates to progress ball

This commit is contained in:
Bill Richardson 2025-12-09 13:32:37 -05:00
parent 9c84db61ef
commit 5771f88959

View file

@ -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;