@import '../../../assets/variable.less';
.module-user-component-group-bar {
  width: 100%;
  padding: @padding-lg;
  background-color: #fff;
  border-radius: @border-radius-normal;
  &-group-list,
  &-group-config {
    display: flex;
    &:not(:last-child) {
      margin-bottom: 28px;
    }
  }
  &-label {
    min-width: 56px;
    margin-right: @padding-sm;
    text-align: right;
  }
  &-group-list {
    .module-user-component-group-bar-label {
      height: 32px;
      line-height: 32px;
    }
  }
  &-group-config {
    .module-user-component-group-bar-label {
      line-height: 32px;
    }
    .operate-btns {
      display: flex;
      align-items: center;
      > div {
        margin-left: @margin-sm;
        cursor: pointer;
      }
    }
    &-footer {
      text-align: right;
    }
  }
  &-selector {
    width: 255px;
  }
  &-condition {
    display: flex;
    align-items: center;
  }
  &-group-text {
    display: flex;
    justify-content: space-between;
  }
  &-group-value {
    color: @infoThreeColor;
  }
}
