feature/body #1
@ -4,6 +4,7 @@
|
||||
"html#breadcrumb",
|
||||
"condition-layout.product#availability",
|
||||
"tab-layout#description",
|
||||
"rich-text#prateleira",
|
||||
"flex-layout.row#shelf",
|
||||
"product-questions-and-answers",
|
||||
"newsletter"
|
||||
@ -121,6 +122,13 @@
|
||||
}
|
||||
},
|
||||
|
||||
"rich-text#prateleira": {
|
||||
"props": {
|
||||
"blockClass": "title-shelf",
|
||||
"text": "Você também pode gostar:"
|
||||
}
|
||||
},
|
||||
|
||||
"product-summary.shelf#teste": {
|
||||
"children": [
|
||||
"product-summary-image#shelf",
|
||||
|
@ -7,4 +7,15 @@
|
||||
*/
|
||||
/* 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");
|
||||
/* 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