mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Forgot password: Fix styling (#26002)
This commit is contained in:
parent
ab172f09b2
commit
9e47114c45
@ -45,7 +45,7 @@ export const ForgottenPassword: FC = () => {
|
||||
<Legend>Reset password</Legend>
|
||||
<Field
|
||||
label="User"
|
||||
description="Enter your informaton to get a reset link sent to you"
|
||||
description="Enter your information to get a reset link sent to you"
|
||||
invalid={!!errors.userOrEmail}
|
||||
error={errors?.userOrEmail?.message}
|
||||
>
|
||||
|
@ -49,10 +49,11 @@ export const getLoginStyles = (theme: GrafanaTheme) => {
|
||||
min-height: 100vh;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-color: ${theme.palette.black};
|
||||
min-width: 100%;
|
||||
margin-left: 0;
|
||||
background-color: $black;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
`,
|
||||
@ -76,7 +77,7 @@ export const getLoginStyles = (theme: GrafanaTheme) => {
|
||||
text-align: center;
|
||||
`,
|
||||
mainTitle: css`
|
||||
font-size: '32px';
|
||||
font-size: 32px;
|
||||
`,
|
||||
subTitle: css`
|
||||
font-size: ${theme.typography.size.md};
|
||||
|
Loading…
Reference in New Issue
Block a user