Update auth footer branding
This commit is contained in:
parent
044cb6cfe6
commit
d4eddf95d7
2 changed files with 2 additions and 11 deletions
|
|
@ -9,10 +9,6 @@ export function AuthFooter({ footerRef }: AuthFooterProps) {
|
||||||
return (
|
return (
|
||||||
<footer className={css.AuthFooter} role="contentinfo" ref={footerRef}>
|
<footer className={css.AuthFooter} role="contentinfo" ref={footerRef}>
|
||||||
<span>Powered by Matrix</span>
|
<span>Powered by Matrix</span>
|
||||||
<span className={css.AuthFooterSeparator} aria-hidden="true">
|
|
||||||
·
|
|
||||||
</span>
|
|
||||||
<span>Hosted on Yandex Cloud</span>
|
|
||||||
</footer>
|
</footer>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -247,18 +247,13 @@ export const AuthFooter = style({
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
justifyContent: 'center',
|
justifyContent: 'center',
|
||||||
gap: '10px',
|
|
||||||
width: '100%',
|
width: '100%',
|
||||||
padding: '20px 24px 24px',
|
padding: '20px 24px 10px',
|
||||||
fontSize: '13px',
|
fontSize: '14px',
|
||||||
color: 'rgba(232, 228, 223, 0.55)',
|
color: 'rgba(232, 228, 223, 0.55)',
|
||||||
letterSpacing: '0.02em',
|
letterSpacing: '0.02em',
|
||||||
});
|
});
|
||||||
|
|
||||||
export const AuthFooterSeparator = style({
|
|
||||||
color: 'rgba(232, 228, 223, 0.3)',
|
|
||||||
});
|
|
||||||
|
|
||||||
/* ── Theme overrides for folds components inside auth card ── */
|
/* ── Theme overrides for folds components inside auth card ── */
|
||||||
/* Extract CSS custom property name from folds color token reference */
|
/* Extract CSS custom property name from folds color token reference */
|
||||||
/* e.g. "var(--oq6d070)" → "--oq6d070" — tied to folds API, not hashed names */
|
/* e.g. "var(--oq6d070)" → "--oq6d070" — tied to folds API, not hashed names */
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue