2023-02-02 22:58:44 +00:00
|
|
|
[class*='pix-container'] {
|
2023-02-02 21:19:52 +00:00
|
|
|
margin: 8px 0 16px 0;
|
2023-02-02 22:58:44 +00:00
|
|
|
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;
|
2023-02-02 21:19:52 +00:00
|
|
|
}
|