viplist.component.scss
280 Bytes
.row {
display: flex;
flex-direction: row;
}
.productsRow {
display: flex;
flex-direction: row;
}
.productsRow:not(:last-child) {
margin-bottom: 3px;
border-bottom: 1px solid darkgray;
padding-bottom: 3px;
}
.kissa:nth-child(even) {
background-color: grey;
}