circle-green.css 277 B

1234567891011
  1. .radio-circle.green input[type=radio]:checked + label {
  2. border-color: #28a745;
  3. }
  4. .radio-circle.green input[type=radio]:focus + label {
  5. box-shadow: 0 0 0 0.25rem rgb(60 153 110 / 50%);
  6. }
  7. .radio-circle.green input[type=radio]:checked + label:before {
  8. background: #28a745;
  9. }