Handle additional orders info for wiaas
This commit is contained in:
@@ -20,11 +20,11 @@ $link-line-height: 1.5rem;
|
||||
border-left: $border-width $processing-status-color solid;
|
||||
}
|
||||
|
||||
.canceled {
|
||||
.cancelled {
|
||||
border-left: $border-width $canceled-status-color solid;
|
||||
}
|
||||
|
||||
.production {
|
||||
.completed {
|
||||
border-left: $border-width $production-status-color solid;
|
||||
}
|
||||
|
||||
@@ -127,7 +127,7 @@ $link-line-height: 1.5rem;
|
||||
background: $end-of-life-status-color;
|
||||
}
|
||||
|
||||
.canceled {
|
||||
.cancelled {
|
||||
background: $canceled-status-color;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user