Skip to content
Snippets Groups Projects
Commit 59c2b343 authored by Štěpán Farka's avatar Štěpán Farka
Browse files

[ADD] arrows to slider

parent 4d5e9888
No related branches found
No related tags found
2 merge requests!607Pirati.cz,!575Feature/pirati cz
Pipeline #9284 failed
...@@ -191,30 +191,27 @@ p { ...@@ -191,30 +191,27 @@ p {
} }
.slick-arrow { .slick-arrow {
font-size: 0;
position: absolute; position: absolute;
color: white;
top: 70%; top: 70%;
right: 10%;
z-index: 10; z-index: 10;
font-size: 0;
&:before, &:after { &:before, &:after {
border-right: 2px solid; color: white;
border-right: 2px solid white;
border-bottom: 2px solid white;
content: ''; content: '';
display: block;
height: 8px;
margin-top: -6px;
position: absolute; position: absolute;
transform: rotate(135deg); width: 16px;
right: 10px; height: 16px;
top: 50%;
width: 0;
} }
&.slick-next { &.slick-next {
right: 3%; transform: rotate(-45deg);
} }
&.slick-prev { &.slick-prev {
right: 8%; transform: rotate(135deg);
} }
} }
.slick-dots { .slick-dots {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment