mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-04 13:08:41 +08:00
27b099e58e
* Tree with line & Tree customize icon demo * improve
17 lines
313 B
Plaintext
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;
|
|
}
|
|
}
|