@imiobe/plonetheme-smartweb-base 0.1.5 → 0.1.6

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/package.json CHANGED
@@ -23,7 +23,7 @@
23
23
  "plone",
24
24
  "smartweb"
25
25
  ],
26
- "version": "0.1.5",
26
+ "version": "0.1.6",
27
27
  "license": "GPL version 2",
28
28
  "scripts": {
29
29
  "stylelint": "npx stylelint 'src/**/*.{css,less}' 'src/**/*.{css,less}",
@@ -13,7 +13,7 @@
13
13
  }
14
14
 
15
15
  #subsite-logo {
16
- font-size: 24px;
16
+ font-size: 20px;
17
17
  text-transform: uppercase;
18
18
  display: inline-block;
19
19
  background: $subsite-logo-background;
@@ -16,27 +16,6 @@
16
16
  }
17
17
  }
18
18
 
19
- // Pour custom l'overlay vidéo
20
- .section-home-page-bla .plone-modal-header {
21
- padding: 0 10px;
22
- border-bottom: 0 solid #e5e5e5;
23
- position: relative;
24
- z-index: 3;
25
- }
26
-
27
- .section-home-page-bla .plone-modal-footer {
28
- border-top: 0 solid #e5e5e5;
29
- padding: 0;
30
- }
31
-
32
- .vid a.pat-plone-modal {
33
- display: block;
34
- width: 100%;
35
- height: 100%;
36
- position: absolute;
37
- z-index: 2;
38
- }
39
-
40
19
  //---//
41
20
 
42
21
  // je sais pas quoi (privacy)
@@ -384,20 +363,6 @@ div#faceted-results {
384
363
  font-size: 1rem;
385
364
  }
386
365
 
387
- /* vue actus */
388
-
389
- // .portaltype-imio-smartweb-eventsview li,
390
-
391
- // .portaltype-imio-smartweb-newsview li {
392
-
393
- // list-style-position: inside;
394
-
395
- // }
396
-
397
- #portal-footer-wrapper #body-section-administration-communale li.website {
398
- display: none;
399
- }
400
-
401
366
  #container-section-les-sites-de-la-ville .nb-items-batch-1 {
402
367
  width: 100%;
403
368
  display: flex;
@@ -410,15 +375,6 @@ div#faceted-results {
410
375
  margin-right: 0.5rem;
411
376
  }
412
377
 
413
- /* https://bla.preprod.imio.be/ma-commune/services-communaux/citoyennete/demarches/carte-d-identite-electronique-12-ans#section-prix-et-delai-de-livraison */
414
- .text table {
415
- border: 0;
416
- }
417
-
418
- .text table tr:nth-child(even) {
419
- background: #f7f7f7;
420
- }
421
-
422
378
  .plone-modal-close {
423
379
  opacity: 70%;
424
380
  text-decoration: none;
@@ -432,10 +388,6 @@ body#visual-portal-wrapper.userrole-anonymous.portaltype-imio-smartweb-procedure
432
388
  display: none;
433
389
  }
434
390
 
435
- #portal-footer-wrapper {
436
- padding: 0 !important;
437
- }
438
-
439
391
  #portal-footer-wrapper li {
440
392
  margin-bottom: 0.25rem;
441
393
  }
@@ -446,7 +398,6 @@ body#visual-portal-wrapper.userrole-anonymous.portaltype-imio-smartweb-procedure
446
398
 
447
399
  #portal-footer-wrapper #portal-footer.container {
448
400
  max-width: 100% !important;
449
- background: white;
450
401
  padding-left: 0;
451
402
  padding-right: 0;
452
403
  }
@@ -649,10 +600,6 @@ body#visual-portal-wrapper.userrole-anonymous.portaltype-imio-smartweb-procedure
649
600
  max-width: 100%;
650
601
  }
651
602
 
652
- .smartweb-footer div#body-section-administration-communale {
653
- max-width: 100%;
654
- }
655
-
656
603
  .smartweb-footer .sectionlinks {
657
604
  background: transparent;
658
605
  padding-top: 0;
@@ -668,14 +615,6 @@ body#visual-portal-wrapper.userrole-anonymous.portaltype-imio-smartweb-procedure
668
615
  padding-bottom: 0 !important;
669
616
  }
670
617
 
671
- #portal-footer-wrapper .sectionlinks h2.section-title {
672
- color: white;
673
- }
674
-
675
- #portal-footer-wrapper .smartweb-footer .sectiontext.feder {
676
- padding-top: 0 !important;
677
- }
678
-
679
618
  .colophonWrapper {
680
619
  padding: 0.5rem 1rem 0;
681
620
  }
@@ -77,6 +77,7 @@ $roboto-base-path: "@theme/assets/fonts/";
77
77
  @import "./sections/se-plan";
78
78
  @import "./sections/se-plan-geo";
79
79
  @import "./sections/se-postit";
80
+ @import "./sections/se-map";
80
81
 
81
82
  // Home page
82
83
 
@@ -0,0 +1,3 @@
1
+ .sectionmap {
2
+ margin-bottom: 2rem;
3
+ }
@@ -17,6 +17,7 @@ body.faceted-map {
17
17
  @include media-breakpoint-up(md) {
18
18
  display: grid;
19
19
  }
20
+
20
21
  grid-template-columns: 1fr 1fr;
21
22
  grid-template-rows: repeat(4, auto);
22
23
 
@@ -26,6 +27,7 @@ body.faceted-map {
26
27
  @include media-breakpoint-up(md) {
27
28
  margin-right: 1rem;
28
29
  }
30
+
29
31
  display: block !important;
30
32
  opacity: 100% !important;
31
33
  }
@@ -58,6 +60,7 @@ body.faceted-map {
58
60
  @include media-breakpoint-up(md) {
59
61
  margin: 1rem 0;
60
62
  }
63
+
61
64
  box-shadow: rgba(0, 0, 0, 16%) 0 1px 4px;
62
65
 
63
66
  a {
@@ -66,7 +69,7 @@ body.faceted-map {
66
69
 
67
70
  .items-content {
68
71
  display: flex;
69
- justify-content: start;
72
+ justify-content: flex-start;
70
73
 
71
74
  @include media-breakpoint-down(md) {
72
75
  flex-direction: column;
package/theme.zip CHANGED
Binary file