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