design-comuni-plone-theme 11.0.1 → 11.0.2

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 CHANGED
@@ -1,5 +1,17 @@
1
1
 
2
2
 
3
+ ## [11.0.2](https://github.com/redturtle/design-comuni-plone-theme/compare/v11.0.1...v11.0.2) (2023-12-20)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * subsite mixin styles ([#442](https://github.com/redturtle/design-comuni-plone-theme/issues/442)) ([84719fe](https://github.com/redturtle/design-comuni-plone-theme/commit/84719fe08521076c62e09c2ad1fd840fb65e6f45))
9
+
10
+
11
+ ### Documentation
12
+
13
+ * updated publiccode ([aed0730](https://github.com/redturtle/design-comuni-plone-theme/commit/aed073008414c8ca7f4b726410ec20f9333ff297))
14
+
3
15
  ## [11.0.1](https://github.com/redturtle/design-comuni-plone-theme/compare/v11.0.0...v11.0.1) (2023-12-19)
4
16
 
5
17
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "design-comuni-plone-theme",
3
3
  "description": "Volto Theme for Italia design guidelines",
4
4
  "license": "GPL-v3",
5
- "version": "11.0.1",
5
+ "version": "11.0.2",
6
6
  "main": "src/index.js",
7
7
  "keywords": [
8
8
  "volto-addon",
package/publiccode.yml CHANGED
@@ -227,9 +227,9 @@ maintenance:
227
227
  name: io-Comune - Il sito AgID per Comuni ed Enti Pubblici
228
228
  platforms:
229
229
  - web
230
- releaseDate: '2023-12-19'
230
+ releaseDate: '2023-12-20'
231
231
  softwareType: standalone/web
232
- softwareVersion: 11.0.1
232
+ softwareVersion: 11.0.2
233
233
  url: 'https://github.com/italia/design-comuni-plone-theme'
234
234
  usedBy:
235
235
  - ASP Comuni Modenesi Area Nord
@@ -38,6 +38,12 @@
38
38
  }
39
39
  }
40
40
  }
41
+
42
+ &.search {
43
+ .search-wrapper .autocomplete-icon .icon {
44
+ fill: $subsite-primary;
45
+ }
46
+ }
41
47
  }
42
48
 
43
49
  .event-search,
@@ -27,11 +27,6 @@
27
27
  }
28
28
  }
29
29
 
30
- // TO DO: questo serve?
31
- // a.btn-tertiary {
32
- // color: $subsite-tertiary-text;
33
- // }
34
-
35
30
  .btn-outline-tertiary {
36
31
  @include button-outline-variant($subsite-tertiary);
37
32
  }
@@ -45,11 +40,34 @@
45
40
  background-color: $subsite-primary !important;
46
41
  }
47
42
 
43
+ //fix per bg-primary in CT servizio
44
+ // .contenttype-servizio {
45
+ .it-page-section.bg-primary {
46
+ background-color: $subsite-primary-a0 !important;
47
+ }
48
+ // }
49
+
48
50
  .bg-secondary {
49
51
  background-color: $subsite-secondary !important;
50
52
  color: $subsite-secondary-text;
51
53
  }
52
54
 
55
+ //text
56
+ .text-primary {
57
+ color: $subsite-primary-text !important;
58
+ }
59
+ .select-pill.text-primary {
60
+ color: $subsite-primary !important;
61
+
62
+ div {
63
+ color: inherit;
64
+ }
65
+ }
66
+
67
+ .text-secondary {
68
+ color: $subsite-secondary-text !important;
69
+ }
70
+
53
71
  //btn mini
54
72
  .select-all-cts.btn.btn-link.btn-mini,
55
73
  .subsite-header .text a.select-all-cts.btn-link.btn-mini {
@@ -293,6 +311,10 @@
293
311
 
294
312
  // date picker - general
295
313
  .DateRangePicker {
314
+ td.CalendarDay_default {
315
+ color: #484848;
316
+ }
317
+
296
318
  td.CalendarDay__selected {
297
319
  color: $subsite-link-color;
298
320
 
@@ -301,6 +323,12 @@
301
323
  }
302
324
  }
303
325
 
326
+ td.CalendarDay__hovered_span {
327
+ background: $subsite-primary-a0;
328
+ border: $subsite-primary-a0;
329
+ color: $subsite-link-color;
330
+ }
331
+
304
332
  @if $subsite-light-theme {
305
333
  td.CalendarDay__selected_span {
306
334
  background: darken($subsite-primary, 10%);
@@ -312,6 +340,7 @@
312
340
  } @else {
313
341
  td.CalendarDay__selected_span {
314
342
  background: $subsite-primary-a0;
343
+ color: #484848;
315
344
 
316
345
  &:hover {
317
346
  border: 1px double $subsite-primary-a0;
@@ -319,4 +348,20 @@
319
348
  }
320
349
  }
321
350
  }
351
+
352
+ .DayPickerKeyboardShortcuts_show__bottomRight::before {
353
+ border-right-color: $subsite-primary;
354
+ }
355
+
356
+ .DayPickerKeyboardShortcuts_showSpan {
357
+ color: $subsite-primary-text;
358
+ }
359
+
360
+ .react-select__menu-list {
361
+ .select-list {
362
+ .react-select__option--is-focused {
363
+ background-color: $subsite-primary-a0 !important;
364
+ }
365
+ }
366
+ }
322
367
  }
@@ -1,6 +1,11 @@
1
1
  @use '../../all_variables' as *;
2
2
 
3
3
  @mixin card($subsite-primary, $subsite-link-color) {
4
+ //card category
5
+ .card .card-body .category-top a.category {
6
+ color: $subsite-link-color;
7
+ }
8
+
4
9
  // flag
5
10
  .flag-icon {
6
11
  background: $subsite-primary;
@@ -26,13 +26,13 @@
26
26
 
27
27
  //right zone
28
28
  .it-right-zone {
29
- color: $subsite-primary-text;
29
+ color: $subsite-primary-text !important;
30
30
 
31
31
  .it-socials {
32
32
  ul {
33
33
  .icon {
34
- color: $subsite-primary-text;
35
- fill: $subsite-primary-text;
34
+ color: $subsite-primary-text !important;
35
+ fill: $subsite-primary-text !important;
36
36
  }
37
37
  }
38
38
  }
@@ -13,26 +13,14 @@
13
13
  .navbar-nav {
14
14
  li {
15
15
  a.nav-link {
16
- @if $subsite-light-theme {
17
- color: $subsite-primary-text;
18
-
19
- &.active {
20
- border-left-color: $subsite-primary-text;
21
- }
16
+ color: $subsite-primary-text;
22
17
 
23
- svg {
24
- fill: $subsite-primary-text !important;
25
- }
26
- } @else {
27
- color: $subsite-link-color;
28
-
29
- &.active {
30
- border-left-color: $subsite-link-color;
31
- }
18
+ &.active {
19
+ border-left-color: $subsite-primary-text;
20
+ }
32
21
 
33
- svg {
34
- fill: $subsite-link-color !important;
35
- }
22
+ svg {
23
+ fill: $subsite-primary-text !important;
36
24
  }
37
25
  }
38
26
  }
@@ -76,7 +64,7 @@
76
64
  }
77
65
 
78
66
  //Tablet horizontal / small desktop
79
- @media (min-width: #{map-get($grid-breakpoints, lg)}) {
67
+ @media (min-width: #{map-get($grid-breakpoints, md)}) and (max-width: #{map-get($grid-breakpoints, lg)}) {
80
68
  .navbar {
81
69
  background: $subsite-primary;
82
70