@robinmordasiewicz/f5xc-docs-theme 1.20.1 → 1.20.2
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/package.json +1 -1
- package/styles/custom.css +3 -0
package/package.json
CHANGED
package/styles/custom.css
CHANGED
|
@@ -351,9 +351,11 @@ h4, h5, h6 {
|
|
|
351
351
|
0 24px 48px rgba(0, 0, 0, 0.12);
|
|
352
352
|
border: 1px solid var(--sl-color-gray-5);
|
|
353
353
|
text-align: center;
|
|
354
|
+
margin: 0;
|
|
354
355
|
}
|
|
355
356
|
|
|
356
357
|
.icon-card-image {
|
|
358
|
+
padding: 0;
|
|
357
359
|
background: var(--sl-color-gray-7, #faf9f7);
|
|
358
360
|
}
|
|
359
361
|
|
|
@@ -373,6 +375,7 @@ h4, h5, h6 {
|
|
|
373
375
|
}
|
|
374
376
|
|
|
375
377
|
.icon-card-label {
|
|
378
|
+
margin: 0;
|
|
376
379
|
padding: 0.375rem 0.5rem;
|
|
377
380
|
font-size: 0.65rem;
|
|
378
381
|
line-height: 1.3;
|