Skip to content

Commit

Permalink
[#1979] Improved card heading
Browse files Browse the repository at this point in the history
  • Loading branch information
jiromaykin committed Jan 29, 2024
1 parent 2c645ef commit 0fea870
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/open_inwoner/scss/components/Card/Card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -245,10 +245,9 @@

&__heading {
color: var(--color-black);
font-family: var(--font-family-body);
font-family: var(--font-family-heading);
font-size: var(--font-size-heading-card);
font-weight: var(--font-weight-heading-4);
line-height: var(--font-line-height-heading-4);
line-height: var(--font-line-height-body-medium);
margin: 0;
}

Expand Down
1 change: 1 addition & 0 deletions src/open_inwoner/scss/components/UserFeed/UserFeed.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@

.card__body {
background-color: #fff;
border-radius: var(--border-radius);
padding: var(--card-spacing);

.tabled__value {
Expand Down

0 comments on commit 0fea870

Please sign in to comment.