diff options
| author | Volpeon <git@volpeon.ink> | 2024-12-10 09:37:25 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2024-12-10 09:37:25 +0100 |
| commit | a78c6ef282e63efc94d09d65541e3cab49d47765 (patch) | |
| tree | 9c354d3d00a265355827e2780699051463260e6d /src/_reaction.scss | |
| parent | Update (diff) | |
| download | furbase-design-2024-a78c6ef282e63efc94d09d65541e3cab49d47765.tar.gz furbase-design-2024-a78c6ef282e63efc94d09d65541e3cab49d47765.tar.bz2 furbase-design-2024-a78c6ef282e63efc94d09d65541e3cab49d47765.zip | |
Update
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 | } |
