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

32 lines
579 B
SCSS
Raw Normal View History

2019-02-06 10:24:29 +00:00
@import "variables";
2018-09-14 07:10:30 +00:00
2019-02-22 15:15:54 +00:00
vn-order-catalog {
.catalog-header {
border-bottom: $border-thin;
padding: $spacing-md;
2019-02-22 15:15:54 +00:00
align-items: center;
2019-01-30 22:47:06 +00:00
2019-02-22 15:15:54 +00:00
& > vn-one {
display: flex;
flex: 1;
span {
color: $color-font-secondary
}
}
& > vn-auto {
width: 28em;
display: flex;
overflow: hidden;
& > * {
padding-left: $spacing-md;
2019-02-22 15:15:54 +00:00
}
}
2019-02-01 16:11:14 +00:00
}
2019-02-22 15:15:54 +00:00
.catalog-list {
padding-top: $spacing-sm;
2019-01-30 22:47:06 +00:00
}
2019-02-22 15:15:54 +00:00
}