Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const useStyle = createStyles(({ token, css }) => {
form {
display: flex;
flex-direction: column;
gap: 8px;
gap: 16px;
font-family: Lato, sans-serif;
font-size: 12px;
font-style: normal;
Expand All @@ -36,6 +36,10 @@ export const useStyle = createStyles(({ token, css }) => {
color: ${token.colorPrimaryHover};
}
}

.pimcore-icon {
color: ${token.colorIcon};
}
}

.login__additional-logins {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ export const LoginForm = ({ additionalLogins, onPasswordForgotten }: ILoginFormP
</Checkbox>
<Button
onClick={ onPasswordForgotten }
style={ { paddingLeft: 0, paddingRight: 0 } }
type={ 'link' }
>
{t('login-form.forgot-password')}
Expand Down
6 changes: 3 additions & 3 deletions assets/js/src/core/modules/auth/login-page.styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ export const useStyle = createStyles(({ token, css }) => {
height: 608px;
flex-shrink: 0;
border-radius: 8px;
background: linear-gradient(335deg, rgba(255, 255, 255, 0.86) 1.72%, rgba(57, 14, 97, 0.86) 158.36%);
padding: 83px 100px 0 100px;
background: linear-gradient(335deg, rgba(255, 255, 255, 0.86) 1.72%, rgba(236, 232, 241, 0.86) 158.36%);
padding: 85px 100px 0 100px;
margin-left: 80px;

/* Component/Button/primaryShadow */
box-shadow: 0px 2px 0px 0px rgba(114, 46, 209, 0.10);

img {
margin-bottom: 50px
margin-bottom: 70px
}
`
}
Expand Down
2 changes: 1 addition & 1 deletion assets/js/src/core/modules/auth/login-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const LoginPage = (): React.JSX.Element => {
<div className={ styles.loginWidget }>
<img
alt={ 'Pimcore Logo' }
src={ '/bundles/pimcorestudioui/img/logo.png' }
src={ '/bundles/pimcorestudioui/img/logo-purple.svg' }
/>
<LoginFormContainer />
</div>
Expand Down
23 changes: 23 additions & 0 deletions public/build/5d889243-debd-4c60-a127-75d2660eef06/entrypoints.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

769 changes: 769 additions & 0 deletions public/build/5d889243-debd-4c60-a127-75d2660eef06/manifest.json

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading