index.less 405 Bytes
Newer Older
jim's avatar
jim committed
1
@import '~antd/lib/style/themes/default.less';
2 3 4

.popover {
  width: 336px;
ι™ˆεΈ…'s avatar
ι™ˆεΈ… committed
5
  position: relative;
6 7 8 9 10
}

.noticeButton {
  cursor: pointer;
  display: inline-block;
jim's avatar
jim committed
11
  transition: all 0.3s;
12 13
}
.icon {
afc163's avatar
afc163 committed
14
  padding: 4px;
ι™ˆεΈ…'s avatar
ι™ˆεΈ… committed
15 16 17 18 19
  vertical-align: middle;
}

.badge {
  font-size: 16px;
20 21 22 23 24 25 26 27
}

.tabs {
  :global {
    .ant-tabs-nav-scroll {
      text-align: center;
    }
    .ant-tabs-bar {
何乐's avatar
何乐 committed
28
      margin-bottom: 0;
29 30 31
    }
  }
}