optimize ButtonGroup style with icon-only

optimize ButtonGroup style with icon-only
This commit is contained in:
梁灏 2016-11-01 20:56:21 +08:00
parent c2cdf80843
commit 0bc0600097
3 changed files with 18 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -65,6 +65,22 @@
}
}
& .@{btnClassName}-icon-only .ivu-icon {
font-size: 14px;
position: relative;
top: 1px;
}
&-large .@{btnClassName}-icon-only .ivu-icon{
font-size: 16px;
top: 2px;
}
&-small .@{btnClassName}-icon-only .ivu-icon{
font-size: 12px;
top: 0;
}
&-circle .@{btnClassName} {
border-radius: @btn-circle-size;
}