@import "../../form.less";
.yy-radio-group {
  .am-radio {
    padding: 2.5px;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin-right: 5px;
  }
  &.label-required .am-list-header:after{
    .required;
  }
  .radio-item {
    padding: 12px;
  }
}