challenge-vtex-io-naian-felix/styles/sass/pages/product/vtex.flex-layout.scss

42 lines
715 B
SCSS

.flexRowContent {
padding: 0;
margin: 0;
.flexColChild {
.product-identifier--productReference {
float: right;
}
}
}
.product-images {
padding-left: 0;
}
.product-identifier__label {
display: none;
}
.flexRowContent--button-container {
margin-bottom: 10px;
:global(.vtex-button) {
background-color: #000;
border: 0;
height: 50px;
margin-left: 10px;
}
}
.flexRow--buy-box {
.stretchChildrenWidth:nth-child(2n) {
width: 100% !important;
}
}
:global(.vtex-product-identifier-0-x-product-identifier__label),
:global(.vtex-product-identifier-0-x-product-identifier__separator) {
display: none;
}
:global(.vtex-flex-layout-0-x-flexColChild) {
order: -1;
}