mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-26 20:20:00 +08:00
309c8d4404
* style: adjust @zindex-popover * add ant-popconfirm * update snap
9 lines
189 B
Plaintext
9 lines
189 B
Plaintext
@import '../../style/themes/index';
|
|
@import '../../style/mixins/index';
|
|
|
|
@popconfirm-prefix-cls: ~'@{ant-prefix}-popconfirm';
|
|
|
|
.@{popconfirm-prefix-cls} {
|
|
z-index: @zindex-popoconfirm;
|
|
}
|