Htmx callback plugin and htmx based report view

This commit is contained in:
2026-09-01 00:01:03 +02:00
parent 71ba949cb5
commit 2832e76a31
7 changed files with 141 additions and 16 deletions
+5 -6
View File
@@ -168,12 +168,6 @@ $pedagogy-white-text: #f0f0f0;
.input-stars {
margin-top: 20px;
}
.right {
display: flex;
justify-content: flex-end;
}
}
.ue-details-container {
@@ -446,4 +440,9 @@ details.accordion>.accordion-content {
background-color: $white-color;
border-color: $pedagogy-orange;
border-right: none;
}
.right {
display: flex;
justify-content: flex-end;
}