Skip to content

Commit 305724a

Browse files
forms.less: Add .description color and margin
1 parent 8cb29ff commit 305724a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

public/css/form.less

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,3 +178,15 @@
178178
border-top: 1px solid var(--gray-light, @gray-light);
179179
}
180180
}
181+
182+
form {
183+
p.description {
184+
color: @text-color-light;
185+
}
186+
187+
fieldset p.description:last-child { // fieldset > .control-group:last-of-type unset the last element's bottom margin
188+
margin-top: 1em;
189+
}
190+
}
191+
192+

0 commit comments

Comments
 (0)