@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.
- package/CHANGELOG.md +8 -0
- package/dist/component/expansioncard.css +5 -1
- package/dist/component/expansioncard.min.css +1 -1
- package/dist/component/index.css +5 -2
- package/dist/component/index.min.css +1 -1
- package/dist/components.css +5 -1
- package/dist/components.min.css +1 -1
- package/dist/global/tokens.css +1 -1
- package/dist/index.css +5 -2
- package/dist/index.min.css +1 -1
- package/expansioncard.css +5 -1
- package/package.json +2 -2
package/dist/components.css
CHANGED
|
@@ -2247,7 +2247,7 @@
|
|
|
2247
2247
|
*************************/
|
|
2248
2248
|
|
|
2249
2249
|
.navds-expansioncard__content {
|
|
2250
|
-
--__ac-expansioncard-padding-block: var(--a-spacing-
|
|
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
|
}
|