MLS Properties with filter

mail@pastecode.io avatar
unknown
plain_text
a month ago
908 B
4
Indexable
Never
/*MLS Theme by WB Nicolas V*/
@media(min-width: 1200px){
    .lp-vertical-paddings {
        padding-top: 88px;
        padding-bottom: 76px;
    }
}
.range-slider .irs--round .irs-bar{
    background-color: #fff!important;
}
.range-slider .irs--round .irs-handle {
    cursor: pointer;
    border: 1px solid #8F83FF!important;
    background-color: #8F83FF!important;
    transition: .2s!important;
    i{
        background: #fff!important;
    }
}
.irs--round .irs-handle:hover{
    background-color: #fff!important;
    border: 1px solid #fff!important;
     i{
        background: #8F83FF!important;
    }
}
.lp-btn--mob-full-width.filters__submit{
    color: #fff;
    background-color: #8F83FF;
    border-color: #8F83FF!important;
}
.lp-btn--mob-full-width.filters__submit:hover{
    color: #8F83FF;
    background-color: #fff;
    border-color: #ffff;
}
/*END*/
Leave a Comment