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

16 lines
318 B
SCSS

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