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 {
&:before {
content: "\f00c";
font-weight: $font-light;
}
}
}
@ -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";