28 lines
624 B
SCSS
28 lines
624 B
SCSS
@import "variables";
|
|
|
|
vn-ticket-components {
|
|
.vn-table > tbody {
|
|
&:not(:last-child) {
|
|
border-bottom: 1px solid $color-spacer-light;
|
|
}
|
|
& > tr {
|
|
border-bottom: none;
|
|
|
|
&.components {
|
|
height: 16px;
|
|
|
|
& > td {
|
|
padding-top: 1px;
|
|
padding-bottom: 1px;
|
|
}
|
|
&:nth-child(2) > td {
|
|
padding-top: 16px;
|
|
}
|
|
&:last-child > td {
|
|
padding-bottom: 16px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|