15 lines
244 B
SCSS
15 lines
244 B
SCSS
.ReactionStaticEmoji {
|
|
width: 1rem;
|
|
display: block;
|
|
|
|
// Unicorn reaction preview is too small
|
|
&.with-unicorn-fix {
|
|
transform: scale(2);
|
|
}
|
|
|
|
&.icon-heart {
|
|
color: var(--color-heart) !important;
|
|
margin: 0 !important;
|
|
}
|
|
}
|