.@{ns}-StyleLib {
  .code-list {
    margin: 0 10px;
    .styled-associated-empty {
      border-bottom: none;
      margin: 0;
    }
    .color-sec {
      color: var(--text-color-secondary);
    }
    &-item {
      display: flex;
      // justify-content: space-between;
    }
    .code-title {
      overflow: hidden;
      &-space {
        margin: 0 5px;
      }
      &-label {
        margin-right: 5px;
      }
      &-value {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
      }
      &-item {
        display: flex;
        justify-content: space-between;
        margin: 5px 0;
      }
      &-git {
        display: inline-flex;
        align-items: center;
        .git-label {
          display: inline-flex;
          align-items: center;
          .git-icon {
            margin-right: 5px;
            margin-top: 1px;
          }
        }
      }
    }
  }
}
