challenge-vtex-io-amanda-al.../react/components/pix/styles.css

39 lines
444 B
CSS
Raw Normal View History

.pix {
display: flex;
gap: 26px;
align-items: center;
margin-top: 8px;
}
.pixImage {
width: 66px;
height: 24px;
}
.containerPix {
display: flex;
flex-direction: column;
}
2023-02-01 23:50:50 +00:00
.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;
}