fix: ajuste nas imagens da prateleira, coloção do butão de adicionar ao carrinho

This commit is contained in:
Ramon Dias Ferreira 2023-02-10 17:28:06 -03:00
parent ea2feeb4af
commit 5bc6c42019
9 changed files with 35 additions and 11 deletions

View File

@ -119,7 +119,8 @@
"flex-layout.col#right-col": { "flex-layout.col#right-col": {
"props": { "props": {
"preventVerticalStretch": true, "preventVerticalStretch": true,
"rowGap": 0 "rowGap": 0,
"blockClass": "infos"
}, },
"children": [ "children": [
"html#product-name", "html#product-name",

View File

@ -11,6 +11,10 @@
padding: 0; padding: 0;
} }
.flexCol--infos {
padding-left: 32px;
}
.flexRowContent { .flexRowContent {
margin: 0; margin: 0;
padding: 0; padding: 0;
@ -25,4 +29,9 @@
.flexRow--product-main { .flexRow--product-main {
padding: 0 40px; padding: 0 40px;
}
.flexColChild--infos :global(.vtex-button) {
background-color: black !important;
border: none;
} }

View File

@ -7,6 +7,9 @@
*/ */
/* Media Query M3 */ /* Media Query M3 */
/* Grid breakpoints */ /* Grid breakpoints */
.quantitySelectorContainer {
margin: 0;
}
.quantitySelectorContainer .quantitySelectorTitle { .quantitySelectorContainer .quantitySelectorTitle {
display: none; display: none;
} }

View File

@ -12,10 +12,10 @@
text-align: center; text-align: center;
} }
.imageWrapper {
height: 70%;
}
.nameContainer { .nameContainer {
padding: 16px; padding: 16px;
}
.imageNormal {
height: 314px !important;
} }

View File

@ -8,7 +8,7 @@
/* Media Query M3 */ /* Media Query M3 */
/* Grid breakpoints */ /* Grid breakpoints */
.sliderLayoutContainer { .sliderLayoutContainer {
padding: 0 40px; padding: 36px 40px;
} }
.slide { .slide {

View File

@ -3,6 +3,9 @@
padding: 0; padding: 0;
} }
.flexCol--infos{
padding-left: 32px;
}
.flexRowContent{ .flexRowContent{
margin: 0; margin: 0;
@ -21,6 +24,11 @@
padding: 0 40px; padding: 0 40px;
} }
.flexColChild--infos :global(.vtex-button){
background-color: black !important;
border: none;
}

View File

@ -1,5 +1,8 @@
.quantitySelectorContainer { .quantitySelectorContainer {
margin: 0;
.quantitySelectorTitle { .quantitySelectorTitle {
display: none; display: none;
} }
} }

View File

@ -4,10 +4,10 @@
text-align: center; text-align: center;
} }
.imageWrapper{
height: 70%;
}
.nameContainer{ .nameContainer{
padding: 16px; padding: 16px;
} }
.imageNormal{
height: 314px !important;
}

View File

@ -1,6 +1,6 @@
.sliderLayoutContainer{ .sliderLayoutContainer{
padding: 0 40px; padding: 36px 40px;
} }
.slide{ .slide{