diff options
author | Volpeon <git@volpeon.ink> | 2024-12-10 08:56:39 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2024-12-10 08:56:39 +0100 |
commit | 35c9e21b382b6cc4c23cc70c84795e641eb9bd9f (patch) | |
tree | 3126c7d9b6b57432c634f2c35a2ccc2f1361320e /src/_reaction.scss | |
parent | Update (diff) | |
download | furbase-design-2024-35c9e21b382b6cc4c23cc70c84795e641eb9bd9f.tar.gz furbase-design-2024-35c9e21b382b6cc4c23cc70c84795e641eb9bd9f.tar.bz2 furbase-design-2024-35c9e21b382b6cc4c23cc70c84795e641eb9bd9f.zip |
Update
Diffstat (limited to 'src/_reaction.scss')
-rw-r--r-- | src/_reaction.scss | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/_reaction.scss b/src/_reaction.scss new file mode 100644 index 0000000..82a9231 --- /dev/null +++ b/src/_reaction.scss | |||
@@ -0,0 +1,12 @@ | |||
1 | @mixin styles { | ||
2 | .messageFooter { | ||
3 | .reactionType { | ||
4 | inline-size: 30px; | ||
5 | block-size: 30px; | ||
6 | } | ||
7 | } | ||
8 | |||
9 | .reactionSummary { | ||
10 | gap: 15px; | ||
11 | } | ||
12 | } | ||