less/roojs-bootstrap/checkbox.less
authoredward <edward@roojs.com>
Mon, 27 Nov 2017 04:17:02 +0000 (12:17 +0800)
committeredward <edward@roojs.com>
Mon, 27 Nov 2017 04:17:02 +0000 (12:17 +0800)
less/roojs-bootstrap/checkbox.less

index 257e4a9..22140a2 100644 (file)
@@ -24,7 +24,7 @@
     margin-left: -20px;
     border: 1px solid @gray-lighter;
     border-radius: 3px;
-    background-color: #fff;
+    background-color: @white-base;
     -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
     -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
     transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
@@ -39,7 +39,7 @@
     padding-left: 3px;
     padding-top: 1px;
     font-size: 11px;
-    color: #555555; }
+    color: @gray; }
 .checkbox input[type="checkbox"] {
     display: none; }
 .checkbox input[type="checkbox"]:checked + label::after {