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

20 lines
510 B
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;
}