X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=less%2Froojs-bootstrap%2Fcheckbox.less;fp=less%2Froojs-bootstrap%2Fcheckbox.less;h=477821fe5e86125dc7ab2b11f902652e8c9dbe79;hp=6d66d901082b04832b69d2212f2b47e22d06d7b7;hb=5072f2fc3586a64b6e3d514a52f807625aef53ac;hpb=651f848704e718f07988f402a4edc61346823f41 diff --git a/less/roojs-bootstrap/checkbox.less b/less/roojs-bootstrap/checkbox.less index 6d66d90108..477821fe5e 100644 --- a/less/roojs-bootstrap/checkbox.less +++ b/less/roojs-bootstrap/checkbox.less @@ -34,14 +34,14 @@ .checkbox input[type="checkbox"]:checked + label::after { font-size: 18px; padding-top: 0px; - font-family: 'Font Awesome 5 Free'; + font-family: 'Font Awesome 5 Free'; /* change the font - uses the filled one */ font-weight: 900; color: @brand-success; content: "\f14a"; } .checkbox input[type="checkbox"]:not(:checked) + label::after { font-size: 18px; padding-top: 0px; - font-family: 'Font Awesome 5 Free 400'; /* change the font - uses the filled one */ + font-family: 'Font Awesome 5 Free 400'; font-weight: 900; content: "\f0c8"; }