Skip to content

Commit ffe680c

Browse files
forms.less: Add .description color and margin
1 parent 5795311 commit ffe680c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

public/css/form.less

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,3 +131,11 @@
131131
margin-left: 0.5em;
132132
}
133133
}
134+
135+
.icinga-form p.description {
136+
color: @text-color-light;
137+
138+
&:last-child { // fieldset > .control-group:last-of-type rule unset the last element's bottom margin
139+
margin-top: 1em;
140+
}
141+
}

0 commit comments

Comments
 (0)