challenge-vtex-io-patricksouza/styles/css/vtex.flex-layout.css

52 lines
1.2 KiB
CSS
Raw Normal View History

/*
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;
}
.flexRow--menu-row-newsletter :global(.vtex-store-components-3-x-container) {
width: 100% !important;
max-width: 775px !important;
}
.flexRowContent--menu-row-newsletter {
display: flex !important;
flex-direction: column !important;
padding: 32px 0 16px;
}
.flexRowContent--menu-row-newsletter .stretchChildrenWidth {
width: 100% !important;
}
2023-02-08 00:11:38 +00:00
.flexRow--menu-row-wrapper {
background-color: #000000;
padding-top: 32px;
padding-bottom: 128px;
}
.flexRow--footer-credits {
background-color: #000000 !important;
border-top: 1px solid #ffffff;
padding: 31px 0 15px;
}