forked from M3-Academy/challenge-vtex-io
17 lines
201 B
CSS
17 lines
201 B
CSS
.PixContent {
|
|
margin-top: 8px;
|
|
height: 24px;
|
|
display: flex;
|
|
column-gap: 26px;
|
|
}
|
|
|
|
.ImgPixContent{
|
|
width: 66.01px;
|
|
height: 24px;
|
|
}
|
|
|
|
.PixDiscount{
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|