Skip to content

Commit

Permalink
Theme Gembloux
Browse files Browse the repository at this point in the history
  • Loading branch information
Broemman committed Jan 3, 2025
1 parent 7bba851 commit 7647d01
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 10 deletions.
22 changes: 22 additions & 0 deletions gembloux/src/scss/home/divers.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
.template-summary_view .list-menu-element > a:focus,
.template-summary_view .list-menu-element > a:hover,
.template-summary_view_with_images .list-menu-element > a:focus,
.template-summary_view_with_images .list-menu-element > a:hover {
background: $primary-light;
}

.template-summary_view .list-menu-element > a,
.template-summary_view_with_images .list-menu-element > a {
border-bottom: 1px solid $primary-light;
}

.template-summary_view .list-menu-element > a:after,
.template-summary_view_with_images .list-menu-element > a:after {
color: $primary-svg;
}

.active > .page-link,
.page-link.active {
background-color: $primary-svg;
border-color: $primary-svg;
}
9 changes: 8 additions & 1 deletion gembloux/src/scss/home/espace-citoyen.scss
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@
margin-top: 4vw;

&::before {
//background: url("../../assets/svg/map.svg") center center no-repeat;
background-size: contain;
border-radius: 0;
bottom: 0;
Expand Down Expand Up @@ -400,6 +399,10 @@ body .outer-wrapper .magazine-communal {
transform: translateX(-50vw);
width: 100vw !important;
z-index: -2;

@media screen and (max-width: 992px) {
display: none;
}
}

.sectionlinks.partenaires.rs {
Expand Down Expand Up @@ -445,5 +448,9 @@ body .container svg.plone-icon {
background: #fff;
padding: 1rem 3rem;
border-radius: 20px;

@media screen and (max-width: 992px) {
padding: 1rem;
}
}
}
8 changes: 8 additions & 0 deletions gembloux/src/scss/home/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,14 @@ body:not(.portaltype-imio-smartweb-portalpage.section-home-page)
border-radius: 0 !important;
}

#portal-footer-wrapper #portal-footer .section-contact .body-section ul {
li.work,
li.fax,
li.facebook {
padding-left: 0 !important;
}
}

#portal-footer-wrapper #portal-footer .sectionlinks .container .body-section {
.row {
li.work,
Expand Down
25 changes: 17 additions & 8 deletions gembloux/src/scss/home/partenaires.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,26 @@
}
}

li.col-md-6:first-child {
border-right: solid 1px $primary-light;
border-bottom: solid 1px $primary-light;
}
@media screen and (min-width: 992px) {
li.col-md-6:first-child {
border-right: solid 0.5px $primary-light;
border-bottom: solid 0.5px $primary-light;
}

li.col-md-6:nth-child(2) {
border-bottom: solid 0.5px $primary-light;
}

li.col-md-6:nth-child(2) {
border-bottom: solid 1px $primary-light;
li.col-md-6:nth-child(3) {
border-right: solid 0.5px $primary-light;
}
}

li.col-md-6:nth-child(3) {
border-right: solid 1px $primary-light;
@media screen and (max-width: 992px) {
h2.section-title {
color: #fff;
padding-top: 30px;
}
}
}

Expand Down
2 changes: 1 addition & 1 deletion gembloux/src/scss/home/quick.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#main-container .quick-access {
margin: -120px 0 2rem;
margin: -130px 0 2rem;
padding: 0;

@include media-breakpoint-down(lg) {
Expand Down

0 comments on commit 7647d01

Please sign in to comment.