mirror of
https://github.com/discourse/discourse.git
synced 2025-02-11 02:20:45 +08:00
UX: Adjust disclaimer font size (#30346)
This commit is contained in:
parent
5721c29429
commit
29a596c667
|
@ -22,7 +22,7 @@
|
||||||
}
|
}
|
||||||
&__existing-account,
|
&__existing-account,
|
||||||
&__no-account-yet {
|
&__no-account-yet {
|
||||||
font-size: var(--font-down);
|
font-size: var(--font-down-1);
|
||||||
margin-bottom: 0.5rem;
|
margin-bottom: 0.5rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -35,6 +35,10 @@
|
||||||
margin-block: 1rem;
|
margin-block: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
&__disclaimer {
|
||||||
|
font-size: var(--font-down-1);
|
||||||
|
margin-bottom: 0.5rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#login-buttons {
|
#login-buttons {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user