From 316ef2956d79b8c07dc4fb82db8bcfad9fa94542 Mon Sep 17 00:00:00 2001 From: soufiane Date: Mon, 5 May 2025 16:31:11 +0200 Subject: [PATCH] wait #7509 @0h45 --- wp-content/themes/miranui_new/resources/css/common.scss | 7 +++++++ wp-content/themes/miranui_new/resources/css/footer.scss | 5 +++-- .../themes/miranui_new/resources/css/widgets/_contact.scss | 2 ++ .../themes/miranui_new/resources/images/linkedin.svg | 4 ++-- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/wp-content/themes/miranui_new/resources/css/common.scss b/wp-content/themes/miranui_new/resources/css/common.scss index b5d61ef..6df6058 100644 --- a/wp-content/themes/miranui_new/resources/css/common.scss +++ b/wp-content/themes/miranui_new/resources/css/common.scss @@ -51,6 +51,13 @@ &-white *{ color: #ffffff !important; } + + &-linkedin { + color: #ffffff; + &:hover * { + color: $darkRed !important; + } + } } body.mentions-legales { diff --git a/wp-content/themes/miranui_new/resources/css/footer.scss b/wp-content/themes/miranui_new/resources/css/footer.scss index 4210950..fcd551d 100644 --- a/wp-content/themes/miranui_new/resources/css/footer.scss +++ b/wp-content/themes/miranui_new/resources/css/footer.scss @@ -34,10 +34,11 @@ .legal { display: block; font-size: 14px; - margin-top: 48px; text-align: left; + width: max-content; + margin: 48px 0 0; @include above($mdScreen) { - margin-top: 78px; + margin: 78px auto 0; text-align: center; } } diff --git a/wp-content/themes/miranui_new/resources/css/widgets/_contact.scss b/wp-content/themes/miranui_new/resources/css/widgets/_contact.scss index 1bc87bf..2603eb6 100644 --- a/wp-content/themes/miranui_new/resources/css/widgets/_contact.scss +++ b/wp-content/themes/miranui_new/resources/css/widgets/_contact.scss @@ -64,6 +64,8 @@ border: 0; height: 60px; color: #ffffff; + cursor: pointer; + font-family: 'Poppins', sans-serif; &:hover, &:focus { background-color: $middleBlue; diff --git a/wp-content/themes/miranui_new/resources/images/linkedin.svg b/wp-content/themes/miranui_new/resources/images/linkedin.svg index 0e04cc6..b8a3a9c 100644 --- a/wp-content/themes/miranui_new/resources/images/linkedin.svg +++ b/wp-content/themes/miranui_new/resources/images/linkedin.svg @@ -1,9 +1,9 @@ - + - + -- 2.39.5