Instant Home Valuation

 avatar
LBautista
css
23 days ago
578 B
2
Indexable
Never
/*START - fix btn on mobile - WB Lloyd*/
div.home-valuation{
    .search-wrapper{
        @media only screen and (max-width: 450px){
            button.lp-btn{
                border-color:#fff!important;
                background-color: #fff!important;
                color:#7C7A61!important;
                font-size:11px!important;
                &:hover{
                border-color:#fff!important;
                background-color: transparent!important;
                color:#fff!important;
                }
            }
        }
    }
}
/*END*/
Leave a Comment