Login page: right panel Seubert gold #D6A620, white card for form
This commit is contained in:
parent
792f1c81c2
commit
ca868f5226
1 changed files with 2 additions and 2 deletions
|
|
@ -24,8 +24,8 @@ export default function SignInPage() {
|
|||
</div>
|
||||
|
||||
{/* Right panel — form */}
|
||||
<div className="flex-1 flex flex-col items-center justify-center px-6 py-12 bg-white">
|
||||
<div className="w-full max-w-sm">
|
||||
<div className="flex-1 flex flex-col items-center justify-center px-6 py-12" style={{ backgroundColor: '#D6A620' }}>
|
||||
<div className="w-full max-w-sm bg-white rounded-2xl shadow-xl px-8 py-10">
|
||||
{/* Logo — road icon on desktop, color logo on mobile */}
|
||||
<div className="flex justify-center mb-8 lg:mb-10">
|
||||
{/* eslint-disable-next-line @next/next/no-img-element */}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue