small adjustments to secondary form text
This commit is contained in:
parent
7589295e8c
commit
835554b3cd
@ -401,7 +401,7 @@ function InputInner ({
|
|||||||
</BootstrapForm.Text>
|
</BootstrapForm.Text>
|
||||||
)}
|
)}
|
||||||
{maxLength && !(meta.touched && meta.error && invalid) && (
|
{maxLength && !(meta.touched && meta.error && invalid) && (
|
||||||
<BootstrapForm.Text className={remaining < 0 ? 'text-danger' : undefined}>
|
<BootstrapForm.Text className={remaining < 0 ? 'text-danger' : 'text-muted'}>
|
||||||
{`${numWithUnits(remaining, { abbreviate: false, unitSingular: 'character', unitPlural: 'characters' })} remaining`}
|
{`${numWithUnits(remaining, { abbreviate: false, unitSingular: 'character', unitPlural: 'characters' })} remaining`}
|
||||||
</BootstrapForm.Text>
|
</BootstrapForm.Text>
|
||||||
)}
|
)}
|
||||||
|
@ -555,6 +555,10 @@ div[contenteditable] {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form-label .text-muted {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
|
||||||
.alert-dismissible .btn-close {
|
.alert-dismissible .btn-close {
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
font-family: "lightning";
|
font-family: "lightning";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user