skyline/src/components/FormItem/Radio/index.less
Hanxiang Gao 4eb68e7fb2 feat: Add initial code of skyline-console
Add initial code of skyline-console

Change-Id: Icba2152a014761f53789357b5085d0779cd0e2a4
2021-06-01 23:29:30 +08:00

18 lines
365 B
Plaintext

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