@robinmordasiewicz/f5xc-docs-theme 1.20.0 → 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 +5 -7
package/package.json
CHANGED
package/styles/custom.css
CHANGED
|
@@ -351,15 +351,12 @@ 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 {
|
|
357
|
-
|
|
358
|
-
align-items: center;
|
|
359
|
-
justify-content: center;
|
|
360
|
-
padding: 0.5rem;
|
|
358
|
+
padding: 0;
|
|
361
359
|
background: var(--sl-color-gray-7, #faf9f7);
|
|
362
|
-
aspect-ratio: 1;
|
|
363
360
|
}
|
|
364
361
|
|
|
365
362
|
:root:not([data-theme='light']) .icon-card-image {
|
|
@@ -367,9 +364,9 @@ h4, h5, h6 {
|
|
|
367
364
|
}
|
|
368
365
|
|
|
369
366
|
.icon-card-image img {
|
|
367
|
+
display: block;
|
|
370
368
|
width: 100%;
|
|
371
|
-
height:
|
|
372
|
-
object-fit: contain;
|
|
369
|
+
height: auto;
|
|
373
370
|
}
|
|
374
371
|
|
|
375
372
|
/* Invert near-black SVGs for dark mode visibility */
|
|
@@ -378,6 +375,7 @@ h4, h5, h6 {
|
|
|
378
375
|
}
|
|
379
376
|
|
|
380
377
|
.icon-card-label {
|
|
378
|
+
margin: 0;
|
|
381
379
|
padding: 0.375rem 0.5rem;
|
|
382
380
|
font-size: 0.65rem;
|
|
383
381
|
line-height: 1.3;
|