Pop Up Modal Code
unknown
plain_text
2 years ago
400 B
18
Indexable
/* Modal Pop-up - WB Nicolas V*/
.popup-modal.with-image .popup-modal__form {
@media only screen and (min-width: 769px) {
.close{
color: #000!important;
opacity: 1!important;
}
}
@media only screen and (max-width: 768px) {
.close{
color: #000!important;
opacity: 1!important;
}
}
}
/*END*/Editor is loading...
Leave a Comment