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; } }