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

.@{prefix}-column-set-panel-box{
    .panel-title-wrapper{
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 40px;
        padding: 10px 16px;
        border-bottom: 1px solid @border-color;
        .panel-title{
            font-size: 14px;
            color: #555555;
            font-weight: bold;
        }
        .fm-cross{
            font-size: 13px;
            color: #BCBCBC;
            cursor: pointer;
        }
    }

    .column-set-panel-wrapper {
        width: 270px;
        max-height: 400px;
        overflow-y: auto;
        background-color: #BCBCBC;
    }
}
