Skip to content

Commit

Permalink
progress bar color fix (#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdmayhew authored Oct 24, 2024
1 parent 5573aeb commit c6a2cb2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/assets/stylesheets/scss/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,11 @@ body.dashboard {

/**** New Publication Form ****/
#files {
progress {
width: 100%;
background-color: $white;
}

.primary-file-container {
padding: 1rem 0 3rem 0;

Expand All @@ -194,11 +199,6 @@ body.dashboard {
gap: 0.625rem;
align-items: center;
}

progress {
width: 100%;
background-color: $white;
}
}
}

Expand Down

0 comments on commit c6a2cb2

Please sign in to comment.