nopaque/app/static/sass/components/_helpers.scss

12 lines
166 B
SCSS
Raw Normal View History

2024-05-21 08:29:12 +00:00
.clickable {
cursor: pointer !important;
}
.show-if-only-child:not(:only-child) {
display: none !important;
}
[draggable="true"] {
cursor: move !important;
}