challenge-vtex-io-rafael-sa.../react/components/PixPrice/styles.module.css

35 lines
449 B
CSS
Raw Normal View History

2023-01-27 20:19:50 +00:00
.pixPrice-container {
display: flex;
height: 39px;
margin-top: 8px;
}
.pixPrice-content {
display: flex;
gap: 26px;
}
.pixPrice-img {
display: flex;
align-items: center;
}
.pixPrice-value,
.pixPrice-text {
margin: 0;
}
.pixPrice-value {
font-style: normal;
font-weight: 700;
font-size: 18px;
color: rgba(0, 0, 0, 0.58);
}
.pixPrice-text {
font-style: normal;
font-weight: 300;
font-size: 13px;
color: #929292;
}