@import "../../style/variables.less";

.@{prefix}-modal-wrap {
    :global {
        div.ant-modal-body {
            padding: 0 24px 20px 24px;
        }
    }

    .alert-wrap {
        margin-bottom: 8px;
    }

    .content-wrap {
        overflow     : auto;
    }

    .option-wrap {
        display        : flex;
        padding        : 0 9px;
        height         : 40px;
        line-height    : 40px;
        justify-content: space-between;
        cursor         : pointer;

        &:hover {
            background: @page-background;
        }
    }

    .option-wrap+.option-wrap {
        border-top: 1px solid @border-color;
    }

    .checked {
        background: @selected-background;
    }
}