Button Theming

Design Template: Producer
 avatar
Jfelizardo
plain_text
9 months ago
415 B
5
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