@arsedizioni/ars-utils 20.4.43 → 20.4.45
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.
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
.info-1 {
|
|
129
129
|
font-size: x-small !important;
|
|
130
130
|
font-weight: 700 !important;
|
|
131
|
-
line-height:
|
|
131
|
+
line-height: 18px;
|
|
132
132
|
text-transform: uppercase !important;
|
|
133
133
|
color: var(--ars-color-accent, #7894ae);
|
|
134
134
|
}
|
|
@@ -137,11 +137,20 @@
|
|
|
137
137
|
.info-2 {
|
|
138
138
|
font-size: x-small !important;
|
|
139
139
|
font-weight: 700 !important;
|
|
140
|
-
line-height:
|
|
140
|
+
line-height: 18px;
|
|
141
141
|
text-transform: uppercase !important;
|
|
142
142
|
color: var(--ars-color-accent-low, #456179);
|
|
143
143
|
}
|
|
144
144
|
|
|
145
|
+
.item-info-3,
|
|
146
|
+
.info-3 {
|
|
147
|
+
font-size: x-small !important;
|
|
148
|
+
font-weight: 700 !important;
|
|
149
|
+
line-height: 18px;
|
|
150
|
+
text-transform: uppercase !important;
|
|
151
|
+
color: var(--ars-color-error, #ff5449);
|
|
152
|
+
}
|
|
153
|
+
|
|
145
154
|
.item-title,
|
|
146
155
|
.title {
|
|
147
156
|
font-size: small !important;
|
|
@@ -289,7 +298,7 @@
|
|
|
289
298
|
}
|
|
290
299
|
|
|
291
300
|
.check-selected {
|
|
292
|
-
background-color: var(--ars-color-primary-hi, #12c0ae)!important;
|
|
301
|
+
background-color: var(--ars-color-primary-hi, #12c0ae) !important;
|
|
293
302
|
}
|
|
294
303
|
}
|
|
295
304
|
}
|
|
@@ -521,9 +530,9 @@
|
|
|
521
530
|
}
|
|
522
531
|
|
|
523
532
|
@media screen and (max-width: 431px) {
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
533
|
+
.legend-container {
|
|
534
|
+
font-size: 9px !important
|
|
535
|
+
}
|
|
527
536
|
}
|
|
528
537
|
|
|
529
538
|
.special-date,
|