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

28 lines
486 B
SCSS

@import 'colors';
vn-item-product {
display: block;
.id {
background-color: $main-01;
color: white;
margin-bottom: 0em;
}
.image {
height: 7em;
width: 7em;
& > img {
max-height: 100%;
max-width: 100%;
border-radius: .2em;
}
}
vn-label-value:first-of-type section{
margin-top: 0.6em;
}
vn-fetched-tags vn-horizontal{
margin-top: 0.9em;
}
}