Htmx callback plugin and htmx based report view

This commit is contained in:
2026-08-27 18:38:17 +02:00
parent c84cef8e55
commit 881943220b
7 changed files with 150 additions and 16 deletions
+5 -6
View File
@@ -245,12 +245,6 @@ $pedagogy-white-text: #f0f0f0;
.input-stars {
margin-top: 20px;
}
.right {
display: flex;
justify-content: flex-end;
}
}
.ue-details-container {
@@ -523,4 +517,9 @@ details.accordion>.accordion-content {
background-color: $white-color;
border-color: $pedagogy-orange;
border-right: none;
}
.right {
display: flex;
justify-content: flex-end;
}