@import url(../var.less);

.radio-size(@padding, @border-radius, @height, @font-size,@input-height, @input-width) {
  &.is-bordered {
    padding: @padding;
    border-radius: @border-radius;
    height: @height;
    .@{radio-prefix}__label {
      font-size: @font-size;
    }
    .@{radio-prefix}__inner {
      height: @input-height;
      width:  @input-width;
    }
  }
}