TelegramPWA/src/components/middle/message/ReactionSelectorReaction.scss
2022-02-25 22:53:14 +02:00

32 lines
504 B
SCSS

.ReactionSelectorReaction {
margin-left: 0.5rem;
position: relative;
min-width: 2rem;
min-height: 2rem;
&:first-child {
margin-left: 0;
}
&__static {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: url('../../../assets/reaction-thumbs.png') no-repeat;
background-size: auto 100%;
}
.AnimatedSticker {
position: absolute;
top: 0;
left: 0;
}
&--compact {
min-width: 1.5rem;
min-height: 1.5rem;
}
}