@arsedizioni/ars-utils 18.4.73 → 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 +8 -15
- 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
|
@@ -334,11 +334,11 @@
|
|
|
334
334
|
|
|
335
335
|
.stripe {
|
|
336
336
|
cursor: pointer !important;
|
|
337
|
-
padding: 10px
|
|
337
|
+
padding: 5px 10px 5px 10px !important;
|
|
338
338
|
margin-bottom: 5px !important;
|
|
339
339
|
|
|
340
340
|
.body {
|
|
341
|
-
padding:
|
|
341
|
+
padding: 0px 15px !important;
|
|
342
342
|
}
|
|
343
343
|
|
|
344
344
|
.image-mark {
|
|
@@ -348,12 +348,13 @@
|
|
|
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
|
|
|
355
355
|
.image {
|
|
356
|
-
width:
|
|
356
|
+
width: 150px !important;
|
|
357
|
+
height: 70px !important;
|
|
357
358
|
position: relative;
|
|
358
359
|
background-color: transparent;
|
|
359
360
|
overflow: hidden;
|
|
@@ -371,10 +372,7 @@
|
|
|
371
372
|
|
|
372
373
|
|
|
373
374
|
|
|
374
|
-
.info-
|
|
375
|
-
position: absolute;
|
|
376
|
-
left: 0;
|
|
377
|
-
bottom: 0;
|
|
375
|
+
.info-3 {
|
|
378
376
|
padding: 4px 8px;
|
|
379
377
|
background-color: var(--ars-color-overlay, rgba(255, 255, 255, 0.75));
|
|
380
378
|
color: var(--ars-color-text, #191c1b);
|
|
@@ -383,10 +381,7 @@
|
|
|
383
381
|
text-transform: uppercase !important;
|
|
384
382
|
}
|
|
385
383
|
|
|
386
|
-
.info-
|
|
387
|
-
position: absolute;
|
|
388
|
-
right: 0;
|
|
389
|
-
top: 0;
|
|
384
|
+
.info-4 {
|
|
390
385
|
padding: 4px 8px;
|
|
391
386
|
background-color: var(--ars-color-overlay, rgba(255, 255, 255, 0.75));
|
|
392
387
|
color: var(--ars-color-accent, #7894ae);
|
|
@@ -414,7 +409,7 @@
|
|
|
414
409
|
}
|
|
415
410
|
|
|
416
411
|
.date {
|
|
417
|
-
padding:
|
|
412
|
+
padding: 0 !important;
|
|
418
413
|
font-weight: 700 !important;
|
|
419
414
|
text-transform: uppercase !important;
|
|
420
415
|
|
|
@@ -438,8 +433,6 @@
|
|
|
438
433
|
text-decoration: none !important;
|
|
439
434
|
font-size: 16px !important;
|
|
440
435
|
font-weight: 600;
|
|
441
|
-
min-height: 50px !important; // 2 lines;
|
|
442
|
-
max-height: 70px !important; // 3 lines;
|
|
443
436
|
min-width: 100%;
|
|
444
437
|
white-space: initial !important;
|
|
445
438
|
overflow: hidden !important;
|