29 lines
379 B
CSS
29 lines
379 B
CSS
.containerPix {
|
|
display: flex;
|
|
gap: 26px;
|
|
align-items: center;
|
|
margin-top: 8px;
|
|
width: 197px;
|
|
}
|
|
|
|
.image {
|
|
width: 66px;
|
|
height: 24px;
|
|
}
|
|
|
|
.price {
|
|
margin: 0 0 -5px 0;
|
|
font-weight: 700;
|
|
font-size: 18px;
|
|
line-height: 25px;
|
|
color: rgba(0, 0, 0, 0.58);
|
|
}
|
|
|
|
.discount {
|
|
margin: 0;
|
|
font-weight: 300;
|
|
font-size: 13px;
|
|
line-height: 18px;
|
|
color: #929292;
|
|
}
|