/
guselnikov
/
inst
Обзор
Документация
Войти
/
guselnikov
/
inst
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
admin/src/components/ui/AuthLayout.module.css
70 строк
1 KB
Viktor Guselnikov
first_commit
07 июл 2026, 11:54
07 июл 2026, 11:54
098126a
Код
Авторство
О чём код?
.page { display: grid; min-height: 100dvh; place-items: center; padding: 24px 16px; background: radial-gradient(ellipse 70% 50% at 50% -5%, var(--accent-soft), transparent), var(--bg-base); } .panel { width: 100%; max-width: 400px; } .brand { display: flex; flex-direction: column; align-items: center; gap: 12px; margin-bottom: 32px; text-align: center; } .logo { display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: var(--radius-md); background: var(--accent-soft); color: var(--accent); } .title { margin: 0; font-size: 24px; font-weight: 700; letter-spacing: -0.03em; } .subtitle { margin: 0; font-size: 14px; color: var(--text-muted); } .card { padding: 28px; background: var(--bg-surface); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); } .footer { margin-top: 24px; text-align: center; font-size: 13px; color: var(--text-faint); } .footer a { color: var(--accent); font-weight: 500; } .footer a:hover { color: var(--accent-hover); }