29 lines
628 B
SCSS
29 lines
628 B
SCSS
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;
|
|
}
|
|
}
|
|
} |