salix/modules/monitor/front/index/orders/style.scss

16 lines
302 B
SCSS
Raw Normal View History

2021-05-11 07:43:15 +00:00
@import "variables";
vn-monitor-sales-orders {
.dark-row {
background-color: lighten($color-marginal, 15%);
color: gray;
vn-td {
border-bottom: 2px solid $color-marginal
}
}
vn-tbody vn-tr:nth-child(3) {
height: inherit
}
}