salix/client/ticket/src/component/style.scss

27 lines
528 B
SCSS
Raw Normal View History

vn-ticket-components .vn-grid {
tbody:not(:last-child) {
border-bottom: none;
}
tfoot tr:first-child td {
padding-top: 10px !important;
}
tr {
td {
padding-top: .1em !important;
padding-bottom: .1em !important;
}
td.first {
padding-top: 10px !important;
}
td.last {
padding-bottom: 10px !important;
}
}
tr:not(:first-child):not(:last-child), {
border-bottom: none;
}
}