@findify/react-components
Version:
Findify react UI components
23 lines (21 loc) • 355 B
CSS
.discount-sticker {
width: 70px;
height: 70px;
border-radius: 70px;
background: rgba(208,40,75,0.9);
display: table;
span {
color: $color-white;
display: table-cell;
vertical-align: middle;
padding: 10px;
width: 100%;
height: 100%;
}
}
.out-of-stock-sticker {
width: 100%;
span {
color: $color-grey-3;
}
}