challenge-vtex-io-Filipe-Qu.../react/components/Example/pix.css

32 lines
465 B
CSS

[class*='pix-container'] {
margin: 8px 0 16px 0;
display: flex;
align-items: center;
width: 100%;
gap: 26px;
}
[class*='pix-image'] {
width: 66px;
height: 24px;
}
[class*='preco-pix'],
[class*='desconto-pix'] {
margin: 0;
}
[class*='preco-pix'] {
color: rgba(0, 0, 0, 0.58);
font-weight: 700;
font-size: 18px;
line-height: 25px;
}
[class*='desconto-pix'] {
color: #929292;
font-weight: 300;
font-size: 13px;
line-height: 18px;
}