@import '../../style/themes/index';
@import '../../style/mixins/index';

@popover-prefix-cls: ~'@{acud-prefix}-popover';
@popconfirm-prefix-cls: ~'@{acud-prefix}-popconfirm';

.@{popconfirm-prefix-cls} {
    line-height: @line-height-base;
    z-index: @zindex-popoconfirm;
    // .@{popover-prefix-cls}-message > .@{iconfont-css-prefix} {
    //     top: (
    //         2px + ((@line-height-base * @popover-font-size-base - @popover-font-size-base) / 2)
    //     );
    // }
    .@{popover-prefix-cls}-buttons button {
        vertical-align: middle;
    }
}
