Merge pull request #936 from jnosek/bugfix/#935-control-label-text-color-in-form-group

Removed color from label.control-label in label-size-variant
This commit is contained in:
Kevin Ross 2016-03-24 21:53:07 -05:00
commit 8dfef065e4

View File

@ -44,7 +44,6 @@
label.control-label {
font-size: @static-font-size;
line-height: @static-line-height;
color: @mdb-input-placeholder-color;
font-weight: 400;
margin: 16px 0 0 0; // std and lg
}