2023-01-25 00:21:02 +00:00
|
|
|
/*
|
|
|
|
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;
|
2023-01-27 22:52:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.flexRowContent--button-card-add .stretchChildrenWidth:first-child {
|
|
|
|
max-width: 128px;
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
|
|
|
.flexRowContent--button-card-add .stretchChildrenWidth:last-child {
|
|
|
|
width: 100% !important;
|
2023-01-25 00:21:02 +00:00
|
|
|
}
|