Modal Contact Form
LBautista
css
a month ago
2.3 kB
7
Indexable
Never
/*START - contact overlay - producer - WB Lloyd */ #modal-global-contact-us { .contact-form { .info-zone_contact_cell .lp-link{ text-decoration: none; font-weight: normal; position: relative; line-height: 1px; &:before, &:after{ transition: 0.4s; text-decoration: none; line-height: 1px; content: ""; height: 1px; position: absolute; bottom: 0; left: 0; } &:before { width: 100%!important; background-color: #ccc; } &:after{ width: 0%!important; background-color: #fff; } &:hover:after{ width: 100%!important; } &:hover{ color: #FFF!important; } } div.section-message{ .lp-disclaimer { a{ text-decoration: none!important; position: relative; line-height: 1.7; color:#fff; &:before, &:after{ transition: 0.4s; text-decoration: none!important; line-height: 1; content: """"; height: 1px; position: absolute!important; bottom: 0; left: 0; } &:before { width: 100%!important; background-color: #ccc; } &:after{ width: 0%!important; background-color: #fff; } &:hover:after{ width: 100%!important; color: #fff; } } } } } button.close.lp-close{ @media only screen and (max-width: 768px) { top: 4vh; right: 4vh; } } } /*END - contact overlay - producer*/
Leave a Comment