2023-01-23 23:59:37 +00:00

18 lines
256 B
Plaintext
Executable File

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