index.less 408 Bytes
Newer Older
jim's avatar
jim committed
1
@import '~antd/lib/style/themes/default.less';
2 3 4 5 6 7 8 9 10 11 12

.popover {
  width: 336px;
  :global(.ant-popover-inner-content) {
    padding: 0;
  }
}

.noticeButton {
  cursor: pointer;
  display: inline-block;
jim's avatar
jim committed
13
  transition: all 0.3s;
14 15 16
}

.icon {
afc163's avatar
afc163 committed
17 18
  font-size: 16px;
  padding: 4px;
19 20 21 22 23 24 25 26
}

.tabs {
  :global {
    .ant-tabs-nav-scroll {
      text-align: center;
    }
    .ant-tabs-bar {
afc163's avatar
afc163 committed
27
      margin-bottom: 4px;
28 29 30
    }
  }
}