Untitled

mail@pastecode.io avatar
unknown
plain_text
a month ago
654 B
1
Indexable
Never
/* Start - Footer changes - WB Nicolas V */

/* Footer, Reduce padding between phone and address - WB Nicolas V*/
@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#global-footer .text_footer .luxury-text a.link{
    &:after{
        background-color: #DCBF14;
    }
}

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

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