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

28 lines
486 B
SCSS
Raw Normal View History

2018-10-22 12:32:05 +00:00
@import 'colors';
2018-02-22 07:18:57 +00:00
vn-item-product {
display: block;
2018-10-22 12:32:05 +00:00
.id {
background-color: $main-01;
color: white;
margin-bottom: 0em;
}
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%;
2018-03-01 22:49:01 +00:00
border-radius: .2em;
2018-03-01 20:18:43 +00:00
}
}
2018-10-22 12:32:05 +00:00
vn-label-value:first-of-type section{
margin-top: 0.6em;
}
vn-fetched-tags vn-horizontal{
margin-top: 0.9em;
}
}