27 lines
316 B
CSS
27 lines
316 B
CSS
.containerPix {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.imagePix {
|
|
width: 25px;
|
|
}
|
|
.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;
|
|
}
|