Home Valuation Page - Timeline 1
LBautista
css
a year ago
415 B
10
Indexable
/*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*/Editor is loading...
Leave a Comment