mapcomplete/css/slideshow.css

22 lines
265 B
CSS
Raw Permalink Normal View History

.slick-next {
top: unset;
bottom: -25px;
right: 15px;
z-index: 10000;
}
.slick-prev {
top: unset;
bottom: -25px;
left: 0;
z-index: 10000;
}
.slick-next::before {
font-size: 35px;
}
.slick-prev::before {
font-size: 35px;
2021-01-25 02:12:09 +00:00
}