mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-05 01:19:45 +08:00
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;
|
||
|
}
|