@arsedizioni/ars-utils 18.4.75 → 18.4.76
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 +9 -9
- 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 +1 -1
|
@@ -338,7 +338,7 @@
|
|
|
338
338
|
margin-bottom: 5px !important;
|
|
339
339
|
|
|
340
340
|
.body {
|
|
341
|
-
padding:
|
|
341
|
+
padding: 5px 15px !important;
|
|
342
342
|
}
|
|
343
343
|
|
|
344
344
|
.image-mark {
|
|
@@ -372,19 +372,19 @@
|
|
|
372
372
|
|
|
373
373
|
|
|
374
374
|
|
|
375
|
-
.info-
|
|
376
|
-
padding: 4px 8px
|
|
377
|
-
background-color: var(--ars-color-overlay, rgba(255, 255, 255, 0.75));
|
|
378
|
-
color: var(--ars-color-text, #191c1b)
|
|
375
|
+
.info-1 {
|
|
376
|
+
padding: 4px 8px !important;;
|
|
377
|
+
background-color: var(--ars-color-overlay, rgba(255, 255, 255, 0.75)) !important;
|
|
378
|
+
color: var(--ars-color-text, #191c1b)!important;;
|
|
379
379
|
font-size: small !important;
|
|
380
380
|
font-weight: 700 !important;
|
|
381
381
|
text-transform: uppercase !important;
|
|
382
382
|
}
|
|
383
383
|
|
|
384
|
-
.info-
|
|
385
|
-
padding: 4px 8px;
|
|
386
|
-
background-color: var(--ars-color-overlay, rgba(255, 255, 255, 0.75));
|
|
387
|
-
color: var(--ars-color-accent, #7894ae);
|
|
384
|
+
.info-2 {
|
|
385
|
+
padding: 4px 8px !important;
|
|
386
|
+
background-color: var(--ars-color-overlay, rgba(255, 255, 255, 0.75))!important;
|
|
387
|
+
color: var(--ars-color-accent, #7894ae) !important;
|
|
388
388
|
font-size: small !important;
|
|
389
389
|
font-weight: 700 !important;
|
|
390
390
|
text-transform: uppercase !important;
|