|
@@ -59,55 +59,3 @@
|
|
|
border-color: #212529;
|
|
|
opacity: 1;
|
|
|
}
|
|
|
-
|
|
|
-/* Blue */
|
|
|
-.checkbox-box.blue input[type=checkbox]:checked + label {
|
|
|
- border-color: #007bff;
|
|
|
-}
|
|
|
-
|
|
|
-.checkbox-box.blue input[type=checkbox]:focus + label {
|
|
|
- box-shadow: 0 0 0 0.25rem rgb(49 132 253 / 50%);
|
|
|
-}
|
|
|
-
|
|
|
-.checkbox-box.blue input[type=checkbox]:checked + label:before {
|
|
|
- border-color: #007bff;
|
|
|
-}
|
|
|
-
|
|
|
-/* Green */
|
|
|
-.checkbox-box.green input[type=checkbox]:checked + label {
|
|
|
- border-color: #28a745;
|
|
|
-}
|
|
|
-
|
|
|
-.checkbox-box.green input[type=checkbox]:focus + label {
|
|
|
- box-shadow: 0 0 0 0.25rem rgb(60 153 110 / 50%);
|
|
|
-}
|
|
|
-
|
|
|
-.checkbox-box.green input[type=checkbox]:checked + label:before {
|
|
|
- border-color: #28a745;
|
|
|
-}
|
|
|
-
|
|
|
-/* Red */
|
|
|
-.checkbox-box.red input[type=checkbox]:checked + label {
|
|
|
- border-color: #dc3545;
|
|
|
-}
|
|
|
-
|
|
|
-.checkbox-box.red input[type=checkbox]:focus + label {
|
|
|
- box-shadow: 0 0 0 0.25rem rgb(225 83 97 / 50%);
|
|
|
-}
|
|
|
-
|
|
|
-.checkbox-box.red input[type=checkbox]:checked + label:before {
|
|
|
- border-color: #dc3545;
|
|
|
-}
|
|
|
-
|
|
|
-/* White */
|
|
|
-.checkbox-box.white input[type=checkbox]:checked + label {
|
|
|
- border-color: #fff;
|
|
|
-}
|
|
|
-
|
|
|
-.checkbox-box.white input[type=checkbox]:focus + label {
|
|
|
- box-shadow: 0 0 0 0.25rem rgb(211 212 213 / 50%);
|
|
|
-}
|
|
|
-
|
|
|
-.checkbox-box.white input[type=checkbox]:checked + label:before {
|
|
|
- border-color: #fff;
|
|
|
-}
|