Instant Home Valuation

mail@pastecode.io avatar
unknown
plain_text
a month ago
894 B
4
Indexable
Never
/*Fix Mobile button first step - Instant Home Valuation - WB Nicolas V*/
@media(max-width: 620px){
    .home-valuation .search-wrapper {
        .lp-btn{
            color: #D6B69C!important;
            border-color: #fff!important;
            background-color: #fff!important;
            &:hover{
                background-color: #D6B69C!important;
                color: #fff!important;
                border-color: #D6B69C!important;
            }
        }
    }
}


@media (max-width: 402px){
    .content .search-wrapper button.lp-btn {
        font-size: 11px;
    }
    .hv-form__footer{
        button.lp-btn {
            font-size: 11px;
        }   
    }
}

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

/*END*/

/* fix dropdown */
.results-wrapper{
	z-index: 99;
}

/*End*/
Leave a Comment