Skip to content

Commit d048b05

Browse files
committed
Theme Sambreville - Homepage
1 parent 130ce87 commit d048b05

File tree

2 files changed

+29
-8
lines changed

2 files changed

+29
-8
lines changed

sambreville/src/scss/footer.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ div#portal-colophon {
3030
display: flex;
3131
margin-bottom: 0;
3232

33+
li,
3334
li a {
3435
color: #fff;
3536
}

sambreville/src/scss/homepage.scss

Lines changed: 28 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,35 @@ body::after {
8181
bottom: 0;
8282
}
8383

84-
.portaltype-imio-smartweb-portalpage.section-home-page .section-title {
84+
.portaltype-imio-smartweb-portalpage.section-home-page
85+
.sectionevents
86+
.section-title {
8587
position: relative;
8688
}
8789

88-
.portaltype-imio-smartweb-portalpage.section-home-page .section-title::after {
89-
content: url("../../assets/svg/visu-sambreville.svg");
90-
position: absolute;
91-
top: -20px;
92-
bottom: 0;
93-
left: -100px;
94-
transform: none;
90+
.portaltype-imio-smartweb-portalpage.section-home-page {
91+
.sectionevents,
92+
.sectionnews,
93+
.partenaires {
94+
.section-title::after {
95+
content: url("../../assets/svg/visu-sambreville.svg");
96+
position: absolute;
97+
top: -20px;
98+
bottom: 0;
99+
left: -100px;
100+
transform: none;
101+
}
102+
}
103+
}
104+
105+
.sectionnews .section-title,
106+
.partenaires .section-title {
107+
margin: 0 auto 4rem;
108+
}
109+
110+
.portaltype-imio-smartweb-portalpage.section-home-page
111+
.sectionevents
112+
.section-title::after {
113+
top: -60px;
114+
left: -45px;
95115
}

0 commit comments

Comments
 (0)