2023-02-08 23:06:09 +00:00
|
|
|
|
|
|
|
.paginationDotsContainer
|
|
|
|
|
|
|
|
{
|
|
|
|
display: flex;
|
|
|
|
justify-items: center;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
.paginationDot--carousel {
|
|
|
|
background-color: black;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.paginationDot--carousel--isActive{
|
|
|
|
background-color: white;
|
|
|
|
border: 1px solid black;
|
|
|
|
width: 17px !important;
|
|
|
|
height: 17px !important;
|
|
|
|
}
|
|
|
|
|
2023-02-09 02:09:19 +00:00
|
|
|
.sliderLayoutContainer--carousel{
|
2023-02-08 23:06:09 +00:00
|
|
|
margin-bottom: 64px;
|
2023-02-09 02:09:19 +00:00
|
|
|
padding: 0 40px 0 40px;
|
|
|
|
.sliderLeftArrow--carousel{
|
2023-02-09 03:09:50 +00:00
|
|
|
visibility: hidden;
|
|
|
|
&::before{
|
|
|
|
visibility: visible;
|
|
|
|
content: url("https://agenciamagma.vtexassets.com/arquivos/arroe-left-ueber.png");
|
|
|
|
margin-left: 40px;
|
|
|
|
}
|
2023-02-09 02:09:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.sliderRightArrow--carousel{
|
2023-02-09 03:09:50 +00:00
|
|
|
visibility: hidden;
|
|
|
|
&::after{
|
|
|
|
visibility: visible;
|
|
|
|
content: url("https://agenciamagma.vtexassets.com/arquivos/arroe-right-ueber.png");
|
|
|
|
margin-right: 40px;
|
|
|
|
}
|
2023-02-09 02:09:19 +00:00
|
|
|
|
2023-02-08 23:06:09 +00:00
|
|
|
}
|
2023-02-09 03:09:50 +00:00
|
|
|
}
|