(fix) Label color of pseudo-input

It now matches the one of ng-material.
pull/91/head
Francis Lachapelle 2015-07-29 16:45:16 -04:00
parent 8e00387152
commit b73450e992
1 changed files with 2 additions and 2 deletions

View File

@ -49,8 +49,8 @@ $input-padding-top: 2px !default;
.button-label {
display: inline-block;
margin-top: $mg;
color: $colorGrayLight;
font-weight: $sg-font-regular; // 16px;
color: $colorGray;
font-weight: $sg-font-regular;
font-size: sg-size(caption);
line-height: $sg-line-height-1;
}