diff options
author | Volpeon <git@volpeon.ink> | 2024-12-10 11:40:28 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2024-12-10 11:40:28 +0100 |
commit | 2448ebfdef6a15549137cf42116168f467bae393 (patch) | |
tree | 770606867cdbc11a0d56777c77926504aa586ea1 /src/_reaction.scss | |
parent | Update (diff) | |
download | furbase-design-2024-2448ebfdef6a15549137cf42116168f467bae393.tar.gz furbase-design-2024-2448ebfdef6a15549137cf42116168f467bae393.tar.bz2 furbase-design-2024-2448ebfdef6a15549137cf42116168f467bae393.zip |
Refactoring
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 | ||