challenge-vtex-io-Patrick-R.../styles/sass/pages/product/vtex.flex-layout.scss

66 lines
1.2 KiB
SCSS
Raw Normal View History

2023-02-10 02:18:11 +00:00
.flexRow--product-container {
:global(.vtex-store-components-3-x-container) {
padding: 0;
}
}
2023-01-29 16:14:48 +00:00
.flexRowContent--product-container {
margin: 0;
padding: 16px 40px;
2023-02-10 02:18:11 +00:00
@media (max-width: 1024px) {
flex-direction: column;
.stretchChildrenWidth {
padding: 0;
width: 100% !important;
}
}
2023-01-29 16:14:48 +00:00
}
2023-02-01 22:54:14 +00:00
.flexRowContent--addToBag {
.stretchChildrenWidth {
&:first-child {
padding: 0;
width: 128px !important;
}
&:last-child {
padding-left: 10px;
width: unset !important;
flex: 1;
2023-02-10 23:54:44 +00:00
@media (max-width: 768px) {
padding: 0;
margin-top: 10px;
}
2023-02-01 22:54:14 +00:00
:global(.vtex-button) {
background-color: #000000;
border: none;
2023-02-09 02:39:36 +00:00
height: 49px;
box-sizing: border-box;
2023-02-10 23:54:44 +00:00
@media (max-width: 768px) {
height: 74px;
}
2023-02-01 22:54:14 +00:00
}
}
}
}
:global(.vtex-add-to-cart-button-0-x-buttonText) {
font-size: 0;
&::after {
content: "ADICIONAR À SACOLA";
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 25px;
color: #ffffff;
2023-02-10 23:54:44 +00:00
@media (max-width: 768px) {
width: 116px;
display: block;
}
2023-02-01 22:54:14 +00:00
}
}