Schedule a Showing - Time Link
LBautista
css
a month ago
794 B
1
Indexable
Never
/*START - change time link - WB LLoyd*/ .lp-a a{ font-weight: 400; position: relative!important; color:#000!important; transition: 0.4s; opacity: 1 !important; text-transform: uppercase!important; &:hover{ color:#999!important; } &: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: #999!important; } &:after{ width: 0%!important; background-color: #BEAF87!important; } &:hover:after{ width: 100%!important; } } /*END*/
Leave a Comment