forked from M3-Academy/challenge-vtex-io
feat(pdp): torna os dots funcionais com o estilo do figma no slider
This commit is contained in:
parent
6c7f0c4b87
commit
338c0f0bae
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user