Instant Home Valuation

mail@pastecode.io avatar
unknown
plain_text
19 days ago
821 B
3
Indexable
Never
/*Fix Mobile button first step - Instant Home Valuation - WB Nicolas V*/
@media(max-width: 620px){
    .home-valuation .search-wrapper {
        .lp-btn{
            color: #4B4949!important;
            border-color: #fff!important;
            background-color: #fff!important;
            &:hover{
                background-color: transparent!important;
                color: #fff!important;
                border-color: #fff!important;
            }
        }
    }
}
@media (max-width: 402px){
    .content .search-wrapper button.lp-btn {
        font-size: 13px;
    }
    .hv-form__footer{
        button.lp-btn {
            font-size: 13px;
        }   
    }
}

@media(max-width: 380px){
    div.home-valuation .content {
        padding-top: 100px!important;
    }
}

/*END*/
Leave a Comment