box-red.css 281 B

1234567891011
  1. .checkbox-box.red input[type=checkbox]:checked + label {
  2. border-color: #dc3545;
  3. }
  4. .checkbox-box.red input[type=checkbox]:focus + label {
  5. box-shadow: 0 0 0 0.25rem rgb(225 83 97 / 50%);
  6. }
  7. .checkbox-box.red input[type=checkbox]:checked + label:before {
  8. border-color: #dc3545;
  9. }