mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-03 20:49:14 +08:00
23 lines
526 B
Plaintext
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;
|
|
}
|
|
}
|