forked from M3-Academy/challenge-vtex-io
35 lines
699 B
SCSS
35 lines
699 B
SCSS
.flexRowContent--divProduct {
|
|
margin-top: 16px;
|
|
margin-left: 40px;
|
|
margin-bottom: 16px;
|
|
padding: 0px;
|
|
padding-right: 40px !important;
|
|
.stretchChildrenWidth {
|
|
width: 100% !important;
|
|
}
|
|
}
|
|
.flexCol--divInfoProduct {
|
|
.flexRow--divNomeProduct {
|
|
text-align: end;
|
|
font-family: "Open Sans";
|
|
font-style: normal;
|
|
font-weight: 300;
|
|
font-size: 20px;
|
|
line-height: 34px;
|
|
color: #575757;
|
|
}
|
|
.flexRow--divNomeProductModelo {
|
|
text-align: end;
|
|
font-family: "Open Sans";
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
line-height: 19px;
|
|
color: rgba(146, 146, 146, 0.48);
|
|
}
|
|
}
|
|
.flexCol--divImgDescription{
|
|
margin-right: 32px;
|
|
}
|
|
|