Featured Properties Showcase Slider

mail@pastecode.io avatar
unknown
plain_text
20 days ago
391 B
3
Indexable
Never
/* Slick arrow theme */
div.f-properties__arrows-container .lp-arrow{
    border: solid 2px #8F83FF;
    background-color: #8F83FF!important;
    &:before{
        border-color:#fff;
    }
    &:hover{
        border: solid 2px #fff!important;
        background-color: #fff!important;
        &:before{
            border-color: #8F83FF!important;
        }
    }
}
/* END */
Leave a Comment