29 lines
548 B
CSS
29 lines
548 B
CSS
.wrapperComponentPix{
|
|
display: flex;
|
|
margin: 8px 0 16px 0;
|
|
align-items: center;
|
|
}
|
|
.wrapperTexts__value{
|
|
margin: 0;
|
|
font-family: 'Open Sans';
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
font-size: 18px;
|
|
line-height: 25px;
|
|
color: rgba(0, 0, 0, 0.58);
|
|
}
|
|
.wrapperTexts__descontoPorcentagem{
|
|
margin: 0;
|
|
font-family: 'Open Sans';
|
|
font-style: normal;
|
|
font-weight: 300;
|
|
font-size: 13px;
|
|
line-height: 18px;
|
|
color: #929292;
|
|
}
|
|
.imagePix{
|
|
height: 24px;
|
|
}
|
|
.wrapperTexts{
|
|
margin-left: 26px;
|
|
} |