Skip to content

Commit

Permalink
Use default font size and color for the changes items.
Browse files Browse the repository at this point in the history
  • Loading branch information
afercia committed Dec 16, 2024
1 parent 165163f commit 5a1b633
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,8 @@
}
}

.entities-saved-states__description-heading {
font-size: $default-font-size;
}

.entities-saved-states__changes {
color: $gray-700;
font-size: $helptext-font-size;
font-size: $default-font-size;
margin: $grid-unit-05 $grid-unit-20 0 $grid-unit-30;
list-style: disc;

Expand Down

0 comments on commit 5a1b633

Please sign in to comment.