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

33 lines
498 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;
}
}