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

51 lines
1.0 KiB
SCSS
Raw Normal View History

2020-01-30 12:53:14 +00:00
@import "variables";
vn-order-catalog {
.catalog-header {
border-bottom: $border-thin;
padding: $spacing-md;
align-items: center;
& > vn-one {
display: flex;
flex: 1;
span {
color: $color-font-secondary
}
}
& > vn-auto {
2020-04-02 12:52:02 +00:00
width: 448px;
2020-01-30 12:53:14 +00:00
display: flex;
overflow: hidden;
& > * {
padding-left: $spacing-md;
}
}
}
.catalog-list {
padding-top: $spacing-sm;
}
2020-09-04 10:40:23 +00:00
.item-color-background {
2020-09-10 15:17:46 +00:00
background: linear-gradient($color-bg-panel, $color-main);
2020-09-04 10:40:23 +00:00
border-radius: 50%;
margin-left: 140px;
margin-top: 140px;
width: 40px;
height: 40px;
position: absolute;
}
.item-color {
margin: auto;
margin-top: 5px;
border-radius: 50%;
width: 30px;
height: 30px;
position: relative;
}
.alert {
2023-10-13 07:02:40 +00:00
color: $color-alert;
2023-10-11 05:39:41 +00:00
}
}