Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
add required class form group for asterisk on control label
Browse files Browse the repository at this point in the history
  • Loading branch information
swilliamset committed Apr 19, 2017
1 parent b35c948 commit a5ad40f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions less/forms.less
Expand Up @@ -204,3 +204,16 @@

}

.fuelux {
.form-group {
&.required {
.control-label {
&:before {
content: '*';
color: @text-danger;
margin-right: @margin-xs;
}
}
}
}
}

0 comments on commit a5ad40f

Please sign in to comment.