index.less 213 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12
@import "~antd/lib/style/themes/default.less";
@import "../../utils/utils.less";

.radioText {
  display: inline;
  :global {
    .ant-radio-button-wrapper {
      border: none;
      padding: 0 12px;
    }
  }
}