Skip to content

Commit 2a22ecb

Browse files
committed
Theme MSG - Homepage svg zindex
1 parent 1fdac18 commit 2a22ecb

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

montsaintguibert/src/scss/home/actualites.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,4 +158,8 @@
158158
background-position: top center;
159159
z-index: -1;
160160
pointer-events: none;
161+
display: block;
162+
mask-image: linear-gradient(to right, black 0%, black 65%, transparent 100%);
163+
mask-repeat: no-repeat;
164+
mask-size: 100% 100%;
161165
}

montsaintguibert/src/scss/home/divers.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,3 +487,12 @@ body.template-block_view #content-core::after {
487487
input#search_button {
488488
background: $primary;
489489
}
490+
491+
.en-un-clic-titre {
492+
z-index: 0;
493+
}
494+
495+
#messagesviewlet .portalMessage.warning,
496+
#localmessagesviewlet .portalMessage.warning {
497+
background-color: $primary;
498+
}

0 commit comments

Comments
 (0)