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

35 lines
562 B
SCSS
Raw Normal View History

2019-02-06 10:24:29 +00:00
@import "./colors";
2018-07-24 10:53:26 +00:00
vn-item-summary {
2019-01-20 15:47:04 +00:00
p {
2018-07-24 10:53:26 +00:00
margin: 0;
}
2019-02-06 10:24:29 +00:00
}
.item-state {
padding: .4em;
background-color: $main-01;
color: white;
p {
font-size: .8em;
text-align: center;
margin: 0;
&:first-child {
text-transform: uppercase;
line-height: 1;
}
&:last-child {
font-size: 1.5em;
font-weight: bold;
}
}
vn-one {
padding: 0;
&:nth-child(1) {
border-right: .1em solid white;
}
}
2018-07-24 10:53:26 +00:00
}