Update auth footer branding

This commit is contained in:
v.lagerev 2026-04-29 23:12:08 +03:00
parent 044cb6cfe6
commit d4eddf95d7
2 changed files with 2 additions and 11 deletions

View file

@ -9,10 +9,6 @@ export function AuthFooter({ footerRef }: AuthFooterProps) {
return (
<footer className={css.AuthFooter} role="contentinfo" ref={footerRef}>
<span>Powered by Matrix</span>
<span className={css.AuthFooterSeparator} aria-hidden="true">
·
</span>
<span>Hosted on Yandex Cloud</span>
</footer>
);
}

View file

@ -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 */