Instant Home Valuation
LBautista
css
a year ago
693 B
8
Indexable
/*START - fix btn on mobile - WB Lloyd*/
div.home-valuation{
.search-wrapper{
@media only screen and (max-width: 450px){
button.lp-btn{
border-color:#fff!important;
background-color: #fff!important;
color:#2A505D!important;
font-size:11px!important;
&:hover{
border-color:#fff!important;
background-color: transparent!important;
color:#fff!important;
}
}
}
}
}
@media only screen and (max-width:768px){
div.hv-form__footer .lp-btn {
font-size:11px;
}
}
/*end*/Editor is loading...
Leave a Comment