feat(pdp): torna os dots funcionais com o estilo do figma no slider

This commit is contained in:
Manuela Luana Schumacker Tavares 2023-02-10 14:30:39 -03:00
parent 6c7f0c4b87
commit 338c0f0bae

View File

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