summaryrefslogtreecommitdiffstats
path: root/src/_reaction.scss
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2024-12-10 08:56:39 +0100
committerVolpeon <git@volpeon.ink>2024-12-10 08:56:39 +0100
commit35c9e21b382b6cc4c23cc70c84795e641eb9bd9f (patch)
tree3126c7d9b6b57432c634f2c35a2ccc2f1361320e /src/_reaction.scss
parentUpdate (diff)
downloadfurbase-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.scss12
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 }