Compacted the kosten with only the contractual variable visible.

This commit is contained in:
2026-08-10 14:43:19 +02:00
parent ef61cddb7b
commit d701b49789
4 changed files with 50399 additions and 66 deletions

View File

@@ -396,6 +396,33 @@ a:hover {
margin-top: 1rem;
}
/* Foldable container */
.collapsible-section {
border: 1px solid var(--border-clr);
border-radius: 0.5rem;
padding: 0.5rem;
background: var(--bg-secondary);
}
.collapsible-header {
cursor: pointer;
font-weight: bold;
padding: 0.5rem;
margin: -0.5rem;
margin-bottom: 0.5rem;
color: var(--green-clr);
}
.collapsible-header:hover {
background: var(--bg-hover);
}
.collapsible-content {
padding: 0.5rem;
display: grid;
gap: 1rem;
}
/* Results Display */
.pipeline-box .results {
margin-top: 1.5rem;