instant home valuation fix
user_3758723130
scss
2 years ago
570 B
10
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...