Neighborhoods Details Page - MLS Grid

 avatar
Bnnthpnzln
css
6 months ago
1.5 kB
3
Indexable
Melissa Temple
div.range-title{
    text-transform: capitalize;
}

/*START -  price and living area value slider */
div.range-slider .irs--round .irs-handle {
    cursor: pointer;
    background-color: #fff;
    border-color: #000;
    i{
        background: #000;
    }
    transition: .3s;
    &:hover{
        border: 1px solid #000;
        background-color: #000;
        i{
            background: #fff;
        }
    }

}
/*END*/

/*START Dropdown Theming*/
div.filters__grid-item .custom-select-menu .custom-select-item {
    color: #000;
    background-color: #fff;
    &:hover{
        color: #fff;
        background-color: #000;
    }
}
/*END*/
@media only screen and (max-width: 768px){
    .filters__wrapper[aria-expanded="true"] .filters__submit{
            background-color: transparentimportant;
             display: block;
            border-color: #000;
    }
    .filters__wrapper[aria-expanded="true"]{
        background-color: #fff!important;
    }
    
    .lp-btn{
        border-color: #000!important;
        background-color: transparent;
        color: #000;
        &:hover{
            border-color: #000;
            background-color: #000;
            color: #fff;
        }
    }
    .lp-input{
        border-color: #000;
        color: #000;
    }
    .filters__close{
        filter: none;
    }
}


div.range-slider .irs--round .irs-bar{
    background-color: #000;
}
Editor is loading...
Leave a Comment