contact button X overlay
user_3758723130
css
2 years ago
391 B
8
Indexable
/* START - fix x button in contact overlay*/
@media only screen and (max-width: 1024px) {
#modal-global-contact-us {
div.contact-form{
&__container {
width: 100%;
}
&__close.close {
color: #fff;
opacity: 1;
}
}
}
}
/* END - fix x button in contact overlay*/Editor is loading...
Leave a Comment