Skip to content

Commit

Permalink
CONCD-1070 Not started fill outside of progress bar outline on some c…
Browse files Browse the repository at this point in the history
…ampaign pages (#2679)
  • Loading branch information
rasarkar authored Jan 16, 2025
1 parent d1cacd0 commit c3cbe36
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions concordia/static/scss/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -926,17 +926,20 @@ li.breadcrumb-item.active {
&::after {
content: '';
background-color: #fff;
background-size: 10px 10px;
border: 1px solid $dark;
flex: 1 1 0%;
opacity: 0.8;
}

&.w-100::after {
background-image: repeating-linear-gradient(
45deg,
#242424 0,
#242424 1px,
#fff 0,
#fff 50%
);
background-size: 10px 10px;
border: 1px solid $dark;
flex: 1 1 0%;
opacity: 0.8;
}

&.campaign-progress::after {
Expand Down

0 comments on commit c3cbe36

Please sign in to comment.