Global - Footer
unknown
plain_text
13 days ago
1.6 kB
1
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 .footer.no_newsletter .info-wrap-contact h4{ margin-top: -5px; } footer#global-footer .text_footer .luxury-text a.link{ &:after{ background-color: #000; } } footer#global-footer .container .info-privacy a{ font-weight: 400; } footer#global-footer{ .lp-link:after{ background-color: #000; } } /*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; } } } footer#global-footer .luxury-text a { font-weight: 400; } /*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*/ /*END - Footer changes by WB Nicolas V*/
Leave a Comment