mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 09:15:41 +00:00
12 lines
166 B
SCSS
12 lines
166 B
SCSS
|
.clickable {
|
||
|
cursor: pointer !important;
|
||
|
}
|
||
|
|
||
|
.show-if-only-child:not(:only-child) {
|
||
|
display: none !important;
|
||
|
}
|
||
|
|
||
|
[draggable="true"] {
|
||
|
cursor: move !important;
|
||
|
}
|