Werk hoofdapplicatie bij

Legt de bestaande wijzigingen in de hoofdworktree vast voordat de laatste worktree wordt gemerged.\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-08-07 20:45:36 +02:00
parent 26a820b41a
commit c07d503d83
41 changed files with 1837 additions and 313 deletions
+34 -3
View File
@@ -1,12 +1,43 @@
body {
background: #f5f7fb;
}
background-color: #f6f8fb;
.navbar {
margin-bottom: 25px;
}
.card {
border: 0;
border-radius: 12px;
box-shadow: 0 2px 8px rgba(0,0,0,.06);
}
.page-title {
font-weight: 700;
}
.alert {
animation: fadeIn .3s ease;
}
@keyframes fadeIn {
.navbar-brand {
from{
font-weight: 700;
opacity:0;
transform:translateY(-10px);
}
to{
opacity:1;
transform:translateY(0);
}
}