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

19 lines
352 B
SCSS
Raw Normal View History

2021-05-11 07:43:15 +00:00
@import "variables";
vn-monitor-sales-orders {
vn-table.scrollable {
2021-06-15 11:48:42 +00:00
max-height: 350px;
overflow-x: hidden
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 {
2021-11-18 15:02:47 +00:00
border-bottom: $border;
font-size: 13px;
}
}
2021-05-11 07:43:15 +00:00
}
}