@imiobe/plonetheme-smartweb-base 0.3.6 → 0.3.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/dist/fonts/roboto-bold..eot +0 -0
- package/dist/fonts/roboto-bold..ttf +0 -0
- package/dist/fonts/roboto-bold..woff +0 -0
- package/dist/fonts/roboto-bold..woff2 +0 -0
- package/dist/fonts/roboto-bolditalic..eot +0 -0
- package/dist/fonts/roboto-bolditalic..ttf +0 -0
- package/dist/fonts/roboto-bolditalic..woff +0 -0
- package/dist/fonts/roboto-bolditalic..woff2 +0 -0
- package/dist/fonts/roboto-italic..eot +0 -0
- package/dist/fonts/roboto-italic..ttf +0 -0
- package/dist/fonts/roboto-italic..woff +0 -0
- package/dist/fonts/roboto-italic..woff2 +0 -0
- package/dist/fonts/roboto-light..eot +0 -0
- package/dist/fonts/roboto-light..ttf +0 -0
- package/dist/fonts/roboto-light..woff +0 -0
- package/dist/fonts/roboto-light..woff2 +0 -0
- package/dist/fonts/roboto-lightitalic..eot +0 -0
- package/dist/fonts/roboto-lightitalic..ttf +0 -0
- package/dist/fonts/roboto-lightitalic..woff +0 -0
- package/dist/fonts/roboto-lightitalic..woff2 +0 -0
- package/dist/fonts/roboto-medium..eot +0 -0
- package/dist/fonts/roboto-medium..ttf +0 -0
- package/dist/fonts/roboto-medium..woff +0 -0
- package/dist/fonts/roboto-medium..woff2 +0 -0
- package/dist/fonts/roboto-mediumitalic..eot +0 -0
- package/dist/fonts/roboto-mediumitalic..ttf +0 -0
- package/dist/fonts/roboto-mediumitalic..woff +0 -0
- package/dist/fonts/roboto-mediumitalic..woff2 +0 -0
- package/dist/fonts/roboto-regular..eot +0 -0
- package/dist/fonts/roboto-regular..ttf +0 -0
- package/dist/fonts/roboto-regular..woff +0 -0
- package/dist/fonts/roboto-regular..woff2 +0 -0
- package/dist/fonts/robotocondensed-light..eot +0 -0
- package/dist/fonts/robotocondensed-light..ttf +0 -0
- package/dist/fonts/robotocondensed-light..woff +0 -0
- package/dist/fonts/robotocondensed-light..woff2 +0 -0
- package/dist/fonts/robotocondensed-lightitalic..eot +0 -0
- package/dist/fonts/robotocondensed-lightitalic..ttf +0 -0
- package/dist/fonts/robotocondensed-lightitalic..woff +0 -0
- package/dist/fonts/robotocondensed-lightitalic..woff2 +0 -0
- package/dist/js/theme.js +2 -2
- package/package.json +1 -1
- package/src/scss/_trucaverif.scss +0 -14
- package/src/scss/common/_com-footer.scss +25 -0
- package/src/scss/homepage/_a-la-une.scss +10 -0
- package/src/scss/variables.scss +5 -0
package/package.json
CHANGED
|
@@ -575,20 +575,6 @@ body#visual-portal-wrapper.userrole-anonymous.portaltype-imio-smartweb-procedure
|
|
|
575
575
|
padding-bottom: 0 !important;
|
|
576
576
|
}
|
|
577
577
|
|
|
578
|
-
.colophonWrapper {
|
|
579
|
-
padding: 0.5rem 1rem 0;
|
|
580
|
-
}
|
|
581
|
-
|
|
582
|
-
.colophonWrapper ul {
|
|
583
|
-
justify-content: center;
|
|
584
|
-
gap: 1rem;
|
|
585
|
-
text-align: center;
|
|
586
|
-
}
|
|
587
|
-
|
|
588
|
-
.colophonWrapper li {
|
|
589
|
-
margin-right: 0;
|
|
590
|
-
}
|
|
591
|
-
|
|
592
578
|
.template-sitemap ul {
|
|
593
579
|
padding-left: 2rem;
|
|
594
580
|
}
|
|
@@ -1,7 +1,32 @@
|
|
|
1
1
|
#portal-colophon {
|
|
2
|
+
background-color: $colofon-bg;
|
|
3
|
+
padding: 15px 0;
|
|
4
|
+
|
|
2
5
|
li {
|
|
6
|
+
color: $colofon-color;
|
|
7
|
+
|
|
8
|
+
a {
|
|
9
|
+
color: $colofon-color;
|
|
10
|
+
|
|
11
|
+
&:hover,
|
|
12
|
+
&:focus {
|
|
13
|
+
color: lighten($colofon-color, 20%) !important;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
|
|
3
17
|
list-style: none;
|
|
4
18
|
}
|
|
19
|
+
|
|
20
|
+
.colophonWrapper {
|
|
21
|
+
ul {
|
|
22
|
+
display: flex;
|
|
23
|
+
flex-wrap: wrap;
|
|
24
|
+
margin: 0;
|
|
25
|
+
align-items: center;
|
|
26
|
+
justify-content: center;
|
|
27
|
+
gap: 15px;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
5
30
|
}
|
|
6
31
|
|
|
7
32
|
footer li {
|
package/src/scss/variables.scss
CHANGED
|
@@ -291,6 +291,11 @@ $event-date-color: $primary !default;
|
|
|
291
291
|
$event-date-font-size: 14px !default;
|
|
292
292
|
$event-see-all-justify-content: $see-all-justify-content !default;
|
|
293
293
|
|
|
294
|
+
// footer
|
|
295
|
+
|
|
296
|
+
$colofon-bg: $primary !default;
|
|
297
|
+
$colofon-color: #fff !default;
|
|
298
|
+
|
|
294
299
|
// Album
|
|
295
300
|
$album-section-full-width: true !default;
|
|
296
301
|
$album-section-bg: #edeae5 !default;
|