Global - Footer

mail@pastecode.io avatar
unknown
plain_text
a month ago
1.3 kB
2
Indexable
Never
/* Start - Footer changes - WB Nicolas V */

/* Footer, Reduce padding between phone and address - */
@media (max-width: 768px){
#global-footer .footer .info-wrap {
    .type_user{
        margin-bottom: 21px;
         }
    }
}
@media (min-width: 1201px){
#global-footer .footer .info-wrap {
    .type_user{
        margin-bottom: 21px;
         }
    }  
}
/* END */

/* Footer, Update icon colors - WB Nicolas V */
footer#global-footer .container .info-wrap svg path{
    fill: #3C6A72;
}
/* END */

/* Footer, Update bottom line color - WB Nicolas V */
footer#global-footer .container .info-privacy {
    border-top-color: #ccc;
}
@media (max-width: 768px){
    footer#global-footer .container .info-privacy{
        .copy_zone{
            border-color: #ccc;
        }
    }
    
}
/* END */

footer .footer.no_newsletter .info-wrap-contact h4{
    margin-top: -5px;
}

footer#global-footer .text_footer .luxury-text a.link{
    &:after{
        background-color: #ccc;
    }
    
}

footer#global-footer .container .info-privacy a{
    font-weight: 400;
}

footer#global-footer .luxury-text a{
   font-weight: 400; 
}

footer#global-footer{
    .lp-link:after{
        background-color: #D6B69C;
    }
}

/*END - Footer changes*/
Leave a Comment