mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-29 05:29:37 +08:00
a25ec29fb8
* refactor: extract prefix cls as less variable * refactor: apply ant icon prefix cls in less files * refactor: all components support prefixCls props
7 lines
109 B
Plaintext
7 lines
109 B
Plaintext
@import "../../style/themes/default";
|
|
|
|
.@{ant-prefix}-affix {
|
|
position: fixed;
|
|
z-index: @zindex-affix;
|
|
}
|