@arsedizioni/ars-utils 18.4.73 → 18.4.74
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 +6 -5
- 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
|
@@ -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 {
|
|
@@ -353,7 +353,8 @@
|
|
|
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;
|
|
@@ -390,7 +391,7 @@
|
|
|
390
391
|
padding: 4px 8px;
|
|
391
392
|
background-color: var(--ars-color-overlay, rgba(255, 255, 255, 0.75));
|
|
392
393
|
color: var(--ars-color-accent, #7894ae);
|
|
393
|
-
font-size: small !important;
|
|
394
|
+
font-size: x-small !important;
|
|
394
395
|
font-weight: 700 !important;
|
|
395
396
|
text-transform: uppercase !important;
|
|
396
397
|
}
|
|
@@ -414,7 +415,7 @@
|
|
|
414
415
|
}
|
|
415
416
|
|
|
416
417
|
.date {
|
|
417
|
-
padding:
|
|
418
|
+
padding: 0 !important;
|
|
418
419
|
font-weight: 700 !important;
|
|
419
420
|
text-transform: uppercase !important;
|
|
420
421
|
|