salix/modules/item/front/index/style.scss

34 lines
577 B
SCSS
Raw Normal View History

2019-02-06 10:24:29 +00:00
@import "variables";
2018-02-22 07:18:57 +00:00
2019-04-05 13:20:12 +00:00
vn-item-product {
display: block;
.id {
background-color: $color-main;
color: $color-font-dark;
margin-bottom: 0;
2019-04-05 13:20:12 +00:00
}
.image {
2020-04-02 12:20:57 +00:00
height: 112px;
width: 112px;
2019-04-05 13:20:12 +00:00
& > img {
max-height: 100%;
max-width: 100%;
2020-04-02 12:20:57 +00:00
border-radius: 3px;
2019-04-05 13:20:12 +00:00
}
}
vn-label-value:first-of-type section{
2020-04-02 12:20:57 +00:00
margin-top: 9px;
2019-04-05 13:20:12 +00:00
}
2022-10-04 11:41:37 +00:00
}
vn-item-index {
table {
img {
border-radius: 50%;
width: 50px;
height: 50px;
}
}
2019-02-13 08:27:11 +00:00
}