Featured Agent - Homepage

 avatar
LBautista
css
23 days ago
374 B
1
Indexable
Never
/*START - underline links - WB Lloyd*/
.link{
    &:before {
        width: 100%!important;
        background-color: #999!important;
    }
    &:after{
        width: 0%!important;
        background-color: #BEAF87!important; 
    }
    &:hover:after{
        width: 100%!important;
    }
    &:hover{
         color: #999!important;
     }
    
}
/*END*/
Leave a Comment