index.less 464 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
@import "~antd/lib/style/themes/default.less";

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

.noticeButton {
  cursor: pointer;
  display: inline-block;
  transition: all .3s;
}

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

.tabs {
  :global {
afc163's avatar
afc163 committed
23 24 25
    .ant-tabs-tab-active {
      font-weight: 500;
    }
26 27 28 29
    .ant-tabs-nav-scroll {
      text-align: center;
    }
    .ant-tabs-bar {
afc163's avatar
afc163 committed
30
      margin-bottom: 4px;
31 32 33
    }
  }
}