Home Valuation

mail@pastecode.io avatar
unknown
plain_text
25 days ago
1.1 kB
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: #fff!important;
            border-color: #fff!important;
            &:hover{
                background-color: #fff!important;
                color: #000!important;
            }
        }
    }
}


h2.mb-3 {
    margin-bottom: 10px;
}

.content {
    text-align: center;
}

div.home-valuation .benefits{
    justify-content: center;
}

.content-item:not(:last-of-type) {
    border-bottom-color: #ccc!important;
}

.loader .line {
    background-color: #000!important;
}

.benefits li{
    text-transform: uppercase;
}

@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*/

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

/*End*/
Leave a Comment