Skip to content

Commit

Permalink
Merge pull request #712 from GSA/progress-bar
Browse files Browse the repository at this point in the history
New progress bar styles
  • Loading branch information
yerramshilpa authored Oct 23, 2024
2 parents b26c7f1 + 98202fa commit b7b9075
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions sam-styles/packages/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
@import "../packages/sds-styles/page.scss";
@import "../packages/sds-styles/pop-up.scss";
@import "../packages/sds-styles/process-list.scss";
@import "../packages/sds-styles/progress-bar.scss";
@import "../packages/sds-styles/results.scss";
@import "../packages/sds-styles/rich-text-editor.scss";
@import "../packages/sds-styles/searchlayout.scss";
Expand Down
19 changes: 19 additions & 0 deletions sam-styles/packages/sds-styles/progress-bar.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
@use "uswds-core" as *;
@use "sam-styles/packages/theme/variables" as *;

.sds-progress-bar-container {
width: 100%;
height: 8px;
background-color: color("base-lighter");
border-radius: 5px;
overflow: hidden;
}

.sds-border-top {
border-top: 1px solid color('base');
}

.sds-progress-bar {
height: 100%;
background-color: color("secondary");
}

0 comments on commit b7b9075

Please sign in to comment.