Skip to content

Commit

Permalink
fix(progressbar): remove base and label placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
desig9stein committed Dec 11, 2024
1 parent b07c57e commit ef31822
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/components/progress/themes/linear/linear.progress.base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@
}

[part~='base'] {
@extend %base !optional;

display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
font-family: var(--ig-font-family), serif;
position: relative;
width: 100%;
flex-direction: column;
flex: 1 1 100%;
}

Expand All @@ -27,7 +28,10 @@
}

[part~='label'] {
@extend %label !optional;
display: flex;
align-items: center;
color: inherit;
font-weight: 600;
}

[part~='track'] {
Expand Down

0 comments on commit ef31822

Please sign in to comment.