@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/CHANGELOG.md +20 -0
- package/dist/js/theme.js +202 -202
- package/package.json +1 -1
- package/src/scss/_sub-sitenav.scss +1 -1
- package/src/scss/_trucaverif.scss +0 -61
- package/src/scss/main.scss +1 -0
- package/src/scss/sections/_se-map.scss +3 -0
- package/src/scss/sections/_se-plan-geo.scss +4 -1
- package/theme.zip +0 -0
package/package.json
CHANGED
|
@@ -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
|
}
|
package/src/scss/main.scss
CHANGED
|
@@ -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
|