feature/body #1
@ -4,6 +4,7 @@
|
|||||||
"html#breadcrumb",
|
"html#breadcrumb",
|
||||||
"condition-layout.product#availability",
|
"condition-layout.product#availability",
|
||||||
"tab-layout#description",
|
"tab-layout#description",
|
||||||
|
"rich-text#prateleira",
|
||||||
"flex-layout.row#shelf",
|
"flex-layout.row#shelf",
|
||||||
"product-questions-and-answers",
|
"product-questions-and-answers",
|
||||||
"newsletter"
|
"newsletter"
|
||||||
@ -121,6 +122,13 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
"rich-text#prateleira": {
|
||||||
|
"props": {
|
||||||
|
"blockClass": "title-shelf",
|
||||||
|
"text": "Você também pode gostar:"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
"product-summary.shelf#teste": {
|
"product-summary.shelf#teste": {
|
||||||
"children": [
|
"children": [
|
||||||
"product-summary-image#shelf",
|
"product-summary-image#shelf",
|
||||||
|
@ -8,3 +8,14 @@
|
|||||||
/* Media Query M3 */
|
/* Media Query M3 */
|
||||||
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&family=Roboto:wght@400;500;700&display=swap");
|
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&family=Roboto:wght@400;500;700&display=swap");
|
||||||
/* Grid breakpoints */
|
/* Grid breakpoints */
|
||||||
|
.container--title-shelf {
|
||||||
|
display: block;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.container--title-shelf .paragraph--title-shelf {
|
||||||
|
font-family: "Open Sans", sans-serif;
|
||||||
|
font-size: 24px;
|
||||||
|
line-height: 38px;
|
||||||
|
color: #575757;
|
||||||
|
margin: 0;
|
||||||
|
}
|
@ -1 +1,13 @@
|
|||||||
|
.container--title-shelf {
|
||||||
|
display: block;
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
|
.paragraph--title-shelf {
|
||||||
|
font-family: "Open Sans", sans-serif;
|
||||||
|
font-size: 24px;
|
||||||
|
line-height: 38px;
|
||||||
|
|
||||||
|
color: #575757;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user