UX: Adjust disclaimer font size (#30346)
This commit is contained in:
parent
5721c29429
commit
29a596c667
|
@ -22,7 +22,7 @@
|
|||
}
|
||||
&__existing-account,
|
||||
&__no-account-yet {
|
||||
font-size: var(--font-down);
|
||||
font-size: var(--font-down-1);
|
||||
margin-bottom: 0.5rem;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
|
@ -35,6 +35,10 @@
|
|||
margin-block: 1rem;
|
||||
}
|
||||
}
|
||||
&__disclaimer {
|
||||
font-size: var(--font-down-1);
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
#login-buttons {
|
||||
|
|
Loading…
Reference in New Issue