2023-02-06 22:37:37 +00:00
|
|
|
.pix {
|
|
|
|
display: flex;
|
|
|
|
gap: 26px;
|
|
|
|
align-items: center;
|
|
|
|
margin-top: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pixImage {
|
|
|
|
width: 66px;
|
|
|
|
height: 24px;
|
|
|
|
}
|
|
|
|
|
2023-02-04 17:50:58 +00:00
|
|
|
.containerPix {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
2023-02-01 23:50:50 +00:00
|
|
|
.imagePix {
|
|
|
|
width: 25px;
|
|
|
|
}
|
2023-02-04 17:50:58 +00:00
|
|
|
.pricePix {
|
|
|
|
font-weight: 700;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 25px;
|
|
|
|
|
|
|
|
color: rgba(0, 0, 0, 0.58);
|
|
|
|
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.textPix {
|
|
|
|
font-weight: 300;
|
|
|
|
font-size: 13px;
|
|
|
|
line-height: 18px;
|
|
|
|
|
|
|
|
color: #929292;
|
|
|
|
margin: 0;
|
|
|
|
}
|