Skip to content

Commit

Permalink
Theme Herbeumont - Homepage Footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Broemman committed Dec 16, 2024
1 parent 7e6b451 commit b7a8a5d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 21 deletions.
14 changes: 2 additions & 12 deletions herbeumont/src/scss/home/divers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ footer #container-section-noussuivre {
}

#portal-globalnav .dropdown .nav-title a {
color: $primary-svg;
color: $primary;
}

#portal-header #portal-header-top #portal-globalnav-wrapper {
Expand Down Expand Up @@ -685,18 +685,8 @@ footer #container-section-noussuivre {
background-color: $primary-svg;
border: 0;
border-radius: 8px;
color: #fff;
font-weight: 500;
padding: 20px 45px 20px 26px;

div,
span {
color: #fff !important;
}

a {
color: #fff !important;
}
}

.sectionfiles::after {
Expand Down Expand Up @@ -778,7 +768,7 @@ h2 {
#portal-globalnav-collapse .dropdown .nav-link:hover,
#subsite-navigation .dropdown .nav-link:focus,
#subsite-navigation .dropdown .nav-link:hover {
color: $primary-svg;
color: $primary;

.site-cpas .swiper-banner-content-wrapper .swiper-banner-content {
.swiper-banner-title {
Expand Down
13 changes: 7 additions & 6 deletions herbeumont/src/scss/home/events.scss
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
.portaltype-imio-smartweb-portalpage.section-index
.sortable-section.sectionevents::after {
background: url("../../assets/svg/chateau.svg");
background-position: 0% 0%;
background-position: 100% 0;
background-repeat: no-repeat;
background-size: 130px;
background-size: 208px;
content: "";
top: -80px;
bottom: 0;
left: -90px;
right: 0;
display: block;
height: 210px;
right: 25px;
position: absolute;
top: 0;
width: 210px;
z-index: -1;
}

Expand Down
6 changes: 3 additions & 3 deletions herbeumont/src/scss/se-files.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@
}

.table_display {
border-color: white;
border-color: none;

.table_image {
border: solid 1px #000;
border: solid 1px $primary;
text-decoration: none;
padding: 20px;
border-radius: 0;
border-radius: 20px;

span,
p,
Expand Down

0 comments on commit b7a8a5d

Please sign in to comment.