@klodd/ds 3.17.1 → 3.17.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/css/10-semantic.css +5 -3
- package/package.json +1 -1
package/css/10-semantic.css
CHANGED
|
@@ -356,10 +356,12 @@
|
|
|
356
356
|
/* Tx-row */
|
|
357
357
|
--tx-icon-size: 36px;
|
|
358
358
|
|
|
359
|
-
/* Hero amount sizes (kontextuellt overriden i media queries).
|
|
360
|
-
|
|
359
|
+
/* Hero amount sizes (kontextuellt overriden i media queries).
|
|
360
|
+
2026-05-13: --hero-amount-fz: fs-80 → fs-100 (25% storre).
|
|
361
|
+
--hero-amount-fluid: clamp ovre tak 80 → 100 for matchning. */
|
|
362
|
+
--hero-amount-fz: var(--fs-100);
|
|
361
363
|
--hero-amount-card-fz: var(--fs-40);
|
|
362
|
-
--hero-amount-fluid: clamp(40px,
|
|
364
|
+
--hero-amount-fluid: clamp(40px, 14vw, 100px);
|
|
363
365
|
}
|
|
364
366
|
|
|
365
367
|
|