@import '../../mixins/mixins.less';

.b(column-setting-sorter, {
  display: flex;
  flex-direction: column;
  height: 100%;
  &-section-title {
    font-size: 12px;
    line-height: 20px;
    color: #8896b0;
    padding: 2px 8px;
    margin: 4px;
  }
  &-header {
    padding: 16px 20px;
    &-title {
      font-size: 14px;
      line-height: 22px;
      font-weight: bold;
      color: #182948;
    }
  }
  &-content {
    flex: 1;
    overflow-y: auto;
    padding: 8px 12px 12px 8px;
  }
});
