37 lines
693 B
CSS
37 lines
693 B
CSS
mark.wiaas-order-status {
|
|
display: inline-flex;
|
|
padding: 0 1em;
|
|
line-height: 2.5em;
|
|
color: #777;
|
|
background: #e5e5e5;
|
|
border-radius: 4px;
|
|
border-bottom: 1px solid rgba(0, 0, 0, .05);
|
|
margin: -.5em 0;
|
|
cursor: inherit !important;
|
|
font-size: 13px;
|
|
}
|
|
|
|
mark.wiaas-order-status-completed {
|
|
background: #c8d7e1;
|
|
color: #2e4453
|
|
}
|
|
|
|
mark.wiaas-order-status-on-hold {
|
|
background: #f8dda7;
|
|
color: #94660c
|
|
}
|
|
|
|
mark.wiaas-order-status-failed {
|
|
background: #eba3a3;
|
|
color: #761919
|
|
}
|
|
|
|
mark.wiaas-order-status-processing {
|
|
background: #c6e1c6;
|
|
color: #5b841b
|
|
}
|
|
|
|
mark.wiaas-order-status-trash {
|
|
background: #eba3a3;
|
|
color: #761919
|
|
} |