From b4e011d66ebb6933fec6545daee11b61ff9f507e Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 14 Feb 2025 15:48:01 +0100 Subject: [PATCH] #7264 --- less/footer.less | 32 +------------------------------- 1 file changed, 1 insertion(+), 31 deletions(-) diff --git a/less/footer.less b/less/footer.less index abb6d4e..526a622 100644 --- a/less/footer.less +++ b/less/footer.less @@ -107,7 +107,7 @@ color: #242323; padding-bottom: 50px; padding-left: 60px; - background-image: url('/images/picto_footer_mail.svg'); + background-image: url("/images/picto_footer_mail.svg"); } .bureau { float: left; @@ -140,36 +140,6 @@ } } - .reseaux { - .social { - display: inline-block; - width: 42px; - height: 42px; - box-sizing: border-box; - text-align: center; - margin-right: 20px; - background-color: #212327; - border-radius: 25px; - padding: 8px 0 0 0; - } - - .Pinterest { - display: none; - } - - .Facebook:hover { - background-color: #39599f; - } - .Twitter:hover { - background-color: #45b0e3; - } - .Google:hover { - background-color: #e64405; - } - .Pinterest:hover { - background-color: #ca111a; - } - } .footer-bottom { background-color: #eeeeee; height: 46px; -- 2.39.5