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

@use 'core';

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

    .reactionSummary {
        gap: 15px;
    }
}