Skip to content

Commit

Permalink
Theme Gembloux - Homepage clean
Browse files Browse the repository at this point in the history
  • Loading branch information
Broemman committed Jan 3, 2025
1 parent 16f0ebd commit 525daa5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 99 deletions.
4 changes: 4 additions & 0 deletions gembloux/src/scss/home/divers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@
background-color: $primary-svg;
border-color: $primary-svg;
}

#portal-globalnav > li.has_subtree > a::before {
background-color: $primary-svg;
}
6 changes: 5 additions & 1 deletion gembloux/src/scss/home/espace-citoyen.scss
Original file line number Diff line number Diff line change
Expand Up @@ -358,8 +358,12 @@
text-decoration: none;
margin-top: 20px;
font-size: 20px;
font-weight: 900;
font-weight: 700;
color: #fff;

@media screen and (max-width: 640px) {
color: #000;
}
}
}

Expand Down
97 changes: 0 additions & 97 deletions gembloux/src/scss/info-trav.scss

This file was deleted.

2 changes: 1 addition & 1 deletion gembloux/src/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ $enable-roboto-webfont: false;
@import "./home/events";
@import "./home/footer";
@import "./home/section-en-image";
@import "./info-trav";
@import "./se-link";
@import "./se-files";
@import "./contact";
@import "./home/divers";

body.portaltype-imio-smartweb-portalpage.section-home-page
.outer-wrapper
Expand Down

0 comments on commit 525daa5

Please sign in to comment.