mirror of
https://github.com/google/nomulus
synced 2026-02-02 19:12:27 +00:00
17 lines
238 B
SCSS
17 lines
238 B
SCSS
.settings-security__edit-password {
|
|
max-width: 616px;
|
|
&-field {
|
|
width: 100%;
|
|
mat-form-field {
|
|
margin-bottom: 20px;
|
|
width: 100%;
|
|
}
|
|
}
|
|
&-form {
|
|
margin-top: 30px;
|
|
}
|
|
&-save {
|
|
margin-top: 30px;
|
|
}
|
|
}
|