Button Theming
Design Template: ProducerJfelizardo
plain_text
a year ago
415 B
11
Indexable
CSS Color Theming
/*START - fix button theme on mobile view*/
@media (max-width: 768px){
.home-valuation .search-wrapper .lp-btn {
border: 2px solid #fff!important;
color: #fff!important;
background-color: transparent!important;
&:hover {
border: 2px solid #fff!important;
color: #670038!important;
background-color: #fff!important;
}
}
}
/*END*/
Editor is loading...
Leave a Comment