From 77603deb3671aece72a80a7d1776fd68a8e60128 Mon Sep 17 00:00:00 2001 From: jerhero Date: Wed, 4 Dec 2024 11:04:08 +0100 Subject: [PATCH] Theme for Mons - banner sous site --- mons/src/scss/home/banner.scss | 3 ++- mons/src/scss/home/footer.scss | 12 ++++++------ mons/src/scss/main.scss | 4 ++-- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/mons/src/scss/home/banner.scss b/mons/src/scss/home/banner.scss index 18922baf..d246bfe4 100644 --- a/mons/src/scss/home/banner.scss +++ b/mons/src/scss/home/banner.scss @@ -1,5 +1,6 @@ .section-home-page, -.section-accueil-doudou { +.section-accueil-doudou, +.section-accueil { #portal-header { margin: 0 !important; } diff --git a/mons/src/scss/home/footer.scss b/mons/src/scss/home/footer.scss index 378ad6f4..421d0134 100644 --- a/mons/src/scss/home/footer.scss +++ b/mons/src/scss/home/footer.scss @@ -213,7 +213,7 @@ footer { &:hover { span { - color: $primary !important; + color: $primary-red !important; transition: all 0.5s ease; } } @@ -244,7 +244,7 @@ footer { &:hover { span { - color: $primary !important; + color: $primary-red !important; transition: all 0.5s ease; } } @@ -275,7 +275,7 @@ footer { &:hover { span { - color: $primary !important; + color: $primary-red !important; transition: all 0.5s ease; } } @@ -306,7 +306,7 @@ footer { &:hover { span { - color: $primary !important; + color: $primary-red !important; transition: all 0.5s ease; } } @@ -337,7 +337,7 @@ footer { &:hover { span { - color: $primary !important; + color: $primary-red !important; transition: all 0.5s ease; } } @@ -368,7 +368,7 @@ footer { &:hover { span { - color: $primary !important; + color: $primary-red !important; transition: all 0.5s ease; } } diff --git a/mons/src/scss/main.scss b/mons/src/scss/main.scss index 0fb24552..c73c5fe5 100644 --- a/mons/src/scss/main.scss +++ b/mons/src/scss/main.scss @@ -78,8 +78,8 @@ body { transition: all 0.3s ease; &:hover { - background: $primary-red; - border: solid 2px $primary-red; + background: $primary-red !important; + border: solid 2px $primary-red !important; } }