antd
Version:
An enterprise-class UI design language and React-based implementation
17 lines (15 loc) • 329 B
text/less
@import "../../style/mixins/index";
.antTreeSwitcherIcon() {
position: relative;
&:after {
.iconfont-size-under-12px(7px);
display: inline-block;
.iconfont-font("\e606");
font-weight: bold;
position: absolute;
top: 0;
right: 4px;
color: @text-color;
transition: transform .3s ease;
}
}