Skip to content

Commit

Permalink
Theme Gembloux - Homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
Broemman committed Jan 2, 2025
1 parent b0ec907 commit ab1bb11
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 9 deletions.
20 changes: 20 additions & 0 deletions gembloux/src/scss/contact.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,23 @@
background: $primary-light;
border-radius: 10px;
}

.subsection-vie-politique-composition-du-conseil-communal,
.subsection-vie-politique-composition-du-college-communal {
#portal-column-content .sectioncontact .contact-type-mission,
#portal-column-content .sectioncontact .contact-type-organization,
#portal-column-content .sectioncontact .contact-type-position {
background: transparent !important;

.contact_titles h2 {
font-size: 1.5rem;
}

li a {
.work a {
word-wrap: break-word;
font-size: 15px;
}
}
}
}
24 changes: 17 additions & 7 deletions gembloux/src/scss/home/partenaires.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
.bloc-partenaires {
background: transparent;
padding-top: 2rem;
padding-bottom: 1rem;
margin: 0;
max-width: 100vw;
border-radius: 0;
.rs {
a {
text-decoration: none;

.table_title {
padding-top: 10px;
}
}

li.col-md-6:first-child {
border-right: solid 1px #fff;
Expand All @@ -18,6 +19,15 @@
li.col-md-6:nth-child(3) {
border-right: solid 1px #fff;
}
}

.bloc-partenaires {
background: transparent;
padding-top: 2rem;
padding-bottom: 1rem;
margin: 0;
max-width: 100vw;
border-radius: 0;

.swiper-button-next,
.swiper-button-prev {
Expand Down
4 changes: 2 additions & 2 deletions gembloux/src/scss/home/quick.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@
margin: 0 0 30px;
width: 100%;
text-align: center !important;
color: #000;
color: $primary;
font-size: 40px;
text-transform: uppercase;
text-transform: initial;
}
}

Expand Down

0 comments on commit ab1bb11

Please sign in to comment.