Skip to content

Commit

Permalink
Yheme Gembloux
Browse files Browse the repository at this point in the history
  • Loading branch information
Broemman committed Jan 8, 2025
1 parent 75dace7 commit 0b21065
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gembloux/src/scss/home/actualites.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@
}

.swiper_category {
display: none;
position: absolute;
top: 0;
right: 0;
}

.auth_source_container_title {
Expand Down
8 changes: 8 additions & 0 deletions gembloux/src/scss/home/divers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,11 @@
#portal-globalnav > li.has_subtree > a::before {
background-color: $primary-svg;
}

.template-facetednavigation_view .faceted-top-widgets input#search_button {
background: $primary-svg !important;
}

.r-list-item-group:hover .r-item-arrow-more {
background: $primary-svg;
}
4 changes: 4 additions & 0 deletions gembloux/src/scss/home/partenaires.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@
bottom: 0;
width: 100vw;
height: 530px;

@media screen and (max-width: 768px) {
height: 1250px;
}
}

#container-section-partenaires {
Expand Down

0 comments on commit 0b21065

Please sign in to comment.