From d7c663659bbbe38fe1934bb8893f9d288c3edd9d Mon Sep 17 00:00:00 2001 From: Ramon Dias Ferreira Date: Mon, 6 Feb 2023 15:22:01 -0300 Subject: [PATCH] =?UTF-8?q?ajustes=20na=20descri=C3=A7=C3=A3o=20do=20produ?= =?UTF-8?q?to,=20adi=C3=A7=C3=A3o=20do=20rich=20text=20acima=20do=20carros?= =?UTF-8?q?sel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- store/blocks/pdp/product.jsonc | 21 +++++++++++++++++++ styles/css/vtex.store-components.css | 11 +++++++++- styles/css/vtex.tab-layout.css | 4 ++++ .../pages/product/vtex.store-components.scss | 9 +++++++- .../sass/pages/product/vtex.tab-layout.scss | 4 ++++ 5 files changed, 47 insertions(+), 2 deletions(-) diff --git a/store/blocks/pdp/product.jsonc b/store/blocks/pdp/product.jsonc index 4c1037c..376d391 100644 --- a/store/blocks/pdp/product.jsonc +++ b/store/blocks/pdp/product.jsonc @@ -7,6 +7,7 @@ // "flex-layout.row#specifications-title", // "product-specification-group#table", "tab-layout#product", + "rich-text#carrossel-message", "list-context.product-list#carousel-list", // "product-summary.shelf", // "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": { @@ -335,4 +354,6 @@ } } + + } diff --git a/styles/css/vtex.store-components.css b/styles/css/vtex.store-components.css index 084b54a..7f69f05 100644 --- a/styles/css/vtex.store-components.css +++ b/styles/css/vtex.store-components.css @@ -8,7 +8,16 @@ /* Media Query M3 */ /* Grid breakpoints */ .productDescriptionContainer { - margin: 0 32px; + width: 43.89%; +} + +.productImagesContainer { + width: 43.89%; + margin-right: 32px; +} + +.productImage { + display: flex; } .newsletter { diff --git a/styles/css/vtex.tab-layout.css b/styles/css/vtex.tab-layout.css index 81dcf87..746e3a9 100644 --- a/styles/css/vtex.tab-layout.css +++ b/styles/css/vtex.tab-layout.css @@ -7,6 +7,10 @@ */ /* Media Query M3 */ /* Grid breakpoints */ +.container { + padding: 0 40px; +} + .listContainer { align-items: center; margin-bottom: 64px; diff --git a/styles/sass/pages/product/vtex.store-components.scss b/styles/sass/pages/product/vtex.store-components.scss index a27bab1..bc690e6 100644 --- a/styles/sass/pages/product/vtex.store-components.scss +++ b/styles/sass/pages/product/vtex.store-components.scss @@ -1,9 +1,16 @@ .productDescriptionContainer{ - margin: 0 32px; + width: 43.89%; } +.productImagesContainer{ + width: 43.89%; + margin-right: 32px; +} +.productImage{ + display: flex; +} .newsletter{ diff --git a/styles/sass/pages/product/vtex.tab-layout.scss b/styles/sass/pages/product/vtex.tab-layout.scss index 7e50f0e..fc7c793 100644 --- a/styles/sass/pages/product/vtex.tab-layout.scss +++ b/styles/sass/pages/product/vtex.tab-layout.scss @@ -1,3 +1,7 @@ +.container{ + padding: 0 40px; +} + .listContainer{ align-items: center; margin-bottom: 64px;