From: Alan Knowles Date: Fri, 28 Aug 2020 07:48:55 +0000 (+0800) Subject: less/roojs-bootstrap/checkbox.less X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=5072f2fc3586a64b6e3d514a52f807625aef53ac;hp=651f848704e718f07988f402a4edc61346823f41 less/roojs-bootstrap/checkbox.less --- 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"; }