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
|
@@ -88,10 +88,12 @@
|
|
|
88
88
|
content: none;
|
|
89
89
|
}
|
|
90
90
|
}
|
|
91
|
+
|
|
91
92
|
.flex-container {
|
|
92
93
|
display: flex;
|
|
93
94
|
align-items: center;
|
|
94
95
|
column-gap: 0.56em;
|
|
96
|
+
|
|
95
97
|
.day {
|
|
96
98
|
font-size: 2.6rem;
|
|
97
99
|
font-weight: 400;
|
|
@@ -103,10 +105,10 @@
|
|
|
103
105
|
justify-content: center;
|
|
104
106
|
|
|
105
107
|
.day-week {
|
|
108
|
+
color: $caption-text;
|
|
106
109
|
font-family: $font-family-sans-serif;
|
|
107
110
|
font-weight: 400;
|
|
108
111
|
text-transform: uppercase;
|
|
109
|
-
color: $caption-text;
|
|
110
112
|
}
|
|
111
113
|
|
|
112
114
|
.month {
|
|
@@ -133,21 +135,21 @@
|
|
|
133
135
|
align-items: center;
|
|
134
136
|
|
|
135
137
|
.item-img {
|
|
136
|
-
flex: 0 0 3.11rem;
|
|
137
|
-
margin-right: 0.83em;
|
|
138
138
|
position: relative;
|
|
139
139
|
overflow: hidden;
|
|
140
140
|
height: 3.11rem;
|
|
141
|
+
flex: 0 0 3.11rem;
|
|
142
|
+
margin-right: 0.83em;
|
|
141
143
|
|
|
142
144
|
img {
|
|
143
145
|
position: absolute;
|
|
144
146
|
top: 50%;
|
|
145
147
|
left: 50%;
|
|
146
|
-
transform: translate(-50%, -50%);
|
|
147
148
|
min-width: 100%;
|
|
148
149
|
min-height: 100%;
|
|
149
|
-
object-fit: cover;
|
|
150
150
|
border-radius: 4px;
|
|
151
|
+
object-fit: cover;
|
|
152
|
+
transform: translate(-50%, -50%);
|
|
151
153
|
}
|
|
152
154
|
}
|
|
153
155
|
}
|
|
@@ -157,9 +159,9 @@
|
|
|
157
159
|
margin-top: 6rem;
|
|
158
160
|
|
|
159
161
|
.link-more-button-align-right {
|
|
162
|
+
display: flex;
|
|
160
163
|
align-items: center;
|
|
161
164
|
justify-content: right;
|
|
162
|
-
display: flex;
|
|
163
165
|
}
|
|
164
166
|
}
|
|
165
167
|
|
|
@@ -98,9 +98,9 @@
|
|
|
98
98
|
.listing-item.card {
|
|
99
99
|
.card-body {
|
|
100
100
|
.category-top {
|
|
101
|
+
color: $caption-text;
|
|
101
102
|
font-size: 0.875rem;
|
|
102
103
|
line-height: 1.313rem;
|
|
103
|
-
color: $caption-text;
|
|
104
104
|
|
|
105
105
|
.text {
|
|
106
106
|
font-weight: 600;
|
|
@@ -115,18 +115,18 @@
|
|
|
115
115
|
|
|
116
116
|
.card-title {
|
|
117
117
|
a {
|
|
118
|
+
color: $link-color;
|
|
118
119
|
font-size: 1.3rem;
|
|
119
|
-
line-height: 1.75rem;
|
|
120
120
|
font-weight: 700;
|
|
121
|
-
|
|
121
|
+
line-height: 1.75rem;
|
|
122
122
|
}
|
|
123
123
|
}
|
|
124
124
|
|
|
125
125
|
.card-text {
|
|
126
|
-
font-size: 1rem;
|
|
127
|
-
line-height: 1.5rem;
|
|
128
126
|
color: $gray-secondary;
|
|
129
127
|
font-family: $font-family-sans-serif;
|
|
128
|
+
font-size: 1rem;
|
|
129
|
+
line-height: 1.5rem;
|
|
130
130
|
}
|
|
131
131
|
}
|
|
132
132
|
}
|
|
@@ -138,8 +138,8 @@
|
|
|
138
138
|
}
|
|
139
139
|
|
|
140
140
|
.data.data {
|
|
141
|
-
margin-top: 3px;
|
|
142
141
|
flex-basis: 100%;
|
|
142
|
+
margin-top: 3px;
|
|
143
143
|
|
|
144
144
|
&:before {
|
|
145
145
|
display: none;
|
|
@@ -156,8 +156,8 @@
|
|
|
156
156
|
}
|
|
157
157
|
|
|
158
158
|
.data.data {
|
|
159
|
-
margin-top: 3px;
|
|
160
159
|
flex-basis: 100%;
|
|
160
|
+
margin-top: 3px;
|
|
161
161
|
|
|
162
162
|
&:before {
|
|
163
163
|
display: none;
|
|
@@ -27,11 +27,11 @@
|
|
|
27
27
|
|
|
28
28
|
.title {
|
|
29
29
|
z-index: 2;
|
|
30
|
+
overflow: hidden;
|
|
31
|
+
max-height: calc(5em * 1.25); // 5 lines
|
|
30
32
|
margin-bottom: 0.8rem;
|
|
31
33
|
color: #fff;
|
|
32
34
|
font-size: 1.7rem;
|
|
33
|
-
overflow: hidden;
|
|
34
|
-
max-height: calc(5em * 1.25); // 5 lines
|
|
35
35
|
|
|
36
36
|
&.ellipsis::after {
|
|
37
37
|
content: '…';
|
|
@@ -77,8 +77,9 @@
|
|
|
77
77
|
}
|
|
78
78
|
}
|
|
79
79
|
|
|
80
|
-
.read-more
|
|
81
|
-
.read-more
|
|
80
|
+
a.read-more,
|
|
81
|
+
a.read-more .text + .icon,
|
|
82
|
+
a.read-more .text {
|
|
82
83
|
color: #fff;
|
|
83
84
|
fill: #fff;
|
|
84
85
|
text-decoration: none;
|
|
@@ -11,14 +11,14 @@
|
|
|
11
11
|
|
|
12
12
|
.image-container {
|
|
13
13
|
display: flex;
|
|
14
|
+
overflow: hidden;
|
|
14
15
|
width: 40px;
|
|
15
16
|
height: 40px;
|
|
16
17
|
flex-shrink: 0;
|
|
18
|
+
border-radius: 50%;
|
|
17
19
|
margin: 18px 0px 0px 18px;
|
|
18
20
|
|
|
19
21
|
background-color: $white;
|
|
20
|
-
border-radius: 50%;
|
|
21
|
-
overflow: hidden;
|
|
22
22
|
|
|
23
23
|
.volto-image {
|
|
24
24
|
img {
|
|
@@ -45,6 +45,7 @@
|
|
|
45
45
|
font-size: 1rem !important;
|
|
46
46
|
font-weight: 700 !important;
|
|
47
47
|
line-height: 1.44444rem;
|
|
48
|
+
|
|
48
49
|
.external-link {
|
|
49
50
|
fill: $external-link-fill-buttons !important;
|
|
50
51
|
}
|
|
@@ -53,6 +54,7 @@
|
|
|
53
54
|
.card:after {
|
|
54
55
|
content: none;
|
|
55
56
|
}
|
|
57
|
+
|
|
56
58
|
.no-external-if-link > .external-link {
|
|
57
59
|
display: none;
|
|
58
60
|
}
|
|
@@ -91,8 +91,8 @@
|
|
|
91
91
|
.number {
|
|
92
92
|
padding: 1.3rem;
|
|
93
93
|
border: 1px solid $white;
|
|
94
|
-
background-color: rgba(255, 255, 255, 0.06);
|
|
95
94
|
border-radius: 0.5rem;
|
|
95
|
+
background-color: rgba(255, 255, 255, 0.06);
|
|
96
96
|
font-family: $font-family-monospace !important;
|
|
97
97
|
font-size: 3.8rem;
|
|
98
98
|
font-weight: bold;
|
|
@@ -109,8 +109,8 @@
|
|
|
109
109
|
.expired {
|
|
110
110
|
padding: 1.5rem;
|
|
111
111
|
border: 1px solid $white;
|
|
112
|
-
background-color: rgba(255, 255, 255, 0.06);
|
|
113
112
|
border-radius: 0.5rem;
|
|
113
|
+
background-color: rgba(255, 255, 255, 0.06);
|
|
114
114
|
font-size: 3rem;
|
|
115
115
|
font-weight: bold;
|
|
116
116
|
text-align: center;
|
|
@@ -31,26 +31,28 @@
|
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
a.btn-outline-info {
|
|
34
|
+
position: relative;
|
|
34
35
|
max-width: 300px;
|
|
35
36
|
box-shadow: inset 0 0 0 1px $secondary-text;
|
|
36
37
|
color: $secondary-text;
|
|
37
38
|
font-size: 0.9rem;
|
|
38
39
|
text-transform: uppercase;
|
|
39
|
-
position: relative;
|
|
40
40
|
|
|
41
41
|
&:hover,
|
|
42
42
|
&:focus {
|
|
43
43
|
background: $secondary-text;
|
|
44
44
|
color: $secondary;
|
|
45
|
+
|
|
45
46
|
.external-link {
|
|
46
47
|
fill: #004080 !important;
|
|
47
48
|
}
|
|
48
49
|
}
|
|
50
|
+
|
|
49
51
|
.external-link {
|
|
50
|
-
fill: $external-link-fill-buttons !important;
|
|
51
52
|
position: absolute;
|
|
52
53
|
top: 3px;
|
|
53
54
|
right: 3px;
|
|
55
|
+
fill: $external-link-fill-buttons !important;
|
|
54
56
|
}
|
|
55
57
|
}
|
|
56
58
|
|
|
@@ -120,12 +122,12 @@
|
|
|
120
122
|
}
|
|
121
123
|
|
|
122
124
|
a.btn-outline-info {
|
|
125
|
+
position: relative;
|
|
126
|
+
padding: 18px 60px;
|
|
123
127
|
box-shadow: inset 0 0 0 1px #fff;
|
|
124
128
|
color: #fff;
|
|
125
|
-
padding: 18px 60px;
|
|
126
|
-
font-weight: bold;
|
|
127
129
|
font-size: 1rem;
|
|
128
|
-
|
|
130
|
+
font-weight: bold;
|
|
129
131
|
|
|
130
132
|
.external-link {
|
|
131
133
|
position: absolute;
|
|
@@ -1,25 +1,30 @@
|
|
|
1
1
|
.block.gridBlock {
|
|
2
2
|
margin-top: 2rem;
|
|
3
|
+
|
|
3
4
|
.full-width {
|
|
4
5
|
height: unset !important;
|
|
5
6
|
}
|
|
7
|
+
|
|
6
8
|
.gridBlock-container {
|
|
9
|
+
position: relative;
|
|
7
10
|
max-width: 1320px;
|
|
8
11
|
padding: 0 4px;
|
|
9
12
|
margin: auto;
|
|
10
|
-
|
|
13
|
+
|
|
11
14
|
.toolbar {
|
|
12
15
|
left: 16px !important;
|
|
13
16
|
}
|
|
17
|
+
|
|
14
18
|
.block {
|
|
15
19
|
.image {
|
|
16
20
|
.ui.message {
|
|
17
|
-
padding-left: 8px;
|
|
18
21
|
padding-right: 8px;
|
|
22
|
+
padding-left: 8px;
|
|
19
23
|
}
|
|
24
|
+
|
|
20
25
|
.ui.input {
|
|
21
|
-
font-size: 14px;
|
|
22
26
|
margin-left: 16px;
|
|
27
|
+
font-size: 14px;
|
|
23
28
|
}
|
|
24
29
|
}
|
|
25
30
|
}
|
|
@@ -108,8 +108,8 @@
|
|
|
108
108
|
.ui.basic.button.delete-button {
|
|
109
109
|
z-index: 3;
|
|
110
110
|
padding: 0.3rem;
|
|
111
|
-
background-color: #8bb3b5 !important;
|
|
112
111
|
border-radius: 100%;
|
|
112
|
+
background-color: #8bb3b5 !important;
|
|
113
113
|
line-height: 1rem;
|
|
114
114
|
|
|
115
115
|
svg:not(:hover) {
|
|
@@ -160,8 +160,8 @@
|
|
|
160
160
|
width: 6rem;
|
|
161
161
|
height: 6rem;
|
|
162
162
|
padding: 0.5rem 1rem;
|
|
163
|
-
background-color: #ededed;
|
|
164
163
|
border-radius: 100%;
|
|
164
|
+
background-color: #ededed;
|
|
165
165
|
font-size: 0.8rem;
|
|
166
166
|
vertical-align: middle;
|
|
167
167
|
}
|
|
@@ -56,8 +56,8 @@
|
|
|
56
56
|
margin-left: 1.3em;
|
|
57
57
|
|
|
58
58
|
&::after {
|
|
59
|
-
border-left: 10px solid transparent;
|
|
60
59
|
border-right: 10px solid transparent;
|
|
60
|
+
border-left: 10px solid transparent;
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
63
|
|
|
@@ -65,11 +65,12 @@
|
|
|
65
65
|
padding: 1.3em;
|
|
66
66
|
}
|
|
67
67
|
}
|
|
68
|
+
|
|
68
69
|
.etichetta.etichetta {
|
|
69
|
-
|
|
70
|
+
top: 0.6em !important;
|
|
70
71
|
right: 0em !important;
|
|
71
72
|
left: auto;
|
|
72
|
-
|
|
73
|
+
width: 50%;
|
|
73
74
|
padding: 0em 0.5em;
|
|
74
75
|
font-size: 0.6rem;
|
|
75
76
|
}
|
|
@@ -77,9 +78,9 @@
|
|
|
77
78
|
|
|
78
79
|
@include media-breakpoint-between(md, xxl) {
|
|
79
80
|
.etichetta.etichetta {
|
|
80
|
-
width: 50%;
|
|
81
81
|
right: 0.5em !important;
|
|
82
82
|
left: auto;
|
|
83
|
+
width: 50%;
|
|
83
84
|
padding: 0em 0.5em;
|
|
84
85
|
}
|
|
85
86
|
}
|
|
@@ -2,10 +2,11 @@
|
|
|
2
2
|
.card {
|
|
3
3
|
.card-body {
|
|
4
4
|
.source-title {
|
|
5
|
+
margin-bottom: $card-category-m-bottom;
|
|
6
|
+
color: $card-p-color;
|
|
5
7
|
font-size: $card-category-size;
|
|
6
8
|
text-transform: uppercase;
|
|
7
|
-
|
|
8
|
-
margin-bottom: $card-category-m-bottom;
|
|
9
|
+
|
|
9
10
|
.source {
|
|
10
11
|
font-weight: bold;
|
|
11
12
|
letter-spacing: $card-category-l-spacing;
|
|
@@ -2,10 +2,12 @@
|
|
|
2
2
|
.full-width {
|
|
3
3
|
height: 100% !important;
|
|
4
4
|
}
|
|
5
|
+
|
|
5
6
|
.search-wrapper {
|
|
6
7
|
position: relative;
|
|
7
8
|
margin-top: 1.75rem;
|
|
8
9
|
background-color: #fff;
|
|
10
|
+
|
|
9
11
|
.form-group {
|
|
10
12
|
flex: 1;
|
|
11
13
|
margin: 0;
|
|
@@ -14,62 +16,74 @@
|
|
|
14
16
|
display: none;
|
|
15
17
|
}
|
|
16
18
|
}
|
|
19
|
+
|
|
17
20
|
.input-group-append,
|
|
18
21
|
.clear-icon,
|
|
19
22
|
input {
|
|
20
23
|
height: 45px;
|
|
21
24
|
}
|
|
25
|
+
|
|
22
26
|
label {
|
|
23
27
|
color: var(--bs-gray-secondary);
|
|
24
28
|
}
|
|
29
|
+
|
|
25
30
|
label.inactive,
|
|
26
31
|
input {
|
|
27
32
|
padding-left: 2.5rem !important;
|
|
28
33
|
}
|
|
34
|
+
|
|
29
35
|
label.inactive {
|
|
30
36
|
color: transparent;
|
|
31
37
|
}
|
|
38
|
+
|
|
32
39
|
label.active {
|
|
33
|
-
font-size: 1rem;
|
|
34
40
|
top: -8px;
|
|
41
|
+
font-size: 1rem;
|
|
35
42
|
}
|
|
43
|
+
|
|
36
44
|
.autocomplete-icon {
|
|
37
45
|
position: absolute;
|
|
38
|
-
left: 0;
|
|
39
|
-
right: auto;
|
|
40
|
-
top: 7px;
|
|
41
46
|
z-index: 5;
|
|
47
|
+
top: 7px;
|
|
48
|
+
right: auto;
|
|
49
|
+
left: 0;
|
|
50
|
+
|
|
42
51
|
.icon {
|
|
43
52
|
fill: $link-color;
|
|
44
53
|
}
|
|
45
54
|
}
|
|
55
|
+
|
|
46
56
|
.clear-icon {
|
|
47
|
-
z-index: 5;
|
|
48
|
-
border: none;
|
|
49
|
-
outline: none;
|
|
50
57
|
position: absolute;
|
|
58
|
+
z-index: 5;
|
|
51
59
|
right: 80px;
|
|
52
|
-
|
|
60
|
+
border: none;
|
|
53
61
|
border-bottom: 1px solid hsl(210deg, 17.6470588235%, 43.35%);
|
|
62
|
+
font-size: 1rem;
|
|
63
|
+
outline: none;
|
|
54
64
|
}
|
|
55
65
|
}
|
|
66
|
+
|
|
56
67
|
.search-details {
|
|
57
68
|
color: var(--bs-gray-900);
|
|
58
69
|
}
|
|
70
|
+
|
|
59
71
|
.search-results .public-ui .template-wrapper {
|
|
60
72
|
.container {
|
|
61
|
-
padding: 0 !important;
|
|
62
73
|
max-width: 100%;
|
|
74
|
+
padding: 0 !important;
|
|
63
75
|
}
|
|
64
76
|
}
|
|
77
|
+
|
|
65
78
|
.sideColumn {
|
|
66
79
|
@media (max-width: #{map-get($grid-breakpoints, md)}) {
|
|
67
80
|
padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
|
|
68
81
|
padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
|
|
69
82
|
}
|
|
83
|
+
|
|
70
84
|
.columnTextTitle {
|
|
71
|
-
text-transform: uppercase;
|
|
72
85
|
color: var(--bs-gray-900);
|
|
86
|
+
text-transform: uppercase;
|
|
73
87
|
}
|
|
74
88
|
|
|
75
89
|
.facets {
|
|
@@ -80,108 +94,123 @@
|
|
|
80
94
|
.daterange-facet {
|
|
81
95
|
.DateRangePickerInput {
|
|
82
96
|
border-bottom: 1px solid hsl(210deg, 17.6470588235%, 43.35%);
|
|
97
|
+
|
|
83
98
|
input[type='text'] {
|
|
84
99
|
border-bottom: none;
|
|
85
100
|
}
|
|
86
101
|
}
|
|
87
102
|
}
|
|
103
|
+
|
|
88
104
|
.select-facet {
|
|
89
105
|
// Same div, but for some reason when built, valuecontainer
|
|
90
106
|
// class is not present in html, design-react-kit fault
|
|
91
107
|
div[class*='-ValueContainer'],
|
|
92
108
|
div[class*='-control'] > div:first-child {
|
|
93
|
-
|
|
109
|
+
position: relative;
|
|
94
110
|
display: flex;
|
|
95
|
-
-webkit-align-items: center;
|
|
96
|
-
-webkit-box-align: center;
|
|
97
|
-
-ms-flex-align: center;
|
|
98
|
-
align-items: center;
|
|
99
111
|
display: -webkit-box;
|
|
100
112
|
display: -webkit-flex;
|
|
101
113
|
display: -ms-flexbox;
|
|
114
|
+
overflow: hidden;
|
|
115
|
+
height: 2.5rem;
|
|
116
|
+
box-sizing: border-box;
|
|
102
117
|
-webkit-flex: 1 1 0%;
|
|
103
118
|
-ms-flex: 1 1 0%;
|
|
104
119
|
flex: 1 1 0%;
|
|
120
|
+
flex-wrap: nowrap;
|
|
121
|
+
-webkit-align-items: center;
|
|
122
|
+
align-items: center;
|
|
105
123
|
padding: 2px 8px;
|
|
124
|
+
-webkit-box-align: center;
|
|
125
|
+
-ms-flex-align: center;
|
|
106
126
|
-webkit-overflow-scrolling: touch;
|
|
107
|
-
position: relative;
|
|
108
|
-
overflow: hidden;
|
|
109
|
-
box-sizing: border-box;
|
|
110
|
-
height: 2.5rem;
|
|
111
127
|
}
|
|
128
|
+
|
|
112
129
|
div[class*='-placeholder'] {
|
|
113
130
|
color: #484848;
|
|
114
131
|
}
|
|
115
132
|
}
|
|
116
133
|
}
|
|
117
134
|
}
|
|
135
|
+
|
|
118
136
|
.search-results-count-sort {
|
|
119
137
|
.accordion-wrapper {
|
|
120
|
-
min-width: 350px;
|
|
121
138
|
position: relative;
|
|
139
|
+
min-width: 350px;
|
|
122
140
|
@media (max-width: #{map-get($grid-breakpoints, md)}) {
|
|
123
141
|
min-width: 100%;
|
|
124
142
|
}
|
|
143
|
+
|
|
125
144
|
.accordion-header {
|
|
126
|
-
padding: 0.5rem;
|
|
127
|
-
font-size: 1rem;
|
|
128
145
|
display: flex;
|
|
129
146
|
width: 100%;
|
|
130
147
|
align-items: center;
|
|
131
148
|
justify-content: space-between;
|
|
132
|
-
|
|
133
|
-
background-color 0.2s cubic-bezier(0, 1, 0, 1) 0.2s;
|
|
149
|
+
padding: 0.5rem;
|
|
134
150
|
border: none;
|
|
135
|
-
border-bottom: 1px solid;
|
|
136
151
|
border-color: hsl(210deg, 17.6470588235%, 43.35%) !important;
|
|
152
|
+
border-bottom: 1px solid;
|
|
153
|
+
font-size: 1rem;
|
|
154
|
+
transition:
|
|
155
|
+
border-color 0.3s ease-in,
|
|
156
|
+
background-color 0.2s cubic-bezier(0, 1, 0, 1) 0.2s;
|
|
157
|
+
|
|
137
158
|
&[aria-expanded='true'] {
|
|
138
159
|
border-color: transparent !important;
|
|
139
|
-
transition: background-color 0.2s cubic-bezier(0, 1, 0, 1),
|
|
140
|
-
border-color 0.05s cubic-bezier(1, 0, 1, 0);
|
|
141
160
|
box-shadow: 0 1rem 2rem -0.25rem rgba(0, 0, 0, 0.15) !important;
|
|
161
|
+
transition:
|
|
162
|
+
background-color 0.2s cubic-bezier(0, 1, 0, 1),
|
|
163
|
+
border-color 0.05s cubic-bezier(1, 0, 1, 0);
|
|
142
164
|
}
|
|
165
|
+
|
|
143
166
|
.filter-list-title {
|
|
144
167
|
display: flex;
|
|
168
|
+
|
|
145
169
|
.accordion-control {
|
|
146
170
|
position: relative;
|
|
147
171
|
margin-right: 28px;
|
|
172
|
+
|
|
148
173
|
.indicator {
|
|
149
174
|
position: absolute;
|
|
175
|
+
z-index: 10;
|
|
150
176
|
right: -22px;
|
|
151
177
|
bottom: -5px;
|
|
152
|
-
z-index: 10;
|
|
153
178
|
}
|
|
154
179
|
}
|
|
155
180
|
}
|
|
156
181
|
}
|
|
157
182
|
|
|
158
183
|
.accordion-content {
|
|
184
|
+
position: absolute;
|
|
185
|
+
z-index: 10;
|
|
186
|
+
right: 0;
|
|
187
|
+
left: 0;
|
|
159
188
|
overflow: hidden;
|
|
160
189
|
max-height: 0;
|
|
161
190
|
padding: 0;
|
|
162
191
|
transition: max-height 0.2s cubic-bezier(0, 1, 0, 1);
|
|
163
|
-
|
|
164
|
-
left: 0;
|
|
165
|
-
right: 0;
|
|
166
|
-
z-index: 10;
|
|
192
|
+
|
|
167
193
|
&[aria-expanded='true'] {
|
|
168
|
-
max-height: 1000vh;
|
|
169
194
|
overflow: auto;
|
|
170
|
-
|
|
195
|
+
max-height: 1000vh;
|
|
171
196
|
box-shadow: 0 0.8rem 1rem -0.25rem rgba(0, 0, 0, 0.15) !important;
|
|
197
|
+
transition: max-height 0.25s cubic-bezier(1, 0, 1, 0);
|
|
172
198
|
}
|
|
173
199
|
|
|
174
200
|
.accordion-inner {
|
|
175
201
|
padding: 0.75rem 1rem;
|
|
202
|
+
|
|
176
203
|
.filter-list-group {
|
|
177
204
|
display: flex;
|
|
178
205
|
flex-direction: column;
|
|
206
|
+
|
|
179
207
|
.label-title {
|
|
180
208
|
color: var(--bs-gray-secondary);
|
|
181
|
-
text-transform: uppercase;
|
|
182
|
-
font-weight: 700;
|
|
183
209
|
font-size: 0.875rem;
|
|
210
|
+
font-weight: 700;
|
|
211
|
+
text-transform: uppercase;
|
|
184
212
|
}
|
|
213
|
+
|
|
185
214
|
.form-label {
|
|
186
215
|
align-items: center;
|
|
187
216
|
justify-content: space-between;
|
|
@@ -201,12 +230,14 @@
|
|
|
201
230
|
}
|
|
202
231
|
}
|
|
203
232
|
}
|
|
233
|
+
|
|
204
234
|
.clear-filters {
|
|
205
|
-
margin-top: 1rem;
|
|
206
235
|
width: 100%;
|
|
207
236
|
align-items: center;
|
|
208
237
|
justify-content: center;
|
|
238
|
+
margin-top: 1rem;
|
|
209
239
|
font-size: 17px;
|
|
240
|
+
|
|
210
241
|
svg {
|
|
211
242
|
margin-right: 0.5rem !important;
|
|
212
243
|
fill: var(--bs-danger);
|
|
@@ -42,23 +42,24 @@
|
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
.searchbar {
|
|
45
|
-
background-color: $white;
|
|
46
45
|
height: 45px;
|
|
46
|
+
background-color: $white;
|
|
47
47
|
|
|
48
48
|
button {
|
|
49
|
-
height: 100%;
|
|
50
49
|
display: flex;
|
|
51
50
|
width: 50px;
|
|
52
51
|
height: 100%;
|
|
52
|
+
height: 100%;
|
|
53
53
|
align-items: center;
|
|
54
54
|
justify-content: center;
|
|
55
55
|
border-width: 0px;
|
|
56
|
-
background: transparent;
|
|
57
56
|
margin-right: 10px;
|
|
57
|
+
background: transparent;
|
|
58
58
|
|
|
59
59
|
svg {
|
|
60
60
|
fill: $primary;
|
|
61
61
|
}
|
|
62
|
+
|
|
62
63
|
&:hover,
|
|
63
64
|
&:active {
|
|
64
65
|
background-color: darken($white, 5.5);
|