Skip to content

Commit

Permalink
Theme for Mons - banner home
Browse files Browse the repository at this point in the history
  • Loading branch information
jerhero committed Dec 6, 2024
1 parent 3808d5b commit c43d0dc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
1 change: 0 additions & 1 deletion mons/src/scss/home/actualites.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
.section-title {
font-weight: 600 !important;
margin: 0 auto 40px;
width: max-content;
font-size: 45px;
}

Expand Down
13 changes: 12 additions & 1 deletion mons/src/scss/home/banner.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,32 @@
margin: -10px 0 0;
content: url("../../assets/svg/logo-mons.svg") !important;
}

.smartweb_herobanner {
margin-top: -90px !important;
}
}

.section-accueil-doudou {
#portal-header #portal-header-top #portal-logo {
margin: 0;
content: url("../../assets/svg/DOUDOU_BLANC.png") !important;
}

.smartweb_herobanner {
margin-top: -75px !important;
}
}

.section-accueil-cpas {
#portal-header #portal-header-top #portal-logo {
//content: url("../../assets/svg/logo-mons.svg") !important;
width: 130px;
}

.smartweb_herobanner {
margin-top: -75px !important;
}
}

.section-home-page,
Expand Down Expand Up @@ -52,7 +64,6 @@
border-radius: 0;
overflow: hidden;
width: 100vw;
margin-top: -90px !important;
margin-bottom: 0;
}

Expand Down

0 comments on commit c43d0dc

Please sign in to comment.