refactor(inputLabels): font light

pull/3/head
alex 2016-02-18 17:44:31 +03:00
parent 54e3193cbf
commit 3b26db453d
1 changed files with 3 additions and 2 deletions

View File

@ -202,6 +202,7 @@ label.custom-checkbox {
& + span { & + span {
&:before { &:before {
content: "\f00c"; content: "\f00c";
font-weight: $font-light;
} }
} }
} }
@ -219,14 +220,14 @@ label.custom-checkbox {
display: inline-block; display: inline-block;
margin: 0; margin: 0;
line-height: 16px; line-height: 16px;
font-weight: $font-normal; font-weight: $font-light;
cursor: pointer; cursor: pointer;
padding-left: 22px; padding-left: 22px;
width: 100%; width: 100%;
&:before { &:before {
cursor: pointer; cursor: pointer;
font-family: fontAwesome; font-family: fontAwesome;
font-weight: $font-normal; font-weight: $font-light;
font-size: 12px; font-size: 12px;
color: $default; color: $default;
content: "\a0"; content: "\a0";