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

31 lines
671 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) {
2020-04-02 12:20:57 +00:00
border-bottom: 1px 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 {
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
}
}
}
.totalBox {
max-width: none;
}
2019-10-11 15:38:04 +00:00
}