38 lines
461 B
CSS
38 lines
461 B
CSS
.pixWrapper {
|
|
display: flex;
|
|
gap: 26px;
|
|
margin-bottom: 16px;
|
|
align-items: center;
|
|
}
|
|
|
|
.pixImageContainer {
|
|
margin: 0;
|
|
}
|
|
|
|
.pixImage {
|
|
width: 66px;
|
|
}
|
|
/*
|
|
.descriptionContainer {
|
|
|
|
} */
|
|
|
|
.newPrice {
|
|
margin: 0;
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
font-size: 18px;
|
|
line-height: 25px;
|
|
color: rgba(0, 0, 0, 0.58);
|
|
}
|
|
|
|
.discount {
|
|
margin: 0;
|
|
|
|
font-style: normal;
|
|
font-weight: 300;
|
|
font-size: 13px;
|
|
line-height: 18px;
|
|
color: #929292;
|
|
}
|