6 lines
79 B
SCSS
6 lines
79 B
SCSS
.AnimatedEmoji {
|
|
&.like-sticker-thumb img {
|
|
transform: scale(0.8);
|
|
}
|
|
}
|