nopaque/app/static/css/utils.css

22 lines
267 B
CSS
Raw Normal View History

2024-05-27 08:58:04 +02:00
.clearfix::after {
clear: both;
content: "";
display: block;
}
2024-05-21 10:29:12 +02:00
.clickable {
cursor: pointer !important;
}
2024-05-27 16:58:51 +02:00
.fixed {
position: fixed;
}
2024-05-21 10:29:12 +02:00
.show-if-only-child:not(:only-child) {
display: none !important;
}
[draggable="true"] {
cursor: move !important;
}