challenge-vtex-io-ana-carol.../react/components/Pix/styles.css

34 lines
464 B
CSS
Raw Normal View History

2023-01-25 15:47:22 +00:00
.PixContent {
margin-top: 8px;
height: 36px;
2023-01-25 15:47:22 +00:00
display: flex;
align-items: center;
2023-01-25 15:47:22 +00:00
column-gap: 26px;
}
.ImgPixContent {
2023-01-25 15:47:22 +00:00
width: 66.01px;
height: 24px;
}
.PixDiscount {
2023-01-25 15:47:22 +00:00
display: flex;
flex-direction: column;
height: 36px;
}
.TextPixDiscount {
font-weight: 700;
font-size: 18px;
line-height: 25px;
color: rgba(0, 0, 0, 0.58);
margin: 0;
}
.TextDiscount {
font-weight: 300;
font-size: 13px;
line-height: 18px;
color: #929292;
2023-01-25 15:47:22 +00:00
}