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

22 lines
267 B
SCSS

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