@norges-domstoler/dds-components 17.2.0 → 17.2.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/dist/index.css CHANGED
@@ -445,6 +445,9 @@
445
445
  :where(.typographyStyles_legend--margins) {
446
446
  margin-bottom: var(--dds-spacing-x1-5);
447
447
  }
448
+ :where(.typographyStyles_caption--withMargins) {
449
+ display: table-caption;
450
+ }
448
451
  :where(.typographyStyles_bold) {
449
452
  font-weight: 600;
450
453
  }
@@ -841,10 +844,11 @@
841
844
  }
842
845
 
843
846
  /* src/components/BackLink/BackLink.module.css */
844
- .BackLink_link {
845
- align-items: center;
846
- display: flex;
847
- gap: var(--dds-spacing-x0-25);
847
+ .BackLink_icon {
848
+ display: inline;
849
+ margin: 0.1em 0.25em -0.1em 0.1em;
850
+ transform: translateY(0.05em);
851
+ vertical-align: baseline;
848
852
  }
849
853
 
850
854
  /* src/components/Breadcrumbs/Breadcrumbs.module.css */