summaryrefslogtreecommitdiffstats
path: root/src/_reaction.scss
blob: 1e09849d5936504fb9a575fb91d03df5e52ef57f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@use 'iro-sass/src/props';

@use 'common';

@mixin styles {
    .messageFooter {
        .reactionType {
            inline-size: props.get(common.$vlpnSmileySize);
            block-size: props.get(common.$vlpnSmileySize);
        }
    }

    .reactionSummary {
        gap: 15px;
    }
}