Skip to content

Commit

Permalink
Theme Herbeumont - Homepage Agenda
Browse files Browse the repository at this point in the history
  • Loading branch information
Broemman committed Dec 16, 2024
1 parent d8bdc2b commit 7e6b451
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 13 deletions.
16 changes: 6 additions & 10 deletions herbeumont/src/scss/home/divers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -460,16 +460,6 @@ footer #container-section-noussuivre {
font-size: 1rem;
}

// .block-menu-element a .card-body {
// background: #fff;
// border-radius: 15px 15px 15px 0;
// box-shadow: 0 1px 4px rgba(0, 0, 0, 16%);
// height: auto;
// margin-bottom: 10px;
// position: relative;
// transition: 1.2s;
// }

.template-facetednavigation_view.faceted-map
.eea-preview-items
.faceted-map-item
Expand Down Expand Up @@ -980,3 +970,9 @@ body.portaltype-imio-smartweb-page
span {
color: #fff !important;
}

// Partenaires

.sortable-section.sectionlinks.quick-access.partenaires {
margin-top: 40px;
}
21 changes: 18 additions & 3 deletions herbeumont/src/scss/home/events.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@
content: "";
background: $primary-svg;
right: 0;
width: 95%;
width: calc(100% + 800px) !important;
height: 55%;
bottom: 0;
bottom: 4%;
position: absolute;
border-radius: 0 0 0 80px;
border-radius: 20px 0 0 20px;
z-index: -1;
left: 0;
margin: 20px 0;
}

.portaltype-imio-smartweb-portalpage .sectionevents {
Expand Down Expand Up @@ -144,3 +146,16 @@
div#container-section-visuel-agenda {
margin-top: 100px;
}

.sectionevents .see_all a {
width: 100%;
text-align: center;
}

div#container-section-visuel-agenda {
margin-top: 175px;

img {
max-height: 280px;
}
}

0 comments on commit 7e6b451

Please sign in to comment.