mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 02:24:16 +00:00
18 lines
256 B
Plaintext
Executable File
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;
|
|
}
|
|
}
|
|
} |