2022-12-09 14:20:02 +00:00

18 lines
256 B
Plaintext

.changePasswordPrompt {
display: flex;
flex-direction: column;
.title {
margin-bottom: 20px;
}
.form {
display: flex;
flex-direction: column;
.item {
margin-bottom: 10px;
}
}
}