Instant Home Valuation

 avatar
JohnMatthewLumba
plain_text
10 months ago
495 B
7
Indexable
/*Fix Mobile button first step - Instant Home Valuation - WB Matthew*/
@media(max-width: 620px){
    .home-valuation .search-wrapper {
        .lp-btn{
            background-color: transparent!important;
            color: #fff!important;
            border-color: #fff!important;
            &:hover{
                background-color: #fff!important;
                color: #C90707!important;
                border-color: #fff!important;
            }
        }
    }
}
/*END*/
Editor is loading...
Leave a Comment