Skip to content

Commit

Permalink
refactor(inputLabels): font light
Browse files Browse the repository at this point in the history
  • Loading branch information
SashaSkywalker committed Feb 18, 2016
1 parent 54e3193 commit 3b26db4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/sass/app/_form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ label.custom-checkbox {
& + span {
&:before {
content: "\f00c";
font-weight: $font-light;
}
}
}
Expand All @@ -219,14 +220,14 @@ label.custom-checkbox {
display: inline-block;
margin: 0;
line-height: 16px;
font-weight: $font-normal;
font-weight: $font-light;
cursor: pointer;
padding-left: 22px;
width: 100%;
&:before {
cursor: pointer;
font-family: fontAwesome;
font-weight: $font-normal;
font-weight: $font-light;
font-size: 12px;
color: $default;
content: "\a0";
Expand Down

0 comments on commit 3b26db4

Please sign in to comment.