salix/modules/ticket/front/index/style.scss

25 lines
439 B
SCSS
Raw Normal View History

2019-02-06 10:24:29 +00:00
@import "variables";
2019-07-12 09:43:10 +00:00
vn-ticket-index {
@media screen and (max-width: 1440px) {
.expendable {
display: none;
}
}
2020-11-11 08:11:11 +00:00
2021-10-26 15:16:01 +00:00
th.icon-field,
th.icon-field *,
td.icon-field,
td.icon-field * {
2020-11-11 08:11:11 +00:00
padding: 0
}
2021-10-26 15:16:01 +00:00
td.icon-field > vn-icon {
2020-11-11 08:11:11 +00:00
margin-left: 3px;
margin-right: 3px;
}
2021-06-24 07:16:59 +00:00
2021-10-26 15:16:01 +00:00
tbody a[ng-repeat].vn-tr:focus {
2021-06-24 07:16:59 +00:00
background-color: $color-primary-light
}
2019-07-12 09:43:10 +00:00
}