Skip to content

Commit

Permalink
Theme Herbeumont - Homepage actus events
Browse files Browse the repository at this point in the history
  • Loading branch information
Broemman committed Dec 11, 2024
1 parent 829161f commit caf53d6
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 19 deletions.
12 changes: 5 additions & 7 deletions herbeumont/src/scss/home/actualites.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.portaltype-imio-smartweb-portalpage.section-home-page
.sortable-section.sectionnews::after {
.portaltype-imio-smartweb-portalpage .sortable-section.sectionnews::after {
background: url("../../assets/svg/arbres.svg");
background-position: 100% 0;
background-repeat: no-repeat;
Expand All @@ -13,16 +12,15 @@
z-index: -1;
}

.portaltype-imio-smartweb-portalpage.section-home-page
.sortable-section.sectionnews::before {
.portaltype-imio-smartweb-portalpage .sortable-section.sectionnews::before {
background: $primary-svg;
border-radius: 0 20px 20px 0;
bottom: 0;
content: "";
left: 50% !important;
right: 0;
position: absolute;
top: 0;
transform: translateX(-50vw);
width: 100vw !important;
width: 95%;
z-index: -2;
}

Expand Down
6 changes: 3 additions & 3 deletions herbeumont/src/scss/home/events.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
.portaltype-imio-smartweb-portalpage.section-index
.sortable-section.sectionevents::before {
background: $primary-svg;
border-radius: 0 20px 20px 0;
bottom: 0;
content: "";
right: 50% !important;
left: 0;
position: absolute;
top: 0;
transform: translateX(-50vw);
width: 100vw !important;
width: 95%;
z-index: -2;
}

Expand Down
12 changes: 5 additions & 7 deletions herbeumont/src/scss/home/quick.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,12 @@
max-width: 1200px !important;

li {
&:nth-child(2n) {
.table_image {
.image.d-block {
background: $primary-svg;
.table_image {
.image.d-block {
background: $primary-svg;

svg {
fill: $primary;
}
svg {
fill: $primary;
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions herbeumont/src/scss/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,10 @@ $quick-access-border: solid 0 $primary !default;
$quick-access-border-radius: 100px !default;
$quick-access-shadow: none !default;
$quick-access-svg-width: 30px !default;
$quick-access-svg-color: #fff;
$quick-access-svg-color: $primary;
$quick-access-item-title-margin: 1rem 0 0 0 !default;
$quick-access-title-font-size: 18px !default;
$quick-access-title-color: $primary !default;
$quick-access-title-color: $primary-dark;
$quick-access-title-text-transform: none;
$quick-access-title-weight: 400;

Expand Down

0 comments on commit caf53d6

Please sign in to comment.