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

@@ -15,17 +15,7 @@
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
background-color: var(--bg-card);
border: 1px solid var(--border-subtle);
padding: 2.5rem;
border-radius: 8px;
width: 350px;
/* Soft shadow for depth in light mode */
box-shadow:
0 4px 12px rgba(0, 0, 0, 0.05),
0 1px 3px rgba(0, 0, 0, 0.1);
}
#login_card input {