Skip to content

Commit

Permalink
Theme Herbeumont - Homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
Broemman committed Dec 13, 2024
1 parent 158213e commit 98ce617
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions herbeumont/src/scss/home/events.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,16 @@

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

.portaltype-imio-smartweb-portalpage .sectionevents {
Expand Down Expand Up @@ -79,7 +80,7 @@
content: "" !important;
}
padding: 20px 10px;
border-bottom: 1px solid $primary-svg;
border-bottom: 1px solid #fff;

.table_display {
.table_image {
Expand All @@ -94,7 +95,7 @@
justify-content: flex-end;

span {
background: $primary-svg;
background: $primary-dark;
border-radius: 10px;
padding: 5px 10px;
font-size: 13px;
Expand All @@ -119,7 +120,7 @@
}

.table_title {
color: $primary-svg;
color: $primary-dark;
padding-left: 7px;
transition: all 0.3s ease;
text-decoration: underline;
Expand Down

0 comments on commit 98ce617

Please sign in to comment.