TelegramPWA/src/components/common/AnimatedEmoji.scss
2021-06-19 15:05:21 +03:00

14 lines
180 B
SCSS

.AnimatedEmoji {
margin-bottom: 0.75rem;
img {
position: absolute;
width: 100%;
height: 100%;
&.like-sticker-thumb {
transform: scale(0.8);
}
}
}