Skip to content

Commit

Permalink
Theme Herbeumont - Homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
Broemman committed Dec 3, 2024
1 parent 1ae7074 commit 8b4f680
Show file tree
Hide file tree
Showing 11 changed files with 695 additions and 259 deletions.
109 changes: 0 additions & 109 deletions herbeumont/src/scss/actualites.scss

This file was deleted.

33 changes: 0 additions & 33 deletions herbeumont/src/scss/footer.scss

This file was deleted.

39 changes: 39 additions & 0 deletions herbeumont/src/scss/home/actualites.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
.sectionnews {
.section-container {
text-align: center;
}

.section-title {
display: inline-block;
position: relative;

&::before {
content: "";
background: url("../../assets/svg/arbres.svg") no-repeat;
background-size: contain;
width: 94px;
height: 75px;
display: block;
position: absolute;
top: -76px;
left: -41px;
z-index: -1;
}
}

.swiper_date {
margin: 5px auto !important;
}

.swiper_title {
width: 100%;

h3 {
text-align: center;
}
}

.auth_source_container_title {
display: none;
}
}
12 changes: 12 additions & 0 deletions herbeumont/src/scss/home/banner.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
.smartweb_herobanner .swiper-button-next {
top: auto;
bottom: 60px;
right: 60px;
}

.smartweb_herobanner .swiper-button-prev {
top: auto;
bottom: 60px;
right: 110px;
left: auto;
}
Loading

0 comments on commit 8b4f680

Please sign in to comment.