nopaque/app/static/sass/components/_helpers.scss
2024-05-21 10:29:12 +02:00

12 lines
166 B
SCSS

.clickable {
cursor: pointer !important;
}
.show-if-only-child:not(:only-child) {
display: none !important;
}
[draggable="true"] {
cursor: move !important;
}