Untitled

mail@pastecode.io avatar
unknown
plain_text
25 days ago
752 B
1
Indexable
Never
/*Fix Mobile button first step - Instant Home Valuation - WB Nicolas V*/
@media(max-width: 620px){
    .home-valuation .search-wrapper {
        .lp-btn{
            color: #fff!important;
            border-color: #fff!important;
            &:hover{
                background-color: #fff!important;
                color: #000!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