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

.@{prefix}-ant-view-input {
    width: 100%;
    min-height: 27px;
    line-height: 18px;
    padding: 4px 0;
    word-wrap: break-word;
    word-break: normal;
    border-bottom: 1px dashed @border-color;
    cursor: not-allowed;

    &.full-border {
        border: 1px dashed @border-color;
    }

    .full-name-popover {
        cursor: pointer;

        .icon-circle {
            display: inline-block;
            width: 18px;
            height: 16px;
            line-height: 15px;
            border: 1px solid @maycur-color;
            border-radius: 10px;
            text-align: center;
            margin-left: 5px;
        }

        :global {
            .fm-more-o {
                color: @maycur-color;
                font-size: 12px;
            }
        }
    }

    .empty-text {
        color: @form-input-placeholder;
    }
}