mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-15 09:21:24 +08:00
f537cee4b5
* feat: radio supports generics * fix: code format * feat: radio supports form * fix: radio button style Co-authored-by: ElderJames <shunjiey@hotmail.com>
9 lines
142 B
Plaintext
9 lines
142 B
Plaintext
@import './index.less';
|
|
|
|
.@{radio-group-prefix-cls} {
|
|
font-size: 0;
|
|
}
|
|
|
|
.@{radio-prefix-cls}-button-wrapper {
|
|
font-size: @font-size-base;
|
|
} |