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

.fullpath-popover-overlay {
    width: 300px;
    min-height: 66px;
}

.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;
    cursor: pointer;
    .fm-more-o {
        margin-left: 0px;
        font-style: normal;
        font-size: 12px;
        color: @maycur-color;
    }
}
