.slick-dots {
padding: 0;
margin: 0;
list-style: none;
text-align: center;
li {
display: inline-block;
margin: 5px;
color: #669;
}
button {
position: relative;
background: transparent;
outline: 0;
border: 0;
&:hover {
.slick-active &,
&:before {
position: absolute;
top: 50%;
left: 0;
width: 100%;
height: 2px;
margin-top: -1px;
content: '';
background-color: #669;
}
}
}
}
slick dots line-through
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.