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

18 lines
342 B
SCSS
Raw Normal View History

2021-05-11 07:43:15 +00:00
@import "variables";
vn-monitor-sales-orders {
vn-table.scrollable {
2021-05-18 10:21:01 +00:00
max-height: 350px
2021-05-11 07:43:15 +00:00
}
vn-table a.vn-tbody {
& > vn-tr:nth-child(2) {
color: gray;
2021-05-11 07:43:15 +00:00
& > vn-td {
border-bottom: 2px solid $color-marginal;
font-size: 13px;
}
}
2021-05-11 07:43:15 +00:00
}
}