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

25 lines
501 B
SCSS
Raw Normal View History

2018-09-14 07:10:30 +00:00
@import "colors";
vn-order-catalog {
.catalog-header {
border-color: $lines;
border-bottom: 1px solid rgba($lines, 0.5);
vn-one:first-child {
padding-top: 2em;
}
vn-one:nth-child(2) {
padding-top: 0.5em;
}
span {
color: $secondary-font-color
}
2018-09-14 07:10:30 +00:00
}
2019-01-30 22:47:06 +00:00
& > .items {
padding-right: 16em;
@media screen and (max-width: 800px) {
padding-right: 0;
}
}
2018-09-14 07:10:30 +00:00
}