mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-04 04:58:55 +08:00
17 lines
324 B
Plaintext
17 lines
324 B
Plaintext
@import "../../style/mixins/index";
|
|
|
|
.antTreeSwitcherIcon() {
|
|
position: relative;
|
|
&:after {
|
|
.iconfont-size-under-12px(6px);
|
|
display: inline-block;
|
|
.iconfont-font("\e611");
|
|
font-weight: bold;
|
|
position: absolute;
|
|
top: 1px;
|
|
right: 4px;
|
|
color: #666;
|
|
transition: transform .3s ease;
|
|
}
|
|
}
|