18 lines
365 B
Plaintext
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;
|
|
}
|
|
}
|
|
} |