Skip to content

Commit

Permalink
fix(objecttile): L3-4682 italicize model and referenceNumber (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
scottdickerson authored Jan 9, 2025
1 parent 57493cf commit 821b149
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/patterns/ObjectTile/_objectTile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@
margin-bottom: 0;
}

&__reference-number,
&__model {
font-style: italic;
}

&__meta {
margin-bottom: $spacing-sm;
}
Expand Down

0 comments on commit 821b149

Please sign in to comment.