.sidebar {
  height: 100vh;
  width: 264px;
  flex: none;
  border-right: 1px solid var(--bit-bg-dent, #f6f6f6);
  color: var(--bit-bg-dent, #f6f6f6);
  span {
    height: 12px;
  }
}
.overview {
  padding: 26px 22px;
  border-bottom: 1px solid var(--bit-bg-dent, #f6f6f6);
  > div:first-child {
    margin-bottom: 10px;
  }
}
.link {
  display: flex;
  align-items: center;
  > span:first-child {
    margin-right: 8px;
    height: 20px;
    span {
      height: 20px;
      width: 20px;
    }
  }
}

.componentList {
  color: var(--bit-bg-dent, #f6f6f6);
  padding: 26px 22px;
  > span {
    display: block;
  }
  span {
    margin: 10px 0;
  }
  span:first-child {
    margin-top: 0;
  }
}
