ant-design/components/tree/style/mixin.less
ddcat1115 27b099e58e feat: Tree with line & Tree customize icon demo (#5261)
* Tree with line & Tree customize icon demo

* improve
2017-03-21 09:41:02 +08:00

17 lines
313 B
Plaintext

@import "../../style/mixins/index";
@open: "\e621";
@close: "\e645";
@doc: "\e664";
.antTreeSwitcherIcon(@type) {
&:after {
.iconfont-size-under-12px(8px);
display: inline-block;
.iconfont-font(@@type);
font-weight: bold;
color: @tree-icon-color;
transition: transform .3s ease;
}
}