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

47 lines
796 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 * {
2021-06-28 10:06:21 +00:00
padding: 0;
max-width: 50px
2021-05-11 07:43:15 +00:00
}
2021-06-28 10:06:21 +00:00
vn-th[field="nickname"],
vn-td[name="nickname"] {
min-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
tbody tr[ng-repeat]:focus {
2021-06-24 07:16:59 +00:00
background-color: $color-primary-light
}
.highRisk i {
color: $color-alert
}
td[name="nickname"] {
max-width: 200px
}
td[name="zone"] {
max-width: 150px
}
2021-05-11 07:43:15 +00:00
}