@navikt/ds-css 6.17.0 → 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.
@@ -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
  }