index.module.less 689 Bytes
@prefix-cls: ~'qx-name-editor';

.@{prefix-cls} {
  width: auto;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;

  :global {
    .anticon {
      font-size: 16px;
      color: @N7;
    }
  }

  .@{prefix-cls}__title--edit {
    cursor: pointer;

    &:hover {
      color: @B8;
    }
  }

  .@{prefix-cls}__input {
    margin-left: 8px !important;
  }
}

.@{prefix-cls}__title {
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;

  :global {
    .ant-typography {
      margin: 0 8px;
      font-size: 16px;
      line-height: 1.5;
      color: @N9;
      font-weight: 600;
    }
  }
}