Global - Footer

mail@pastecode.io avatar
unknown
plain_text
24 days ago
2.2 kB
3
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: #8F83FF;
}
/* 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: #fff;
    }
}

/*Fix footer text with TREC Links*/
@media(max-width:678px){
    footer .footer .text_footer {
    text-align: left!important;
    }
    .luxury-text {
        a{
            white-space: initial!important;
        }   
    }
}

/*START -fix trec links - WB Nicolas V*/
@media only screen and (max-width: 1280px){
    footer#global-footer .text_footer.first_text_footer {
        div.luxury-text{
            padding-top:30px;
        }
        .link{
        color: #000;
        overflow-wrap: anywhere;
        text-decoration: underline!important;
        white-space: normal!important;
        font-weight: 400;
            
        }
    }
}
/*END - trec links*/

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

/*END - Footer changes by WB Nicolas V*/
Leave a Comment