little more space for form group hints

This commit is contained in:
Felix Hamann 2019-02-16 14:45:22 +01:00
parent 1cc9ca119f
commit 2490b01081

View File

@ -16,12 +16,12 @@
margin-top: 7px;
}
+ .form-group-title {
+ .form-section-title {
margin-top: 40px;
}
}
.form-group-title {
.form-section-title {
color: var(--color-fontsec);
}
@ -31,6 +31,7 @@
}
.form-group__hint {
margin-top: 7px;
color: var(--color-fontsec);
font-size: 0.9rem;
}