develop #2
@ -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",
|
||||||
|
@ -11,6 +11,10 @@
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.flexCol--infos {
|
||||||
|
padding-left: 32px;
|
||||||
|
}
|
||||||
|
|
||||||
.flexRowContent {
|
.flexRowContent {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
@ -26,3 +30,8 @@
|
|||||||
.flexRow--product-main {
|
.flexRow--product-main {
|
||||||
padding: 0 40px;
|
padding: 0 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.flexColChild--infos :global(.vtex-button) {
|
||||||
|
background-color: black !important;
|
||||||
|
border: none;
|
||||||
|
}
|
@ -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;
|
||||||
}
|
}
|
@ -12,10 +12,10 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.imageWrapper {
|
|
||||||
height: 70%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nameContainer {
|
.nameContainer {
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.imageNormal {
|
||||||
|
height: 314px !important;
|
||||||
|
}
|
@ -8,7 +8,7 @@
|
|||||||
/* Media Query M3 */
|
/* Media Query M3 */
|
||||||
/* Grid breakpoints */
|
/* Grid breakpoints */
|
||||||
.sliderLayoutContainer {
|
.sliderLayoutContainer {
|
||||||
padding: 0 40px;
|
padding: 36px 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.slide {
|
.slide {
|
||||||
|
@ -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;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
.quantitySelectorContainer {
|
.quantitySelectorContainer {
|
||||||
|
margin: 0;
|
||||||
.quantitySelectorTitle {
|
.quantitySelectorTitle {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -4,10 +4,10 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.imageWrapper{
|
|
||||||
height: 70%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nameContainer{
|
.nameContainer{
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.imageNormal{
|
||||||
|
height: 314px !important;
|
||||||
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
.sliderLayoutContainer{
|
.sliderLayoutContainer{
|
||||||
padding: 0 40px;
|
padding: 36px 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.slide{
|
.slide{
|
||||||
|
Loading…
Reference in New Issue
Block a user