ant-design/components/tree/style/mixin.less
2018-08-21 18:33:52 +08:00

23 lines
526 B
Plaintext

@import "../../style/mixins/index";
@tree-prefix-cls: ~"@{ant-prefix}-tree";
.antTreeSwitcherIcon(@type: "tree-default-open-icon") {
.@{tree-prefix-cls}-switcher-icon {
.iconfont-size-under-12px(7px);
display: inline-block;
font-weight: bold;
transition: transform .3s;
}
}
.antTreeShowLineIcon(@type) {
.@{tree-prefix-cls}-switcher-line-icon {
.iconfont-size-under-12px(12px);
display: inline-block;
vertical-align: baseline;
font-weight: normal;
transition: transform .3s;
}
}