Heyler Realty -Sub template - Agent sub domain

https://docs.google.com/document/d/19i_Bd4iX2q-2fCmBYx2iICrz5shnLlBxSs1soD8JBy8/edit
 avatar
user_2335552
plain_text
a year ago
855 B
5
Indexable
/*START - link underline - Agent Bio*/
.agent-detail-section {
    a.lp-link{
        border-bottom: none;
        text-decoration: none;
        position: relative!important;
        line-height: 1.7;
        font-weight: 400;
        &: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: #ddd!important;
        }
        &:after{
            width: 0%!important;
            background-color: #1F3561!important; 
        }
        &:hover:after{
            width: 100%!important;
        }
    }
}
/*END - link underline*/
Editor is loading...
Leave a Comment