Radio add size prop
This commit is contained in:
parent
77f1cc2e34
commit
4d54542083
5 changed files with 73 additions and 21 deletions
|
@ -73,6 +73,30 @@
|
|||
transform: scale(0);
|
||||
}
|
||||
}
|
||||
&-large{
|
||||
font-size: @font-size-base;
|
||||
& .@{radio-inner-prefix-cls}{
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
&:after{
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
}
|
||||
}
|
||||
&.@{radio-prefix-cls}-wrapper, & .@{radio-prefix-cls}-wrapper{
|
||||
font-size: @font-size-base;
|
||||
}
|
||||
}
|
||||
&-small{
|
||||
& .@{radio-inner-prefix-cls}{
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
&:after{
|
||||
width: 6px;
|
||||
height: 6px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&-input {
|
||||
position: absolute;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue