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

23 lines
408 B
SCSS
Raw Normal View History

2021-05-11 07:43:15 +00:00
vn-monitor-sales-tickets {
@media screen and (max-width: 1440px) {
.expendable {
display: none;
}
}
vn-th.icon-field,
vn-th.icon-field *,
vn-td.icon-field,
vn-td.icon-field * {
padding: 0
}
vn-td.icon-field > vn-icon {
margin-left: 3px;
margin-right: 3px;
}
2021-05-12 10:39:45 +00:00
vn-table.scrollable.lg {
height: 736px
}
2021-05-11 07:43:15 +00:00
}