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

54 lines
1.3 KiB
SCSS
Raw Normal View History

2019-02-06 10:24:29 +00:00
@import "variables";
2018-09-14 07:10:30 +00:00
2020-01-30 12:53:14 +00:00
vn-order-catalog vn-side-menu div {
& > .input {
padding-left: $spacing-md;
padding-right: $spacing-md;
border-color: $color-spacer;
2019-02-22 15:15:54 +00:00
border-bottom: $border-thin;
2020-01-30 12:53:14 +00:00
}
.item-category {
padding: $spacing-sm;
justify-content: flex-start;
align-items: flex-start;
flex-wrap: wrap;
2019-02-22 15:15:54 +00:00
2020-01-30 12:53:14 +00:00
vn-autocomplete[vn-id="category"] {
display: none
2019-02-22 15:15:54 +00:00
}
2020-01-30 12:53:14 +00:00
& > vn-one {
padding: $spacing-sm;
min-width: 33.33%;
text-align: center;
box-sizing: border-box;
& > vn-icon {
padding: $spacing-sm;
background-color: $color-font-secondary;
border-radius: 50%;
cursor: pointer;
&.active {
background-color: $color-main;
color: #FFF
}
& > i:before {
font-size: 32pt;
2020-04-02 12:20:57 +00:00
width: 16px;
height: 16px;
2020-01-30 12:53:14 +00:00
}
2019-02-22 15:15:54 +00:00
}
}
2019-02-01 16:11:14 +00:00
}
2020-01-30 12:53:14 +00:00
.chips {
display: flex;
flex-wrap: wrap;
padding: $spacing-md;
overflow: hidden;
max-width: 100%;
2019-01-30 22:47:06 +00:00
}
2020-01-30 12:53:14 +00:00
vn-autocomplete[vn-id="type"] .list {
2020-04-02 12:20:57 +00:00
max-height: 320px
2020-01-30 12:53:14 +00:00
}
}