From 338c0f0baeb7965de01f18bd955c4e352f6ca4cb Mon Sep 17 00:00:00 2001 From: ManuelaLuanaSchumackerTavares Date: Fri, 10 Feb 2023 14:30:39 -0300 Subject: [PATCH] feat(pdp): torna os dots funcionais com o estilo do figma no slider --- react/components/Html/styles.css | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/react/components/Html/styles.css b/react/components/Html/styles.css index 93d6dd7..7901383 100644 --- a/react/components/Html/styles.css +++ b/react/components/Html/styles.css @@ -229,6 +229,20 @@ color: #929292; } -/* [class*="headingLevel4--shelfTitle"] [class*="c-on-base"] { - color: #575757 !important; -} */ +[class*="paginationDotsContainer--productPageCarousel"] { + display: flex; + align-items: center; +} + +[class*="paginationDot--productPageCarousel"] { + background-color: black; + width: 10px !important; + height: 10px !important; +} + +[class*="paginationDot--productPageCarousel--isActive"] { + background-color: white; + border: 0.5px solid black; + width: 17px !important; + height: 17px !important; +}