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 9474569 commit 7bba851
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions gembloux/src/scss/home/espace-citoyen.scss
Original file line number Diff line number Diff line change
Expand Up @@ -439,4 +439,11 @@ body .container svg.plone-icon {

.sortable-section.sectiontext.bouton {
text-align: center;
align-self: center;

.text a {
background: #fff;
padding: 1rem 3rem;
border-radius: 20px;
}
}
2 changes: 1 addition & 1 deletion gembloux/src/scss/home/events.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
}

.swiper_category {
display: none;
display: initial;
}

.swiper_title {
Expand Down
2 changes: 1 addition & 1 deletion gembloux/src/scss/home/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ footer {
}
}

#smartweb-subsite-footer .sectionlinks {
#portal-footer-wrapper #portal-footer .sectionlinks {
a.table_image {
display: flex;

Expand Down
8 changes: 4 additions & 4 deletions gembloux/src/scss/home/partenaires.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
}

li.col-md-6:first-child {
border-right: solid 1px #fff;
border-bottom: solid 1px #fff;
border-right: solid 1px $primary-light;
border-bottom: solid 1px $primary-light;
}

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

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

Expand Down

0 comments on commit 7bba851

Please sign in to comment.