develop #2
@ -119,7 +119,8 @@
|
||||
"flex-layout.col#right-col": {
|
||||
"props": {
|
||||
"preventVerticalStretch": true,
|
||||
"rowGap": 0
|
||||
"rowGap": 0,
|
||||
"blockClass": "infos"
|
||||
},
|
||||
"children": [
|
||||
"html#product-name",
|
||||
|
@ -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;
|
||||
}
|
@ -7,6 +7,9 @@
|
||||
*/
|
||||
/* Media Query M3 */
|
||||
/* Grid breakpoints */
|
||||
.quantitySelectorContainer {
|
||||
margin: 0;
|
||||
}
|
||||
.quantitySelectorContainer .quantitySelectorTitle {
|
||||
display: none;
|
||||
}
|
@ -12,10 +12,10 @@
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.imageWrapper {
|
||||
height: 70%;
|
||||
}
|
||||
|
||||
.nameContainer {
|
||||
padding: 16px;
|
||||
}
|
||||
|
||||
.imageNormal {
|
||||
height: 314px !important;
|
||||
}
|
@ -8,7 +8,7 @@
|
||||
/* Media Query M3 */
|
||||
/* Grid breakpoints */
|
||||
.sliderLayoutContainer {
|
||||
padding: 0 40px;
|
||||
padding: 36px 40px;
|
||||
}
|
||||
|
||||
.slide {
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -1,5 +1,8 @@
|
||||
.quantitySelectorContainer {
|
||||
margin: 0;
|
||||
.quantitySelectorTitle {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -4,10 +4,10 @@
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.imageWrapper{
|
||||
height: 70%;
|
||||
}
|
||||
|
||||
.nameContainer{
|
||||
padding: 16px;
|
||||
}
|
||||
|
||||
.imageNormal{
|
||||
height: 314px !important;
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
|
||||
.sliderLayoutContainer{
|
||||
padding: 0 40px;
|
||||
padding: 36px 40px;
|
||||
}
|
||||
|
||||
.slide{
|
||||
|
Loading…
Reference in New Issue
Block a user