challenge-vtex-io-gabriel-g.../styles/sass/pages/product/vtex.flex-layout.scss

91 lines
1.7 KiB
SCSS

.flexRowContent--buy-button-container {
margin-bottom: 16px;
:global(.vtex-button) {
background-color: black;
border: none;
height: 50px;
margin-left: 10px;
@media screen and (min-width: 375px) and (max-width: 768px) {
height: 74px;
margin-top: 10px;
margin-left: unset;
}
}
}
.flexRow--buy-box {
.stretchChildrenWidth:nth-child(2n) {
width: 100% !important;
}
}
.flexRowContent--principal {
.stretchChildrenWidth:nth-child(2n) {
width: 100% !important;
}
.flexColChild--mainpage-col {
padding: 0;
}
}
.flexRowContent {
padding: 0;
margin: 0;
@media screen and (max-width: 1024px) {
display: flex;
flex-direction: column;
.stretchChildrenWidth {
width: auto !important;
padding: 0;
}
:global(.vtex-store-components-3-x-carouselGaleryThumbs) {
display: block;
}
.flexRowContent--buy-box {
flex-direction: row;
@media screen and (min-width: 375px) and (max-width: 768px) {
flex-direction: column;
}
}
}
}
.flexRowContent--main-header-mobile {
flex-direction: row;
}
.flexColChild--mainpage-col {
padding-bottom: 2rem;
}
:global(.vtex-flex-layout-0-x-flexRow--pix-container) {
display: flex;
align-items: center;
:global(.vtex-flex-layout-0-x-flexRowContent--pix-container) {
@media screen and (max-width: 1024px) {
flex-direction: row;
display: flex;
}
:global(.vtex-flex-layout-0-x-stretchChildrenWidth) {
display: flex;
align-items: center;
width: auto !important;
padding-right: 26px;
:global(.vtex-store-components-3-x-imageElement) {
width: 66px;
height: 24px;
}
}
}
}