You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

16 lines
329 B

@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;
}
}