challenge-vtex-io-patricksouza/styles/css/vtex.flex-layout.css
2023-02-04 16:35:40 -03:00

32 lines
770 B
CSS

/*
0 - 600PX: Phone
600 - 900px: Table portrait
900 - 1200px: Tablet landscape
[1200 - 1800] is where our nortal styles apply
1800px + : Big desktop
*/
/* Media Query M3 */
/* Grid breakpoints */
.flexRow--product-main-container :global(.vtex-store-components-3-x-container) {
max-width: 1920px;
}
.flexRowContent--button-card-add .stretchChildrenWidth:first-child {
max-width: 128px;
padding-right: 10px;
}
.flexRowContent--button-card-add .stretchChildrenWidth:last-child {
width: 100% !important;
}
.flexRow--menu-row-newsletter {
margin-top: 64px !important;
display: flex !important;
background: #000000;
border-bottom: 1px solid #ffffff;
}
.flexRowContent--menu-row-newsletter {
display: flex !important;
flex-direction: column !important;
}