Icons, Footer, Stundenformel

This commit is contained in:
2026-02-05 13:27:39 +01:00
parent 7d6951334f
commit 3c282a0f3c
17 changed files with 100 additions and 28 deletions

View File

@@ -1072,4 +1072,13 @@ table input[type="text"] {
flex-direction: column;
align-items: flex-start;
}
}
/* App Footer */
.app-footer {
text-align: center;
padding: 16px;
color: #888;
font-size: 13px;
margin-top: 24px;
}