fix
user_3758723130
css
2 years ago
813 B
18
Indexable
/* Instant Home Val CSS*/
/*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;
}
}
\\
/*END*/
/* Fix dropdown */
.results-wrapper{
z-index: 99;
}
/*START - home val boxed text padding */
div.lp-vertical-paddings {
padding-top: 96px;
padding-bottom: 25px;
@media (max-width: 768px){
padding-top: 64px;
padding-bottom: 40px;
}
}
/*END*/Editor is loading...
Leave a Comment