@imiobe/plonetheme-smartweb-base 0.3.11 → 0.3.13
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 +10 -0
- package/dist/css/theme.css +1 -1
- package/package.json +1 -1
- package/src/scss/_trucaverif.scss +0 -35
- package/src/scss/common/_com-faceted.scss +13 -0
- package/src/scss/main.scss +6 -0
- package/theme.zip +0 -0
package/package.json
CHANGED
|
@@ -416,18 +416,6 @@ body#visual-portal-wrapper.userrole-anonymous.portaltype-imio-smartweb-procedure
|
|
|
416
416
|
}
|
|
417
417
|
|
|
418
418
|
/* section links */
|
|
419
|
-
.portaltype-imio-smartweb-page #content .sectionlinks ul.row,
|
|
420
|
-
.portaltype-imio-smartweb-procedure #content .sectionlinks ul.row {
|
|
421
|
-
margin-left: 0;
|
|
422
|
-
}
|
|
423
|
-
|
|
424
|
-
.portaltype-imio-smartweb-procedure #content .sectionlinks .table_display,
|
|
425
|
-
.portaltype-imio-smartweb-procedure #content .sectionlinks li.col-md-12,
|
|
426
|
-
.portaltype-imio-smartweb-page #content .sectionlinks .table_display,
|
|
427
|
-
.portaltype-imio-smartweb-page #content .sectionlinks li.col-md-12 {
|
|
428
|
-
max-width: 760px;
|
|
429
|
-
margin: 0.5rem auto;
|
|
430
|
-
}
|
|
431
419
|
|
|
432
420
|
.portaltype-imio-smartweb-procedure #content .sectionlinks a.table_image,
|
|
433
421
|
.portaltype-imio-smartweb-page #content .sectionlinks a.table_image {
|
|
@@ -575,29 +563,6 @@ body#visual-portal-wrapper.userrole-anonymous.portaltype-imio-smartweb-procedure
|
|
|
575
563
|
background-position: top;
|
|
576
564
|
}
|
|
577
565
|
|
|
578
|
-
@media screen and (min-width: 1215px) {
|
|
579
|
-
div#container-section-temps-dattente-aux-guichets {
|
|
580
|
-
margin-top: -12rem !important;
|
|
581
|
-
}
|
|
582
|
-
}
|
|
583
|
-
|
|
584
|
-
@media screen and (min-width: 768px) {
|
|
585
|
-
div#container-section-temps-dattente-aux-guichets {
|
|
586
|
-
width: 40%;
|
|
587
|
-
flex-direction: row !important;
|
|
588
|
-
}
|
|
589
|
-
}
|
|
590
|
-
|
|
591
|
-
div#container-section-temps-dattente-aux-guichets {
|
|
592
|
-
margin: 0;
|
|
593
|
-
display: flex;
|
|
594
|
-
align-items: center;
|
|
595
|
-
|
|
596
|
-
/* z-index: -1; */
|
|
597
|
-
position: relative;
|
|
598
|
-
flex-direction: column;
|
|
599
|
-
}
|
|
600
|
-
|
|
601
566
|
#content-core .sortable-section .collapse:not(.show) {
|
|
602
567
|
display: none;
|
|
603
568
|
}
|
|
@@ -203,3 +203,16 @@ html #portal-footer-wrapper #portal-footer .show-on-focus.skip-before-footer {
|
|
|
203
203
|
.leaflet-container {
|
|
204
204
|
z-index: 0;
|
|
205
205
|
}
|
|
206
|
+
|
|
207
|
+
#top---default---widgets {
|
|
208
|
+
#search_widget {
|
|
209
|
+
#search_button {
|
|
210
|
+
font-size: 0;
|
|
211
|
+
border-left: 0;
|
|
212
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/%3E%3C/svg%3E");
|
|
213
|
+
background-repeat: no-repeat;
|
|
214
|
+
background-position: center;
|
|
215
|
+
padding: 0 1.6rem;
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
}
|
package/src/scss/main.scss
CHANGED
package/theme.zip
CHANGED
|
Binary file
|