Global - Pop up Modal + Contact button
unknown
plain_text
a year ago
1.9 kB
12
Indexable
/*mobile contact button*/
body>div.mobile-contact-wrapper{
.connect-btn{
border: 2px solid #8F83FF!important;
background-color: #8F83FF!important;
color: #fff!important;
&:hover{
border-color: #fff!important;
background-color: #fff!important;
color: #8F83FF!important;
}
}
.search-btn{
border: 2px solid #8F83FF!important;
background-color: #8F83FF!important;
color: #fff!important;
&:hover{
border-color: #fff!important;
background-color: #fff!important;
color: #8F83FF!important;
}
}
.contact-form__item .lp-input{
color: #fff;
opacity: 1;
border-color: #fff;
}
h3{
color: #fff;
}
.lp-tcr-content{
color: #fff;
}
.pop-up .close-btn{
&:before{
filter: none;
}
}
.lp-btn.lp-btn--dark.lp-btn--filled{
background-color: #8F83FF!important;
border-color: #8F83FF!important;
color: #fff!important;
&:hover{
background-color: #fff!important;
border-color: #fff!important;
color: #8F83FF!important;
}
}
.pop-up .close-btn{
color: #fff;
}
.pop-up .lp-container{
background-color: #131313!important;
@media only screen and (max-width:768px){
padding-top: 96px;
}
}
}
/*end*/
/* Modal Pop-up - WB Nicolas V*/
.popup-modal.with-image .popup-modal__form {
@media only screen and (min-width: 769px) {
.close{
color: #fff!important;
opacity: 1!important;
}
}
@media only screen and (max-width: 768px) {
.close{
color: #fff!important;
opacity: 1!important;
}
}
}
/*END*/Editor is loading...
Leave a Comment