@arsedizioni/ars-utils 18.4.74 → 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 +10 -18
- 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
|
@@ -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 {
|
|
@@ -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
|
|
|
@@ -373,25 +373,19 @@
|
|
|
373
373
|
|
|
374
374
|
|
|
375
375
|
.info-1 {
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
padding: 4px 8px;
|
|
380
|
-
background-color: var(--ars-color-overlay, rgba(255, 255, 255, 0.75));
|
|
381
|
-
color: var(--ars-color-text, #191c1b);
|
|
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;;
|
|
382
379
|
font-size: small !important;
|
|
383
380
|
font-weight: 700 !important;
|
|
384
381
|
text-transform: uppercase !important;
|
|
385
382
|
}
|
|
386
383
|
|
|
387
|
-
.info-2 {
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
background-color: var(--ars-color-overlay, rgba(255, 255, 255, 0.75));
|
|
393
|
-
color: var(--ars-color-accent, #7894ae);
|
|
394
|
-
font-size: x-small !important;
|
|
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
|
+
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;
|