79340712

Date: 2025-01-08 20:47:43
Score: 1
Natty:
Report link

For after, consider the same width and height as before and use scale to make the inner circle smaller as desired. Only in this case will it be aligned:

.custom-radio+label:after {
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  transform: scale(65%) !important;
  ...
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Marzieh Bn