make login page use the card style

This commit is contained in:
Gregory Wells
2026-03-31 19:53:48 -04:00
parent 6c435e6135
commit 01ca68e16b
3 changed files with 3 additions and 12 deletions

View File

@@ -7,7 +7,7 @@
); /* Semi-transparent white for light theme */
border: 1px solid var(--border-subtle);
border-radius: 12px;
padding: 24px;
padding: 2.5rem;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
transition: transform 0.2s ease;
}