salix/modules/order/front/catalog/style.scss

15 lines
263 B
SCSS

@import "variables";
vn-order-catalog .catalog-header {
border-bottom: $border-thin;
vn-one:first-child {
padding-top: 2em;
}
vn-one:nth-child(2) {
padding-top: 0.5em;
}
span {
color: $color-font-secondary
}
}