@import '../../../../node_modules/umi-ui-theme/dark.less';

.item {
  &:first-child {
    padding-top: 0;
  }
}
.list {
  :global(.ant-list-item-meta) {
    width: 80%;
  }
  :global(.ant-list-item-meta-content) {
    width: 80%;
  }
  :global(.ant-list-item-meta-title) {
    * {
      color: @text-color;
      font-size: 14px;
      line-height: 22px;
      cursor: normal;
      &:hover {
        color: @text-color;
      }
    }
  }
}

.drawer {
}
