@arsedizioni/ars-utils 18.4.83 → 18.4.85
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 +2 -2
- 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
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
.tile {
|
|
208
208
|
cursor: pointer !important;
|
|
209
209
|
padding: 10px 13px 10px 13px !important;
|
|
210
|
-
margin-bottom:
|
|
210
|
+
margin-bottom: 20px !important;
|
|
211
211
|
|
|
212
212
|
.body {
|
|
213
213
|
padding: 4px 6px;
|
|
@@ -343,7 +343,7 @@
|
|
|
343
343
|
.stripe {
|
|
344
344
|
cursor: pointer !important;
|
|
345
345
|
padding: 5px 10px 5px 10px !important;
|
|
346
|
-
margin-bottom:
|
|
346
|
+
margin-bottom: 10px !important;
|
|
347
347
|
|
|
348
348
|
.body {
|
|
349
349
|
padding: 5px 15px !important;
|