First Implementation

This commit is contained in:
caroschulte02-alt
2026-05-13 21:52:25 +02:00
parent af1a7d8e16
commit 2258bf05eb
+4 -2
View File
@@ -125,15 +125,17 @@ body {
width: 100%; width: 100%;
padding: 12px; padding: 12px;
margin-bottom: 20px; margin-bottom: 20px;
border: 1px solid white; border: 1px solid #d1d5db;
border-radius: 4px; border-radius: 6px;
box-sizing: border-box; box-sizing: border-box;
font-size: 1rem; font-size: 1rem;
background-color: white;
} }
.login-input:focus { .login-input:focus {
outline: none; outline: none;
border-color: #2563eb; border-color: #2563eb;
box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
} }
.checkbox-wrapper { .checkbox-wrapper {