challenge-vtex-io-caina/react/components/Pix/Pix.module.css

28 lines
363 B
CSS

.containerPix {
display: flex;
gap: 26px;
align-items: center;
margin-top: 8px;
}
.image {
width: 66px;
height: 24px;
}
.price {
margin: 0 0 -5px 0;
font-weight: 700;
font-size: 18px;
line-height: 25px;
color: rgba(0, 0, 0, 0.58);
}
.discount {
margin: 0;
font-weight: 300;
font-size: 13px;
line-height: 18px;
color: #929292;
}