Skip to content

Commit

Permalink
Update: Hotgraphic pin number inherits from the icon styles (fixes #282)
Browse files Browse the repository at this point in the history
...to inherit from icon instead of body text for consistent pin size
  • Loading branch information
kirsty-hames committed Jul 20, 2023
1 parent cbd0227 commit 6abf34f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions less/plugins/adapt-contrib-hotgraphic/hotgraphic.less
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@
// Numbered pins
// --------------------------------------------------
&__pin-number {
height: @body-size;
width: @body-size;
line-height: @body-size;
height: @icon-size;
width: @icon-size;
font-size: @icon-size;
line-height: 1;
text-align: center;
}

Expand Down

0 comments on commit 6abf34f

Please sign in to comment.