@navikt/ds-css 6.10.0 → 6.10.1
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 +6 -0
- package/dist/component/form.css +1 -1
- package/dist/component/form.min.css +1 -1
- package/dist/component/index.css +5 -2
- package/dist/component/index.min.css +1 -1
- package/dist/component/stepper.css +4 -0
- package/dist/component/stepper.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/form/form-progress.css +1 -1
- package/package.json +2 -2
- package/stepper.css +4 -0
package/dist/global/tokens.css
CHANGED
package/dist/index.css
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on
|
|
4
|
+
* Generated on Wed, 05 Jun 2024 09:33:42 GMT
|
|
5
5
|
*/
|
|
6
6
|
:root, :host {
|
|
7
7
|
--a-spacing-1-alt: 0.375rem;
|
|
@@ -4432,7 +4432,7 @@ body,
|
|
|
4432
4432
|
.navds-form-progress__stepper {
|
|
4433
4433
|
border: 2px solid var(--a-border-subtle);
|
|
4434
4434
|
border-radius: var(--a-border-radius-large);
|
|
4435
|
-
padding: var(--a-spacing-2) var(--a-spacing-4)
|
|
4435
|
+
padding: var(--a-spacing-2) var(--a-spacing-4);
|
|
4436
4436
|
margin-top: var(--a-spacing-1);
|
|
4437
4437
|
}
|
|
4438
4438
|
.navds-help-text__button {
|
|
@@ -6487,6 +6487,9 @@ button.navds-internalheader__title:active,
|
|
|
6487
6487
|
padding: var(--navds-stepper-border-width);
|
|
6488
6488
|
margin: calc(var(--navds-stepper-border-width) * -1) calc(var(--navds-stepper-border-width) * -1) 1.75rem;
|
|
6489
6489
|
}
|
|
6490
|
+
.navds-stepper__item:last-child .navds-stepper__step {
|
|
6491
|
+
margin-bottom: 0;
|
|
6492
|
+
}
|
|
6490
6493
|
@media (forced-colors: active) {
|
|
6491
6494
|
.navds-stepper__step {
|
|
6492
6495
|
background-color: ButtonFace;
|