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 {
|
.progress {
|
||||||
|
@include media-breakpoint-up(xs) {
|
||||||
|
min-width: 5.9375rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
@include media-breakpoint-up(md) {
|
||||||
min-width: 17.1875rem;
|
min-width: 17.1875rem;
|
||||||
|
}
|
||||||
|
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
border-radius: $border-radius-pill;
|
border-radius: $border-radius-pill;
|
||||||
|
background-color: #ffffff;
|
||||||
|
overflow: visible;
|
||||||
|
|
||||||
.progress-bar {
|
.progress-bar {
|
||||||
background-color: $green;
|
background-color: $green;
|
||||||
|
border-radius: $border-radius-pill 0 0 $border-radius-pill;
|
||||||
|
overflow: visible;
|
||||||
|
|
||||||
.progress-bar-middle {
|
.progress-bar-middle {
|
||||||
width: 1.0625rem;
|
width: 1.0625rem;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue