CSS updated to use new e619 character

open #638
This commit is contained in:
Charles Hacskaylo
2016-02-02 09:50:30 -08:00
committed by Henry
parent f1b6d7f749
commit 8bb5a47b88
3 changed files with 3 additions and 3 deletions

View File

@@ -163,7 +163,7 @@ label.radio.custom {
}
label.checkbox.custom input:checked ~ em:before { content: "\32"; }
label.radio.custom input:checked ~ em:before { content: "\e607"; }
label.radio.custom input:checked ~ em:before { content: "\e619"; }
.input-labeled {
margin-left: $interiorMargin;