Initial commit
This commit is contained in:
13
public/theme/extensions/_orderlist.scss
Normal file
13
public/theme/extensions/_orderlist.scss
Normal file
@@ -0,0 +1,13 @@
|
||||
.p-orderlist {
|
||||
.p-orderlist-list {
|
||||
.p-orderlist-item {
|
||||
&.p-focus {
|
||||
background: $emphasis-lower;
|
||||
|
||||
&.p-highlight {
|
||||
background: rgba($primaryColor, .24);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user