1
Fork 0
galene/static/change-password.css

19 lines
199 B
CSS
Raw Normal View History

2024-04-10 03:31:52 +02:00
#errormessage {
color: red;
font-weight: bold;
height: 12px;
}
#message {
font-weight: bold;
height: 12px;
}
label {
display: block;
}
#passwordform {
padding: 2rem;
}