Skip to content

Commit

Permalink
place correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Barsnes committed Mar 11, 2024
1 parent f8611ed commit a3de40d
Showing 1 changed file with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
font-family: inherit;
}

.large:where(.long) {
line-height: var(--fds-typography-paragraph-long-large);
}

.medium {
--fdsc-bottom-spacing: var(--fds-spacing-5);

Expand All @@ -35,6 +39,10 @@
font-family: inherit;
}

.medium:where(.long) {
line-height: var(--fds-typography-paragraph-long-medium);
}

.small {
--fdsc-bottom-spacing: var(--fds-spacing-4);

Expand All @@ -49,6 +57,10 @@
font-family: inherit;
}

.small:where(.long) {
line-height: var(--fds-typography-paragraph-long-small);
}

.xsmall {
--fdsc-bottom-spacing: var(--fds-spacing-3);

Expand All @@ -63,18 +75,6 @@
font-family: inherit;
}

.large:where(.long) {
line-height: var(--fds-typography-paragraph-long-large);
}

.medium:where(.long) {
line-height: var(--fds-typography-paragraph-long-medium);
}

.small:where(.long) {
line-height: var(--fds-typography-paragraph-long-small);
}

.xsmall:where(.long) {
line-height: var(--fds-typography-paragraph-long-xsmall);
}

0 comments on commit a3de40d

Please sign in to comment.