mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 03:29:59 +08:00
17 lines
329 B
Plaintext
17 lines
329 B
Plaintext
@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;
|
|
}
|
|
}
|