@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.
Files changed (47) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/dist/fonts/roboto-bold..eot +0 -0
  3. package/dist/fonts/roboto-bold..ttf +0 -0
  4. package/dist/fonts/roboto-bold..woff +0 -0
  5. package/dist/fonts/roboto-bold..woff2 +0 -0
  6. package/dist/fonts/roboto-bolditalic..eot +0 -0
  7. package/dist/fonts/roboto-bolditalic..ttf +0 -0
  8. package/dist/fonts/roboto-bolditalic..woff +0 -0
  9. package/dist/fonts/roboto-bolditalic..woff2 +0 -0
  10. package/dist/fonts/roboto-italic..eot +0 -0
  11. package/dist/fonts/roboto-italic..ttf +0 -0
  12. package/dist/fonts/roboto-italic..woff +0 -0
  13. package/dist/fonts/roboto-italic..woff2 +0 -0
  14. package/dist/fonts/roboto-light..eot +0 -0
  15. package/dist/fonts/roboto-light..ttf +0 -0
  16. package/dist/fonts/roboto-light..woff +0 -0
  17. package/dist/fonts/roboto-light..woff2 +0 -0
  18. package/dist/fonts/roboto-lightitalic..eot +0 -0
  19. package/dist/fonts/roboto-lightitalic..ttf +0 -0
  20. package/dist/fonts/roboto-lightitalic..woff +0 -0
  21. package/dist/fonts/roboto-lightitalic..woff2 +0 -0
  22. package/dist/fonts/roboto-medium..eot +0 -0
  23. package/dist/fonts/roboto-medium..ttf +0 -0
  24. package/dist/fonts/roboto-medium..woff +0 -0
  25. package/dist/fonts/roboto-medium..woff2 +0 -0
  26. package/dist/fonts/roboto-mediumitalic..eot +0 -0
  27. package/dist/fonts/roboto-mediumitalic..ttf +0 -0
  28. package/dist/fonts/roboto-mediumitalic..woff +0 -0
  29. package/dist/fonts/roboto-mediumitalic..woff2 +0 -0
  30. package/dist/fonts/roboto-regular..eot +0 -0
  31. package/dist/fonts/roboto-regular..ttf +0 -0
  32. package/dist/fonts/roboto-regular..woff +0 -0
  33. package/dist/fonts/roboto-regular..woff2 +0 -0
  34. package/dist/fonts/robotocondensed-light..eot +0 -0
  35. package/dist/fonts/robotocondensed-light..ttf +0 -0
  36. package/dist/fonts/robotocondensed-light..woff +0 -0
  37. package/dist/fonts/robotocondensed-light..woff2 +0 -0
  38. package/dist/fonts/robotocondensed-lightitalic..eot +0 -0
  39. package/dist/fonts/robotocondensed-lightitalic..ttf +0 -0
  40. package/dist/fonts/robotocondensed-lightitalic..woff +0 -0
  41. package/dist/fonts/robotocondensed-lightitalic..woff2 +0 -0
  42. package/dist/js/theme.js +2 -2
  43. package/package.json +1 -1
  44. package/src/scss/_trucaverif.scss +0 -14
  45. package/src/scss/common/_com-footer.scss +25 -0
  46. package/src/scss/homepage/_a-la-une.scss +10 -0
  47. package/src/scss/variables.scss +5 -0
package/package.json CHANGED
@@ -23,7 +23,7 @@
23
23
  "plone",
24
24
  "smartweb"
25
25
  ],
26
- "version": "0.3.6",
26
+ "version": "0.3.7",
27
27
  "license": "GPL version 2",
28
28
  "scripts": {
29
29
  "stylelint": "npx stylelint 'src/**/*.{css,less}' 'src/**/*.{css,less}",
@@ -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 {
@@ -8,6 +8,16 @@
8
8
  .container {
9
9
  padding-right: 0;
10
10
  padding-left: 0;
11
+
12
+ &.display-carre {
13
+ .swiper-image {
14
+ padding-bottom: 100%;
15
+
16
+ @include media-breakpoint-up(lg) {
17
+ padding-bottom: 100%;
18
+ }
19
+ }
20
+ }
11
21
  }
12
22
 
13
23
  .section-title {
@@ -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;