index.less 389 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
  padding: 4px;
18 19 20 21 22 23 24 25
}

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