Skip to content

Commit

Permalink
Merge branch 'master' into helper-text-swap
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan authored Apr 15, 2020
2 parents cecc972 + b145c27 commit c777a07
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions packages/components/docs/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -21432,6 +21432,11 @@ Progress indicator styles
}
}

.#{$prefix}--progress--space-equal .#{$prefix}--progress-step {
min-width: 8rem;
flex-grow: 1;
}

.#{$prefix}--progress-line {
position: absolute;
left: 0;
Expand All @@ -21440,6 +21445,11 @@ Progress indicator styles
border: $progress-indicator-bar-width;
}

.#{$prefix}--progress--space-equal .#{$prefix}--progress-line {
min-width: rem(128px);
width: 100%;
}

.#{$prefix}--progress-step svg {
position: relative;
z-index: 1;
Expand Down Expand Up @@ -21480,6 +21490,11 @@ Progress indicator styles
box-shadow: 0 rem(3px) 0 0 $link-01;
}

.#{$prefix}--progress--space-equal .#{$prefix}--progress-label {
max-width: 100%;
margin-right: 0.75rem;
}

.#{$prefix}--progress-label:active {
color: $interactive-01;
box-shadow: 0 rem(3px) 0 0 $interactive-01;
Expand Down

0 comments on commit c777a07

Please sign in to comment.