index.less 455 Bytes
Newer Older
dengxiaofeng's avatar
dengxiaofeng committed
1 2 3 4 5 6 7
@import '~antd/es/style/themes/default.less';

.popover {
  position: relative;
  width: 336px;
}

dengxiaofeng's avatar
dengxiaofeng committed
8
.noticeButton {
dengxiaofeng's avatar
dengxiaofeng committed
9 10 11 12
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s;
}
dengxiaofeng's avatar
dengxiaofeng committed
13
.icon {
dengxiaofeng's avatar
dengxiaofeng committed
14 15 16 17
  padding: 4px;
  vertical-align: middle;
}

dengxiaofeng's avatar
dengxiaofeng committed
18
.badge {
dengxiaofeng's avatar
dengxiaofeng committed
19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
  font-size: 16px;
}

.tabs {
  :global {
    .ant-tabs-nav-list {
      margin: auto;
    }

    .ant-tabs-nav-scroll {
      text-align: center;
    }
    .ant-tabs-bar {
      margin-bottom: 0;
    }
  }
}