@navikt/ds-css 5.17.3 → 5.17.5

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.
@@ -2247,7 +2247,7 @@
2247
2247
  *************************/
2248
2248
 
2249
2249
  .navds-expansioncard__content {
2250
- --__ac-expansioncard-padding-block: var(--a-spacing-3);
2250
+ --__ac-expansioncard-padding-block: var(--a-spacing-5);
2251
2251
 
2252
2252
  border-end-end-radius: var(--__ac-expansioncard-border-radius);
2253
2253
  border-end-start-radius: var(--__ac-expansioncard-border-radius);
@@ -2257,6 +2257,10 @@
2257
2257
  border-top: none;
2258
2258
  }
2259
2259
 
2260
+ .navds-expansioncard--small .navds-expansioncard__content {
2261
+ --__ac-expansioncard-padding-block: var(--a-spacing-4);
2262
+ }
2263
+
2260
2264
  .navds-expansioncard__content--closed {
2261
2265
  display: none;
2262
2266
  }