mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-14 17:01:18 +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;
|
|
}
|