Updates to progress ball
This commit is contained in:
parent
9c84db61ef
commit
5771f88959
1 changed files with 12 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue