challenge-vtex-io-ana-carol.../styles/css/vtex.flex-layout.css

44 lines
1.2 KiB
CSS
Raw Normal View History

@charset "UTF-8";
2023-01-24 19:33: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 */
.flexRowContent {
padding: 0;
margin: 0;
column-gap: 32px;
}
.flexCol--stack-layout-content {
width: 100% !important;
}
.flexRow .flexRowContent .stretchChildrenWidth :global(.vtex-button):first-child {
background: #000000;
padding: 12px 64px;
height: 49px;
border: none;
border-radius: 0;
}
@media (max-width: 768px) and (min-width: 375px) {
.flexRow .flexRowContent .stretchChildrenWidth :global(.vtex-button):first-child {
height: 74px;
margin-top: 10px;
}
}
.flexRow .flexRowContent .stretchChildrenWidth :global(.vtex-button):first-child :global(.vtex-button__label) :global(.vtex-add-to-cart-button-0-x-buttonDataContainer) {
font-size: 0;
}
.flexRow .flexRowContent .stretchChildrenWidth :global(.vtex-button):first-child :global(.vtex-button__label) :global(.vtex-add-to-cart-button-0-x-buttonDataContainer)::after {
content: "ADICIONAR À SACOLA";
font-family: "Open Sans", sans-serif;
color: #ffffff;
font-weight: 400;
font-size: 18px;
line-height: 25px;
2023-01-24 19:33:02 +00:00
}