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": {
"props": {
"preventVerticalStretch": true,
"rowGap": 0
"rowGap": 0,
"blockClass": "infos"
},
"children": [
"html#product-name",

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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