skyline/src/components/FormItem/Radio/index.less
Jingwei.Zhang ce0042945f refactor: Update style
1. Support style check: stylelint
2. Add stylelint check in lint-staged husky
2. Update styles

Change-Id: Id793b0936e4c3ea27ddef0df794d5b711880599f
2022-03-02 11:04:01 +08:00

21 lines
369 B
Plaintext

@import '~styles/variables';
.only-radio {
:global {
.ant-radio-button-wrapper {
margin-left: 8px;
border-left-width: 1px;
border-radius: @border-radius;
}
.ant-radio-button-wrapper::before {
display: none;
}
.ant-radio-button-wrapper:first-child {
margin-left: 0;
border-radius: @border-radius;
}
}
}