Global - Footer

 avatar
unknown
plain_text
6 months ago
2.2 kB
2
Indexable
/*START - footer link theme and underline- WB Nicolas V*/
footer#global-footer{
    a:not(.socials__item),.link,.footer-navigation__link{
        text-decoration: none;
        position: relative!important;
        color:#fff!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: #b9b9b9!important;
            opacity:1;
        }
        &:after{
            width: 0%!important;
            background-color: #fff!important; 
        }
        &:hover:after{
            width: 100%!important;
        }
        @media only screen and (max-width: 1280px){
            overflow-wrap: anywhere;
            text-decoration: underline!important;
            white-space: normal!important;
                &:before {
                    background-color: transparent;
                    width: 0%!important;
                }
                &:after {
                    background-color: transparent;
                }
            &:hover:after{
                width: 0%!important;
            }
        }
    }
    div.site-footer__copy div:nth-child(2) a,.footer-navigation__link{
        padding-bottom:5px!important;
    }
    .site-footer__disclaimer{
        opacity: 1;
    }
    .site-footer__info{
        .lp-a {
            opacity: 1;
        }
    }
}
/*END - footer link theme and underline-*/

/* Footer, Update logo size by WB Nicolas V*/
footer#global-footer {
    .site-footer__logo-bar{
        padding-bottom: 32px;
        .site-footer__logo-container {
            img {
                max-width: 300px!important;
                max-height: 100px!important;
            }
        }
    }
}

/* Footer,  Sitemap links to uppercase */
footer#global-footer .site-footer .footer-navigation__link{
    text-transform: uppercase;
}
/* END */
Editor is loading...
Leave a Comment