Files
skald/static/change-password.css
2024-04-11 13:27:08 +02:00

19 lines
199 B
CSS

#errormessage {
color: red;
font-weight: bold;
height: 12px;
}
#message {
font-weight: bold;
height: 12px;
}
label {
display: block;
}
#passwordform {
padding: 2rem;
}