Skip to content

Commit 799eee3

Browse files
committed
Theme for Mouscron
1 parent afe93a4 commit 799eee3

File tree

6 files changed

+9
-46
lines changed

6 files changed

+9
-46
lines changed

mouscron/assets/svg/after-banner.svg

Lines changed: 0 additions & 10 deletions
This file was deleted.

mouscron/assets/svg/bg-banner.svg

Lines changed: 0 additions & 8 deletions
This file was deleted.

mouscron/assets/svg/bg-footer.svg

Lines changed: 0 additions & 19 deletions
This file was deleted.

mouscron/assets/svg/top-footer.svg

Lines changed: 3 additions & 0 deletions
Loading

mouscron/src/scss/home/footer.scss

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,7 @@
33
margin-top: 60px;
44
position: relative;
55
padding: 0 !important;
6-
background: #fff;
7-
8-
.sectiontext,
9-
.sectionlinks,
10-
.sectioncontact {
11-
border-top: 3px solid #ddd;
12-
padding-top: 60px;
13-
}
6+
background: url("../../assets/svg/top-footer.svg") no-repeat center top;
147

158
#portal-footer {
169
padding: 80px 0;
@@ -93,7 +86,7 @@
9386
}
9487

9588
#portal-colophon {
96-
background: #fff;
89+
background: url("../../assets/svg/top-footer.svg") no-repeat center top;
9790
padding: 1rem;
9891

9992
ul {

mouscron/src/scss/main.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,10 @@ footer #container-section-noussuivre {
307307

308308
.sectiontext mark {
309309
margin: 10px 0;
310+
311+
a {
312+
color: #fff;
313+
}
310314
}
311315

312316
#messagesviewlet .portalMessage.info,

0 commit comments

Comments
 (0)