photo_server_json_flutter_c.../public/css/login.css
2026-03-05 17:07:30 +01:00

27 lines
386 B
CSS

.login-modal {
position: fixed;
inset: 0;
background: rgba(0,0,0,0.7);
display: none;
align-items: center;
justify-content: center;
z-index: 20000;
}
.login-box {
background: white;
padding: 20px;
border-radius: 12px;
width: 280px;
display: flex;
flex-direction: column;
gap: 12px;
}
.login-error {
color: red;
font-size: 14px;
min-height: 18px;
}