feature/body #1

Merged
YahToth merged 10 commits from feature/body into master 2023-02-11 04:31:56 +00:00
3 changed files with 32 additions and 1 deletions
Showing only changes of commit 9f582ec5ca - Show all commits

View File

@ -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",

View File

@ -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;
}

View File

@ -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;
}
}