Change PseudoField-label font-weight

pull/91/head
iRouge 2015-02-11 04:47:08 -05:00 committed by Francis Lachapelle
parent 4f2fc5c99e
commit d123b2d5d4
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@
margin-top: $mg;
font-size: sg-size(caption);
line-height: $sg-line-height-1; // 16px;
font-weight: $sg-font-bold;
font-weight: $sg-font-regular;
color: $colorGray;
}
.PseudoField-inputLike {