Footer Code

 avatar
unknown
plain_text
6 months ago
1.4 kB
2
Indexable
/* 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: #fff;
}
/* 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: #fff;
    }
}

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


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

/* Footer, Increase brokerage logo size -  */
footer#global-footer .footer .text_footer .images_box{
    max-width: 186px;
    .img_size{
        height: 100px;
    }
}
/* END */

/*END - Footer changes by WB Nicolas V*/
Editor is loading...
Leave a Comment