Make ForgotPassword UX slightly more user friendly
This commit is contained in:
parent
90a6f251c7
commit
b9604d1fb5
2 changed files with 31 additions and 3 deletions
|
@ -96,3 +96,10 @@ div.mx_AccessibleButton_kind_link.mx_Login_forgot {
|
|||
cursor: not-allowed;
|
||||
}
|
||||
}
|
||||
.mx_Login--spinner {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
align-content: center;
|
||||
padding: 14px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue