From f43243d1826bc550b64465aac54a2ad34a663c76 Mon Sep 17 00:00:00 2001 From: PatrickSouza Date: Thu, 2 Feb 2023 17:15:18 -0300 Subject: [PATCH] =?UTF-8?q?feat=20:=20criando=20a=20area=20da=20shelf=20pa?= =?UTF-8?q?ra=20come=C3=A7ar=20a=20customizar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/sass/pages/product/vtex.shelf.scss | 13 ++++++++++ .../sass/pages/product/vtex.tab-layout.scss | 26 ++++++++++--------- 2 files changed, 27 insertions(+), 12 deletions(-) create mode 100644 styles/sass/pages/product/vtex.shelf.scss diff --git a/styles/sass/pages/product/vtex.shelf.scss b/styles/sass/pages/product/vtex.shelf.scss new file mode 100644 index 0000000..ef1f1a5 --- /dev/null +++ b/styles/sass/pages/product/vtex.shelf.scss @@ -0,0 +1,13 @@ +.vtex-shelf { + :global(.vtex-shelf-1-x-title) { + padding: 16px; + font-family: "Open Sans"; + font-style: normal; + font-weight: 400; + font-size: 24px; + line-height: 38px; + text-align: center; + + color: #575757; + } +} diff --git a/styles/sass/pages/product/vtex.tab-layout.scss b/styles/sass/pages/product/vtex.tab-layout.scss index 0409dee..47f66f8 100644 --- a/styles/sass/pages/product/vtex.tab-layout.scss +++ b/styles/sass/pages/product/vtex.tab-layout.scss @@ -10,19 +10,21 @@ margin-bottom: 54px; } -.t-action { - font-family: "Open Sans"; - font-style: normal; - font-weight: 400; - font-size: 24px; - line-height: 38px; - /* identical to box height, or 158% */ +.listItem { + button { + font-family: "Open Sans"; + font-style: normal; + font-weight: 400; + font-size: 24px; + line-height: 38px; + /* identical to box height, or 158% */ - display: flex; - align-items: center; - text-align: center; + display: flex; + align-items: center; + text-align: center; - /* gray-300 */ + /* gray-300 */ - color: #bfbfbf; + color: #bfbfbf; + } }