CSS: Style .form-help

This commit is contained in:
JC Brand 2020-04-16 13:36:48 +02:00
parent be3cbe6dc3
commit f74e270b8a

View File

@ -534,6 +534,11 @@ body.converse-fullscreen {
display: block !important;
}
.form-help {
color: var(--subdued-color);
font-size: 90%;
}
.form-control--labeled {
margin-top: 0.5em;
}