Skip to content

Commit

Permalink
forms.less: Add .description color and margin
Browse files Browse the repository at this point in the history
  • Loading branch information
sukhwinder33445 committed Feb 21, 2025
1 parent 5795311 commit ffe680c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions public/css/form.less
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,11 @@
margin-left: 0.5em;
}
}

.icinga-form p.description {
color: @text-color-light;

&:last-child { // fieldset > .control-group:last-of-type rule unset the last element's bottom margin
margin-top: 1em;
}
}

0 comments on commit ffe680c

Please sign in to comment.