contact modal css

 avatar
user_3758723130
css
a year ago
492 B
14
Indexable
div.custom-form {
    padding-top: 96px;
    padding-bottom: 96px;
    @media (max-width: 768px) {
        padding-top: 64px;
        padding-bottom: 64px;
    }
}

div.custom-form .custom-form__header {
    max-width: 100%;
}

div.custom-form .uf-cus-sel-item {
    &:hover {
        background-color: #EE2026!important;
        color: #FFF!important;
    }
}

div.custom-form .custom-form__img-block {
    height: 100%;
}

div.custom-form .lp-disclaimer .lp-tcr-message {
    opacity: .4;
}
Editor is loading...
Leave a Comment