design-comuni-plone-theme 10.4.1 → 10.4.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/.eslintrc.js +1 -1
- package/CHANGELOG.md +20 -0
- package/RELEASE.md +8 -0
- package/package.json +40 -24
- package/publiccode.yml +2 -2
- package/src/actions/getDettagliProcedimento.js +1 -2
- package/src/components/ItaliaTheme/Blocks/Listing/BandiInEvidenceTemplate.jsx +4 -6
- package/src/components/ItaliaTheme/Blocks/Listing/CardWithSlideUpTextTemplate.jsx +8 -10
- package/src/components/ItaliaTheme/Blocks/__tests__/Alert.test.jsx +1 -2
- package/src/components/ItaliaTheme/Blocks/__tests__/CardWithImage.test.jsx +1 -2
- package/src/components/ItaliaTheme/Header/HeaderSlim/UserLoggedMenu.jsx +0 -1
- package/src/components/ItaliaTheme/Icons/FontAwesomeIcon.jsx +2 -2
- package/src/components/ItaliaTheme/Pagination/PaginationItem.jsx +2 -8
- package/src/components/ItaliaTheme/Pagination/createPaginationItems/itemFactories.js +4 -4
- package/src/components/ItaliaTheme/Search/utils.js +5 -3
- package/src/components/ItaliaTheme/View/Commons/ContactsCard.jsx +4 -4
- package/src/components/ItaliaTheme/View/Commons/DownloadFileFormat.jsx +1 -0
- package/src/components/ItaliaTheme/View/__tests__/PersonaView.test.jsx +928 -932
- package/src/components/ItaliaTheme/manage/Widgets/TextEditorWidget.jsx +12 -8
- package/src/components/SelectInput/SelectInput.jsx +16 -21
- package/src/components/SelectInput/select-styles.css +1 -1
- package/src/config/Blocks/blocks.js +4 -3
- package/src/config/Blocks/listingVariations.js +4 -3
- package/src/config/Subsites/index.js +16 -16
- package/src/config/italiaConfig.js +6 -5
- package/src/customizations/volto/components/manage/Blocks/HeroImageLeft/Edit.jsx +31 -26
- package/src/customizations/volto/components/manage/Blocks/Listing/ListingBody.jsx +2 -2
- package/src/customizations/volto/components/manage/Blocks/Listing/withQuerystringResults.jsx +6 -6
- package/src/customizations/volto/components/manage/Blocks/Search/components/CheckboxFacet.jsx +2 -2
- package/src/customizations/volto/components/manage/Blocks/Search/components/FilterList.jsx +15 -20
- package/src/customizations/volto/components/manage/Blocks/Search/components/ToggleFacetFilterListEntry.jsx +2 -9
- package/src/customizations/volto/components/manage/Diff/DiffField.jsx +2 -9
- package/src/customizations/volto/components/manage/Sidebar/ObjectBrowserBody.jsx +10 -10
- package/src/customizations/volto/components/manage/Widgets/DatetimeWidget.jsx +4 -10
- package/src/customizations/volto/components/manage/Widgets/ObjectBrowserWidget.jsx +2 -9
- package/src/customizations/volto/components/manage/Widgets/RecurrenceWidget/RecurrenceWidget.jsx +2 -2
- package/src/customizations/volto/helpers/FormValidation/FormValidation.js +7 -6
- package/src/customizations/volto/helpers/Html/Html.jsx +2 -2
- package/src/customizations/volto/middleware/api.js +194 -190
- package/src/customizations/volto/middleware/blacklistRoutes.js +36 -34
- package/src/helpers/dates.js +2 -2
- package/src/theme/ItaliaTheme/Addons/volto-gdpr-privacy.scss +12 -5
- package/src/theme/ItaliaTheme/Blocks/_accordion.scss +2 -0
- package/src/theme/ItaliaTheme/Blocks/_alert.scss +1 -1
- package/src/theme/ItaliaTheme/Blocks/_bandiInEvidenceTemplate.scss +6 -2
- package/src/theme/ItaliaTheme/Blocks/_calendar.scss +8 -6
- package/src/theme/ItaliaTheme/Blocks/_cardWithImageAndInEvidence.scss +7 -7
- package/src/theme/ItaliaTheme/Blocks/_cardWithSlideUpTextTemplate.scss +5 -4
- package/src/theme/ItaliaTheme/Blocks/_completeBlockLinkstemplate.scss +4 -2
- package/src/theme/ItaliaTheme/Blocks/_countdown.scss +2 -2
- package/src/theme/ItaliaTheme/Blocks/_ctaBlock.scss +7 -5
- package/src/theme/ItaliaTheme/Blocks/_gridBlock.scss +8 -3
- package/src/theme/ItaliaTheme/Blocks/_gridGalleryTemplate.scss +1 -0
- package/src/theme/ItaliaTheme/Blocks/_hero.scss +1 -0
- package/src/theme/ItaliaTheme/Blocks/_iconBlocks.scss +2 -2
- package/src/theme/ItaliaTheme/Blocks/_imageBlock.scss +1 -0
- package/src/theme/ItaliaTheme/Blocks/_listing.scss +1 -1
- package/src/theme/ItaliaTheme/Blocks/_photogallerytemplate.scss +1 -0
- package/src/theme/ItaliaTheme/Blocks/_ribbonCardTemplate.scss +5 -4
- package/src/theme/ItaliaTheme/Blocks/_rssBlock.scss +3 -2
- package/src/theme/ItaliaTheme/Blocks/_search.scss +68 -37
- package/src/theme/ItaliaTheme/Blocks/_searchSections.scss +4 -3
- package/src/theme/ItaliaTheme/Blocks/_simpleCardTemplate.scss +6 -3
- package/src/theme/ItaliaTheme/Blocks/_sliderTemplate.scss +1 -1
- package/src/theme/ItaliaTheme/Blocks/_smallblockLinkstemplate.scss +3 -3
- package/src/theme/ItaliaTheme/Blocks/_subblocks-edit.scss +1 -1
- package/src/theme/ItaliaTheme/Blocks/_tableOfContents.scss +17 -7
- package/src/theme/ItaliaTheme/Blocks/_video.scss +1 -1
- package/src/theme/ItaliaTheme/Blocks/_videoGallery.scss +7 -6
- package/src/theme/ItaliaTheme/Components/_card.scss +14 -7
- package/src/theme/ItaliaTheme/Components/_cardPersona.scss +2 -2
- package/src/theme/ItaliaTheme/Components/_cmp-timeline.scss +16 -14
- package/src/theme/ItaliaTheme/Components/_contactsCard.scss +3 -3
- package/src/theme/ItaliaTheme/Components/_customerSatisfaction.scss +31 -11
- package/src/theme/ItaliaTheme/Components/_diffField.scss +25 -14
- package/src/theme/ItaliaTheme/Components/_galleryPreview.scss +10 -10
- package/src/theme/ItaliaTheme/Components/_mobileMenu.scss +1 -1
- package/src/theme/ItaliaTheme/Components/_navscroll.scss +2 -0
- package/src/theme/ItaliaTheme/Components/_pageHeader.scss +5 -4
- package/src/theme/ItaliaTheme/Components/_scrollToTop.scss +1 -0
- package/src/theme/ItaliaTheme/Components/_sharing.scss +1 -1
- package/src/theme/ItaliaTheme/Components/_sideMenu.scss +9 -5
- package/src/theme/ItaliaTheme/Components/_subsiteFooter.scss +1 -1
- package/src/theme/ItaliaTheme/Print/_all_pages.scss +5 -2
- package/src/theme/ItaliaTheme/Print/_bandi.scss +8 -8
- package/src/theme/ItaliaTheme/Print/_event.scss +11 -10
- package/src/theme/ItaliaTheme/Print/_news_items.scss +17 -17
- package/src/theme/ItaliaTheme/Print/_persona.scss +8 -8
- package/src/theme/ItaliaTheme/Print/_servizio.scss +8 -8
- package/src/theme/ItaliaTheme/Views/_bando.scss +1 -0
- package/src/theme/ItaliaTheme/Views/_cartellaModulistica.scss +20 -8
- package/src/theme/ItaliaTheme/Views/_common.scss +4 -3
- package/src/theme/ItaliaTheme/Views/_embeddedVideo.scss +1 -1
- package/src/theme/ItaliaTheme/Views/_evento.scss +1 -0
- package/src/theme/ItaliaTheme/Views/_faqFolder.scss +1 -0
- package/src/theme/ItaliaTheme/Views/_paginaArgomento.scss +1 -0
- package/src/theme/ItaliaTheme/Views/_puntoDiContatto.scss +1 -0
- package/src/theme/ItaliaTheme/Views/_servizio.scss +4 -1
- package/src/theme/ItaliaTheme/Views/_slider.scss +3 -3
- package/src/theme/ItaliaTheme/Views/_trasparenzaView.scss +2 -0
- package/src/theme/ItaliaTheme/Views/_uo.scss +3 -1
- package/src/theme/ItaliaTheme/Views/_venue.scss +3 -2
- package/src/theme/ItaliaTheme/Widgets/_canaleDigitaleWidget.scss +2 -1
- package/src/theme/ItaliaTheme/Widgets/_dataGridWidget.scss +24 -8
- package/src/theme/ItaliaTheme/Widgets/_iconWidget.scss +1 -1
- package/src/theme/ItaliaTheme/_common.scss +9 -4
- package/src/theme/ItaliaTheme/_main.scss +11 -8
- package/src/theme/_cms-ui.scss +46 -23
- package/src/theme/_cms-ui_container.scss +8 -3
- package/src/theme/_site-variables.scss +4 -2
- package/src/theme/bootstrap-override/bootstrap-italia/_breadcrumb.scss +1 -1
- package/src/theme/bootstrap-override/bootstrap-italia/_footer.scss +9 -4
- package/src/theme/bootstrap-override/bootstrap-italia/_linklist.scss +2 -0
- package/src/theme/bootstrap-override/bootstrap-italia/_megamenu.scss +1 -0
- package/src/theme/bootstrap-override/bootstrap-italia/_point-list.scss +4 -3
- package/src/theme/extras/_checkbox.scss +1 -1
- package/src/theme/extras/_modals.scss +5 -3
- package/src/theme/extras/_search.scss +14 -4
- package/src/theme/extras/_sidebar.scss +3 -0
|
@@ -2,18 +2,19 @@ table.diffField {
|
|
|
2
2
|
.previous-state,
|
|
3
3
|
.current-state {
|
|
4
4
|
display: flex;
|
|
5
|
-
white-space: break-spaces;
|
|
6
5
|
width: 100% !important;
|
|
6
|
+
white-space: break-spaces;
|
|
7
7
|
// padding: 2rem 1rem;
|
|
8
8
|
.block.image img {
|
|
9
9
|
max-width: calc(100% - $grid-gutter-width) !important;
|
|
10
10
|
object-fit: contain;
|
|
11
11
|
}
|
|
12
|
+
|
|
12
13
|
.block.full-width,
|
|
13
14
|
.full-width {
|
|
14
|
-
width: calc(100% - $grid-gutter-width) !important;
|
|
15
|
-
left: unset !important;
|
|
16
15
|
right: unset !important;
|
|
16
|
+
left: unset !important;
|
|
17
|
+
width: calc(100% - $grid-gutter-width) !important;
|
|
17
18
|
margin: 0 !important;
|
|
18
19
|
}
|
|
19
20
|
// calendar block
|
|
@@ -26,33 +27,37 @@ table.diffField {
|
|
|
26
27
|
&.full-width {
|
|
27
28
|
width: calc(100% - $grid-gutter-width) !important;
|
|
28
29
|
}
|
|
29
|
-
margin: auto !important;
|
|
30
30
|
left: 0 !important;
|
|
31
|
+
margin: auto !important;
|
|
32
|
+
|
|
31
33
|
.icon-play {
|
|
32
34
|
display: flex;
|
|
33
35
|
align-items: center;
|
|
34
36
|
justify-content: center;
|
|
37
|
+
|
|
35
38
|
.icon.fa-icon.placeholder {
|
|
36
39
|
position: relative;
|
|
37
40
|
display: inline-flex;
|
|
38
41
|
width: 2rem;
|
|
39
42
|
height: 2rem;
|
|
43
|
+
|
|
40
44
|
&:after,
|
|
41
45
|
&:before {
|
|
42
|
-
content: '';
|
|
43
46
|
position: absolute;
|
|
47
|
+
top: 7%;
|
|
48
|
+
right: 0;
|
|
44
49
|
width: 0;
|
|
45
50
|
height: 0;
|
|
46
51
|
border-style: solid;
|
|
52
|
+
border-color: #333 transparent transparent transparent;
|
|
47
53
|
border-top-width: 16px;
|
|
54
|
+
border-right-width: 10px;
|
|
48
55
|
border-bottom-width: 16px;
|
|
49
56
|
border-left-width: 10px;
|
|
50
|
-
|
|
51
|
-
border-color: #333 transparent transparent transparent;
|
|
52
|
-
top: 7%;
|
|
57
|
+
content: '';
|
|
53
58
|
rotate: -90deg;
|
|
54
|
-
right: 0;
|
|
55
59
|
}
|
|
60
|
+
|
|
56
61
|
&:after {
|
|
57
62
|
border-color: white transparent transparent transparent;
|
|
58
63
|
}
|
|
@@ -66,42 +71,48 @@ table.diffField {
|
|
|
66
71
|
&:last-child {
|
|
67
72
|
padding-top: 1rem !important;
|
|
68
73
|
}
|
|
74
|
+
|
|
69
75
|
&:first-child {
|
|
70
76
|
padding-bottom: 1rem !important;
|
|
71
77
|
border-bottom: 1px solid #ccc !important;
|
|
72
78
|
}
|
|
73
79
|
}
|
|
74
80
|
}
|
|
81
|
+
|
|
75
82
|
.current-state {
|
|
76
83
|
ins {
|
|
84
|
+
display: inline-flex;
|
|
77
85
|
background-color: lightgreen;
|
|
78
86
|
text-decoration: none;
|
|
79
|
-
display: inline-flex;
|
|
80
87
|
}
|
|
88
|
+
|
|
81
89
|
.block.video .video-inner {
|
|
82
90
|
ins {
|
|
91
|
+
position: relative;
|
|
83
92
|
width: calc(100% + 12px);
|
|
84
93
|
height: 300px;
|
|
85
94
|
|
|
86
|
-
position: relative;
|
|
87
95
|
img {
|
|
88
|
-
width: calc(100% - 2 * $grid-gutter-width) !important;
|
|
89
96
|
left: calc($grid-gutter-width/2);
|
|
97
|
+
width: calc(100% - 2 * $grid-gutter-width) !important;
|
|
90
98
|
}
|
|
91
99
|
}
|
|
92
100
|
}
|
|
93
101
|
}
|
|
102
|
+
|
|
94
103
|
.current-state {
|
|
95
104
|
picture ins {
|
|
96
105
|
width: 100%;
|
|
106
|
+
|
|
97
107
|
img {
|
|
98
108
|
max-width: 100% !important;
|
|
99
|
-
object-fit: contain;
|
|
100
|
-
min-height: 200px;
|
|
101
109
|
height: 200px;
|
|
110
|
+
min-height: 200px;
|
|
111
|
+
object-fit: contain;
|
|
102
112
|
}
|
|
103
113
|
}
|
|
104
114
|
}
|
|
115
|
+
|
|
105
116
|
.current-state {
|
|
106
117
|
del {
|
|
107
118
|
background: pink;
|
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
padding-bottom: 10px;
|
|
7
7
|
|
|
8
8
|
.modal-title {
|
|
9
|
-
text-transform: uppercase;
|
|
10
|
-
letter-spacing: 1.125px;
|
|
11
9
|
font-weight: 600;
|
|
10
|
+
letter-spacing: 1.125px;
|
|
11
|
+
text-transform: uppercase;
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
.modal-close-button {
|
|
15
15
|
button.close-button {
|
|
16
|
-
background-color: transparent;
|
|
17
16
|
border: none;
|
|
17
|
+
background-color: transparent;
|
|
18
18
|
|
|
19
19
|
svg {
|
|
20
20
|
fill: $gray-400;
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
|
|
30
30
|
.item-preview {
|
|
31
31
|
position: relative;
|
|
32
|
-
margin-bottom: 1.25rem;
|
|
33
|
-
min-height: 72vh;
|
|
34
32
|
display: flex;
|
|
33
|
+
min-height: 72vh;
|
|
35
34
|
align-items: center;
|
|
35
|
+
margin-bottom: 1.25rem;
|
|
36
36
|
text-align: center;
|
|
37
37
|
|
|
38
38
|
img {
|
|
@@ -46,14 +46,14 @@
|
|
|
46
46
|
position: absolute;
|
|
47
47
|
z-index: 1;
|
|
48
48
|
top: 50%;
|
|
49
|
-
border-radius: 100%;
|
|
50
|
-
transform: translateY(-50%);
|
|
51
|
-
height: 3.05rem;
|
|
52
|
-
width: 1.94rem;
|
|
53
49
|
display: flex;
|
|
50
|
+
width: 1.94rem;
|
|
51
|
+
height: 3.05rem;
|
|
52
|
+
box-sizing: unset;
|
|
54
53
|
align-items: center;
|
|
55
54
|
justify-content: center;
|
|
56
|
-
|
|
55
|
+
border-radius: 100%;
|
|
56
|
+
transform: translateY(-50%);
|
|
57
57
|
|
|
58
58
|
&.prev {
|
|
59
59
|
left: -2.75rem;
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
li {
|
|
12
12
|
@include rem-size(font-size, 18);
|
|
13
13
|
@include rem-size(line-height, 28);
|
|
14
|
+
|
|
14
15
|
a {
|
|
15
16
|
span {
|
|
16
17
|
// @include rem-size(font-size, 18);
|
|
@@ -18,6 +19,7 @@
|
|
|
18
19
|
text-decoration: none;
|
|
19
20
|
}
|
|
20
21
|
}
|
|
22
|
+
|
|
21
23
|
a.nav-link.active {
|
|
22
24
|
span {
|
|
23
25
|
font-weight: 700;
|
|
@@ -19,20 +19,21 @@
|
|
|
19
19
|
margin-bottom: 0;
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
|
+
|
|
22
23
|
.readingtime-dates {
|
|
23
24
|
small {
|
|
25
|
+
color: $caption-text;
|
|
24
26
|
font-size: 0.7rem;
|
|
25
27
|
font-weight: 400;
|
|
26
28
|
line-height: 0.8rem;
|
|
27
|
-
color: $caption-text;
|
|
28
29
|
}
|
|
29
30
|
|
|
30
31
|
p.font-monospace {
|
|
32
|
+
margin-top: 0.2em;
|
|
33
|
+
color: $body-color;
|
|
31
34
|
font-size: 1rem;
|
|
32
|
-
line-height: 1.16rem;
|
|
33
35
|
letter-spacing: 0.96px;
|
|
34
|
-
|
|
35
|
-
margin-top: 0.2em;
|
|
36
|
+
line-height: 1.16rem;
|
|
36
37
|
}
|
|
37
38
|
}
|
|
38
39
|
}
|
|
@@ -1,19 +1,22 @@
|
|
|
1
1
|
.page-side-menu {
|
|
2
2
|
.menu-wrapper {
|
|
3
3
|
width: 100%;
|
|
4
|
+
|
|
4
5
|
.accordion-wrapper {
|
|
5
6
|
.accordion {
|
|
6
7
|
border-bottom: none;
|
|
8
|
+
|
|
7
9
|
.accordion-header {
|
|
8
|
-
width: 100%;
|
|
9
10
|
display: block;
|
|
11
|
+
width: 100%;
|
|
12
|
+
|
|
10
13
|
button.accordion-button {
|
|
11
|
-
border: none;
|
|
12
|
-
background: transparent;
|
|
13
|
-
width: 100%;
|
|
14
14
|
display: flex;
|
|
15
|
+
width: 100%;
|
|
15
16
|
align-items: center;
|
|
16
17
|
justify-content: space-between;
|
|
18
|
+
border: none;
|
|
19
|
+
background: transparent;
|
|
17
20
|
|
|
18
21
|
h3 {
|
|
19
22
|
padding: 0px;
|
|
@@ -33,14 +36,15 @@
|
|
|
33
36
|
.accordion-header {
|
|
34
37
|
button.accordion-button {
|
|
35
38
|
.accordion-title {
|
|
36
|
-
padding-bottom: 1.3em;
|
|
37
39
|
padding-top: 1.3em;
|
|
40
|
+
padding-bottom: 1.3em;
|
|
38
41
|
}
|
|
39
42
|
}
|
|
40
43
|
}
|
|
41
44
|
}
|
|
42
45
|
}
|
|
43
46
|
}
|
|
47
|
+
|
|
44
48
|
.navbar.it-navscroll-wrapper {
|
|
45
49
|
.menu-wrapper {
|
|
46
50
|
padding: 0;
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
|
|
13
13
|
.content-area,
|
|
14
14
|
.public-ui {
|
|
15
|
-
page-break-before: avoid;
|
|
16
15
|
page-break-after: avoid;
|
|
16
|
+
page-break-before: avoid;
|
|
17
17
|
page-break-inside: avoid;
|
|
18
18
|
}
|
|
19
19
|
|
|
@@ -25,6 +25,7 @@
|
|
|
25
25
|
.it-header-navbar-wrapper {
|
|
26
26
|
display: none;
|
|
27
27
|
}
|
|
28
|
+
|
|
28
29
|
.it-header-center-wrapper {
|
|
29
30
|
background: none;
|
|
30
31
|
|
|
@@ -56,9 +57,10 @@
|
|
|
56
57
|
|
|
57
58
|
/* Removed link list in PageHeader*/
|
|
58
59
|
.PageHeaderWrapper {
|
|
59
|
-
page-break-before: avoid;
|
|
60
60
|
page-break-after: avoid;
|
|
61
|
+
page-break-before: avoid;
|
|
61
62
|
page-break-inside: avoid;
|
|
63
|
+
|
|
62
64
|
.link-list-wrapper {
|
|
63
65
|
display: none;
|
|
64
66
|
}
|
|
@@ -66,6 +68,7 @@
|
|
|
66
68
|
/* Removed max-height from accordion block*/
|
|
67
69
|
.block.accordion {
|
|
68
70
|
display: flex !important;
|
|
71
|
+
|
|
69
72
|
.accordion-item,
|
|
70
73
|
.accordion-content,
|
|
71
74
|
.accordion-inner {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
.contenttype-bando {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
}
|
|
2
|
+
@media print {
|
|
3
|
+
.it-page-sections-container {
|
|
4
|
+
#allegati {
|
|
5
|
+
display: none;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
}
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
.contenttype-event {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
2
|
+
@media print {
|
|
3
|
+
.it-page-sections-container {
|
|
4
|
+
#documenti {
|
|
5
|
+
display: none;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
#appuntamenti {
|
|
9
|
+
display: none;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
}
|
|
12
13
|
}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
.contenttype-news-item {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
2
|
+
@media print {
|
|
3
|
+
.it-page-sections-container {
|
|
4
|
+
#documenti-allegati {
|
|
5
|
+
display: none;
|
|
6
|
+
}
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
}
|
|
8
|
+
#luoghi {
|
|
9
|
+
.card-teaser {
|
|
10
|
+
.card-body {
|
|
11
|
+
.card-text {
|
|
12
|
+
display: none;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
.contenttype-persona {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
}
|
|
2
|
+
@media print {
|
|
3
|
+
.it-page-sections-container {
|
|
4
|
+
#documenti {
|
|
5
|
+
display: none;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
.contenttype-servizio {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
}
|
|
2
|
+
@media print {
|
|
3
|
+
.it-page-sections-container {
|
|
4
|
+
#correlati {
|
|
5
|
+
display: none;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
}
|
|
@@ -37,6 +37,7 @@ $docs-section-margin: 3em;
|
|
|
37
37
|
&.has-children {
|
|
38
38
|
padding-bottom: 1em;
|
|
39
39
|
}
|
|
40
|
+
|
|
40
41
|
.description {
|
|
41
42
|
font-size: 0.9rem;
|
|
42
43
|
}
|
|
@@ -47,6 +48,7 @@ $docs-section-margin: 3em;
|
|
|
47
48
|
justify-content: space-between;
|
|
48
49
|
padding: 0.4em 0;
|
|
49
50
|
gap: 4rem;
|
|
51
|
+
|
|
50
52
|
.title-wrap {
|
|
51
53
|
flex: 1;
|
|
52
54
|
|
|
@@ -54,6 +56,7 @@ $docs-section-margin: 3em;
|
|
|
54
56
|
font-size: 1.2em;
|
|
55
57
|
font-weight: 500;
|
|
56
58
|
}
|
|
59
|
+
|
|
57
60
|
p.description {
|
|
58
61
|
margin: 0;
|
|
59
62
|
}
|
|
@@ -84,26 +87,27 @@ $docs-section-margin: 3em;
|
|
|
84
87
|
}
|
|
85
88
|
|
|
86
89
|
a.modulistica-link {
|
|
87
|
-
display: flex;
|
|
88
90
|
position: relative;
|
|
89
|
-
|
|
90
|
-
justify-content: space-between;
|
|
91
|
+
display: flex;
|
|
91
92
|
height: fit-content;
|
|
92
93
|
flex-shrink: 0;
|
|
94
|
+
align-items: center;
|
|
95
|
+
justify-content: space-between;
|
|
93
96
|
|
|
94
97
|
svg.icon.fa-icon {
|
|
95
98
|
width: 1.6rem;
|
|
96
99
|
height: 1.6rem;
|
|
97
|
-
font-size: 1.3rem;
|
|
98
100
|
order: 2;
|
|
99
101
|
margin-right: 1.15rem;
|
|
100
102
|
margin-left: 0.25rem;
|
|
103
|
+
font-size: 1.3rem;
|
|
101
104
|
}
|
|
105
|
+
|
|
102
106
|
svg.external-link {
|
|
103
|
-
order: 1;
|
|
104
|
-
right: 0;
|
|
105
|
-
top: -2px;
|
|
106
107
|
position: absolute;
|
|
108
|
+
top: -2px;
|
|
109
|
+
right: 0;
|
|
110
|
+
order: 1;
|
|
107
111
|
}
|
|
108
112
|
}
|
|
109
113
|
}
|
|
@@ -118,6 +122,7 @@ $docs-section-margin: 3em;
|
|
|
118
122
|
color: $primary;
|
|
119
123
|
font-size: 1rem;
|
|
120
124
|
}
|
|
125
|
+
|
|
121
126
|
button {
|
|
122
127
|
padding: 0 0.4em;
|
|
123
128
|
border: none;
|
|
@@ -129,6 +134,7 @@ $docs-section-margin: 3em;
|
|
|
129
134
|
}
|
|
130
135
|
}
|
|
131
136
|
}
|
|
137
|
+
|
|
132
138
|
.accordion-content {
|
|
133
139
|
overflow: hidden;
|
|
134
140
|
height: auto;
|
|
@@ -181,18 +187,22 @@ $docs-section-margin: 3em;
|
|
|
181
187
|
align-items: center;
|
|
182
188
|
justify-content: unset;
|
|
183
189
|
gap: 2rem;
|
|
190
|
+
|
|
184
191
|
&.link-to-doc {
|
|
185
192
|
align-items: unset;
|
|
186
193
|
gap: 0.5rem;
|
|
194
|
+
|
|
187
195
|
.title-wrap,
|
|
188
196
|
a.modulistica-link {
|
|
189
197
|
flex-basis: 100%;
|
|
198
|
+
|
|
190
199
|
svg.icon.fa-icon {
|
|
191
|
-
margin-left: 0;
|
|
192
200
|
margin-right: 1.25rem;
|
|
201
|
+
margin-left: 0;
|
|
193
202
|
}
|
|
194
203
|
}
|
|
195
204
|
}
|
|
205
|
+
|
|
196
206
|
.title-wrap {
|
|
197
207
|
&.single-row {
|
|
198
208
|
max-width: none;
|
|
@@ -201,11 +211,13 @@ $docs-section-margin: 3em;
|
|
|
201
211
|
|
|
202
212
|
&.modulo {
|
|
203
213
|
justify-content: space-between;
|
|
214
|
+
|
|
204
215
|
.title,
|
|
205
216
|
.downloads {
|
|
206
217
|
flex-basis: unset;
|
|
207
218
|
}
|
|
208
219
|
}
|
|
220
|
+
|
|
209
221
|
.title,
|
|
210
222
|
.downloads {
|
|
211
223
|
flex: 1 1 unset;
|
|
@@ -228,11 +228,12 @@ div.sticky-wrapper {
|
|
|
228
228
|
.card-title {
|
|
229
229
|
a {
|
|
230
230
|
font-size: 1rem;
|
|
231
|
+
font-weight: 600;
|
|
231
232
|
text-decoration: none;
|
|
232
233
|
@include rem-size(line-height, 24);
|
|
233
|
-
font-weight: 600;
|
|
234
234
|
}
|
|
235
235
|
}
|
|
236
|
+
|
|
236
237
|
svg {
|
|
237
238
|
fill: $link-color;
|
|
238
239
|
}
|
|
@@ -305,8 +306,8 @@ div.sticky-wrapper {
|
|
|
305
306
|
}
|
|
306
307
|
|
|
307
308
|
#view .it-carousel-wrapper .it-header-block .it-header-block-title h2.h4 {
|
|
308
|
-
border-bottom: none;
|
|
309
309
|
padding-bottom: 0;
|
|
310
|
+
border-bottom: none;
|
|
310
311
|
}
|
|
311
312
|
|
|
312
313
|
form.ui.form.vertical-form fieldset.invisible {
|
|
@@ -332,8 +333,8 @@ dl.trasparenza-fields {
|
|
|
332
333
|
}
|
|
333
334
|
|
|
334
335
|
#metadata {
|
|
335
|
-
font-family: $font-family-serif;
|
|
336
336
|
color: $gray-secondary;
|
|
337
|
+
font-family: $font-family-serif;
|
|
337
338
|
@include rem-size(font-size, 16px);
|
|
338
339
|
@include rem-size(line-height, 24px);
|
|
339
340
|
}
|
|
@@ -4,11 +4,13 @@
|
|
|
4
4
|
.calendar-date-day {
|
|
5
5
|
span.title-xxlarge-regular {
|
|
6
6
|
font-family: 'Roboto Mono', monospace;
|
|
7
|
+
|
|
7
8
|
.calendar-date-description {
|
|
8
9
|
.calendar-date-description-content {
|
|
9
10
|
color: $body-color;
|
|
10
11
|
}
|
|
11
12
|
}
|
|
13
|
+
|
|
12
14
|
.calendar-date-description:before {
|
|
13
15
|
width: 0px;
|
|
14
16
|
height: 0%;
|
|
@@ -32,10 +34,11 @@
|
|
|
32
34
|
fill: $link-color;
|
|
33
35
|
@include margin-size(margin-right, 20);
|
|
34
36
|
}
|
|
37
|
+
|
|
35
38
|
a {
|
|
36
|
-
text-decoration: none;
|
|
37
39
|
font-size: 1rem;
|
|
38
40
|
font-weight: 600;
|
|
41
|
+
text-decoration: none;
|
|
39
42
|
}
|
|
40
43
|
}
|
|
41
44
|
}
|