Skip to content

Commit 856bcda

Browse files
author
Maximilian Franzke
committed
fix(patternstate): added css color for pattern state "inprogress" #1216
1 parent 8afd3f3 commit 856bcda

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

packages/uikit-workshop/src/sass/scss/01-abstracts/_variables.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ $pl-color-trans-white-25: rgba(255, 255, 255, 0.25);
2424
$pl-color-state-info: #02a4d5;
2525
$pl-color-state-complete: #03790f;
2626
$pl-color-state-inreview: #c7a118;
27+
$pl-color-state-inprogress: #b00b02;
2728
$pl-color-state-deprecated: #b00b02;
2829

2930
// Font Family

packages/uikit-workshop/src/sass/scss/04-components/_pattern-states.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
background-color: $pl-color-state-inreview;
2323
}
2424

25+
&--inprogress {
26+
background-color: $pl-color-state-inprogress;
27+
}
28+
2529
&--deprecated {
2630
background-color: $pl-color-state-deprecated;
2731
}

0 commit comments

Comments
 (0)