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