change statuses to adapt to woocommerce statuses
This commit is contained in:
@@ -36,8 +36,8 @@
|
||||
background: $not-accepted-status-color;
|
||||
}
|
||||
|
||||
.in-progress {
|
||||
background: $in-progress-status-color;
|
||||
.processing {
|
||||
background: $processing-status-color;
|
||||
}
|
||||
|
||||
.next-action-details{
|
||||
|
||||
@@ -31,15 +31,15 @@
|
||||
background: $open-status-color;
|
||||
}
|
||||
|
||||
.in-progress {
|
||||
background: $in-progress-status-color;
|
||||
.processing {
|
||||
background: $processing-status-color;
|
||||
}
|
||||
|
||||
.line-open {
|
||||
border-left: 3px $open-status-color solid;
|
||||
}
|
||||
|
||||
.line-in-progress {
|
||||
border-left: 3px $in-progress-status-color solid;
|
||||
.line-processing {
|
||||
border-left: 3px $processing-status-color solid;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user