From 5072f2fc3586a64b6e3d514a52f807625aef53ac Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 28 Aug 2020 15:48:55 +0800 Subject: [PATCH] less/roojs-bootstrap/checkbox.less --- less/roojs-bootstrap/checkbox.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"; } -- 2.39.2