@navikt/ds-css 7.1.1 → 7.1.2
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/index.css +2 -1
- package/dist/component/index.min.css +2 -2
- package/dist/component/list.css +1 -0
- package/dist/component/list.min.css +1 -1
- package/dist/components.css +1 -0
- package/dist/components.min.css +1 -1
- package/dist/global/tokens.css +1 -1
- package/dist/global/tokens.min.css +1 -1
- package/dist/index.css +2 -1
- package/dist/index.min.css +2 -2
- package/list.css +1 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/dist/component/index.css
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Do not edit directly, this file was auto-generated.
|
|
4
4
|
*/
|
|
5
5
|
:root, :host {
|
|
6
|
-
--a-version: "7.1.
|
|
6
|
+
--a-version: "7.1.2";
|
|
7
7
|
--a-spacing-1-alt: 0.375rem;
|
|
8
8
|
--a-spacing-05: 0.125rem;
|
|
9
9
|
--a-spacing-32: 8rem;
|
|
@@ -7214,6 +7214,7 @@ button.navds-stepper__step {
|
|
|
7214
7214
|
margin-block: var(--a-spacing-2) 0;
|
|
7215
7215
|
}
|
|
7216
7216
|
.navds-list ol {
|
|
7217
|
+
list-style: decimal; /* This is the default value, but some frameworks have `ol,ul { list-style:none }` */
|
|
7217
7218
|
padding-left: 1.7rem;
|
|
7218
7219
|
}
|
|
7219
7220
|
.navds-list ol > .navds-list__item {
|