14 lines
277 B
SCSS
14 lines
277 B
SCSS
.p-orderlist {
|
|
.p-orderlist-list {
|
|
.p-orderlist-item {
|
|
&.p-focus {
|
|
background: $emphasis-lower;
|
|
|
|
&.p-highlight {
|
|
background: rgba($primaryColor, .24);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|