2019-10-11 15:38:04 +00:00
|
|
|
@import "variables";
|
2018-04-13 14:03:43 +00:00
|
|
|
|
2019-10-11 15:38:04 +00:00
|
|
|
vn-ticket-components {
|
|
|
|
.vn-table > tbody {
|
|
|
|
&:not(:last-child) {
|
2020-04-02 12:20:57 +00:00
|
|
|
border-bottom: 1px solid $color-spacer-light;
|
2018-04-13 14:03:43 +00:00
|
|
|
}
|
2019-10-11 15:38:04 +00:00
|
|
|
& > tr {
|
|
|
|
border-bottom: none;
|
2018-04-13 14:03:43 +00:00
|
|
|
|
2019-10-11 15:38:04 +00:00
|
|
|
&.components {
|
2020-04-02 12:20:57 +00:00
|
|
|
height: 16px;
|
2019-10-11 15:38:04 +00:00
|
|
|
|
|
|
|
& > td {
|
2020-04-02 12:20:57 +00:00
|
|
|
padding-top: 1px;
|
|
|
|
padding-bottom: 1px;
|
2019-10-11 15:38:04 +00:00
|
|
|
}
|
|
|
|
&:nth-child(2) > td {
|
2020-04-02 12:20:57 +00:00
|
|
|
padding-top: 16px;
|
2019-10-11 15:38:04 +00:00
|
|
|
}
|
|
|
|
&:last-child > td {
|
2020-04-02 12:20:57 +00:00
|
|
|
padding-bottom: 16px;
|
2019-10-11 15:38:04 +00:00
|
|
|
}
|
2018-05-29 12:33:29 +00:00
|
|
|
}
|
|
|
|
}
|
2018-04-13 14:03:43 +00:00
|
|
|
}
|
2020-07-16 05:43:07 +00:00
|
|
|
.totalBox {
|
|
|
|
max-width: none;
|
|
|
|
}
|
2019-10-11 15:38:04 +00:00
|
|
|
}
|