index.less 400 Bytes
Newer Older
1 2 3 4 5 6 7
@import '~antd/lib/style/themes/default.less';

.menu {
  :global(.anticon) {
    margin-right: 8px;
  }
  :global(.ant-dropdown-menu-item) {
8
    min-width: 160px;
9 10 11
  }
}

12
.dropDown {
13
  cursor: pointer;
afc163's avatar
afc163 committed
14
  vertical-align: top;
15 16
  line-height: @layout-header-height;
  > i {
ι™ˆεΈ…'s avatar
ι™ˆεΈ… committed
17
    font-size: 16px !important;
18 19 20 21 22
    transform: none !important;
    svg {
      position: relative;
      top: -1px;
    }
afc163's avatar
afc163 committed
23
  }
24
}