40 lines
374 B
CSS
40 lines
374 B
CSS
|
|
|
|
.pix-container{
|
|
display: flex;
|
|
|
|
|
|
}
|
|
|
|
.pix-content{
|
|
display: flex;
|
|
width: 197px;
|
|
|
|
}
|
|
|
|
.pix-img{
|
|
margin-top: 22px;
|
|
}
|
|
|
|
.pix-desconto{
|
|
margin-left: 26px;
|
|
|
|
}
|
|
|
|
.pix-valor{
|
|
margin: 8px 0 0px 0;
|
|
color:#000000;
|
|
font-size: 18px;
|
|
line-height: 25px;
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
.pix-text{
|
|
font-size: 13px;
|
|
margin: 0;
|
|
color: #929292;
|
|
font-family: 'Open Sans';
|
|
|
|
}
|