handover pdf

This commit is contained in:
Bastian Wagner
2026-03-12 11:41:29 +01:00
parent 93053e0101
commit b72e2d6784
20 changed files with 2891 additions and 33 deletions

View File

@@ -227,4 +227,10 @@ div.ag-row {
// border-top-right-radius: 0 !important;
// border-bottom-right-radius: 0 !important;
color: #2D6B05;
}
.flex-row {
display: flex;
justify-content: space-between;
gap: 12px;
}