Going back to vanilla css

This commit is contained in:
Patrick Jentsch
2024-07-01 15:37:34 +02:00
parent 5ee9edef9f
commit f79c6d48b2
55 changed files with 10086 additions and 509 deletions

21
app/static/css/utils.css Normal file
View File

@ -0,0 +1,21 @@
.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;
}