@norges-domstoler/dds-components 17.2.0 → 17.2.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/dist/index.css +5 -4
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +11 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +11 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.css
CHANGED
|
@@ -841,10 +841,11 @@
|
|
|
841
841
|
}
|
|
842
842
|
|
|
843
843
|
/* src/components/BackLink/BackLink.module.css */
|
|
844
|
-
.
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
844
|
+
.BackLink_icon {
|
|
845
|
+
display: inline;
|
|
846
|
+
margin: 0.1em 0.25em -0.1em 0.1em;
|
|
847
|
+
transform: translateY(0.05em);
|
|
848
|
+
vertical-align: baseline;
|
|
848
849
|
}
|
|
849
850
|
|
|
850
851
|
/* src/components/Breadcrumbs/Breadcrumbs.module.css */
|