From 6abf34f0389f9f0252faae06e1b523211e7a66bd Mon Sep 17 00:00:00 2001 From: kirsty-hames Date: Thu, 20 Jul 2023 09:13:30 +0100 Subject: [PATCH] Update: Hotgraphic pin number inherits from the icon styles (fixes #282) ...to inherit from icon instead of body text for consistent pin size --- less/plugins/adapt-contrib-hotgraphic/hotgraphic.less | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/less/plugins/adapt-contrib-hotgraphic/hotgraphic.less b/less/plugins/adapt-contrib-hotgraphic/hotgraphic.less index ff2ee1b3..25472822 100644 --- a/less/plugins/adapt-contrib-hotgraphic/hotgraphic.less +++ b/less/plugins/adapt-contrib-hotgraphic/hotgraphic.less @@ -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; }