diff options
Diffstat (limited to 'src/_reaction.scss')
-rw-r--r-- | src/_reaction.scss | 12 |
1 files changed, 8 insertions, 4 deletions
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 @@ | |||
1 | @mixin styles { | 1 | @use 'iro-sass/src/props'; |
2 | |||
3 | @use 'common'; | ||
4 | |||
5 | @mixin styles { | ||
2 | .messageFooter { | 6 | .messageFooter { |
3 | .reactionType { | 7 | .reactionType { |
4 | inline-size: 30px; | 8 | inline-size: props.get(common.$vlpnSmileySize); |
5 | block-size: 30px; | 9 | block-size: props.get(common.$vlpnSmileySize); |
6 | } | 10 | } |
7 | } | 11 | } |
8 | 12 | ||
9 | .reactionSummary { | 13 | .reactionSummary { |
10 | gap: 15px; | 14 | gap: 15px; |
11 | } | 15 | } |
12 | } | 16 | } |