Handle additional orders info for wiaas
This commit is contained in:
@@ -18,7 +18,7 @@ $borderWidth: 3px;
|
||||
border-left: $borderWidth $in-progress-status-color solid;
|
||||
}
|
||||
|
||||
.order-border-production {
|
||||
.order-border-completed {
|
||||
border-left: $borderWidth $production-status-color solid;
|
||||
}
|
||||
|
||||
@@ -26,7 +26,7 @@ $borderWidth: 3px;
|
||||
border-left: $borderWidth $end-of-life-status-color solid;
|
||||
}
|
||||
|
||||
.order-border-canceled {
|
||||
.order-border-cancelled {
|
||||
border-left: $borderWidth $canceled-status-color solid;
|
||||
}
|
||||
|
||||
|
||||
@@ -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