@import '../../../../global/theme.less';

.root {
  display: flex;
  align-items: center;
  min-height: 40px;

  .icon {
    padding: 0 6px;
    color: @light-chart-opt-bar-icon-color;
    cursor: pointer;
    font-size: 14px;
    &:hover {
      color: @theme-color;
    }
  }

  .title {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: @t-operation-bar-title-color;
  }
  .desc {
    font-size: 12px;
    opacity: 0.6;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
