Give permissions form legend heading styles

Also includes putting the text at the foot of the
checkboxes into a hint below the legend.
This commit is contained in:
Tom Byers
2019-05-07 16:02:47 +01:00
parent 80dec99a56
commit 20a94910cb
2 changed files with 14 additions and 5 deletions

View File

@@ -124,10 +124,20 @@ td {
.form-label {
margin-bottom: 5px;
&.heading-small {
@include bold-19();
}
}
.hint {
color: $secondary-text-colour;
.form-label + & {
display: block;
margin-top: -5px;
margin-bottom: 5px;
}
}
.list-bullet {