mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-07-05 04:03:18 +00:00
Going back to vanilla css
This commit is contained in:
21
app/static/css/utils.css
Normal file
21
app/static/css/utils.css
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user