Browse Source

iconfont

pull/74/head
afc163 9 years ago
parent
commit
0bd869bbc2
  1. 2
      style/components/button.less
  2. 3
      style/mixins/button.less

2
style/components/button.less

@ -45,8 +45,6 @@
&-menu {
> .@{iconfont-css-prefix} {
.iconfont-size-under-12px(10px);
position: relative;
top: -1px;
}
}

3
style/mixins/button.less

@ -88,8 +88,9 @@
transform: translate3d(0, 0, 0);
> .@{iconfont-css-prefix} {
z-index: 2;
line-height: 1;
position: relative;
top: -1px;
}
&,

Loading…
Cancel
Save