forked from M3-Academy/challenge-vtex-io
28 lines
325 B
CSS
28 lines
325 B
CSS
|
.pix {
|
||
|
gap: 26px;
|
||
|
align-items: center;
|
||
|
max-width: 197px;
|
||
|
}
|
||
|
|
||
|
.pix img {
|
||
|
height: 26px;
|
||
|
width: 66px;
|
||
|
}
|
||
|
|
||
|
.pix p {
|
||
|
margin: 0;
|
||
|
flex-grow: 2;
|
||
|
}
|
||
|
|
||
|
.pix .pix__priceValue {
|
||
|
font-weight: 700;
|
||
|
font-size: 18px;
|
||
|
line-height: 24.51px;
|
||
|
color: #00000094;
|
||
|
}
|
||
|
|
||
|
.pix .pix__label {
|
||
|
font-size: 13px;
|
||
|
line-height: 17.7px;
|
||
|
}
|