ios-white.css 370 B

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