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

28 lines
363 B
CSS
Raw Normal View History

2023-01-29 18:46:45 +00:00
.containerPix {
2023-01-30 02:09:01 +00:00
display: flex;
gap: 26px;
align-items: center;
margin-top: 8px;
}
.image {
width: 66px;
height: 24px;
}
.price {
margin: 0 0 -5px 0;
2023-01-30 02:09:01 +00:00
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;
2023-01-29 18:46:45 +00:00
}