Skip to content

Commit 360927d

Browse files
committed
Be more explicit about label style
This is a temporary fix for swiftcarrot#11 - by making the font style more explicit it avoids falling back to the global `.label` CSS class when using Bootstrap.
1 parent f116ce9 commit 360927d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/input-color.less

+2
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,8 @@
173173

174174
.label {
175175
font-size: 13px;
176+
font-weight: normal;
177+
color: #000;
176178
}
177179

178180
.value {

0 commit comments

Comments
 (0)