mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-30 06:09:34 +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;
|
||
|
}
|