Compacted the kosten with only the contractual variable visible.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user