TelegramPWA/src/components/common/PremiumIcon.scss
2022-10-17 17:51:30 +02:00

24 lines
296 B
SCSS

.PremiumIcon {
flex-shrink: 0;
display: flex;
width: 1rem;
height: 1rem;
&.big {
width: 1.5rem;
height: 1.5rem;
}
--color-fill: var(--color-primary);
& > svg {
width: 100%;
height: 100%;
}
&.clickable {
cursor: pointer;
pointer-events: auto;
}
}