Skip to content

Commit

Permalink
💄 (gdocs) update narrative title style
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiamersmann committed Feb 1, 2024
1 parent b9aaf04 commit 1cb21b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -260,15 +260,6 @@ body {
@include subtitle-2;
}

@mixin subtitle-2-bold {
@include subtitle-2;
font-weight: 700;
}

.subtitle-2-bold {
@include subtitle-2-bold;
}

@mixin overline-black-caps {
font-family: $sans-serif-font-stack;
font-size: 0.75rem;
Expand Down
4 changes: 3 additions & 1 deletion site/gdocs/components/KeyIndicator.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@
}

.narrative-title {
@include subtitle-2-bold;
font-size: 1.5rem;
font-weight: 700;
line-height: calc(28 / 22);
color: $blue-90;
margin-top: 0;
margin-bottom: 16px;
Expand Down

0 comments on commit 1cb21b7

Please sign in to comment.