Skip to content

Commit

Permalink
chore: add additional default font-sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget committed Jul 5, 2024
1 parent 77f4e19 commit c2ef9a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@

.db-navigation-item {
--db-has-before: 0;
@extend %db-overwrite-font-size-md;

@include icon-passing.icon-passing();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@

// content
p {
@extend %db-overwrite-font-size-md;
grid-area: content;
margin: 0;
}
Expand Down

0 comments on commit c2ef9a5

Please sign in to comment.