small adjustments to secondary form text
This commit is contained in:
parent
7589295e8c
commit
835554b3cd
|
@ -401,7 +401,7 @@ function InputInner ({
|
|||
</BootstrapForm.Text>
|
||||
)}
|
||||
{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`}
|
||||
</BootstrapForm.Text>
|
||||
)}
|
||||
|
|
|
@ -555,6 +555,10 @@ div[contenteditable] {
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
.form-label .text-muted {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.alert-dismissible .btn-close {
|
||||
font-weight: 300;
|
||||
font-family: "lightning";
|
||||
|
|
Loading…
Reference in New Issue