challenge-vtex-io-Adilson-F.../styles/sass/pages/product/vtex.flex-layout.scss

35 lines
699 B
SCSS
Raw Normal View History

.flexRowContent--divProduct {
margin-top: 16px;
margin-left: 40px;
margin-bottom: 16px;
2023-01-25 04:01:38 +00:00
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);
}
}
2023-01-25 04:01:38 +00:00
.flexCol--divImgDescription{
margin-right: 32px;
}