nopaque/app/static/sass/components/_helpers.scss
2024-05-27 08:58:04 +02:00

18 lines
236 B
SCSS

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