You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
.progress-bar {
|
|
height: $progress-bar-height;
|
|
border-radius: $border-radius;
|
|
margin-top: -0.095rem;
|
|
margin-left: -1px;
|
|
}
|
|
|
|
.progress {
|
|
overflow: visible;
|
|
|
|
&.progress-sm {
|
|
height: $progress-height-sm;
|
|
}
|
|
&.progress-lg {
|
|
height: $progress-height-lg;
|
|
}
|
|
}
|
|
|