design-comuni-plone-theme 10.4.0 → 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 +39 -0
- package/RELEASE.md +18 -0
- package/error-503.html +52 -50
- 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 +108 -104
- package/src/components/ItaliaTheme/Blocks/Listing/CardWithSlideUpTextTemplate.jsx +8 -10
- package/src/components/ItaliaTheme/Blocks/TextCard/SimpleCard/Block.jsx +1 -7
- 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 -1
- 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 +72 -36
- 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
|
@@ -56,6 +56,7 @@
|
|
|
56
56
|
@include rem-size(font-size, 24);
|
|
57
57
|
@include rem-size(line-height, 26);
|
|
58
58
|
font-weight: 700;
|
|
59
|
+
|
|
59
60
|
&:hover,
|
|
60
61
|
&:active {
|
|
61
62
|
text-decoration: underline;
|
|
@@ -66,11 +67,11 @@
|
|
|
66
67
|
.category-top {
|
|
67
68
|
span.text {
|
|
68
69
|
span.text.fw-bold {
|
|
70
|
+
color: $link-color;
|
|
69
71
|
font-size: 0.875rem;
|
|
70
|
-
line-height: 1.313rem;
|
|
71
|
-
letter-spacing: 1px;
|
|
72
72
|
font-weight: 600 !important;
|
|
73
|
-
|
|
73
|
+
letter-spacing: 1px;
|
|
74
|
+
line-height: 1.313rem;
|
|
74
75
|
}
|
|
75
76
|
}
|
|
76
77
|
}
|
|
@@ -78,6 +79,7 @@
|
|
|
78
79
|
p.card-text {
|
|
79
80
|
font-size: 1rem;
|
|
80
81
|
line-height: 1.5rem;
|
|
82
|
+
|
|
81
83
|
div.document-date {
|
|
82
84
|
@include rem-size(font-size, 14);
|
|
83
85
|
}
|
|
@@ -128,6 +130,7 @@
|
|
|
128
130
|
@include rem-size(line-height, 32);
|
|
129
131
|
font-weight: 700;
|
|
130
132
|
text-decoration: none;
|
|
133
|
+
|
|
131
134
|
&:hover,
|
|
132
135
|
&:active {
|
|
133
136
|
text-decoration: underline;
|
|
@@ -6,22 +6,22 @@
|
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
.center-image-card {
|
|
9
|
+
position: relative;
|
|
9
10
|
display: flex;
|
|
10
11
|
overflow: hidden;
|
|
11
12
|
height: 100px;
|
|
12
13
|
align-items: center;
|
|
13
14
|
justify-content: center;
|
|
14
|
-
border-right: none;
|
|
15
15
|
border: 8px solid $white;
|
|
16
|
+
border-right: none;
|
|
16
17
|
background: $white;
|
|
17
18
|
box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
|
|
18
|
-
position: relative;
|
|
19
19
|
|
|
20
20
|
.img-link svg {
|
|
21
21
|
position: absolute;
|
|
22
|
+
z-index: 2;
|
|
22
23
|
top: 4px;
|
|
23
24
|
right: 4px;
|
|
24
|
-
z-index: 2;
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
.volto-image.responsive img,
|
|
@@ -4,39 +4,46 @@ $space-left: 1rem;
|
|
|
4
4
|
// template for "Indice dei contenuti"
|
|
5
5
|
.ui.bulleted.list {
|
|
6
6
|
padding-left: 0;
|
|
7
|
+
|
|
7
8
|
& .ui.bulleted.list {
|
|
8
|
-
padding-left: 0;
|
|
9
9
|
display: flex;
|
|
10
10
|
flex-direction: column;
|
|
11
11
|
padding-top: 0.5rem;
|
|
12
|
+
padding-left: 0;
|
|
13
|
+
|
|
12
14
|
[class^='item headline-'] {
|
|
13
15
|
margin-left: $space-left;
|
|
14
16
|
}
|
|
17
|
+
|
|
15
18
|
.item:last-child {
|
|
16
19
|
padding-bottom: 0;
|
|
17
20
|
}
|
|
18
21
|
}
|
|
22
|
+
|
|
19
23
|
.item {
|
|
24
|
+
position: relative;
|
|
20
25
|
display: flex;
|
|
21
26
|
flex-direction: column;
|
|
22
27
|
justify-content: center;
|
|
23
28
|
padding-bottom: 0.6rem;
|
|
24
29
|
font-size: 0.9rem;
|
|
25
30
|
list-style: none;
|
|
26
|
-
position: relative;
|
|
27
31
|
|
|
28
32
|
a {
|
|
29
33
|
display: inline-block;
|
|
30
34
|
margin-left: 1rem;
|
|
31
35
|
text-decoration: none;
|
|
32
36
|
}
|
|
37
|
+
|
|
33
38
|
&.headline-2 {
|
|
39
|
+
width: 100%;
|
|
34
40
|
margin-top: 0.5rem;
|
|
35
41
|
font-size: 1rem;
|
|
36
42
|
font-weight: 600;
|
|
37
|
-
width: 100%;
|
|
38
43
|
|
|
39
44
|
&::before {
|
|
45
|
+
position: absolute;
|
|
46
|
+
top: 0.4rem;
|
|
40
47
|
width: 0;
|
|
41
48
|
height: 0;
|
|
42
49
|
border-top: 0.4rem solid transparent;
|
|
@@ -44,13 +51,13 @@ $space-left: 1rem;
|
|
|
44
51
|
border-left: 0.5rem solid $link-color;
|
|
45
52
|
content: '' !important;
|
|
46
53
|
list-style: none;
|
|
47
|
-
position: absolute;
|
|
48
|
-
top: 0.4rem;
|
|
49
54
|
}
|
|
50
55
|
}
|
|
51
56
|
|
|
52
57
|
&:not(.headline-2)::before {
|
|
53
58
|
position: relative;
|
|
59
|
+
position: absolute;
|
|
60
|
+
top: 0.4rem;
|
|
54
61
|
display: inline-block;
|
|
55
62
|
width: 0.55rem;
|
|
56
63
|
min-width: 0.55rem;
|
|
@@ -61,23 +68,26 @@ $space-left: 1rem;
|
|
|
61
68
|
content: '' !important;
|
|
62
69
|
list-style: none;
|
|
63
70
|
transform: rotate(45deg);
|
|
64
|
-
position: absolute;
|
|
65
|
-
top: 0.4rem;
|
|
66
71
|
}
|
|
67
72
|
}
|
|
68
73
|
}
|
|
74
|
+
|
|
69
75
|
ol {
|
|
70
76
|
counter-reset: item;
|
|
71
77
|
list-style-type: none;
|
|
72
78
|
}
|
|
79
|
+
|
|
73
80
|
ol > li {
|
|
74
81
|
counter-increment: item;
|
|
75
82
|
}
|
|
83
|
+
|
|
76
84
|
ol > li::before {
|
|
77
85
|
content: counters(item, '.') '. ';
|
|
78
86
|
}
|
|
87
|
+
|
|
79
88
|
& > ol.ordered.list {
|
|
80
89
|
padding-left: 0;
|
|
90
|
+
|
|
81
91
|
li {
|
|
82
92
|
padding: 0.25rem 0;
|
|
83
93
|
}
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
.full-width {
|
|
10
10
|
height: 400px;
|
|
11
11
|
}
|
|
12
|
+
|
|
12
13
|
.slick-list {
|
|
13
14
|
margin: 0;
|
|
14
15
|
}
|
|
@@ -19,8 +20,8 @@
|
|
|
19
20
|
}
|
|
20
21
|
|
|
21
22
|
.add-block-wrapper {
|
|
22
|
-
text-align: center;
|
|
23
23
|
margin-top: 1rem;
|
|
24
|
+
text-align: center;
|
|
24
25
|
}
|
|
25
26
|
|
|
26
27
|
.channel {
|
|
@@ -52,8 +53,8 @@
|
|
|
52
53
|
img.placeholder {
|
|
53
54
|
width: 100%;
|
|
54
55
|
height: 190px;
|
|
55
|
-
object-fit: cover;
|
|
56
56
|
cursor: auto;
|
|
57
|
+
object-fit: cover;
|
|
57
58
|
}
|
|
58
59
|
|
|
59
60
|
.icon-play {
|
|
@@ -64,8 +65,8 @@
|
|
|
64
65
|
left: 50%;
|
|
65
66
|
width: 3.6rem;
|
|
66
67
|
height: 2.5rem;
|
|
67
|
-
background-color: rgba(0, 0, 0, 0.7);
|
|
68
68
|
border-radius: 15px;
|
|
69
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
69
70
|
|
|
70
71
|
color: $white;
|
|
71
72
|
cursor: pointer;
|
|
@@ -114,13 +115,13 @@
|
|
|
114
115
|
padding: 0 0.5rem;
|
|
115
116
|
|
|
116
117
|
.ui.embed {
|
|
117
|
-
pointer-events: none;
|
|
118
118
|
position: relative;
|
|
119
|
-
min-height: 190px;
|
|
120
119
|
display: flex;
|
|
121
|
-
|
|
120
|
+
min-height: 190px;
|
|
122
121
|
align-items: center;
|
|
122
|
+
justify-content: center;
|
|
123
123
|
margin-bottom: 0;
|
|
124
|
+
pointer-events: none;
|
|
124
125
|
}
|
|
125
126
|
}
|
|
126
127
|
|
|
@@ -9,10 +9,10 @@
|
|
|
9
9
|
}
|
|
10
10
|
|
|
11
11
|
.card.border-left-card {
|
|
12
|
-
border-left: 8px solid $primary-a0;
|
|
13
|
-
box-shadow: 0px 4px 4px 0px #00000026;
|
|
14
12
|
display: flex;
|
|
15
13
|
flex-wrap: nowrap;
|
|
14
|
+
border-left: 8px solid $primary-a0;
|
|
15
|
+
box-shadow: 0px 4px 4px 0px #00000026;
|
|
16
16
|
|
|
17
17
|
&.card-small {
|
|
18
18
|
@include rem-size(line-height, 24);
|
|
@@ -40,6 +40,7 @@
|
|
|
40
40
|
.text.fw-bold {
|
|
41
41
|
color: $link-color;
|
|
42
42
|
font-weight: 600;
|
|
43
|
+
|
|
43
44
|
a {
|
|
44
45
|
@include rem-size(font-size, 24);
|
|
45
46
|
@include rem-size(line-height, 32);
|
|
@@ -67,8 +68,10 @@
|
|
|
67
68
|
&.card.card-teaser {
|
|
68
69
|
display: flex;
|
|
69
70
|
}
|
|
71
|
+
|
|
70
72
|
.card-body {
|
|
71
73
|
padding: 0em !important;
|
|
74
|
+
|
|
72
75
|
.category-top {
|
|
73
76
|
.category {
|
|
74
77
|
text-decoration: none;
|
|
@@ -83,8 +86,8 @@
|
|
|
83
86
|
&.venue-card-title.venue-card-title {
|
|
84
87
|
@include rem-size(font-size, 24);
|
|
85
88
|
@include rem-size(line-height, 32);
|
|
86
|
-
text-decoration: none;
|
|
87
89
|
font-weight: 600;
|
|
90
|
+
text-decoration: none;
|
|
88
91
|
}
|
|
89
92
|
|
|
90
93
|
a:hover {
|
|
@@ -118,8 +121,8 @@
|
|
|
118
121
|
|
|
119
122
|
.card.preview-image-card {
|
|
120
123
|
.image-container {
|
|
121
|
-
margin: auto;
|
|
122
124
|
flex-basis: 20%;
|
|
125
|
+
margin: auto;
|
|
123
126
|
|
|
124
127
|
img {
|
|
125
128
|
max-width: 64px;
|
|
@@ -143,6 +146,7 @@
|
|
|
143
146
|
a:hover {
|
|
144
147
|
text-decoration: underline;
|
|
145
148
|
}
|
|
149
|
+
|
|
146
150
|
svg {
|
|
147
151
|
fill: $link-color;
|
|
148
152
|
}
|
|
@@ -168,8 +172,8 @@
|
|
|
168
172
|
}
|
|
169
173
|
|
|
170
174
|
.card-body {
|
|
171
|
-
margin-left: 0em;
|
|
172
175
|
flex-basis: 100%;
|
|
176
|
+
margin-left: 0em;
|
|
173
177
|
}
|
|
174
178
|
}
|
|
175
179
|
}
|
|
@@ -183,21 +187,24 @@
|
|
|
183
187
|
.custom-calendar-card {
|
|
184
188
|
.card-calendar.extended {
|
|
185
189
|
width: 100px;
|
|
190
|
+
|
|
186
191
|
.card-date .date-label {
|
|
187
192
|
@include rem-size(font-size, 16);
|
|
188
193
|
font-weight: 600;
|
|
194
|
+
|
|
189
195
|
+ .date {
|
|
190
196
|
@include rem-size(font-size, 20);
|
|
191
197
|
}
|
|
192
198
|
}
|
|
193
199
|
}
|
|
200
|
+
|
|
194
201
|
.card-calendar {
|
|
195
202
|
.card-date {
|
|
196
203
|
.date {
|
|
197
204
|
font-family: $font-family-sans-serif;
|
|
198
205
|
font-size: 1.3rem;
|
|
199
|
-
line-height: 1.4rem;
|
|
200
206
|
font-weight: 700;
|
|
207
|
+
line-height: 1.4rem;
|
|
201
208
|
|
|
202
209
|
&.day {
|
|
203
210
|
@include rem-size(font-size, 28);
|
|
@@ -205,10 +212,10 @@
|
|
|
205
212
|
}
|
|
206
213
|
|
|
207
214
|
&.month {
|
|
215
|
+
font-weight: 600;
|
|
208
216
|
text-transform: capitalize;
|
|
209
217
|
@include rem-size(font-size, 16);
|
|
210
218
|
@include rem-size(line-height, 21.1);
|
|
211
|
-
font-weight: 600;
|
|
212
219
|
}
|
|
213
220
|
}
|
|
214
221
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
.card-persona.card-flex {
|
|
2
2
|
.card-image-wrapper {
|
|
3
|
-
flex: 1;
|
|
4
3
|
display: flex;
|
|
4
|
+
flex: 1;
|
|
5
5
|
align-items: flex-start;
|
|
6
6
|
}
|
|
7
7
|
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
width: 50%;
|
|
36
36
|
|
|
37
37
|
svg {
|
|
38
|
-
height: 1.78rem;
|
|
39
38
|
width: auto;
|
|
39
|
+
height: 1.78rem;
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
span.text {
|
|
@@ -25,14 +25,15 @@
|
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
.calendar-vertical {
|
|
28
|
-
color: $link-color;
|
|
29
28
|
clear: both;
|
|
29
|
+
color: $link-color;
|
|
30
30
|
|
|
31
31
|
&::after {
|
|
32
32
|
display: block;
|
|
33
33
|
clear: both;
|
|
34
34
|
content: '';
|
|
35
35
|
}
|
|
36
|
+
|
|
36
37
|
.title-xxlarge-regular {
|
|
37
38
|
font-size: 2.222222rem;
|
|
38
39
|
@include media-breakpoint-down(md) {
|
|
@@ -41,6 +42,7 @@
|
|
|
41
42
|
font-weight: 400;
|
|
42
43
|
line-height: 1;
|
|
43
44
|
}
|
|
45
|
+
|
|
44
46
|
.title-medium-2 {
|
|
45
47
|
font-size: 1.5rem;
|
|
46
48
|
@include media-breakpoint-down(md) {
|
|
@@ -55,19 +57,19 @@
|
|
|
55
57
|
display: flex;
|
|
56
58
|
|
|
57
59
|
& .calendar-date-description {
|
|
58
|
-
|
|
60
|
+
overflow: hidden;
|
|
59
61
|
width: 100%;
|
|
60
62
|
margin: 0 0 1.5rem 0.813rem;
|
|
61
|
-
|
|
63
|
+
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.17);
|
|
62
64
|
|
|
63
65
|
@include media-breakpoint-up(sm) {
|
|
64
66
|
margin: 0 0 1.33rem 0.72rem;
|
|
65
67
|
}
|
|
66
68
|
|
|
67
69
|
& .calendar-date-description-content {
|
|
68
|
-
padding: 1.25rem 1rem 1.25rem 1.5rem;
|
|
69
70
|
position: relative;
|
|
70
71
|
z-index: 0;
|
|
72
|
+
padding: 1.25rem 1rem 1.25rem 1.5rem;
|
|
71
73
|
border-left: 8px solid $primary-a0;
|
|
72
74
|
|
|
73
75
|
@include media-breakpoint-up(sm) {
|
|
@@ -96,19 +98,19 @@
|
|
|
96
98
|
}
|
|
97
99
|
|
|
98
100
|
& .calendar-date-day {
|
|
99
|
-
width: 4.06rem;
|
|
100
|
-
flex-shrink: 0;
|
|
101
101
|
position: relative;
|
|
102
102
|
z-index: 0;
|
|
103
|
+
width: 4.06rem;
|
|
104
|
+
flex-shrink: 0;
|
|
103
105
|
padding: 0.5rem 0;
|
|
104
106
|
padding-right: 1rem;
|
|
105
107
|
|
|
106
108
|
& p {
|
|
109
|
+
display: block;
|
|
110
|
+
margin: 0 0 5px 0;
|
|
107
111
|
font-family: 'Roboto Mono', monospace !important;
|
|
108
112
|
font-size: 2.5rem;
|
|
109
113
|
line-height: 1;
|
|
110
|
-
margin: 0 0 5px 0;
|
|
111
|
-
display: block;
|
|
112
114
|
}
|
|
113
115
|
|
|
114
116
|
& small {
|
|
@@ -128,27 +130,27 @@
|
|
|
128
130
|
}
|
|
129
131
|
|
|
130
132
|
&:after {
|
|
131
|
-
content: '';
|
|
132
|
-
width: 0.625rem;
|
|
133
|
-
height: 0.625rem;
|
|
134
133
|
position: absolute;
|
|
135
134
|
z-index: 1;
|
|
136
135
|
top: 1.875rem;
|
|
137
136
|
right: 0.2px;
|
|
138
|
-
|
|
137
|
+
width: 0.625rem;
|
|
138
|
+
height: 0.625rem;
|
|
139
139
|
border-radius: 5px;
|
|
140
|
+
background-color: $link-color;
|
|
141
|
+
content: '';
|
|
140
142
|
|
|
141
143
|
@include media-breakpoint-down(md) {
|
|
144
|
+
top: 1.56rem;
|
|
142
145
|
width: 0.56rem;
|
|
143
146
|
height: 0.56rem;
|
|
144
|
-
top: 1.56rem;
|
|
145
147
|
}
|
|
146
148
|
}
|
|
147
149
|
|
|
148
150
|
&__month {
|
|
149
|
-
font-weight: 600;
|
|
150
151
|
display: flex;
|
|
151
152
|
justify-content: center;
|
|
153
|
+
font-weight: 600;
|
|
152
154
|
}
|
|
153
155
|
|
|
154
156
|
&__year {
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
.card.contacts-card {
|
|
2
2
|
.card-text {
|
|
3
|
-
font-size: 1rem;
|
|
4
|
-
@include rem-size(line-height, 28);
|
|
5
3
|
display: flex;
|
|
6
4
|
flex-wrap: wrap;
|
|
5
|
+
font-size: 1rem;
|
|
6
|
+
@include rem-size(line-height, 28);
|
|
7
7
|
|
|
8
8
|
span {
|
|
9
9
|
flex: 1 1 100%;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
strong {
|
|
13
|
-
text-transform: capitalize;
|
|
14
13
|
font-weight: 600;
|
|
14
|
+
text-transform: capitalize;
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
}
|
|
@@ -4,13 +4,16 @@
|
|
|
4
4
|
overflow: hidden;
|
|
5
5
|
max-height: 0;
|
|
6
6
|
}
|
|
7
|
+
|
|
7
8
|
.feedback-form #vf-more-positive[aria-expanded='true'],
|
|
8
9
|
.feedback-form #vf-more-negative[aria-expanded='true'] {
|
|
9
10
|
max-height: 800px;
|
|
10
11
|
}
|
|
12
|
+
|
|
11
13
|
.feedback-form {
|
|
12
|
-
margin: 0;
|
|
13
14
|
padding: 2rem 0;
|
|
15
|
+
margin: 0;
|
|
16
|
+
|
|
14
17
|
.title-medium-2-semi-bold {
|
|
15
18
|
font-size: 1.25rem;
|
|
16
19
|
font-weight: 600;
|
|
@@ -22,15 +25,19 @@
|
|
|
22
25
|
line-height: 1.2;
|
|
23
26
|
}
|
|
24
27
|
}
|
|
28
|
+
|
|
25
29
|
.rating-container {
|
|
26
30
|
padding-bottom: 0;
|
|
27
31
|
}
|
|
32
|
+
|
|
28
33
|
.form-check label {
|
|
29
34
|
font-weight: 600;
|
|
30
35
|
}
|
|
36
|
+
|
|
31
37
|
.answers-form .form-check:last-of-type {
|
|
32
38
|
margin-bottom: 0;
|
|
33
39
|
}
|
|
40
|
+
|
|
34
41
|
.card-wrapper[data-element='feedback'] {
|
|
35
42
|
padding: 1.8rem !important;
|
|
36
43
|
}
|
|
@@ -40,28 +47,32 @@
|
|
|
40
47
|
padding: 0.78rem;
|
|
41
48
|
margin-bottom: 2.111rem;
|
|
42
49
|
font-size: 1rem;
|
|
50
|
+
|
|
43
51
|
& > div {
|
|
44
52
|
font-size: 0.7777777778rem;
|
|
45
53
|
}
|
|
46
54
|
}
|
|
47
55
|
}
|
|
56
|
+
|
|
48
57
|
.answers-header,
|
|
49
58
|
.comments-header {
|
|
50
|
-
font-size: 1.125rem;
|
|
51
|
-
font-weight: 600;
|
|
52
|
-
line-height: 2;
|
|
53
|
-
padding: 0.875rem;
|
|
54
|
-
margin-bottom: 2.375rem;
|
|
55
59
|
display: flex;
|
|
56
60
|
align-items: center;
|
|
57
61
|
justify-content: space-between;
|
|
62
|
+
padding: 0.875rem;
|
|
63
|
+
margin-bottom: 2.375rem;
|
|
58
64
|
box-shadow: 0 0.9375rem 1.325rem -0.9rem rgba(0, 0, 0, 0.1);
|
|
65
|
+
font-size: 1.125rem;
|
|
66
|
+
font-weight: 600;
|
|
67
|
+
line-height: 2;
|
|
68
|
+
|
|
59
69
|
> div {
|
|
70
|
+
margin-left: 0.5rem;
|
|
60
71
|
font-size: 0.875rem;
|
|
61
72
|
font-weight: 600;
|
|
62
73
|
line-height: 1.5;
|
|
63
|
-
margin-left: 0.5rem;
|
|
64
74
|
}
|
|
75
|
+
|
|
65
76
|
h6 {
|
|
66
77
|
margin-bottom: 0;
|
|
67
78
|
}
|
|
@@ -71,47 +82,56 @@
|
|
|
71
82
|
.form-group {
|
|
72
83
|
margin-bottom: 0;
|
|
73
84
|
}
|
|
85
|
+
|
|
74
86
|
.invalid-feedback.form-text.text-muted {
|
|
75
87
|
display: block;
|
|
76
88
|
color: var(--bs-danger) !important;
|
|
77
89
|
}
|
|
90
|
+
|
|
78
91
|
small {
|
|
79
|
-
margin: 0;
|
|
80
92
|
padding: 0.25rem 0.5rem;
|
|
93
|
+
margin: 0;
|
|
81
94
|
font-size: 0.777rem;
|
|
95
|
+
|
|
82
96
|
&.invalid-feedback {
|
|
83
97
|
display: block;
|
|
84
98
|
}
|
|
85
99
|
}
|
|
100
|
+
|
|
86
101
|
label.active {
|
|
87
102
|
color: #596d88;
|
|
88
103
|
}
|
|
104
|
+
|
|
89
105
|
textarea {
|
|
90
106
|
border: none;
|
|
91
|
-
border-bottom: 1px solid #5b6f82;
|
|
92
107
|
border-radius: 0;
|
|
108
|
+
border-bottom: 1px solid #5b6f82;
|
|
93
109
|
}
|
|
94
110
|
}
|
|
111
|
+
|
|
95
112
|
.card:after {
|
|
96
113
|
content: none;
|
|
97
114
|
}
|
|
98
115
|
|
|
99
116
|
.form-step-actions[aria-hidden='true'] {
|
|
100
117
|
padding: 0rem;
|
|
118
|
+
|
|
101
119
|
.next-action,
|
|
102
120
|
.prev-action {
|
|
103
121
|
height: 0;
|
|
104
122
|
}
|
|
105
123
|
}
|
|
124
|
+
|
|
106
125
|
.form-step-actions[aria-hidden='false'] {
|
|
107
126
|
.next-action,
|
|
108
127
|
.prev-action {
|
|
109
|
-
visibility: visible;
|
|
110
128
|
padding: 12px 24px;
|
|
129
|
+
visibility: visible;
|
|
111
130
|
}
|
|
131
|
+
|
|
112
132
|
&.button-shadow {
|
|
113
|
-
box-shadow: 0 -0.6375rem 1.125rem -0.9rem rgba(0, 0, 0, 0.1);
|
|
114
133
|
margin-top: 1.25rem;
|
|
134
|
+
box-shadow: 0 -0.6375rem 1.125rem -0.9rem rgba(0, 0, 0, 0.1);
|
|
115
135
|
@media (min-width: #{map-get($grid-breakpoints, sm)}) {
|
|
116
136
|
margin-top: 1.11rem;
|
|
117
137
|
}
|