feat(slick): next - prev, buttons

This commit is contained in:
Matheus Brollo Dauter 2022-12-15 19:24:42 -03:00
parent 201cef1d82
commit 3b9990210e

View File

@ -106,10 +106,18 @@
no-repeat center center;
z-index: 4;
left: 10px;
top: 30%;
border: none;
height: 30px;
}
.slick-next {
background: url("https://agenciamagma.vteximg.com.br/arquivos/arrow-right-mini-M3Academy.svg")
no-repeat center center;
z-index: 4;
right: 10px;
right: 25px;
bottom: 62%;
border: none;
height: 30px;
}
.slick-arrow.slick-hidden {
display: none;