Skip to content

Commit

Permalink
Theme for Herstal - SUP-41800
Browse files Browse the repository at this point in the history
  • Loading branch information
jerhero committed Jan 10, 2025
1 parent bad0850 commit c33bb05
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 3 deletions.
14 changes: 11 additions & 3 deletions herstal/src/scss/home/banner.scss
Original file line number Diff line number Diff line change
@@ -1,17 +1,25 @@
.bannerSwiper .section-slide {
&::after {
content: url("../../assets/svg/logo-header.svg");
background: linear-gradient(-90deg, #0a0a0a, transparent);
width: 300px;
max-width: 60%;
max-width: 100%;
top: 50%;
position: absolute;
right: 100px;
right: 0;
transform: translate(0, -50%);
padding-right: 150px;
height: 100%;
display: flex;
align-items: center;
justify-content: center;

@media screen and (max-width: 992px) {
right: auto;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
padding: 0;
}

@media screen and (max-width: 430px) {
Expand Down Expand Up @@ -46,7 +54,7 @@

@media screen and (max-width: 991px) {
height: 50vw;
max-height: 500px;
max-height: 300px;
width: 100vw;
max-width: 1100px;
right: auto;
Expand Down
5 changes: 5 additions & 0 deletions herstal/src/scss/home/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@
text-decoration: none;
}

h2,
h3 {
color: #fff;
}

h2 {
font-size: 22px !important;
font-weight: 500;
Expand Down
17 changes: 17 additions & 0 deletions herstal/src/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -358,3 +358,20 @@ footer #container-section-noussuivre {
margin-left: auto !important;
}
}

.search-bar-filter {
label input {
display: block;
margin: 0 !important;
}
}

.portaltype-imio-smartweb-page
#main-container
.sectionlinks
.section-container
> div
.body-section
.row {
gap: 0 2% !important;
}

0 comments on commit c33bb05

Please sign in to comment.