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
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
|
|
30
30
|
li {
|
|
31
31
|
button:before {
|
|
32
|
-
background-size: 20px;
|
|
33
|
-
background-image: none;
|
|
34
32
|
border-radius: 50%;
|
|
35
33
|
background-color: $gray-700;
|
|
34
|
+
background-image: none;
|
|
35
|
+
background-size: 20px;
|
|
36
36
|
opacity: 1;
|
|
37
37
|
}
|
|
38
38
|
|
|
@@ -54,8 +54,8 @@
|
|
|
54
54
|
.icon {
|
|
55
55
|
width: 25px;
|
|
56
56
|
height: 40px;
|
|
57
|
-
fill: $primary;
|
|
58
57
|
color: $primary;
|
|
58
|
+
fill: $primary;
|
|
59
59
|
}
|
|
60
60
|
|
|
61
61
|
&:hover .icon {
|
|
@@ -44,12 +44,14 @@ body.contenttype-unitaorganizzativa {
|
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
|
+
|
|
47
48
|
.card-wrapper.card-teaser-wrapper.row {
|
|
48
49
|
// Enable vertical gap in rows
|
|
49
50
|
--bs-gutter-y: 1.5rem;
|
|
51
|
+
|
|
50
52
|
&.documenti-pubblici {
|
|
51
|
-
margin-left: 0;
|
|
52
53
|
margin-right: 0;
|
|
54
|
+
margin-left: 0;
|
|
53
55
|
}
|
|
54
56
|
}
|
|
55
57
|
}
|
|
@@ -3,11 +3,12 @@
|
|
|
3
3
|
p.h2 {
|
|
4
4
|
@include rem-size(font-size, 28);
|
|
5
5
|
@include rem-size(line-height, 32);
|
|
6
|
-
font-weight: 600;
|
|
7
6
|
color: $text-color;
|
|
7
|
+
font-weight: 600;
|
|
8
8
|
@include margin-size(margin-bottom, 16);
|
|
9
9
|
@include margin-size(margin-top, 16);
|
|
10
10
|
}
|
|
11
|
+
|
|
11
12
|
p {
|
|
12
13
|
color: $text-color;
|
|
13
14
|
}
|
|
@@ -15,8 +16,8 @@
|
|
|
15
16
|
|
|
16
17
|
section#metadata {
|
|
17
18
|
h5 {
|
|
18
|
-
font-family: $font-family-base;
|
|
19
19
|
color: $gray-secondary;
|
|
20
|
+
font-family: $font-family-base;
|
|
20
21
|
}
|
|
21
22
|
}
|
|
22
23
|
}
|
|
@@ -2,13 +2,14 @@
|
|
|
2
2
|
.introduction-helper-wrapper {
|
|
3
3
|
padding: 1rem 1rem 0 1rem;
|
|
4
4
|
}
|
|
5
|
+
|
|
5
6
|
.field-title::after {
|
|
6
7
|
display: inline-block;
|
|
7
8
|
width: 10px;
|
|
8
9
|
height: 10px;
|
|
10
|
+
border-radius: 50%;
|
|
9
11
|
margin-left: 5px;
|
|
10
12
|
background-color: #e40166;
|
|
11
|
-
border-radius: 50%;
|
|
12
13
|
content: '';
|
|
13
14
|
}
|
|
14
15
|
}
|
|
@@ -1,41 +1,49 @@
|
|
|
1
1
|
.data-grid-widget {
|
|
2
2
|
.ui.grid > .row .column {
|
|
3
3
|
label.required::after {
|
|
4
|
+
display: inline-block;
|
|
4
5
|
width: 10px;
|
|
5
6
|
height: 10px;
|
|
7
|
+
border-radius: 50%;
|
|
6
8
|
margin-left: 5px;
|
|
7
9
|
background-color: #e40166;
|
|
8
|
-
border-radius: 50%;
|
|
9
10
|
content: '';
|
|
10
|
-
display: inline-block;
|
|
11
11
|
}
|
|
12
12
|
}
|
|
13
|
+
|
|
13
14
|
.ui.grid {
|
|
14
15
|
margin: 0;
|
|
16
|
+
|
|
15
17
|
.row > .column.term-actions {
|
|
16
|
-
padding-left: 0;
|
|
17
|
-
padding-right: 0.5rem;
|
|
18
18
|
display: flex;
|
|
19
19
|
align-items: center;
|
|
20
20
|
justify-content: center;
|
|
21
|
+
padding-right: 0.5rem;
|
|
22
|
+
padding-left: 0;
|
|
23
|
+
|
|
21
24
|
.delete-term {
|
|
22
25
|
margin-right: 0 !important;
|
|
23
26
|
}
|
|
24
27
|
}
|
|
28
|
+
|
|
25
29
|
.row > .field-column {
|
|
26
|
-
padding-left: 0.5rem;
|
|
27
30
|
padding-right: 0.5rem;
|
|
31
|
+
padding-left: 0.5rem;
|
|
28
32
|
}
|
|
33
|
+
|
|
29
34
|
.row {
|
|
35
|
+
position: relative;
|
|
30
36
|
flex-direction: row;
|
|
31
37
|
flex-wrap: wrap;
|
|
32
|
-
|
|
38
|
+
|
|
33
39
|
.column.field-column {
|
|
34
|
-
flex-basis: 45%;
|
|
35
40
|
width: unset !important ;
|
|
41
|
+
flex-basis: 45%;
|
|
42
|
+
|
|
36
43
|
&:not(:nth-last-child(2)) {
|
|
37
44
|
flex-grow: 0;
|
|
38
45
|
}
|
|
46
|
+
|
|
39
47
|
&:nth-child(2n) {
|
|
40
48
|
flex-grow: 0;
|
|
41
49
|
}
|
|
@@ -43,25 +51,30 @@
|
|
|
43
51
|
.ui.input {
|
|
44
52
|
width: 100% !important;
|
|
45
53
|
}
|
|
54
|
+
|
|
46
55
|
.date-time-widget-wrapper {
|
|
47
56
|
position: relative;
|
|
57
|
+
|
|
48
58
|
.item.ui.noborder.button {
|
|
49
59
|
position: absolute;
|
|
50
60
|
top: 26px;
|
|
51
61
|
right: 12px;
|
|
52
62
|
}
|
|
63
|
+
|
|
53
64
|
.DateInput {
|
|
54
65
|
width: 100% !important;
|
|
66
|
+
|
|
55
67
|
input {
|
|
56
68
|
width: 100% !important;
|
|
57
69
|
}
|
|
58
70
|
}
|
|
59
71
|
}
|
|
60
72
|
@media (max-width: 1365px) {
|
|
61
|
-
flex-basis: 90%;
|
|
62
73
|
max-width: 90%;
|
|
74
|
+
flex-basis: 90%;
|
|
63
75
|
}
|
|
64
76
|
}
|
|
77
|
+
|
|
65
78
|
.one.wide.column.term-actions {
|
|
66
79
|
position: absolute;
|
|
67
80
|
right: 0;
|
|
@@ -81,16 +94,19 @@
|
|
|
81
94
|
&:not(:nth-last-child(2)) {
|
|
82
95
|
flex-grow: 0;
|
|
83
96
|
}
|
|
97
|
+
|
|
84
98
|
&:nth-last-child(2) {
|
|
85
99
|
max-width: 90%;
|
|
86
100
|
flex-basis: 90%;
|
|
87
101
|
}
|
|
102
|
+
|
|
88
103
|
.ui.input {
|
|
89
104
|
width: 100% !important;
|
|
90
105
|
}
|
|
91
106
|
|
|
92
107
|
@media (max-width: 1365px) {
|
|
93
108
|
flex-basis: 90%;
|
|
109
|
+
|
|
94
110
|
&:not(:nth-last-child(2)) {
|
|
95
111
|
flex-grow: unset;
|
|
96
112
|
}
|
|
@@ -8,8 +8,10 @@
|
|
|
8
8
|
button.rounded-right {
|
|
9
9
|
&:focus {
|
|
10
10
|
border-color: $focus-outline-color !important;
|
|
11
|
-
box-shadow:
|
|
12
|
-
0 1px
|
|
11
|
+
box-shadow:
|
|
12
|
+
inset 0 1px 0 $focus-outline-color,
|
|
13
|
+
0 1px 1px $focus-outline-color,
|
|
14
|
+
0 0 0 0.2rem $focus-outline-color !important;
|
|
13
15
|
outline: none;
|
|
14
16
|
}
|
|
15
17
|
}
|
|
@@ -34,8 +36,10 @@
|
|
|
34
36
|
|
|
35
37
|
&:focus {
|
|
36
38
|
border-color: $focus-outline-color;
|
|
37
|
-
box-shadow:
|
|
38
|
-
0 1px
|
|
39
|
+
box-shadow:
|
|
40
|
+
inset 0 1px 0 $focus-outline-color,
|
|
41
|
+
0 1px 1px $focus-outline-color,
|
|
42
|
+
0 0 0 0.2rem $focus-outline-color;
|
|
39
43
|
outline: none;
|
|
40
44
|
}
|
|
41
45
|
}
|
|
@@ -72,6 +76,7 @@
|
|
|
72
76
|
|
|
73
77
|
.external-link {
|
|
74
78
|
fill: $link-color !important;
|
|
79
|
+
|
|
75
80
|
&.align-sub {
|
|
76
81
|
vertical-align: sub;
|
|
77
82
|
}
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
.documentDescription {
|
|
32
32
|
@include rem-size(font-size, 24);
|
|
33
33
|
margin-top: 1.5rem;
|
|
34
|
-
line-height: 2rem;
|
|
35
34
|
color: $body-color;
|
|
35
|
+
line-height: 2rem;
|
|
36
36
|
white-space: pre-wrap;
|
|
37
37
|
}
|
|
38
38
|
|
|
@@ -104,9 +104,9 @@ iframe {
|
|
|
104
104
|
.callout {
|
|
105
105
|
padding: 1.25rem;
|
|
106
106
|
border: 1px solid $neutral-1-a2;
|
|
107
|
+
border-radius: 0.25rem;
|
|
107
108
|
border-left-width: 0.4rem;
|
|
108
109
|
margin: 1.25rem 0;
|
|
109
|
-
border-radius: 0.25rem;
|
|
110
110
|
|
|
111
111
|
p,
|
|
112
112
|
.public-DraftStyleDefault-block {
|
|
@@ -144,9 +144,9 @@ iframe {
|
|
|
144
144
|
a {
|
|
145
145
|
display: inline-block;
|
|
146
146
|
padding: 1em 2em;
|
|
147
|
+
border-radius: $btn-border-radius;
|
|
147
148
|
margin: 0.5em 1em 0.5em 0;
|
|
148
149
|
background-color: $primary;
|
|
149
|
-
border-radius: $btn-border-radius;
|
|
150
150
|
color: $primary-text;
|
|
151
151
|
font-weight: 700;
|
|
152
152
|
text-align: center;
|
|
@@ -287,6 +287,7 @@ iframe {
|
|
|
287
287
|
.public-ui table.ui.table {
|
|
288
288
|
display: block;
|
|
289
289
|
overflow: auto;
|
|
290
|
+
|
|
290
291
|
th {
|
|
291
292
|
white-space: nowrap;
|
|
292
293
|
}
|
|
@@ -308,23 +309,25 @@ iframe {
|
|
|
308
309
|
border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
|
|
309
310
|
@media (max-width: #{map-get($grid-breakpoints, md)}) {
|
|
310
311
|
&:empty {
|
|
311
|
-
margin-bottom: 0 !important;
|
|
312
312
|
padding-bottom: 0 !important;
|
|
313
|
+
margin-bottom: 0 !important;
|
|
313
314
|
}
|
|
314
315
|
}
|
|
315
316
|
}
|
|
316
317
|
}
|
|
318
|
+
|
|
317
319
|
.row > div ~ div h4:empty {
|
|
318
320
|
position: relative;
|
|
319
321
|
border-bottom: none;
|
|
322
|
+
|
|
320
323
|
&::after {
|
|
321
|
-
content: '';
|
|
322
324
|
position: absolute;
|
|
323
|
-
width: calc(100% + $grid-gutter-width);
|
|
324
|
-
background: hsla(0, 0%, 100%, 0.5);
|
|
325
|
-
height: 1px;
|
|
326
325
|
bottom: -1px;
|
|
327
326
|
left: -$grid-gutter-width;
|
|
327
|
+
width: calc(100% + $grid-gutter-width);
|
|
328
|
+
height: 1px;
|
|
329
|
+
background: hsla(0, 0%, 100%, 0.5);
|
|
330
|
+
content: '';
|
|
328
331
|
@media (max-width: #{map-get($grid-breakpoints, md)}) {
|
|
329
332
|
content: none;
|
|
330
333
|
}
|
package/src/theme/_cms-ui.scss
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
@import 'cms-ui_container';
|
|
2
|
+
|
|
2
3
|
body.cms-ui {
|
|
3
4
|
.block {
|
|
4
5
|
font-family: $font-family-serif;
|
|
@@ -56,9 +57,9 @@ body.cms-ui {
|
|
|
56
57
|
|
|
57
58
|
&.title {
|
|
58
59
|
.public-DraftEditorPlaceholder-inner {
|
|
60
|
+
font-size: 2.66rem;
|
|
59
61
|
font-weight: bold;
|
|
60
62
|
line-height: 1.25;
|
|
61
|
-
font-size: 2.66rem;
|
|
62
63
|
}
|
|
63
64
|
}
|
|
64
65
|
|
|
@@ -134,8 +135,8 @@ body.cms-ui {
|
|
|
134
135
|
.input-anchorlink-theme input:focus,
|
|
135
136
|
.ui.icon.button:focus,
|
|
136
137
|
.ui.basic.button:focus {
|
|
137
|
-
outline: solid 2px $focus-outline-color;
|
|
138
138
|
border-radius: 0;
|
|
139
|
+
outline: solid 2px $focus-outline-color;
|
|
139
140
|
}
|
|
140
141
|
|
|
141
142
|
.cancel .icon {
|
|
@@ -144,24 +145,24 @@ body.cms-ui {
|
|
|
144
145
|
}
|
|
145
146
|
|
|
146
147
|
input#field-link {
|
|
148
|
+
height: auto;
|
|
147
149
|
color: #444;
|
|
148
150
|
font-weight: normal;
|
|
149
|
-
height: auto;
|
|
150
151
|
}
|
|
151
152
|
|
|
152
153
|
#field-data-element-select {
|
|
153
|
-
|
|
154
|
+
position: relative;
|
|
154
155
|
width: 100%;
|
|
156
|
+
min-width: 220px;
|
|
155
157
|
height: 34px;
|
|
156
|
-
font-family: 'Poppins', 'Helvetica Neue', Arial, Helvetica, sans-serif;
|
|
157
|
-
font-size: 0.8rem;
|
|
158
|
-
position: relative;
|
|
159
|
-
font-weight: normal;
|
|
160
|
-
font-style: normal;
|
|
161
158
|
padding: 0 7px 0 12px;
|
|
162
159
|
margin-top: 0.2rem;
|
|
163
160
|
background-color: transparent;
|
|
164
161
|
color: #444;
|
|
162
|
+
font-family: 'Poppins', 'Helvetica Neue', Arial, Helvetica, sans-serif;
|
|
163
|
+
font-size: 0.8rem;
|
|
164
|
+
font-style: normal;
|
|
165
|
+
font-weight: normal;
|
|
165
166
|
|
|
166
167
|
.react-select__control {
|
|
167
168
|
min-height: 0;
|
|
@@ -184,8 +185,8 @@ body.cms-ui {
|
|
|
184
185
|
padding-left: 0.8rem;
|
|
185
186
|
|
|
186
187
|
.ui.basic.button:focus {
|
|
187
|
-
outline: solid 2px $focus-outline-color;
|
|
188
188
|
border-radius: 0;
|
|
189
|
+
outline: solid 2px $focus-outline-color;
|
|
189
190
|
}
|
|
190
191
|
}
|
|
191
192
|
}
|
|
@@ -223,6 +224,7 @@ body.cms-ui {
|
|
|
223
224
|
/* FIX CT SELECT REACTVIRTUALIZED */
|
|
224
225
|
.ReactVirtualized__Grid.ReactVirtualized__List {
|
|
225
226
|
width: 100% !important;
|
|
227
|
+
|
|
226
228
|
.ReactVirtualized__Grid__innerScrollContainer {
|
|
227
229
|
max-width: none !important;
|
|
228
230
|
}
|
|
@@ -267,71 +269,83 @@ body.cms-ui {
|
|
|
267
269
|
fill: #999 !important;
|
|
268
270
|
}
|
|
269
271
|
}
|
|
272
|
+
|
|
270
273
|
.sidebar-container {
|
|
271
274
|
.numbers-block-sidebar-form-container {
|
|
272
275
|
padding-bottom: 1rem;
|
|
273
276
|
}
|
|
277
|
+
|
|
274
278
|
.breadcrumbs {
|
|
275
279
|
.breadcrumb {
|
|
276
280
|
flex-wrap: wrap;
|
|
277
281
|
row-gap: 0.5em;
|
|
282
|
+
|
|
278
283
|
a.section {
|
|
279
284
|
position: relative;
|
|
285
|
+
|
|
280
286
|
&:not(:last-of-type) {
|
|
281
287
|
max-width: 33.33%;
|
|
282
288
|
}
|
|
289
|
+
|
|
283
290
|
&:last-of-type {
|
|
284
291
|
max-width: 100%;
|
|
292
|
+
|
|
285
293
|
.tooltip {
|
|
286
|
-
white-space: normal;
|
|
287
294
|
text-overflow: unset;
|
|
295
|
+
white-space: normal;
|
|
288
296
|
}
|
|
289
297
|
}
|
|
290
298
|
}
|
|
299
|
+
|
|
291
300
|
.tooltip {
|
|
292
301
|
overflow: hidden;
|
|
293
|
-
white-space: nowrap;
|
|
294
302
|
text-overflow: ellipsis;
|
|
303
|
+
white-space: nowrap;
|
|
304
|
+
|
|
295
305
|
&:hover + .tooltip-text {
|
|
296
|
-
visibility: visible;
|
|
297
306
|
opacity: 1;
|
|
307
|
+
visibility: visible;
|
|
298
308
|
}
|
|
309
|
+
|
|
299
310
|
&:last-child {
|
|
300
311
|
max-width: none;
|
|
301
|
-
white-space: normal;
|
|
302
312
|
text-overflow: unset;
|
|
313
|
+
white-space: normal;
|
|
303
314
|
}
|
|
304
315
|
}
|
|
316
|
+
|
|
305
317
|
.tooltip-text {
|
|
306
318
|
position: absolute;
|
|
307
|
-
visibility: hidden;
|
|
308
319
|
z-index: 1;
|
|
309
320
|
bottom: 125%;
|
|
310
321
|
left: 50%;
|
|
311
|
-
margin-left: -60px;
|
|
312
322
|
width: 8rem;
|
|
323
|
+
padding: 5px;
|
|
324
|
+
border-radius: 0.2em;
|
|
325
|
+
margin-left: -60px;
|
|
313
326
|
background-color: $gray-200;
|
|
314
327
|
color: $black;
|
|
315
328
|
font-size: 0.8em;
|
|
316
|
-
text-align: center;
|
|
317
|
-
border-radius: 0.2em;
|
|
318
|
-
padding: 5px;
|
|
319
329
|
opacity: 0;
|
|
330
|
+
text-align: center;
|
|
320
331
|
transition: opacity 0.3s;
|
|
332
|
+
visibility: hidden;
|
|
333
|
+
|
|
321
334
|
&::after {
|
|
322
|
-
content: '';
|
|
323
335
|
position: absolute;
|
|
324
336
|
top: 100%;
|
|
325
337
|
left: 50%;
|
|
326
|
-
margin-left: -5px;
|
|
327
338
|
border-width: 5px;
|
|
328
339
|
border-style: solid;
|
|
329
340
|
border-color: $gray-200 transparent transparent transparent;
|
|
341
|
+
margin-left: -5px;
|
|
342
|
+
content: '';
|
|
330
343
|
}
|
|
331
344
|
}
|
|
332
345
|
}
|
|
333
346
|
}
|
|
334
347
|
}
|
|
348
|
+
|
|
335
349
|
.icon-align-name {
|
|
336
350
|
svg.icon {
|
|
337
351
|
margin-right: 0.75rem !important;
|
|
@@ -373,10 +387,12 @@ body.cms-ui {
|
|
|
373
387
|
.button.info.active {
|
|
374
388
|
background-color: $alert-info;
|
|
375
389
|
}
|
|
390
|
+
|
|
376
391
|
.button.warning,
|
|
377
392
|
.button.warning.active {
|
|
378
393
|
background-color: $alert-warning;
|
|
379
394
|
}
|
|
395
|
+
|
|
380
396
|
.button.danger,
|
|
381
397
|
.button.danger.active {
|
|
382
398
|
background-color: $alert-danger;
|
|
@@ -436,6 +452,7 @@ body.cms-ui {
|
|
|
436
452
|
z-index: 0;
|
|
437
453
|
}
|
|
438
454
|
}
|
|
455
|
+
|
|
439
456
|
&.image {
|
|
440
457
|
.block.align {
|
|
441
458
|
&.left,
|
|
@@ -455,6 +472,7 @@ body.cms-ui {
|
|
|
455
472
|
text-decoration: $link-decoration;
|
|
456
473
|
}
|
|
457
474
|
}
|
|
475
|
+
|
|
458
476
|
.footer-configuration-widget {
|
|
459
477
|
.DraftEditor-editorContainer {
|
|
460
478
|
a.link-anchorlink-theme {
|
|
@@ -563,7 +581,9 @@ body.cms-ui {
|
|
|
563
581
|
background-color: #fff;
|
|
564
582
|
border-bottom-left-radius: 3px;
|
|
565
583
|
border-bottom-right-radius: 3px;
|
|
566
|
-
box-shadow:
|
|
584
|
+
box-shadow:
|
|
585
|
+
0 0 8px rgba(0, 0, 0, 0.1),
|
|
586
|
+
0 2px 4px rgba(0, 0, 0, 0.05);
|
|
567
587
|
list-style-type: none;
|
|
568
588
|
transform: translateX(-50%);
|
|
569
589
|
|
|
@@ -710,14 +730,16 @@ body.cms-ui {
|
|
|
710
730
|
word-break: break-word;
|
|
711
731
|
}
|
|
712
732
|
}
|
|
733
|
+
|
|
713
734
|
&.view-diffview,
|
|
714
735
|
&.section-historyview {
|
|
715
736
|
.ui.table,
|
|
716
737
|
#toolbar .ui.table {
|
|
717
|
-
table-layout: fixed;
|
|
718
738
|
width: 100%;
|
|
739
|
+
table-layout: fixed;
|
|
719
740
|
}
|
|
720
741
|
}
|
|
742
|
+
|
|
721
743
|
&.view-diffview {
|
|
722
744
|
@import 'bootstrap/scss/card';
|
|
723
745
|
@import 'bootstrap-italia/src/scss/custom/card';
|
|
@@ -729,6 +751,7 @@ body.has-toolbar {
|
|
|
729
751
|
#toolbar .toolbar-content.show {
|
|
730
752
|
z-index: 9;
|
|
731
753
|
}
|
|
754
|
+
|
|
732
755
|
&.public-ui #toolbar {
|
|
733
756
|
.toolbar {
|
|
734
757
|
&:before {
|
|
@@ -36,9 +36,10 @@ $largeMonitorGutter: auto;
|
|
|
36
36
|
margin-right: $gutter !important;
|
|
37
37
|
margin-left: $gutter !important;
|
|
38
38
|
}
|
|
39
|
+
|
|
39
40
|
.public-ui .full-width > .px-4.container {
|
|
40
|
-
padding-left: 0 !important;
|
|
41
41
|
padding-right: 0 !important;
|
|
42
|
+
padding-left: 0 !important;
|
|
42
43
|
}
|
|
43
44
|
}
|
|
44
45
|
|
|
@@ -58,7 +59,9 @@ $largeMonitorGutter: auto;
|
|
|
58
59
|
}
|
|
59
60
|
}
|
|
60
61
|
|
|
61
|
-
body.cms-ui:not(.has-toolbar):not(.has-sidebar):not(.has-toolbar-collapsed):not(
|
|
62
|
+
body.cms-ui:not(.has-toolbar):not(.has-sidebar):not(.has-toolbar-collapsed):not(
|
|
63
|
+
.has-sidebar-collapsed
|
|
64
|
+
) {
|
|
62
65
|
@include contentWidth(0);
|
|
63
66
|
}
|
|
64
67
|
|
|
@@ -74,7 +77,9 @@ body.cms-ui.has-toolbar.has-sidebar-collapsed {
|
|
|
74
77
|
@include contentWidth($toolbarWidth + $collapsedWidth);
|
|
75
78
|
}
|
|
76
79
|
|
|
77
|
-
body.cms-ui.has-toolbar-collapsed:not(.has-sidebar):not(
|
|
80
|
+
body.cms-ui.has-toolbar-collapsed:not(.has-sidebar):not(
|
|
81
|
+
.has-sidebar-collapsed
|
|
82
|
+
) {
|
|
78
83
|
@include contentWidth($collapsedWidth);
|
|
79
84
|
}
|
|
80
85
|
|
|
@@ -32,8 +32,10 @@ $gdpr-toggle: #b22515 !default;
|
|
|
32
32
|
$gdpr-toggle-border: #000 !default;
|
|
33
33
|
$gdpr-focus-color: #ff9800 !default;
|
|
34
34
|
$gdpr-link-color: #004285 !default;
|
|
35
|
-
$gdpr-focus-shadow:
|
|
36
|
-
0 1px
|
|
35
|
+
$gdpr-focus-shadow:
|
|
36
|
+
inset 0 1px 0 rgba(255, 255, 255, 0.15),
|
|
37
|
+
0 1px 1px rgba(0, 0, 0, 0.075),
|
|
38
|
+
0 0 0 0.2rem $gdpr-focus-color !default;
|
|
37
39
|
|
|
38
40
|
$caption-text: #455b71 !default;
|
|
39
41
|
|
|
@@ -8,18 +8,22 @@
|
|
|
8
8
|
flex-direction: column;
|
|
9
9
|
align-items: flex-start;
|
|
10
10
|
}
|
|
11
|
+
|
|
11
12
|
.nextGenerationEULogo {
|
|
12
|
-
height: 75px;
|
|
13
13
|
width: auto;
|
|
14
|
+
height: 75px;
|
|
14
15
|
aspect-ratio: 167 / 41;
|
|
15
16
|
}
|
|
17
|
+
|
|
16
18
|
a {
|
|
17
19
|
h2 {
|
|
18
20
|
font-size: 1.777778rem;
|
|
19
21
|
}
|
|
22
|
+
|
|
20
23
|
h3 {
|
|
21
24
|
font-weight: 600;
|
|
22
25
|
}
|
|
26
|
+
|
|
23
27
|
.icon {
|
|
24
28
|
width: 75px;
|
|
25
29
|
height: 75px;
|
|
@@ -29,12 +33,12 @@
|
|
|
29
33
|
}
|
|
30
34
|
|
|
31
35
|
h4 {
|
|
32
|
-
color: $white;
|
|
33
|
-
font-size: 16px;
|
|
34
|
-
text-transform: uppercase;
|
|
35
36
|
display: flex;
|
|
36
37
|
align-items: center;
|
|
37
38
|
margin-bottom: 0.889rem;
|
|
39
|
+
color: $white;
|
|
40
|
+
font-size: 16px;
|
|
41
|
+
text-transform: uppercase;
|
|
38
42
|
|
|
39
43
|
a {
|
|
40
44
|
font-weight: 700;
|
|
@@ -96,6 +100,7 @@
|
|
|
96
100
|
a {
|
|
97
101
|
word-break: normal;
|
|
98
102
|
}
|
|
103
|
+
|
|
99
104
|
a,
|
|
100
105
|
button,
|
|
101
106
|
a:hover:not(.disabled),
|