circle-white.css 290 B

1234567891011
  1. .checkbox-circle.white input[type=checkbox]:checked + label {
  2. border-color: #fff;
  3. }
  4. .checkbox-circle.white input[type=checkbox]:focus + label {
  5. box-shadow: 0 0 0 0.25rem rgb(211 212 213 / 50%);
  6. }
  7. .checkbox-circle.white input[type=checkbox]:checked + label:before {
  8. background: #fff;
  9. }