2018-05-29 12:33:29 +00:00
|
|
|
vn-ticket-components {
|
|
|
|
.vn-grid {
|
|
|
|
tbody:not(:last-child) {
|
|
|
|
border-bottom: none;
|
2018-04-13 14:03:43 +00:00
|
|
|
}
|
|
|
|
|
2018-05-29 12:33:29 +00:00
|
|
|
tfoot tr:first-child td {
|
2018-04-13 14:03:43 +00:00
|
|
|
padding-top: 10px !important;
|
|
|
|
}
|
2018-05-29 12:33:29 +00:00
|
|
|
|
|
|
|
tr {
|
|
|
|
td {
|
|
|
|
padding-top: .1em !important;
|
|
|
|
padding-bottom: .1em !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.first {
|
|
|
|
padding-top: 10px !important;
|
|
|
|
}
|
2018-04-13 14:03:43 +00:00
|
|
|
|
2018-05-29 12:33:29 +00:00
|
|
|
td.last {
|
|
|
|
padding-bottom: 10px !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
tr:not(:first-child):not(:last-child), {
|
|
|
|
border-bottom: none;
|
2018-04-13 14:03:43 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|