Forgot password
This commit is contained in:
25
Shogi.UI/Pages/Identity/ForgotPassword.razor.css
Normal file
25
Shogi.UI/Pages/Identity/ForgotPassword.razor.css
Normal file
@@ -0,0 +1,25 @@
|
||||
main {
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
.ForgotForm {
|
||||
display: inline-flex;
|
||||
flex-direction: column;
|
||||
align-items: stretch;
|
||||
gap: 1rem;
|
||||
}
|
||||
|
||||
.ForgotForm label {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
gap: 1rem;
|
||||
}
|
||||
|
||||
.ForgotForm button {
|
||||
align-self: end;
|
||||
}
|
||||
|
||||
.ForgotForm .Errors {
|
||||
color: darkred;
|
||||
background-color: var(--foregroundColor)
|
||||
}
|
||||
Reference in New Issue
Block a user