Skip to content

Commit 0f7e6aa

Browse files
committed
Revert BodyShort + heading: 1.3
1 parent 4c61119 commit 0f7e6aa

File tree

3 files changed

+5
-13
lines changed

3 files changed

+5
-13
lines changed

src/components/_common/card/MiniCardV2/MiniCardV2.module.scss

+1
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,6 @@
3737
color: var(--a-text-subtle);
3838
font-variant: all-small-caps;
3939
letter-spacing: 0.075rem;
40+
margin-top: var(--a-spacing-05);
4041
text-transform: uppercase;
4142
}

src/components/_common/pageNavigationMenu/PageNavigationMenu.module.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
@include common.unstyled-list();
2222
display: flex;
2323
flex-direction: column;
24-
gap: 0.5rem;
24+
gap: 0.75rem;
2525
}
2626

2727
.icon {

src/global-override-styles.scss

+3-12
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
--text-fluid-32-36: clamp(2rem, 1.9167rem + 0.4167vi, 2.25rem);
3030
--text-fluid-36-48: clamp(2.25rem, 2rem + 1.25vi, 3rem);
3131
--default-action-color: var(--a-blue-600);
32-
3332
--brand-purple-deep: #99185e;
3433
--brand-purple-light: #e6c7d8;
3534
--brand-beige: #fef5ef;
@@ -64,44 +63,36 @@
6463
.navds-body-short--large {
6564
font-size: var(--text-fluid-20-22);
6665
}
67-
68-
.navds-body-short--medium,
69-
.navds-body-short--large {
70-
line-height: 1.5;
71-
}
72-
7366
.navds-body-long--small,
7467
.navds-body-long--medium,
7568
.navds-body-long--large {
7669
line-height: 1.65;
7770
margin-bottom: var(--a-spacing-9);
7871
}
7972

73+
.navds-heading {
74+
line-height: 1.3;
75+
}
8076
.navds-heading--xsmall,
8177
.navds-heading--small,
8278
.navds-heading--medium {
8379
margin-bottom: var(--a-spacing-2);
8480
}
85-
8681
.navds-heading--xsmall {
8782
font-size: var(--text-fluid-18-20);
8883
}
89-
9084
.navds-heading--small {
9185
font-size: var(--text-fluid-18-20);
9286
font-weight: 650;
9387
}
94-
9588
.navds-heading--medium {
9689
font-size: var(--text-fluid-22-24);
9790
font-weight: 650;
9891
}
99-
10092
.navds-heading--large {
10193
font-size: var(--text-fluid-32-36);
10294
font-weight: 650;
10395
}
104-
10596
.navds-heading--xlarge {
10697
font-size: var(--text-fluid-36-48);
10798
font-weight: 650;

0 commit comments

Comments
 (0)