mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 17:11:55 +00:00
fix(login): remove bold text
This commit is contained in:
@@ -96,10 +96,6 @@
|
||||
font-size: 13px;
|
||||
word-break: keep-all;
|
||||
|
||||
b {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
a {
|
||||
color: var(--accent);
|
||||
white-space: nowrap;
|
||||
|
||||
@@ -211,17 +211,13 @@ export function Form({ page, callback }: Props) {
|
||||
{page === "create" && (
|
||||
<>
|
||||
<span className={styles.create}>
|
||||
<b>
|
||||
<Text id="login.existing" />
|
||||
</b>{" "}
|
||||
<Text id="login.existing" />{" "}
|
||||
<Link to="/login">
|
||||
<Text id="login.title" />
|
||||
</Link>
|
||||
</span>
|
||||
<span className={styles.create}>
|
||||
<b>
|
||||
<Text id="login.missing_verification" />
|
||||
</b>{" "}
|
||||
<Text id="login.missing_verification" />{" "}
|
||||
<Link to="/login/resend">
|
||||
<Text id="login.resend" />
|
||||
</Link>
|
||||
@@ -231,17 +227,13 @@ export function Form({ page, callback }: Props) {
|
||||
{page === "login" && (
|
||||
<>
|
||||
<span className={styles.create}>
|
||||
<b>
|
||||
<Text id="login.new" />
|
||||
</b>{" "}
|
||||
<Text id="login.new" />{" "}
|
||||
<Link to="/login/create">
|
||||
<Text id="login.create" />
|
||||
</Link>
|
||||
</span>
|
||||
<span className={styles.create}>
|
||||
<b>
|
||||
<Text id="login.forgot" />
|
||||
</b>{" "}
|
||||
<Text id="login.forgot" />{" "}
|
||||
<Link to="/login/reset">
|
||||
<Text id="login.reset" />
|
||||
</Link>
|
||||
|
||||
Reference in New Issue
Block a user