mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
update iconfont
This commit is contained in:
parent
68b9e6125b
commit
2c46ad34d3
@ -57,9 +57,6 @@
|
||||
// size
|
||||
&-lg > .@{btnClassName} {
|
||||
.button-size(@btn-padding-lg; @btn-font-size-lg; @btn-border-radius-lg);
|
||||
> .@{iconfont-css-prefix} {
|
||||
font-size: @btn-font-size-lg + 2;
|
||||
}
|
||||
}
|
||||
|
||||
&-sm > .@{btnClassName} {
|
||||
@ -91,9 +88,8 @@
|
||||
transform: translate3d(0, 0, 0);
|
||||
|
||||
> .@{iconfont-css-prefix} {
|
||||
font-size: @font-size-base + 2;
|
||||
line-height: 1;
|
||||
z-index: 2;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
&,
|
||||
@ -118,16 +114,10 @@
|
||||
|
||||
&-lg {
|
||||
.button-size(@btn-padding-lg; @btn-font-size-lg; @btn-border-radius-lg);
|
||||
> .@{iconfont-css-prefix} {
|
||||
font-size: @btn-font-size-lg + 2;
|
||||
}
|
||||
}
|
||||
|
||||
&-sm {
|
||||
.button-size(@btn-padding-sm; @font-size-base; @btn-border-radius-sm);
|
||||
> .@{iconfont-css-prefix} {
|
||||
font-size: @font-size-base;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user