Skip to content

Commit

Permalink
Theme Gembloux - Magazines
Browse files Browse the repository at this point in the history
  • Loading branch information
Broemman committed Dec 10, 2024
1 parent 94ce82f commit c4d6a67
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 16 deletions.
37 changes: 37 additions & 0 deletions gembloux/src/scss/home/espace-citoyen.scss
Original file line number Diff line number Diff line change
Expand Up @@ -343,3 +343,40 @@
.sortable-section.sectiontext.plan {
margin: 80px 0;
}

//Magazine
.magazine-communal .swiper-slide {
.swiper-image {
padding-bottom: 140%;
border-radius: 20px;
box-shadow:
rgba(0, 0, 0, 15%) 0 10px 36px 0,
rgba(0, 0, 0, 6%) 0 0 0 1px;
}

.swiper-title h3 {
text-align: center;
text-decoration: none;
margin-top: 20px;
font-size: 20px;
font-weight: 900;
color: #fff;
}
}

.sortable-section.sectioncollection.magazine-communal::after {
background: rgb(57, 182, 138);
background: linear-gradient(
121deg,
rgba(57, 182, 138, 100%) 0%,
rgba(35, 128, 103, 100%) 74%
);
bottom: 0;
content: "";
left: 200% !important;
position: absolute;
top: 80%;
transform: translateX(-50vw);
width: 100vw !important;
z-index: -2;
}
5 changes: 5 additions & 0 deletions gembloux/src/scss/home/footer.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
body:not(.portaltype-imio-smartweb-portalpage.section-home-page)
footer#portal-footer-wrapper {
margin-top: 40px;
}

#smartweb-footer #container-section-logo {
border-bottom: 1px #fff solid;
margin-bottom: 50px;
Expand Down
20 changes: 5 additions & 15 deletions gembloux/src/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -341,24 +341,18 @@ footer #container-section-noussuivre {
}

.sectiontext .section-text .section-title a.collapsed {
color: #000;
color: $primary;
}

.sectiontext .section-text .body-section a,
.section-contact .contact_informations a {
color: $primary-light;
color: $primary;
}

.sectiontext figure img {
border-radius: 15px;
}

/*#viewlet-above-content-body {
.procedure{
display: none;
}
}*/

// header common

.breadcrumb-item {
Expand Down Expand Up @@ -467,10 +461,6 @@ footer #container-section-noussuivre {
background-color: #fff;
}

#portal-column-content .sectioncontact .contact-type-organization {
background: none;
}

.sectionlinks {
background: none;
}
Expand Down Expand Up @@ -814,7 +804,7 @@ h3 {
margin: 0 0 30px;
width: 100%;
text-align: left;
color: #000;
color: $primary;
font-size: 40px;
text-transform: uppercase;
}
Expand All @@ -826,10 +816,10 @@ h3 {

a {
text-decoration: none;
color: #000;
color: $primary;

h3 {
color: #000;
color: $primary;
}
}
}
2 changes: 1 addition & 1 deletion gembloux/src/scss/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ $section-contact-sub-title-size: $font-size-lg;
$section-contact-title-color: $primary;
$section-contact-p-margin: 1rem 0;
$section-contact-portrait-ration: calc(4 / 5);
$section-contact-background: #f3f3f3 !default;
$section-contact-background: $primary-light;

// section-files
$section-file-background-color: $primary !default;
Expand Down

0 comments on commit c4d6a67

Please sign in to comment.