TelegramPWA/src/components/common/StickerSetCard.scss

34 lines
459 B
SCSS

.StickerSetCard {
.StickerButton,
.Button {
flex: 0 0 2.5rem;
width: 2.5rem;
height: 2.5rem;
margin: 0 0.5rem 0 0;
padding: 0;
}
.install-button {
box-sizing: content-box;
}
img {
max-width: 100%;
max-height: 100%;
}
.multiline-item {
display: flex;
flex-direction: column;
justify-content: center;
}
&[dir="rtl"] {
.StickerButton,
.Button {
margin: 0 0 0 0.5rem;
}
}
}