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

@dialog-prefix-cls: ~'@{ant-prefix}-modal';

.@{dialog-prefix-cls} {
    &-close {
        color: @modal-heading-color;
        &:focus,
        &:hover {
            color: @modal-heading-color;
        }
    }
}
