Change PseudoField-label font-weight

This commit is contained in:
iRouge
2015-02-11 04:47:08 -05:00
committed by Francis Lachapelle
parent 4f2fc5c99e
commit d123b2d5d4
@@ -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 {