From 96085ba6a16f1ff6fecf117e249d8ffdeb632d63 Mon Sep 17 00:00:00 2001 From: heaven Date: Wed, 29 Apr 2026 23:12:08 +0300 Subject: [PATCH] Update auth footer branding --- src/app/pages/auth/AuthFooter.tsx | 4 ---- src/app/pages/auth/styles.css.ts | 9 ++------- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/src/app/pages/auth/AuthFooter.tsx b/src/app/pages/auth/AuthFooter.tsx index 29cb49b1..dafa31c8 100644 --- a/src/app/pages/auth/AuthFooter.tsx +++ b/src/app/pages/auth/AuthFooter.tsx @@ -9,10 +9,6 @@ export function AuthFooter({ footerRef }: AuthFooterProps) { return ( ); } diff --git a/src/app/pages/auth/styles.css.ts b/src/app/pages/auth/styles.css.ts index f31ee929..b3d90752 100644 --- a/src/app/pages/auth/styles.css.ts +++ b/src/app/pages/auth/styles.css.ts @@ -247,18 +247,13 @@ export const AuthFooter = style({ display: 'flex', alignItems: 'center', justifyContent: 'center', - gap: '10px', width: '100%', - padding: '20px 24px 24px', - fontSize: '13px', + padding: '20px 24px 10px', + fontSize: '14px', color: 'rgba(232, 228, 223, 0.55)', letterSpacing: '0.02em', }); -export const AuthFooterSeparator = style({ - color: 'rgba(232, 228, 223, 0.3)', -}); - /* ── Theme overrides for folds components inside auth card ── */ /* Extract CSS custom property name from folds color token reference */ /* e.g. "var(--oq6d070)" → "--oq6d070" — tied to folds API, not hashed names */