forked from M3-Academy/m3-academy-template-checkout
feat(slick): next - prev, buttons
This commit is contained in:
parent
201cef1d82
commit
3b9990210e
@ -106,10 +106,18 @@
|
|||||||
no-repeat center center;
|
no-repeat center center;
|
||||||
z-index: 4;
|
z-index: 4;
|
||||||
left: 10px;
|
left: 10px;
|
||||||
|
top: 30%;
|
||||||
|
border: none;
|
||||||
|
height: 30px;
|
||||||
}
|
}
|
||||||
.slick-next {
|
.slick-next {
|
||||||
|
background: url("https://agenciamagma.vteximg.com.br/arquivos/arrow-right-mini-M3Academy.svg")
|
||||||
|
no-repeat center center;
|
||||||
z-index: 4;
|
z-index: 4;
|
||||||
right: 10px;
|
right: 25px;
|
||||||
|
bottom: 62%;
|
||||||
|
border: none;
|
||||||
|
height: 30px;
|
||||||
}
|
}
|
||||||
.slick-arrow.slick-hidden {
|
.slick-arrow.slick-hidden {
|
||||||
display: none;
|
display: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user