diff options
Diffstat (limited to 'src/_reaction.scss')
-rw-r--r-- | src/_reaction.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/_reaction.scss b/src/_reaction.scss index 1e09849..ecf88ad 100644 --- a/src/_reaction.scss +++ b/src/_reaction.scss | |||
@@ -1,12 +1,12 @@ | |||
1 | @use 'iro-sass/src/props'; | 1 | @use 'iro-sass/src/props'; |
2 | 2 | ||
3 | @use 'common'; | 3 | @use 'core'; |
4 | 4 | ||
5 | @mixin styles { | 5 | @mixin styles { |
6 | .messageFooter { | 6 | .messageFooter { |
7 | .reactionType { | 7 | .reactionType { |
8 | inline-size: props.get(common.$vlpnSmileySize); | 8 | inline-size: props.get(core.$vlpnSmileySize); |
9 | block-size: props.get(common.$vlpnSmileySize); | 9 | block-size: props.get(core.$vlpnSmileySize); |
10 | } | 10 | } |
11 | } | 11 | } |
12 | 12 | ||