less/roojs-bootstrap/checkbox.less
authorAlan Knowles <alan@roojs.com>
Fri, 28 Aug 2020 07:48:55 +0000 (15:48 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 28 Aug 2020 07:48:55 +0000 (15:48 +0800)
less/roojs-bootstrap/checkbox.less

index 6d66d90..477821f 100644 (file)
 .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"; }