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