Replace hotel emoji on login screen with Lucide Hotel icon; add sidebar scrollbar styles
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
567e5bf73e
commit
f36fd83196
3 changed files with 20 additions and 2 deletions
|
|
@ -1,5 +1,6 @@
|
|||
import { useState } from 'react'
|
||||
import { useNavigate, useLocation } from 'react-router-dom'
|
||||
import { Hotel } from 'lucide-react'
|
||||
|
||||
export function Login() {
|
||||
const [email, setEmail] = useState('')
|
||||
|
|
@ -34,7 +35,9 @@ export function Login() {
|
|||
justifyContent: 'center', padding: '1.5rem', background: 'var(--navy-dark)' }}>
|
||||
<div style={{ width: '100%', maxWidth: '360px' }}>
|
||||
<div style={{ textAlign: 'center', marginBottom: '2rem' }}>
|
||||
<div style={{ fontSize: '2rem', marginBottom: '0.5rem' }}>🏨</div>
|
||||
<div style={{ marginBottom: '0.5rem', color: 'var(--gold)' }}>
|
||||
<Hotel size={40} strokeWidth={1.75} />
|
||||
</div>
|
||||
<h1 style={{ fontSize: '1.5rem', color: 'var(--gold)', letterSpacing: '0.05em' }}>MANAGE</h1>
|
||||
<p style={{ color: 'var(--text-muted)', fontSize: '0.85rem', marginTop: '0.25rem' }}>
|
||||
{import.meta.env.VITE_HOTEL_NAME}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue