27 lines
528 B
SCSS
27 lines
528 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;
|
||
|
}
|
||
|
}
|