Home Valuation Page - Timeline 1

 avatar
LBautista
css
22 days ago
415 B
4
Indexable
Never
/*START - underline links - WB lloyd*/
.link{
    font-weight: 400;
    color: #000;
    &: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