Skip to content

Commit

Permalink
Work for #8356 - 'Freeze the progress bar' option or make it a defaul…
Browse files Browse the repository at this point in the history
…t behavior - added styles for floating label
  • Loading branch information
tsv2013 committed Jun 14, 2024
1 parent e3c22c8 commit 4915c95
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/defaultV2-theme/blocks/sd-progress.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,14 @@

.sd-body__progress--bottom .sd-progress__text {
margin-top: calcSize(-3.5);
}

.sv-root--sticky-top {
.sd-progress__text {
padding: calcSize(1) calcSize(1.5);
border-radius: calcSize(0.5);
opacity: 0.75;
background: $background;
box-shadow: $shadow-medium, $shadow-small;
}
}

0 comments on commit 4915c95

Please sign in to comment.