Skip to content

Commit

Permalink
Theme for Herstal - modifs
Browse files Browse the repository at this point in the history
  • Loading branch information
jerhero committed Jan 7, 2025
1 parent 01b35b0 commit 44bc518
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 16 deletions.
42 changes: 37 additions & 5 deletions herstal/src/scss/home/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
text-align: left !important;
margin-top: 0;
background: transparent;
padding-top: 452px !important;
padding: 452px 0 0 !important;
position: relative;

@media screen and (max-width: 1200px) {
Expand Down Expand Up @@ -40,7 +40,7 @@
}

#portal-footer {
background: $primary !important;
background: #2b2b2b !important;
padding: 80px 0;

#smartweb-footer,
Expand Down Expand Up @@ -121,7 +121,7 @@
}

#portal-colophon {
background: #fff;
background: #000;
padding: 1rem;

ul {
Expand All @@ -133,18 +133,50 @@
display: block;
}*/
li {
color: #000;
color: #fff;

a,
span,
p,
div {
color: #000;
color: #fff;
}
}
}
}

.section-antennes {
background: #fff;
padding: 15px;
border-radius: 50px;
font-size: 16px !important;
font-weight: 400;

a {
color: #fff;
}

.contact_titles {
padding-top: 20px;
text-transform: uppercase;
}

.contact_informations {
color: #fff;
padding-top: 20px;
}

h2 {
font-size: 25px !important;
}

h3 {
color: #fff;
font-size: 22px !important;
font-weight: 500;
}
}

#portal-footer-wrapper {
li {
padding-left: calc(var(--bs-gutter-x) * 0.5);
Expand Down
13 changes: 2 additions & 11 deletions herstal/src/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -241,16 +241,6 @@ footer #container-section-noussuivre {
font-size: 1rem;
}

.block-menu-element a .card-body {
background: #fff;
border-radius: 15px 15px 15px 0;
box-shadow: 0 1px 4px rgba(0, 0, 0, 16%);
height: auto;
margin-bottom: 10px;
position: relative;
transition: 1.2s;
}

.template-facetednavigation_view.faceted-map
.eea-preview-items
.faceted-map-item
Expand Down Expand Up @@ -297,7 +287,8 @@ footer #container-section-noussuivre {
transition: all 0.25s ease;

&:hover {
background: $primary-green;
background: $primary-red;
color: #fff;
transition: all 0.25s ease;
}
}
Expand Down

0 comments on commit 44bc518

Please sign in to comment.