instant home valuation fix

 avatar
user_3758723130
scss
a year ago
570 B
5
Indexable
/*START - fix button theme on mobile view*/
@media only screen and (max-width: 768px){
    .home-valuation .search-wrapper .lp-btn {
    border: 2px solid #fff!important;
    color: #fff!important;
        &:hover {
            border: 2px solid #fff!important;
            color: #000!important;
            background-color: #fff!important;
        }
    }
}
@media (max-width: 768px){
.lp-btn, .redesign .lp-btn {
    font-size: 11px !important;
    }
}

.home-valuation .benefits .benefit {
    text-transform: uppercase;
}
/*END*/






Editor is loading...