@imiobe/plonetheme-smartweb-base 0.3.7 → 0.3.8
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 +14 -0
- package/dist/css/theme.css +5 -0
- package/dist/js/theme.js +1 -2291
- package/package.json +1 -1
- package/src/scss/_general.scss +1 -1
- package/src/scss/_trucaverif.scss +0 -11
- package/src/scss/common/_com-edition.scss +8 -21
- package/src/scss/common/_com-faceted.scss +20 -9
- package/src/scss/common/_com-footer.scss +4 -0
- package/src/scss/variables.scss +4 -4
- package/theme.zip +0 -0
package/package.json
CHANGED
package/src/scss/_general.scss
CHANGED
|
@@ -228,10 +228,6 @@ textarea {
|
|
|
228
228
|
text-decoration: none;
|
|
229
229
|
}
|
|
230
230
|
|
|
231
|
-
.userrole-anonymous .pat-sortable .sortable-section {
|
|
232
|
-
border: 0 solid transparent !important;
|
|
233
|
-
}
|
|
234
|
-
|
|
235
231
|
.faceted-form {
|
|
236
232
|
padding: 0;
|
|
237
233
|
}
|
|
@@ -443,13 +439,6 @@ body#visual-portal-wrapper.userrole-anonymous.portaltype-imio-smartweb-procedure
|
|
|
443
439
|
}
|
|
444
440
|
|
|
445
441
|
@media screen and (min-width: 768px) {
|
|
446
|
-
.portaltype-imio-smartweb-procedure .sectionlinks,
|
|
447
|
-
.portaltype-imio-smartweb-page .sectionlinks,
|
|
448
|
-
.portaltype-imio-smartweb-procedure .sectionfiles,
|
|
449
|
-
.portaltype-imio-smartweb-page .sectionfiles {
|
|
450
|
-
background: transparent;
|
|
451
|
-
}
|
|
452
|
-
|
|
453
442
|
.portaltype-imio-smartweb-procedure .sectionlinks::after,
|
|
454
443
|
.portaltype-imio-smartweb-page .sectionlinks::after,
|
|
455
444
|
.portaltype-imio-smartweb-procedure .sectionfiles::after,
|
|
@@ -1,28 +1,7 @@
|
|
|
1
|
-
.container.header-section.hide-in-preview {
|
|
2
|
-
padding: 0.5rem;
|
|
3
|
-
border-radius: 0;
|
|
4
|
-
border: 1px solid #ddd;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
1
|
.manage-section a {
|
|
8
2
|
margin-right: 0.5rem;
|
|
9
3
|
}
|
|
10
4
|
|
|
11
|
-
.pat-sortable > :hover {
|
|
12
|
-
cursor: move;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.pat-sortable .sortable-section {
|
|
16
|
-
border: 1px solid transparent !important;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.pat-sortable .sortable-section {
|
|
20
|
-
padding-top: 0;
|
|
21
|
-
padding-bottom: 0;
|
|
22
|
-
margin-top: 0;
|
|
23
|
-
margin-bottom: 0;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
5
|
.header-section .manage-section a {
|
|
27
6
|
text-decoration: none;
|
|
28
7
|
}
|
|
@@ -57,3 +36,11 @@ figcaption {
|
|
|
57
36
|
.section-map .leaflet-container {
|
|
58
37
|
z-index: 0;
|
|
59
38
|
}
|
|
39
|
+
|
|
40
|
+
.container.header-section.hide-in-preview {
|
|
41
|
+
background-color: #f5f5f5;
|
|
42
|
+
border: 0 solid #ddd;
|
|
43
|
+
border-radius: 5px;
|
|
44
|
+
margin: 1rem auto;
|
|
45
|
+
padding: 0.2rem;
|
|
46
|
+
}
|
|
@@ -189,6 +189,23 @@
|
|
|
189
189
|
text-decoration: underline;
|
|
190
190
|
}
|
|
191
191
|
|
|
192
|
+
.contact_leadimage.contact_placeholder {
|
|
193
|
+
background-color: #e9e9e9;
|
|
194
|
+
position: relative;
|
|
195
|
+
|
|
196
|
+
&::after {
|
|
197
|
+
content: "\F220";
|
|
198
|
+
font-family: bootstrap-icons !important;
|
|
199
|
+
text-align: center;
|
|
200
|
+
position: absolute;
|
|
201
|
+
font-size: 100px;
|
|
202
|
+
color: #c0c1c2;
|
|
203
|
+
left: 50%;
|
|
204
|
+
transform: translate(-50%, -50%);
|
|
205
|
+
top: 50%;
|
|
206
|
+
}
|
|
207
|
+
}
|
|
208
|
+
|
|
192
209
|
///// correctifs
|
|
193
210
|
|
|
194
211
|
.ui-widget-header > div.ui-icon {
|
|
@@ -196,12 +213,6 @@
|
|
|
196
213
|
margin-right: 0.5rem;
|
|
197
214
|
}
|
|
198
215
|
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
// overflow-y: auto;
|
|
204
|
-
|
|
205
|
-
// }
|
|
206
|
-
|
|
207
|
-
// }
|
|
216
|
+
html #portal-footer-wrapper #portal-footer .show-on-focus.skip-before-footer {
|
|
217
|
+
color: #000 !important;
|
|
218
|
+
}
|
package/src/scss/variables.scss
CHANGED
|
@@ -375,13 +375,13 @@ $section-contact-portrait-ration: calc(4 / 5);
|
|
|
375
375
|
$section-contact-background: #f3f3f3 !default;
|
|
376
376
|
|
|
377
377
|
// section-files
|
|
378
|
-
$section-file-background-color:
|
|
379
|
-
$enable-full-width-section-files:
|
|
380
|
-
$enable-light-color-section-files:
|
|
378
|
+
$section-file-background-color: #b97c7c !default;
|
|
379
|
+
$enable-full-width-section-files: false !default;
|
|
380
|
+
$enable-light-color-section-files: false !default;
|
|
381
381
|
|
|
382
382
|
// section-link
|
|
383
383
|
$section-link-background-color: #f8f8f8 !default;
|
|
384
|
-
$enable-full-width-section-link:
|
|
384
|
+
$enable-full-width-section-link: false !default;
|
|
385
385
|
$enable-light-color-section-link: false !default;
|
|
386
386
|
|
|
387
387
|
// section-list-block-img
|
package/theme.zip
CHANGED
|
Binary file
|