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;

View File

@ -2360,7 +2360,7 @@ label.checkbox.custom input:checked ~ em:before {
/* line 166, ../../../../general/res/sass/controls/_controls.scss */
label.radio.custom input:checked ~ em:before {
content: "\e607"; }
content: "\e619"; }
/* line 168, ../../../../general/res/sass/controls/_controls.scss */
.input-labeled {

View File

@ -2285,7 +2285,7 @@ label.checkbox.custom input:checked ~ em:before {
/* line 166, ../../../../general/res/sass/controls/_controls.scss */
label.radio.custom input:checked ~ em:before {
content: "\e607"; }
content: "\e619"; }
/* line 168, ../../../../general/res/sass/controls/_controls.scss */
.input-labeled {