challenge-vtex-io-amanda-al.../react/components/pix/styles.css
2023-02-04 14:50:58 -03:00

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;
}