challenge-vtex-io-gabriel-f.../react/components/pix/pix.css

24 lines
437 B
CSS

.pixwrapper {
display: flex;
flex-direction: row;
align-items: center;
}
.pixPrice {
margin-left: 26px;
font-family: 'Open Sans', sans-serif;
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 25px;
color: rgba(0, 0, 0, 0.58);
}
.pixPrice > p {
margin: 0;
font-family: 'Open Sans', sans-serif;
font-style: normal;
font-weight: 300;
font-size: 13px;
line-height: 18px;
color: #929292;
}