fix style issues
This commit is contained in:
@@ -22,8 +22,8 @@ export const Login: React.FC = () => {
|
|||||||
const footer = (
|
const footer = (
|
||||||
<span>
|
<span>
|
||||||
<Button
|
<Button
|
||||||
label='Login with VATSIM SSO'
|
label='Login with VATSIM'
|
||||||
className='p-button p-button-success'
|
className='p-button'
|
||||||
onClick={redirectToVatsim}
|
onClick={redirectToVatsim}
|
||||||
/>
|
/>
|
||||||
</span>
|
</span>
|
||||||
@@ -31,12 +31,16 @@ export const Login: React.FC = () => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
|
<div className='card min-h-screen'>
|
||||||
|
<div className='flex flex-wrap align-items-center justify-content-center card-container min-h-screen'>
|
||||||
<Card
|
<Card
|
||||||
title='Arrival MANager'
|
title='Arrival MANager'
|
||||||
className='login-card text-center surface-200'
|
className='login-card text-center surface-200'
|
||||||
style={{ width: '25rem' }}
|
style={{ width: '25rem' }}
|
||||||
footer={footer}>
|
footer={footer}>
|
||||||
</Card>
|
</Card>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user