salix/modules/ticket/front/component/style.scss

28 lines
624 B
SCSS
Raw Normal View History

2019-10-11 15:38:04 +00:00
@import "variables";
2019-10-11 15:38:04 +00:00
vn-ticket-components {
.vn-table > tbody {
&:not(:last-child) {
border-bottom: .1em solid $color-spacer-light;
}
2019-10-11 15:38:04 +00:00
& > tr {
border-bottom: none;
2019-10-11 15:38:04 +00:00
&.components {
height: 1em;
& > td {
padding-top: .1em;
padding-bottom: .1em;
}
&:nth-child(2) > td {
padding-top: 1em;
}
&:last-child > td {
padding-bottom: 1em;
}
2018-05-29 12:33:29 +00:00
}
}
}
2019-10-11 15:38:04 +00:00
}