From a78c6ef282e63efc94d09d65541e3cab49d47765 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Tue, 10 Dec 2024 09:37:25 +0100 Subject: Update --- src/_reaction.scss | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'src/_reaction.scss') diff --git a/src/_reaction.scss b/src/_reaction.scss index 82a9231..1e09849 100644 --- a/src/_reaction.scss +++ b/src/_reaction.scss @@ -1,12 +1,16 @@ - @mixin styles { +@use 'iro-sass/src/props'; + +@use 'common'; + +@mixin styles { .messageFooter { .reactionType { - inline-size: 30px; - block-size: 30px; + inline-size: props.get(common.$vlpnSmileySize); + block-size: props.get(common.$vlpnSmileySize); } } .reactionSummary { gap: 15px; } - } +} -- cgit v1.2.3-70-g09d2