@import '../../../../global/theme.less';

.root {
  padding: 200px 0;
  text-align: center;
  .text {
    padding-top: 24px;
    color: @t-empty-status-text;
  }
  .link {
    padding: 0 8px;
    color: @t-empty-status-highlight;
    cursor: pointer;
  }
}

.createPop {
  padding: 4px 12px;
  .createItem {
    line-height: 32px;
    cursor: pointer;
  }
}
