@arsedizioni/ars-utils 18.4.77 → 18.4.78
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 -3
- 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
|
@@ -224,7 +224,8 @@
|
|
|
224
224
|
margin: 0 8px;
|
|
225
225
|
}
|
|
226
226
|
|
|
227
|
-
.tile-image
|
|
227
|
+
.tile-image,
|
|
228
|
+
.image {
|
|
228
229
|
height: 125px;
|
|
229
230
|
position: relative;
|
|
230
231
|
background-color: transparent;
|
|
@@ -381,11 +382,10 @@
|
|
|
381
382
|
|
|
382
383
|
.stripe-info-1,
|
|
383
384
|
.info-1 {
|
|
385
|
+
margin-top:8px;
|
|
384
386
|
padding: 4px 8px !important;
|
|
385
|
-
;
|
|
386
387
|
background-color: var(--ars-color-overlay, rgba(255, 255, 255, 0.75)) !important;
|
|
387
388
|
color: var(--ars-color-text, #191c1b) !important;
|
|
388
|
-
;
|
|
389
389
|
font-size: small !important;
|
|
390
390
|
font-weight: 700 !important;
|
|
391
391
|
text-transform: uppercase !important;
|
|
@@ -393,6 +393,7 @@
|
|
|
393
393
|
|
|
394
394
|
.stripe-info-2,
|
|
395
395
|
.info-2 {
|
|
396
|
+
margin-top:8px;
|
|
396
397
|
padding: 4px 8px !important;
|
|
397
398
|
background-color: var(--ars-color-overlay, rgba(255, 255, 255, 0.75)) !important;
|
|
398
399
|
color: var(--ars-color-accent, #7894ae) !important;
|