Alexander Zinchuk 3afcde3217 Initial commit
2021-04-09 14:11:51 +03:00

10 lines
105 B
SCSS

.Sticker {
&:not(.inactive) {
cursor: pointer;
}
&.inactive {
pointer-events: none;
}
}