@arsedizioni/ars-utils 18.2.447 → 18.2.448
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/clipper.ui/ui/clipper.scss +3 -3
- package/esm2022/clipper.ui/ui/browser-dialog/browser-dialog.component.mjs +3 -3
- package/esm2022/clipper.ui/ui/document/document.component.mjs +3 -3
- package/esm2022/clipper.ui/ui/references/references.component.mjs +3 -3
- package/esm2022/clipper.ui/ui/search-facets/search-facets.component.mjs +3 -3
- package/esm2022/clipper.ui/ui/search-result-item/search-result-item.component.mjs +3 -3
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs +10 -10
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs.map +1 -1
- package/package.json +11 -11
|
@@ -305,14 +305,14 @@
|
|
|
305
305
|
font-size: x-small;
|
|
306
306
|
font-weight: 600;
|
|
307
307
|
text-align: center;
|
|
308
|
-
background-color:
|
|
308
|
+
background-color: #427505;
|
|
309
309
|
text-transform: uppercase;
|
|
310
310
|
white-space: nowrap;
|
|
311
|
-
color:
|
|
311
|
+
color: e0e2e5;
|
|
312
312
|
}
|
|
313
313
|
|
|
314
314
|
.badge-red {
|
|
315
|
-
background-color:
|
|
315
|
+
background-color: #a80710;
|
|
316
316
|
}
|
|
317
317
|
|
|
318
318
|
.busy-backdrop {
|