ajustes na descrição do produto, adição do rich text acima do carrossel
This commit is contained in:
parent
2f56cc3914
commit
d7c663659b
@ -7,6 +7,7 @@
|
|||||||
// "flex-layout.row#specifications-title",
|
// "flex-layout.row#specifications-title",
|
||||||
// "product-specification-group#table",
|
// "product-specification-group#table",
|
||||||
"tab-layout#product",
|
"tab-layout#product",
|
||||||
|
"rich-text#carrossel-message",
|
||||||
"list-context.product-list#carousel-list",
|
"list-context.product-list#carousel-list",
|
||||||
// "product-summary.shelf",
|
// "product-summary.shelf",
|
||||||
// "list-context.product-list",
|
// "list-context.product-list",
|
||||||
@ -306,6 +307,24 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
|
"rich-text#carrossel-message": {
|
||||||
|
"props": {
|
||||||
|
"textAlignment": "CENTER",
|
||||||
|
"textPosition": "CENTER",
|
||||||
|
"text": "Você tambem pode gostar:",
|
||||||
|
"blockClass": "carrossel-message"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
"list-context.product-list#carousel-list": {
|
"list-context.product-list#carousel-list": {
|
||||||
@ -335,4 +354,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -8,7 +8,16 @@
|
|||||||
/* Media Query M3 */
|
/* Media Query M3 */
|
||||||
/* Grid breakpoints */
|
/* Grid breakpoints */
|
||||||
.productDescriptionContainer {
|
.productDescriptionContainer {
|
||||||
margin: 0 32px;
|
width: 43.89%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.productImagesContainer {
|
||||||
|
width: 43.89%;
|
||||||
|
margin-right: 32px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.productImage {
|
||||||
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
.newsletter {
|
.newsletter {
|
||||||
|
@ -7,6 +7,10 @@
|
|||||||
*/
|
*/
|
||||||
/* Media Query M3 */
|
/* Media Query M3 */
|
||||||
/* Grid breakpoints */
|
/* Grid breakpoints */
|
||||||
|
.container {
|
||||||
|
padding: 0 40px;
|
||||||
|
}
|
||||||
|
|
||||||
.listContainer {
|
.listContainer {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-bottom: 64px;
|
margin-bottom: 64px;
|
||||||
|
@ -1,9 +1,16 @@
|
|||||||
|
|
||||||
.productDescriptionContainer{
|
.productDescriptionContainer{
|
||||||
margin: 0 32px;
|
width: 43.89%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.productImagesContainer{
|
||||||
|
width: 43.89%;
|
||||||
|
margin-right: 32px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.productImage{
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.newsletter{
|
.newsletter{
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
.container{
|
||||||
|
padding: 0 40px;
|
||||||
|
}
|
||||||
|
|
||||||
.listContainer{
|
.listContainer{
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-bottom: 64px;
|
margin-bottom: 64px;
|
||||||
|
Loading…
Reference in New Issue
Block a user