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

35 lines
603 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: 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;
}
}
2019-02-13 08:27:11 +00:00
vn-table {
img {
border-radius: 50%;
2019-02-15 16:33:03 +00:00
width: 50px;
height: 50px;
2019-02-13 08:27:11 +00:00
}
}