/
aliyyyada
/
FrontendAdminPanel
Обзор
Документация
Войти
/
aliyyyada
/
FrontendAdminPanel
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
src/pages/auth/ForgotPasswordPage.module.css
93 строки
2 KB
Алина
initial commit
15 июн 2026, 18:49
15 июн 2026, 18:49
7512c1b
Код
Авторство
О чём код?
.page { min-height: 100vh; background: var(--blue); display: flex; align-items: center; justify-content: center; padding: 20px; } .card { background: var(--blue); width: 100%; max-width: 440px; display: flex; flex-direction: column; align-items: center; } .card > * + * { margin-top: 32px; } .logo { display: flex; flex-direction: column; align-items: center; } .logo > * + * { margin-top: 4px; } .logoMain { font-family: 'Rubik', sans-serif; font-style: italic; font-weight: 900; font-size: clamp(48px, 8vw, 72px); color: var(--white); letter-spacing: -1px; line-height: 1; } .logoSub { font-family: 'Reddit Sans', sans-serif; font-style: italic; font-weight: 300; font-size: 20px; color: rgba(255,255,255,0.85); letter-spacing: 1px; } .title { font-size: 22px; font-weight: 700; color: var(--white); text-align: center; margin-bottom: -16px; } .form { background: rgba(240,241,245,0.95); border-radius: var(--radius-lg); padding: 32px 28px; width: 100%; display: flex; flex-direction: column; box-shadow: var(--shadow-lg); } .form > * + * { margin-top: 16px; } .subtitle { font-size: 14px; color: var(--gray-text); line-height: 1.5; margin-top: -4px; } .apiError { background: rgba(229,62,62,0.08); border: 1px solid rgba(229,62,62,0.25); border-radius: var(--radius-sm); padding: 10px 14px; font-size: 13px; color: var(--error); font-weight: 600; } .links { text-align: center; } .link { font-size: 13px; color: var(--blue); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; } .link:hover { color: var(--blue-dark); }