contact button X overlay

 avatar
user_3758723130
css
a year ago
391 B
5
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*/
Leave a Comment