Skip to content

Commit 8ef7576

Browse files
forms.less: Add .description color and margin
1 parent dcd99fe commit 8ef7576

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
@@ -186,3 +186,11 @@
186186
margin-left: 0.5em;
187187
}
188188
}
189+
190+
.icinga-form p.description {
191+
color: @text-color-light;
192+
193+
&:last-child { // fieldset > .control-group:last-of-type rule unset the last element's bottom margin
194+
margin-top: 1em;
195+
}
196+
}

0 commit comments

Comments
 (0)