MLS Property Slider pagination (MAsterpiece)
Sally
css
3 years ago
449 B
15
Indexable
/*START- MLS properties fix slick arrow*/
div.properties-grid__arrows{
display: inline-flex;
margin-top:10px;
button.slick-arrow{
border: solid 2px #000;
color:#000;
&:before{
border-color: #000;
}
&:hover{
opacity: 1;
background-color:#000;
&:before{
border-color: #fff;
}
}
}
}Editor is loading...