Featured Properties Showcase Slider

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