@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/package.json CHANGED
@@ -23,7 +23,7 @@
23
23
  "plone",
24
24
  "smartweb"
25
25
  ],
26
- "version": "0.3.7",
26
+ "version": "0.3.8",
27
27
  "license": "GPL version 2",
28
28
  "scripts": {
29
29
  "stylelint": "npx stylelint 'src/**/*.{css,less}' 'src/**/*.{css,less}",
@@ -73,7 +73,7 @@
73
73
  .kssattr-fieldset-icons div#formfield-form-widgets-svg_icon {
74
74
  display: flex;
75
75
  flex-wrap: wrap;
76
- gap: 1%;
76
+ gap: 0 1%;
77
77
  }
78
78
 
79
79
  .kssattr-fieldset-icons div#formfield-form-widgets-svg_icon .form-text {
@@ -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
- // @media screen and (min-width: 992px){
200
-
201
- // .has_subtree.dropdown>ul {
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
+ }
@@ -36,3 +36,7 @@ footer li {
36
36
  #portal-footer-wrapper {
37
37
  padding: 0;
38
38
  }
39
+
40
+ #smartweb-minisite-footer {
41
+ position: relative;
42
+ }
@@ -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: $primary !default;
379
- $enable-full-width-section-files: true !default;
380
- $enable-light-color-section-files: true !default;
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: true !default;
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