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

33 lines
582 B
SCSS
Raw Normal View History

2021-06-24 07:16:59 +00:00
@import "variables";
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-th[field="nickname"] {
width: 250px
}
2021-05-11 07:43:15 +00:00
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-06-24 07:16:59 +00:00
vn-tbody a[ng-repeat].vn-tr:focus {
background-color: $color-primary-light
}
2021-05-11 07:43:15 +00:00
}