Instant Home Valuation - home val

Fix mobile button, make loader visible
 avatar
Bnnthpnzln
css
14 days ago
1.4 kB
2
Indexable
Never
Emily Kroll
/*start fix btn on mobile*/
div.home-valuation{
    .search-wrapper{
    
        @media only screen and (max-width:768px){
            button.lp-btn{
                border-color: #000!important;
                background-color: #000!important;
                color: #fff!important;
                font-size:11px!important;
                &:hover{
                border-color: #000!important;
                background-color: transparent!important;
                color: #000!important;
                }
                margin-bottom: 0;
            }
        }
        @media only screen and (max-width:767px){
            button.lp-btn{
                border-color:#fff!important;
                background-color: transparent!important;
                color:#fff!important;
                font-size:11px!important;
                &:hover{
                border-color:#fff!important;
                background-color: #fff!important;
                color: #000!important;
                }
                margin-bottom: 0;
            }
        }
    }
}


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

/* start - loading bar color - launch wb name */
.search-wrapper.js-address-search .loader .line {
  background-color:#000 !important;
}
/* end - loading bar color */
Leave a Comment