forked from M3-Academy/challenge-vtex-io
37 lines
518 B
CSS
37 lines
518 B
CSS
.pixWrapper {
|
|
display: flex;
|
|
flex-direction: row;
|
|
gap: 26px;
|
|
position: relative;
|
|
}
|
|
|
|
.textPrice {
|
|
font-family: "Open Sans";
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
font-size: 18px;
|
|
line-height: 25px;
|
|
color: black;
|
|
margin: 0;
|
|
}
|
|
|
|
.textDescount {
|
|
font-family: "Open Sans";
|
|
font-style: normal;
|
|
font-weight: 300;
|
|
font-size: 13px;
|
|
line-height: 18px;
|
|
color: #929292;
|
|
margin: 0;
|
|
}
|
|
|
|
.textBox {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.imagePix {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|