Mobile Wrapper

mail@pastecode.io avatar
unknown
plain_text
a month ago
1.2 kB
1
Indexable
Never
/*mobile contact button*/
body>div.mobile-contact-wrapper{
    .connect-btn{
        border: 2px solid #7C7A61!important;
        background-color: #fff!important;
        color: #7C7A61!important;
        &:hover{
            border-color: #7C7A61!important;
            background-color: #7C7A61!important;
            color: #fff!important; 
        }
    }
    .search-btn{
        border: 2px solid #7C7A61!important;
        background-color: #fff!important;
        color: #7C7A61!important;
        &:hover{
            border-color: #7C7A61!important;
            background-color: #7C7A61!important;
            color: #fff!important; 
        }
    }
    .contact-form__item .lp-input{
        color: #000;
        opacity: 1;
        border-color: #000;
        text-transform: capitalize;
    }
    h3{
        color: #000;
    }
    .lp-tcr-content{
        color: #000;
    }
    .pop-up .close-btn{
        &:before{
            filter: invert(1);
        }
    }
    .pop-up .lp-container{
    background-color: #fff!important;
        @media only screen and (max-width:768px){
            padding-top: 96px;
        }
    }

}
/*end*/

Leave a Comment