Instant Home Valuation

 avatar
LBautista
css
a month ago
695 B
3
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:#BEAF87!important;
                font-size:11px!important;
                &:hover{
                border-color:#f1f1f1!important;
                background-color: #f1f1f1!important;
                color:#BEAF87!important;
                }
            }
        }
    }
}

@media only screen and (max-width:768px){
    div.hv-form__footer .lp-btn {
        font-size:11px;
    }
}
/*end*/
Leave a Comment