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

25 lines
357 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 {
:global(.vtex-button) {
background-color: #000;
border: 0;
height: 50px;
}
}