salix/client/item/src/list/style.scss

14 lines
189 B
SCSS
Raw Normal View History

2018-02-22 07:18:57 +00:00
vn-item-product {
display: block;
2018-03-01 20:18:43 +00:00
.image {
height: 7em;
width: 7em;
2018-02-22 07:18:57 +00:00
2018-03-01 20:18:43 +00:00
& > img {
max-height: 100%;
max-width: 100%;
}
}
}