[Frontend] Added "first" CSS class applied to form-row elements

WTD-1002
WTD-1005
Made form.html add CSS class "first" to each form-row element in order to allow proper border-top styling;
This commit is contained in:
Charles Hacskaylo
2015-03-11 15:09:48 -07:00
parent cc181dbdc9
commit e7e0c6829e
4 changed files with 27 additions and 20 deletions

View File

@ -21,8 +21,8 @@
margin-top: $interiorMargin;
padding: $interiorMargin;
position: relative;
&:first-child {
// border-top: none;
&.first {
border-top: none;
}
.label,