Skip to content

Commit

Permalink
Theme Gembloux - Homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
Broemman committed Dec 10, 2024
1 parent 6cea79a commit c8e8708
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 7 deletions.
15 changes: 14 additions & 1 deletion gembloux/src/scss/contact.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#portal-column-content .sectioncontact {
.contact-type-organization {
background: #fff;
background: $primary-light;
}

h2,
Expand All @@ -9,3 +9,16 @@
font-family: $font-family-base;
}
}

#portal-column-content .sectioncontact .contact-type-mission,
#portal-column-content .sectioncontact .contact-type-organization,
#portal-column-content .sectioncontact .contact-type-position {
background: $primary-light;
border-radius: 10px;
margin: 5px;
}

.subsite-container {
background: $primary-light;
border-radius: 10px;
}
2 changes: 1 addition & 1 deletion gembloux/src/scss/home/actualites.scss
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
background: $primary-svg;
color: #fff;
border: solid 1px $primary-svg;
border-radius: 50px;
border-radius: 20px;

&:hover {
background: $primary-svg;
Expand Down
2 changes: 1 addition & 1 deletion gembloux/src/scss/home/events.scss
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
background: $primary-svg;
color: #fff;
border: solid 1px $primary-svg;
border-radius: 50px;
border-radius: 20px;

&:hover {
background: $primary-svg;
Expand Down
13 changes: 9 additions & 4 deletions gembloux/src/scss/home/footer.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
#smartweb-footer .sectiontext#container-section-logo {
border-bottom: 1px #fff solid;
margin-bottom: 50px;
padding-bottom: 20px;
}

#smartweb-footer .sectiontext figure,
#smartweb-minisite-footer .sectiontext figure {
max-width: 65% !important;
margin: 0 auto;
float: initial;
}

#smartweb-footer .sectiontext figure img,
Expand Down Expand Up @@ -103,9 +111,6 @@
flex-wrap: wrap;
margin-bottom: 0;

/*&:nth-last-child(n+1){
display: block;
}*/
li {
color: #fff;

Expand All @@ -121,7 +126,7 @@

#portal-footer-wrapper {
background: $primary;
padding: 5rem 0 4rem !important;
padding: 20px 0 4rem !important;
margin-top: 100px;
}

Expand Down

0 comments on commit c8e8708

Please sign in to comment.