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

.@{prefix}-column-set-panel-item-wrapper {
    display: flex;
    height: 40px;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    padding: 16px 22px;
    background-color: #ffffff;

    .fm-check{
        display: none;
        color: @maycur-color;
    }

    &.checked{
        .fm-check{
            display: block;
        }
    }
}