Skip to content

Commit

Permalink
Theme for Mons - banner sous site
Browse files Browse the repository at this point in the history
  • Loading branch information
jerhero committed Dec 4, 2024
1 parent d12fd28 commit 77603de
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion mons/src/scss/home/banner.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.section-home-page,
.section-accueil-doudou {
.section-accueil-doudou,
.section-accueil {
#portal-header {
margin: 0 !important;
}
Expand Down
12 changes: 6 additions & 6 deletions mons/src/scss/home/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ footer {

&:hover {
span {
color: $primary !important;
color: $primary-red !important;
transition: all 0.5s ease;
}
}
Expand Down Expand Up @@ -244,7 +244,7 @@ footer {

&:hover {
span {
color: $primary !important;
color: $primary-red !important;
transition: all 0.5s ease;
}
}
Expand Down Expand Up @@ -275,7 +275,7 @@ footer {

&:hover {
span {
color: $primary !important;
color: $primary-red !important;
transition: all 0.5s ease;
}
}
Expand Down Expand Up @@ -306,7 +306,7 @@ footer {

&:hover {
span {
color: $primary !important;
color: $primary-red !important;
transition: all 0.5s ease;
}
}
Expand Down Expand Up @@ -337,7 +337,7 @@ footer {

&:hover {
span {
color: $primary !important;
color: $primary-red !important;
transition: all 0.5s ease;
}
}
Expand Down Expand Up @@ -368,7 +368,7 @@ footer {

&:hover {
span {
color: $primary !important;
color: $primary-red !important;
transition: all 0.5s ease;
}
}
Expand Down
4 changes: 2 additions & 2 deletions mons/src/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

Expand Down

0 comments on commit 77603de

Please sign in to comment.