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

18 lines
342 B
SCSS

@import "variables";
vn-monitor-sales-orders {
vn-table.scrollable {
max-height: 350px
}
vn-table a.vn-tbody {
& > vn-tr:nth-child(2) {
color: gray;
& > vn-td {
border-bottom: 2px solid $color-marginal;
font-size: 13px;
}
}
}
}