@arsedizioni/ars-utils 18.4.74 → 18.4.75
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 +4 -12
- 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 +7 -7
|
@@ -348,7 +348,7 @@
|
|
|
348
348
|
}
|
|
349
349
|
|
|
350
350
|
.image-mark-unread {
|
|
351
|
-
border-left-color: var(--ars-color-error, #ff5449);
|
|
351
|
+
border-left-color: var(--ars-color-error, #ff5449) !important;
|
|
352
352
|
margin: 8px 0;
|
|
353
353
|
}
|
|
354
354
|
|
|
@@ -372,10 +372,7 @@
|
|
|
372
372
|
|
|
373
373
|
|
|
374
374
|
|
|
375
|
-
.info-
|
|
376
|
-
position: absolute;
|
|
377
|
-
left: 0;
|
|
378
|
-
bottom: 0;
|
|
375
|
+
.info-3 {
|
|
379
376
|
padding: 4px 8px;
|
|
380
377
|
background-color: var(--ars-color-overlay, rgba(255, 255, 255, 0.75));
|
|
381
378
|
color: var(--ars-color-text, #191c1b);
|
|
@@ -384,14 +381,11 @@
|
|
|
384
381
|
text-transform: uppercase !important;
|
|
385
382
|
}
|
|
386
383
|
|
|
387
|
-
.info-
|
|
388
|
-
position: absolute;
|
|
389
|
-
right: 0;
|
|
390
|
-
top: 0;
|
|
384
|
+
.info-4 {
|
|
391
385
|
padding: 4px 8px;
|
|
392
386
|
background-color: var(--ars-color-overlay, rgba(255, 255, 255, 0.75));
|
|
393
387
|
color: var(--ars-color-accent, #7894ae);
|
|
394
|
-
font-size:
|
|
388
|
+
font-size: small !important;
|
|
395
389
|
font-weight: 700 !important;
|
|
396
390
|
text-transform: uppercase !important;
|
|
397
391
|
}
|
|
@@ -439,8 +433,6 @@
|
|
|
439
433
|
text-decoration: none !important;
|
|
440
434
|
font-size: 16px !important;
|
|
441
435
|
font-weight: 600;
|
|
442
|
-
min-height: 50px !important; // 2 lines;
|
|
443
|
-
max-height: 70px !important; // 3 lines;
|
|
444
436
|
min-width: 100%;
|
|
445
437
|
white-space: initial !important;
|
|
446
438
|
overflow: hidden !important;
|