Skip to content

Commit

Permalink
fix(patternstate): added css color for pattern state "inprogress" #1216
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilian Franzke committed Jun 11, 2020
1 parent 8afd3f3 commit 856bcda
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ $pl-color-trans-white-25: rgba(255, 255, 255, 0.25);
$pl-color-state-info: #02a4d5;
$pl-color-state-complete: #03790f;
$pl-color-state-inreview: #c7a118;
$pl-color-state-inprogress: #b00b02;
$pl-color-state-deprecated: #b00b02;

// Font Family
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
background-color: $pl-color-state-inreview;
}

&--inprogress {
background-color: $pl-color-state-inprogress;
}

&--deprecated {
background-color: $pl-color-state-deprecated;
}
Expand Down

0 comments on commit 856bcda

Please sign in to comment.