@navikt/ds-css 6.16.3 → 7.0.0
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/CHANGELOG.md +8 -0
- package/dist/component/form.css +6 -0
- package/dist/component/form.min.css +1 -1
- package/dist/component/index.css +8 -2
- package/dist/component/index.min.css +2 -2
- package/dist/components.css +8 -0
- package/dist/components.min.css +1 -1
- package/dist/global/tokens.css +2 -2
- package/dist/global/tokens.min.css +1 -1
- package/dist/index.css +8 -2
- package/dist/index.min.css +2 -2
- package/form/error-summary.css +8 -0
- package/package.json +2 -2
package/dist/components.css
CHANGED
|
@@ -2516,6 +2516,14 @@
|
|
|
2516
2516
|
padding: var(--a-spacing-3);
|
|
2517
2517
|
}
|
|
2518
2518
|
|
|
2519
|
+
.navds-error-summary__heading {
|
|
2520
|
+
scroll-margin-top: var(--a-spacing-6);
|
|
2521
|
+
}
|
|
2522
|
+
|
|
2523
|
+
.navds-error-summary--small .navds-error-summary__heading {
|
|
2524
|
+
scroll-margin-top: var(--a-spacing-4);
|
|
2525
|
+
}
|
|
2526
|
+
|
|
2519
2527
|
.navds-error-summary__heading:focus {
|
|
2520
2528
|
outline: none;
|
|
2521
2529
|
}
|