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

35 lines
580 B
SCSS
Raw Normal View History

2019-02-08 16:49:51 +00:00
@import "./variables";
2019-02-06 10:24:29 +00:00
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 {
2020-04-02 12:20:57 +00:00
padding: 6px;
2019-02-08 16:49:51 +00:00
background-color: $color-main;
2019-02-13 13:01:37 +00:00
color: $color-font-dark;
2019-02-06 10:24:29 +00:00
p {
2020-04-02 13:11:42 +00:00
font-size: .75rem;
2019-02-06 10:24:29 +00:00
text-align: center;
margin: 0;
&:first-child {
text-transform: uppercase;
line-height: 1;
}
&:last-child {
2020-04-02 13:11:42 +00:00
font-size: 1.5rem;
2019-02-06 10:24:29 +00:00
font-weight: bold;
}
}
vn-one {
padding: 0;
&:nth-child(1) {
2020-04-02 12:20:57 +00:00
border-right: 1px solid white;
2019-02-06 10:24:29 +00:00
}
}
2018-07-24 10:53:26 +00:00
}