feat: add branding assets and refine login/sidebar UI
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
alexandrump
2026-04-22 02:00:10 +02:00
parent 898d021ae8
commit 975efc30a4
8 changed files with 1146 additions and 51 deletions

View File

@@ -12,6 +12,10 @@ body {
background: linear-gradient(135deg, #3b82f6 0%, #1e40af 100%);
}
.gradient-sidebar {
background: linear-gradient(160deg, #60a5fa 0%, #3b82f6 50%, #2563eb 100%);
}
.card-shadow {
box-shadow:
0 10px 15px -3px rgba(0, 0, 0, 0.1),