33 lines
582 B
SCSS
33 lines
582 B
SCSS
@import "variables";
|
|
|
|
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
|
|
}
|
|
|
|
vn-td.icon-field > vn-icon {
|
|
margin-left: 3px;
|
|
margin-right: 3px;
|
|
}
|
|
|
|
vn-table.scrollable.lg {
|
|
height: 736px
|
|
}
|
|
|
|
vn-tbody a[ng-repeat].vn-tr:focus {
|
|
background-color: $color-primary-light
|
|
}
|
|
} |